diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..15977c6 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,34 @@ +# EditorConfig helps developers define and maintain consistent +# coding styles between different editors and IDEs +# http://editorconfig.org + +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true + +[{*.md,*.rst}] +trim_trailing_whitespace = false + +[{Makefile,*.mk,*.bat}] +indent_style = tab +indent_size = 2 + +[*/freertos/**] +indent_style = tab +indent_size = 4 + +[{*/freertos/**.S,**/FreeRTOSConfig.h}] +indent_style = space +indent_size = 4 + +[*.pem] +insert_final_newline = false + +[*.py] +max_line_length = 119 diff --git a/README.md b/README.md index be5a1bb..a9126ea 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # ESP32 MQTT Library -This is component based on ESP-IDF for ESP32 +## How to use -Full documentation and sample project: https://github.com/tuanpmt/esp32-mqtt +## Documentation + +## Example + +## License diff --git a/component.mk b/component.mk index 229049d..79bcc62 100644 --- a/component.mk +++ b/component.mk @@ -6,8 +6,5 @@ # lib(subdirectory_name).a in the build directory. This behaviour is entirely configurable, # please read the SDK documents if you need to do this. # -COMPONENT_ADD_INCLUDEDIRS := include -#COMPONENT_PRIV_INCLUDEDIRS := - -#EXTRA_CFLAGS := -DICACHE_RODATA_ATTR -CFLAGS += -Wno-error=implicit-function-declaration -Wno-error=format= -DHAVE_CONFIG_H +COMPONENT_SRCDIRS := . lib +COMPONENT_PRIV_INCLUDEDIRS := lib/include diff --git a/examples/mqtt_tcp/Makefile b/examples/mqtt_tcp/Makefile new file mode 100644 index 0000000..43fd8ce --- /dev/null +++ b/examples/mqtt_tcp/Makefile @@ -0,0 +1,13 @@ +# +# This is a project Makefile. It is assumed the directory this Makefile resides in is a +# project subdirectory. +# +# +# This is a project Makefile. It is assumed the directory this Makefile resides in is a +# project subdirectory. +# +PROJECT_NAME := mqtt_tcp +EXTRA_COMPONENT_DIRS += $(PROJECT_PATH)/../../../ + +include $(IDF_PATH)/make/project.mk + diff --git a/examples/mqtt_tcp/README.md b/examples/mqtt_tcp/README.md new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/app_trace/app_trace.d b/examples/mqtt_tcp/build/app_trace/app_trace.d new file mode 100644 index 0000000..c589c59 --- /dev/null +++ b/examples/mqtt_tcp/build/app_trace/app_trace.d @@ -0,0 +1,267 @@ +app_trace.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/app_trace/./app_trace.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_access.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_dport_access.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/xtensa-debug-module/include/eri.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/xtensa-debug-module/include/trax.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/xtensa-debug-module/include/eri.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/xtensa-debug-module/include/xtensa-debug-module.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/timer_group_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/timer_group_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/app_trace/include/esp_app_trace.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/app_trace/include/esp_app_trace_util.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_access.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_dport_access.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/xtensa-debug-module/include/eri.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/xtensa-debug-module/include/trax.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/xtensa-debug-module/include/eri.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/xtensa-debug-module/include/xtensa-debug-module.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/timer_group_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/timer_group_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/app_trace/include/esp_app_trace.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/app_trace/include/esp_app_trace_util.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/app_trace/./app_trace.c: diff --git a/examples/mqtt_tcp/build/app_trace/app_trace_util.d b/examples/mqtt_tcp/build/app_trace/app_trace_util.d new file mode 100644 index 0000000..fae293d --- /dev/null +++ b/examples/mqtt_tcp/build/app_trace/app_trace_util.d @@ -0,0 +1,243 @@ +app_trace_util.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/app_trace/./app_trace_util.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/app_trace/include/esp_app_trace_util.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_clk.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/app_trace/include/esp_app_trace_util.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_clk.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/app_trace/./app_trace_util.c: diff --git a/examples/mqtt_tcp/build/app_trace/component_project_vars.mk b/examples/mqtt_tcp/build/app_trace/component_project_vars.mk new file mode 100644 index 0000000..7f62f30 --- /dev/null +++ b/examples/mqtt_tcp/build/app_trace/component_project_vars.mk @@ -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: diff --git a/examples/mqtt_tcp/build/app_trace/gcov/gcov_rtio.d b/examples/mqtt_tcp/build/app_trace/gcov/gcov_rtio.d new file mode 100644 index 0000000..bd0dd38 --- /dev/null +++ b/examples/mqtt_tcp/build/app_trace/gcov/gcov_rtio.d @@ -0,0 +1,255 @@ +gcov/gcov_rtio.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/app_trace/gcov/gcov_rtio.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task_wdt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/cpu.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/timer_group_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/timer_group_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/app_trace/include/esp_app_trace.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/app_trace/include/esp_app_trace_util.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task_wdt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/cpu.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/timer_group_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/timer_group_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/app_trace/include/esp_app_trace.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/app_trace/include/esp_app_trace_util.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/app_trace/gcov/gcov_rtio.c: diff --git a/examples/mqtt_tcp/build/app_trace/host_file_io.d b/examples/mqtt_tcp/build/app_trace/host_file_io.d new file mode 100644 index 0000000..fc1c04c --- /dev/null +++ b/examples/mqtt_tcp/build/app_trace/host_file_io.d @@ -0,0 +1,240 @@ +host_file_io.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/app_trace/./host_file_io.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/app_trace/include/esp_app_trace.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/app_trace/include/esp_app_trace_util.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/app_trace/include/esp_app_trace.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/app_trace/include/esp_app_trace_util.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/app_trace/./host_file_io.c: diff --git a/examples/mqtt_tcp/build/app_update/component_project_vars.mk b/examples/mqtt_tcp/build/app_update/component_project_vars.mk new file mode 100644 index 0000000..497c2b1 --- /dev/null +++ b/examples/mqtt_tcp/build/app_update/component_project_vars.mk @@ -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: diff --git a/examples/mqtt_tcp/build/app_update/esp_ota_ops.d b/examples/mqtt_tcp/build/app_update/esp_ota_ops.d new file mode 100644 index 0000000..dbcfde3 --- /dev/null +++ b/examples/mqtt_tcp/build/app_update/esp_ota_ops.d @@ -0,0 +1,294 @@ +esp_ota_ops.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/app_update/./esp_ota_ops.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/spi_flash/include/esp_partition.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/spi_flash/include/esp_spi_flash.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/spi_flash/include/esp_spi_flash.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include/esp_image_format.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include/esp_flash_partitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_flash_data_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include/esp_secure_boot.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/efuse_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include/esp_flash_encrypt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/app_update/include/esp_ota_ops.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/crc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_access.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_dport_access.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/spi_flash/include/esp_partition.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/spi_flash/include/esp_spi_flash.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/spi_flash/include/esp_spi_flash.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include/esp_image_format.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include/esp_flash_partitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_flash_data_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include/esp_secure_boot.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/efuse_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include/esp_flash_encrypt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/app_update/include/esp_ota_ops.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/crc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_access.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_dport_access.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/app_update/./esp_ota_ops.c: diff --git a/examples/mqtt_tcp/build/aws_iot/component_project_vars.mk b/examples/mqtt_tcp/build/aws_iot/component_project_vars.mk new file mode 100644 index 0000000..ccc9025 --- /dev/null +++ b/examples/mqtt_tcp/build/aws_iot/component_project_vars.mk @@ -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: diff --git a/examples/mqtt_tcp/build/bootloader/bootloader.bin b/examples/mqtt_tcp/build/bootloader/bootloader.bin new file mode 100644 index 0000000..dc12158 Binary files /dev/null and b/examples/mqtt_tcp/build/bootloader/bootloader.bin differ diff --git a/examples/mqtt_tcp/build/bootloader/bootloader.map b/examples/mqtt_tcp/build/bootloader/bootloader.map new file mode 100644 index 0000000..d2ccf99 --- /dev/null +++ b/examples/mqtt_tcp/build/bootloader/bootloader.map @@ -0,0 +1,2992 @@ +Archive member included to satisfy reference by file (symbol) + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/main/libmain.a(bootloader_start.o) + (call_start_cpu0) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(bootloader_clock.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/main/libmain.a(bootloader_start.o) (bootloader_clock_configure) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(bootloader_flash.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/main/libmain.a(bootloader_start.o) (bootloader_mmap) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(bootloader_random.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/main/libmain.a(bootloader_start.o) (bootloader_random_enable) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(esp_image_format.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/main/libmain.a(bootloader_start.o) (esp_image_load) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(flash_partitions.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/main/libmain.a(bootloader_start.o) (esp_partition_table_basic_verify) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(bootloader_sha.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(esp_image_format.o) (bootloader_sha256_start) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/log/liblog.a(log.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/main/libmain.a(bootloader_start.o) (esp_log_timestamp) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/spi_flash/libspi_flash.a(spi_flash_rom_patch.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/main/libmain.a(bootloader_start.o) (esp_rom_spiflash_unlock) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/soc/libsoc.a(rtc_clk.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(bootloader_clock.o) (rtc_clk_slow_freq_get) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/soc/libsoc.a(rtc_init.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/main/libmain.a(bootloader_start.o) (rtc_vddsdio_get_config) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/soc/libsoc.a(rtc_time.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/soc/libsoc.a(rtc_clk.o) (rtc_clk_cal_ratio) +/Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_bswapsi2.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(bootloader_sha.o) (__bswapsi2) +/Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_udivdi3.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/soc/libsoc.a(rtc_clk.o) (__udivdi3) + +Allocating common symbols +Common symbol size file + +esp_image_spi_freq_t + 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/main/libmain.a(bootloader_start.o) + +Discarded input sections + + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/main/libmain.a(bootloader_start.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/main/libmain.a(bootloader_start.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/main/libmain.a(bootloader_start.o) + .xt.lit 0x0000000000000000 0xa0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/main/libmain.a(bootloader_start.o) + .xt.prop 0x0000000000000000 0xb58 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/main/libmain.a(bootloader_start.o) + COMMON 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/main/libmain.a(bootloader_start.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(bootloader_clock.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(bootloader_clock.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(bootloader_clock.o) + .xt.lit 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(bootloader_clock.o) + .xt.prop 0x0000000000000000 0x48 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(bootloader_clock.o) + .literal.bootloader_flash_write + 0x0000000000000000 0x40 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(bootloader_flash.o) + .literal.bootloader_flash_erase_sector + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(bootloader_flash.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(bootloader_flash.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(bootloader_flash.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(bootloader_flash.o) + .text.bootloader_flash_write + 0x0000000000000000 0xb2 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(bootloader_flash.o) + .text.bootloader_flash_erase_sector + 0x0000000000000000 0x16 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(bootloader_flash.o) + .xt.lit 0x0000000000000000 0x40 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(bootloader_flash.o) + .xt.prop 0x0000000000000000 0x360 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(bootloader_flash.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(bootloader_random.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(bootloader_random.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(bootloader_random.o) + .xt.lit 0x0000000000000000 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(bootloader_random.o) + .xt.prop 0x0000000000000000 0xcc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(bootloader_random.o) + .literal.esp_image_verify_bootloader + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(esp_image_format.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(esp_image_format.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(esp_image_format.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(esp_image_format.o) + .rodata 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(esp_image_format.o) + .text.esp_image_verify_bootloader + 0x0000000000000000 0x32 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(esp_image_format.o) + .xt.lit 0x0000000000000000 0x48 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(esp_image_format.o) + .xt.prop 0x0000000000000000 0x660 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(esp_image_format.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(flash_partitions.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(flash_partitions.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(flash_partitions.o) + .xt.lit 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(flash_partitions.o) + .xt.prop 0x0000000000000000 0x144 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(flash_partitions.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(bootloader_sha.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(bootloader_sha.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(bootloader_sha.o) + .xt.lit 0x0000000000000000 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(bootloader_sha.o) + .xt.prop 0x0000000000000000 0x198 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(bootloader_sha.o) + .literal.esp_log_buffer_hex_internal + 0x0000000000000000 0x50 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/log/liblog.a(log.o) + .literal.esp_log_buffer_char_internal + 0x0000000000000000 0x50 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/log/liblog.a(log.o) + .literal.esp_log_buffer_hexdump_internal + 0x0000000000000000 0x78 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/log/liblog.a(log.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/log/liblog.a(log.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/log/liblog.a(log.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/log/liblog.a(log.o) + .rodata.str1.4 + 0x0000000000000000 0xa6 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/log/liblog.a(log.o) + .text.esp_log_buffer_hex_internal + 0x0000000000000000 0x11a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/log/liblog.a(log.o) + .text.esp_log_buffer_char_internal + 0x0000000000000000 0x107 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/log/liblog.a(log.o) + .text.esp_log_buffer_hexdump_internal + 0x0000000000000000 0x1da /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/log/liblog.a(log.o) + .xt.lit 0x0000000000000000 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/log/liblog.a(log.o) + .xt.prop 0x0000000000000000 0x354 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/log/liblog.a(log.o) + .literal.spi_cache_mode_switch + 0x0000000000000000 0x38 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/spi_flash/libspi_flash.a(spi_flash_rom_patch.o) + .literal.esp_rom_spiflash_erase_chip_internal + 0x0000000000000000 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/spi_flash/libspi_flash.a(spi_flash_rom_patch.o) + .literal.esp_rom_spiflash_erase_block_internal + 0x0000000000000000 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/spi_flash/libspi_flash.a(spi_flash_rom_patch.o) + .literal.esp_rom_spiflash_erase_sector_internal + 0x0000000000000000 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/spi_flash/libspi_flash.a(spi_flash_rom_patch.o) + .literal.esp_rom_spiflash_enable_write + 0x0000000000000000 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/spi_flash/libspi_flash.a(spi_flash_rom_patch.o) + .literal.esp_rom_spiflash_program_page_internal + 0x0000000000000000 0x24 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/spi_flash/libspi_flash.a(spi_flash_rom_patch.o) + .literal.esp_rom_spiflash_lock + 0x0000000000000000 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/spi_flash/libspi_flash.a(spi_flash_rom_patch.o) + .literal.esp_rom_spiflash_config_readmode + 0x0000000000000000 0x30 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/spi_flash/libspi_flash.a(spi_flash_rom_patch.o) + .literal.esp_rom_spiflash_erase_chip + 0x0000000000000000 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/spi_flash/libspi_flash.a(spi_flash_rom_patch.o) + .literal.esp_rom_spiflash_erase_block + 0x0000000000000000 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/spi_flash/libspi_flash.a(spi_flash_rom_patch.o) + .literal.esp_rom_spiflash_erase_sector + 0x0000000000000000 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/spi_flash/libspi_flash.a(spi_flash_rom_patch.o) + .literal.esp_rom_spiflash_write + 0x0000000000000000 0x28 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/spi_flash/libspi_flash.a(spi_flash_rom_patch.o) + .literal.esp_rom_spiflash_write_encrypted + 0x0000000000000000 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/spi_flash/libspi_flash.a(spi_flash_rom_patch.o) + .literal.esp_rom_spiflash_erase_area + 0x0000000000000000 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/spi_flash/libspi_flash.a(spi_flash_rom_patch.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/spi_flash/libspi_flash.a(spi_flash_rom_patch.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/spi_flash/libspi_flash.a(spi_flash_rom_patch.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/spi_flash/libspi_flash.a(spi_flash_rom_patch.o) + .text.spi_cache_mode_switch + 0x0000000000000000 0x266 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/spi_flash/libspi_flash.a(spi_flash_rom_patch.o) + .text.esp_rom_spiflash_erase_chip_internal + 0x0000000000000000 0x30 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/spi_flash/libspi_flash.a(spi_flash_rom_patch.o) + .text.esp_rom_spiflash_erase_block_internal + 0x0000000000000000 0x3c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/spi_flash/libspi_flash.a(spi_flash_rom_patch.o) + .text.esp_rom_spiflash_erase_sector_internal + 0x0000000000000000 0x44 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/spi_flash/libspi_flash.a(spi_flash_rom_patch.o) + .text.esp_rom_spiflash_enable_write + 0x0000000000000000 0x3d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/spi_flash/libspi_flash.a(spi_flash_rom_patch.o) + .text.esp_rom_spiflash_program_page_internal + 0x0000000000000000 0xee /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/spi_flash/libspi_flash.a(spi_flash_rom_patch.o) + .text.esp_rom_spiflash_lock + 0x0000000000000000 0x4e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/spi_flash/libspi_flash.a(spi_flash_rom_patch.o) + .text.esp_rom_spiflash_config_readmode + 0x0000000000000000 0xa0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/spi_flash/libspi_flash.a(spi_flash_rom_patch.o) + .rodata.esp_rom_spiflash_config_readmode + 0x0000000000000000 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/spi_flash/libspi_flash.a(spi_flash_rom_patch.o) + .text.esp_rom_spiflash_erase_chip + 0x0000000000000000 0x24 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/spi_flash/libspi_flash.a(spi_flash_rom_patch.o) + .text.esp_rom_spiflash_erase_block + 0x0000000000000000 0x66 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/spi_flash/libspi_flash.a(spi_flash_rom_patch.o) + .text.esp_rom_spiflash_erase_sector + 0x0000000000000000 0x65 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/spi_flash/libspi_flash.a(spi_flash_rom_patch.o) + .text.esp_rom_spiflash_write + 0x0000000000000000 0xca /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/spi_flash/libspi_flash.a(spi_flash_rom_patch.o) + .text.esp_rom_spiflash_write_encrypted + 0x0000000000000000 0x5a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/spi_flash/libspi_flash.a(spi_flash_rom_patch.o) + .text.esp_rom_spiflash_erase_area + 0x0000000000000000 0xbe /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/spi_flash/libspi_flash.a(spi_flash_rom_patch.o) + .xt.lit 0x0000000000000000 0xa8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/spi_flash/libspi_flash.a(spi_flash_rom_patch.o) + .xt.prop 0x0000000000000000 0xb1c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/spi_flash/libspi_flash.a(spi_flash_rom_patch.o) + .literal.rtc_clk_32k_bootstrap + 0x0000000000000000 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/soc/libsoc.a(rtc_clk.o) + .literal.rtc_clk_32k_enabled + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/soc/libsoc.a(rtc_clk.o) + .literal.rtc_clk_apll_enable + 0x0000000000000000 0x50 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/soc/libsoc.a(rtc_clk.o) + .literal.rtc_clk_slow_freq_get_hz + 0x0000000000000000 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/soc/libsoc.a(rtc_clk.o) + .literal.rtc_clk_cpu_freq_from_mhz + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/soc/libsoc.a(rtc_clk.o) + .literal.rtc_clk_cpu_freq_to_xtal + 0x0000000000000000 0x30 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/soc/libsoc.a(rtc_clk.o) + .literal.rtc_clk_cpu_freq_to_pll + 0x0000000000000000 0x38 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/soc/libsoc.a(rtc_clk.o) + .literal.rtc_clk_cpu_freq_set_fast + 0x0000000000000000 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/soc/libsoc.a(rtc_clk.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/soc/libsoc.a(rtc_clk.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/soc/libsoc.a(rtc_clk.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/soc/libsoc.a(rtc_clk.o) + .text.rtc_clk_32k_bootstrap + 0x0000000000000000 0x3c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/soc/libsoc.a(rtc_clk.o) + .text.rtc_clk_32k_enabled + 0x0000000000000000 0x1a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/soc/libsoc.a(rtc_clk.o) + .text.rtc_clk_apll_enable + 0x0000000000000000 0x156 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/soc/libsoc.a(rtc_clk.o) + .text.rtc_clk_slow_freq_get_hz + 0x0000000000000000 0x29 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/soc/libsoc.a(rtc_clk.o) + .text.rtc_clk_cpu_freq_from_mhz + 0x0000000000000000 0x4c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/soc/libsoc.a(rtc_clk.o) + .text.rtc_clk_cpu_freq_to_xtal + 0x0000000000000000 0x6f /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/soc/libsoc.a(rtc_clk.o) + .text.rtc_clk_cpu_freq_to_pll + 0x0000000000000000 0xdd /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/soc/libsoc.a(rtc_clk.o) + .text.rtc_clk_cpu_freq_set_fast + 0x0000000000000000 0x32 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/soc/libsoc.a(rtc_clk.o) + .xt.lit 0x0000000000000000 0xd8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/soc/libsoc.a(rtc_clk.o) + .xt.prop 0x0000000000000000 0xb7c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/soc/libsoc.a(rtc_clk.o) + .literal.rtc_init + 0x0000000000000000 0xb8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/soc/libsoc.a(rtc_init.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/soc/libsoc.a(rtc_init.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/soc/libsoc.a(rtc_init.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/soc/libsoc.a(rtc_init.o) + .text.rtc_init + 0x0000000000000000 0x344 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/soc/libsoc.a(rtc_init.o) + .xt.lit 0x0000000000000000 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/soc/libsoc.a(rtc_init.o) + .xt.prop 0x0000000000000000 0xf0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/soc/libsoc.a(rtc_init.o) + .literal.rtc_clk_cal + 0x0000000000000000 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/soc/libsoc.a(rtc_time.o) + .literal.rtc_time_us_to_slowclk + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/soc/libsoc.a(rtc_time.o) + .literal.rtc_time_get + 0x0000000000000000 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/soc/libsoc.a(rtc_time.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/soc/libsoc.a(rtc_time.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/soc/libsoc.a(rtc_time.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/soc/libsoc.a(rtc_time.o) + .text.rtc_clk_cal + 0x0000000000000000 0x52 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/soc/libsoc.a(rtc_time.o) + .text.rtc_time_us_to_slowclk + 0x0000000000000000 0x1f /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/soc/libsoc.a(rtc_time.o) + .text.rtc_time_slowclk_to_us + 0x0000000000000000 0x1c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/soc/libsoc.a(rtc_time.o) + .text.rtc_time_get + 0x0000000000000000 0x50 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/soc/libsoc.a(rtc_time.o) + .xt.lit 0x0000000000000000 0x30 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/soc/libsoc.a(rtc_time.o) + .xt.prop 0x0000000000000000 0x258 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/soc/libsoc.a(rtc_time.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_bswapsi2.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_bswapsi2.o) + .xt.lit 0x0000000000000000 0x8 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_bswapsi2.o) + .xt.prop 0x0000000000000000 0x30 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_bswapsi2.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_udivdi3.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_udivdi3.o) + .eh_frame 0x0000000000000000 0x28 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_udivdi3.o) + .xt.prop 0x0000000000000000 0x264 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_udivdi3.o) + +Memory Configuration + +Name Origin Length Attributes +dport0_seg 0x000000003ff00000 0x0000000000000010 rw +iram_seg 0x0000000040078000 0x0000000000008000 xrw +dram_seg 0x000000003fff0000 0x0000000000010000 rw +*default* 0x0000000000000000 0xffffffffffffffff + +Linker script and memory map + +START GROUP +LOAD /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a +LOAD /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/log/liblog.a +LOAD /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/spi_flash/libspi_flash.a +LOAD /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/micro-ecc/libmicro-ecc.a +LOAD /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/soc/libsoc.a +LOAD /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/main/libmain.a +LOAD /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a +LOAD /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a +LOAD /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcov.a +END GROUP + +.iram1.text 0x0000000040078000 0x0 + 0x0000000040078000 . = ALIGN (0x10) + *(.entry.text) + *(.init.literal) + *(.init) + +.dram0.bss 0x000000003fff0000 0x18 + 0x000000003fff0000 . = ALIGN (0x8) + 0x000000003fff0000 _bss_start = ABSOLUTE (.) + *(.dynsbss) + *(.sbss) + *(.sbss.*) + *(.gnu.linkonce.sb.*) + *(.scommon) + *(.sbss2) + *(.sbss2.*) + *(.gnu.linkonce.sb2.*) + *(.dynbss) + *(.bss) + *(.bss.*) + .bss.mapped 0x000000003fff0000 0x1 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(bootloader_flash.o) + *fill* 0x000000003fff0001 0x3 + .bss.ram_obfs_value + 0x000000003fff0004 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(esp_image_format.o) + .bss.words_hashed + 0x000000003fff000c 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(bootloader_sha.o) + .bss.s_pll_freq + 0x000000003fff0010 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/soc/libsoc.a(rtc_clk.o) + .bss.s_cur_freq + 0x000000003fff0014 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/soc/libsoc.a(rtc_clk.o) + *(.gnu.linkonce.b.*) + *(COMMON) + 0x000000003fff0018 . = ALIGN (0x8) + 0x000000003fff0018 _bss_end = ABSOLUTE (.) + +.dram0.data 0x000000003fff0018 0x4 + 0x000000003fff0018 _data_start = ABSOLUTE (.) + *(.data) + *(.data.*) + .data.current_read_mapping + 0x000000003fff0018 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(bootloader_flash.o) + *(.gnu.linkonce.d.*) + *(.data1) + *(.sdata) + *(.sdata.*) + *(.gnu.linkonce.s.*) + *(.sdata2) + *(.sdata2.*) + *(.gnu.linkonce.s2.*) + *(.jcr) + 0x000000003fff001c _data_end = ABSOLUTE (.) + +.dram0.rodata 0x000000003fff001c 0x1648 + 0x000000003fff001c _rodata_start = ABSOLUTE (.) + *(.rodata) + .rodata 0x000000003fff001c 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/main/libmain.a(bootloader_start.o) + .rodata 0x000000003fff0030 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(bootloader_clock.o) + *(.rodata.*) + .rodata.str1.4 + 0x000000003fff0038 0x972 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/main/libmain.a(bootloader_start.o) + *fill* 0x000000003fff09aa 0x2 + .rodata.__func__$3802 + 0x000000003fff09ac 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/main/libmain.a(bootloader_start.o) + .rodata.str1.4 + 0x000000003fff09bc 0x28e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(bootloader_flash.o) + *fill* 0x000000003fff0c4a 0x2 + .rodata.str1.4 + 0x000000003fff0c4c 0x45a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(esp_image_format.o) + 0x49a (size before relaxing) + *fill* 0x000000003fff10a6 0x2 + .rodata.str1.4 + 0x000000003fff10a8 0x163 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(flash_partitions.o) + *fill* 0x000000003fff120b 0x1 + .rodata.str1.4 + 0x000000003fff120c 0xd8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(bootloader_sha.o) + .rodata.padding$2493 + 0x000000003fff12e4 0x40 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(bootloader_sha.o) + .rodata.__func__$2489 + 0x000000003fff1324 0x19 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(bootloader_sha.o) + *fill* 0x000000003fff133d 0x3 + .rodata.__func__$2469 + 0x000000003fff1340 0x17 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(bootloader_sha.o) + *fill* 0x000000003fff1357 0x1 + .rodata.str1.4 + 0x000000003fff1358 0x264 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/soc/libsoc.a(rtc_clk.o) + 0x261 (size before relaxing) + .rodata.rtc_clk_xtal_freq_estimate + 0x000000003fff15bc 0x64 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/soc/libsoc.a(rtc_clk.o) + .rodata.rtc_clk_cpu_freq_value + 0x000000003fff1620 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/soc/libsoc.a(rtc_clk.o) + .rodata.__func__$2616 + 0x000000003fff1634 0x17 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/soc/libsoc.a(rtc_clk.o) + *fill* 0x000000003fff164b 0x1 + .rodata.__func__$2601 + 0x000000003fff164c 0x15 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/soc/libsoc.a(rtc_clk.o) + *(.gnu.linkonce.r.*) + *(.rodata1) + 0x000000003fff1661 __XT_EXCEPTION_TABLE_ = ABSOLUTE (.) + *(.xt_except_table) + *(.gcc_except_table) + *(.gnu.linkonce.e.*) + *(.gnu.version_r) + *(.eh_frame) + 0x000000003fff1664 . = ((. + 0x3) & 0xfffffffffffffffc) + *fill* 0x000000003fff1661 0x3 + 0x000000003fff1664 __init_array_start = ABSOLUTE (.) + *crtbegin.o(.ctors) + *(EXCLUDE_FILE(*crtend.o) .ctors) + *(SORT(.ctors.*)) + *(.ctors) + 0x000000003fff1664 __init_array_end = ABSOLUTE (.) + *crtbegin.o(.dtors) + *(EXCLUDE_FILE(*crtend.o) .dtors) + *(SORT(.dtors.*)) + *(.dtors) + 0x000000003fff1664 __XT_EXCEPTION_DESCS_ = ABSOLUTE (.) + *(.xt_except_desc) + *(.gnu.linkonce.h.*) + 0x000000003fff1664 __XT_EXCEPTION_DESCS_END__ = ABSOLUTE (.) + *(.xt_except_desc_end) + *(.dynamic) + *(.gnu.version_d) + 0x000000003fff1664 _rodata_end = ABSOLUTE (.) + 0x000000003fff1664 _lit4_start = ABSOLUTE (.) + *(*.lit4) + *(.lit4.*) + *(.gnu.linkonce.lit4.*) + 0x000000003fff1664 _lit4_end = ABSOLUTE (.) + 0x000000003fff1664 . = ALIGN (0x4) + 0x000000003fff1664 _heap_start = ABSOLUTE (.) + +.iram.text 0x0000000040078000 0x364f + 0x0000000040078000 _stext = . + 0x0000000040078000 _text_start = ABSOLUTE (.) + *(.literal .text .literal.* .text.* .stub .gnu.warning .gnu.linkonce.literal.* .gnu.linkonce.t.*.literal .gnu.linkonce.t.*) + .literal.wdt_reset_cpu0_info_enable + 0x0000000040078000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/main/libmain.a(bootloader_start.o) + .literal.wdt_reset_info_dump + 0x0000000040078004 0x60 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/main/libmain.a(bootloader_start.o) + 0x6c (size before relaxing) + .literal.print_flash_info + 0x0000000040078064 0x4c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/main/libmain.a(bootloader_start.o) + 0x68 (size before relaxing) + .literal.log_invalid_app_partition + 0x00000000400780b0 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/main/libmain.a(bootloader_start.o) + 0x2c (size before relaxing) + .literal.vddsdio_configure + 0x00000000400780c0 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/main/libmain.a(bootloader_start.o) + 0xc (size before relaxing) + .literal.uart_console_configure + 0x00000000400780c4 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/main/libmain.a(bootloader_start.o) + 0x18 (size before relaxing) + .literal.wdt_reset_check + 0x00000000400780d8 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/main/libmain.a(bootloader_start.o) + 0x30 (size before relaxing) + .literal.update_flash_config + 0x00000000400780e4 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/main/libmain.a(bootloader_start.o) + .literal.ota_select_crc + 0x0000000040078104 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/main/libmain.a(bootloader_start.o) + .literal.ota_select_valid + 0x0000000040078108 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/main/libmain.a(bootloader_start.o) + 0x4 (size before relaxing) + .literal.get_selected_boot_partition + 0x0000000040078108 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/main/libmain.a(bootloader_start.o) + 0x70 (size before relaxing) + .literal.try_load_partition + 0x0000000040078128 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/main/libmain.a(bootloader_start.o) + 0x14 (size before relaxing) + .literal.load_boot_image + 0x000000004007812c 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/main/libmain.a(bootloader_start.o) + 0x3c (size before relaxing) + .literal.set_cache_and_start_app + 0x0000000040078138 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/main/libmain.a(bootloader_start.o) + 0x30 (size before relaxing) + .literal.unpack_load_app + 0x000000004007814c 0x1c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/main/libmain.a(bootloader_start.o) + 0x34 (size before relaxing) + .literal.load_partition_table + 0x0000000040078168 0x40 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/main/libmain.a(bootloader_start.o) + 0x84 (size before relaxing) + .literal.bootloader_main + 0x00000000400781a8 0x2c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/main/libmain.a(bootloader_start.o) + 0xa4 (size before relaxing) + .literal.__assert_func + 0x00000000400781d4 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/main/libmain.a(bootloader_start.o) + 0x10 (size before relaxing) + .literal.call_start_cpu0 + 0x00000000400781d8 0x3c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/main/libmain.a(bootloader_start.o) + 0x74 (size before relaxing) + .literal.bootloader_clock_configure + 0x0000000040078214 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(bootloader_clock.o) + 0x20 (size before relaxing) + .literal.spi_to_esp_err + 0x0000000040078224 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(bootloader_flash.o) + .literal.bootloader_flash_read_allow_decrypt + 0x000000004007822c 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(bootloader_flash.o) + 0x30 (size before relaxing) + .literal.bootloader_flash_read_no_decrypt + 0x000000004007823c 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(bootloader_flash.o) + 0x14 (size before relaxing) + .literal.bootloader_mmap + 0x000000004007823c 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(bootloader_flash.o) + 0x50 (size before relaxing) + .literal.bootloader_munmap + 0x0000000040078250 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(bootloader_flash.o) + 0x14 (size before relaxing) + .literal.bootloader_flash_read + 0x0000000040078250 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(bootloader_flash.o) + 0x30 (size before relaxing) + .literal.bootloader_fill_random + 0x000000004007825c 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(bootloader_random.o) + .literal.bootloader_random_enable + 0x0000000040078264 0x70 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(bootloader_random.o) + 0x78 (size before relaxing) + .literal.bootloader_random_disable + 0x00000000400782d4 0x1c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(bootloader_random.o) + 0x4c (size before relaxing) + .literal.should_map + 0x00000000400782f0 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(esp_image_format.o) + 0x10 (size before relaxing) + .literal.verify_image_header + 0x00000000400782f0 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(esp_image_format.o) + 0x2c (size before relaxing) + .literal.verify_segment_header + 0x0000000040078304 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(esp_image_format.o) + 0x28 (size before relaxing) + .literal.verify_checksum + 0x0000000040078310 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(esp_image_format.o) + 0x1c (size before relaxing) + .literal.verify_simple_hash + 0x0000000040078314 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(esp_image_format.o) + 0x2c (size before relaxing) + .literal.should_load + 0x000000004007831c 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(esp_image_format.o) + 0x18 (size before relaxing) + .literal.process_segment + 0x0000000040078328 0x24 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(esp_image_format.o) + 0x7c (size before relaxing) + .literal.esp_image_load + 0x000000004007834c 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(esp_image_format.o) + 0x74 (size before relaxing) + .literal.esp_partition_table_basic_verify + 0x0000000040078360 0x2c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(flash_partitions.o) + 0x5c (size before relaxing) + .literal.bootloader_sha256_start + 0x000000004007838c 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(bootloader_sha.o) + .literal.bootloader_sha256_data + 0x0000000040078394 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(bootloader_sha.o) + 0x30 (size before relaxing) + .literal.bootloader_sha256_finish + 0x00000000400783b4 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(bootloader_sha.o) + 0x4c (size before relaxing) + .literal.esp_log_early_timestamp + 0x00000000400783cc 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/log/liblog.a(log.o) + .literal.esp_rom_spiflash_read_status + 0x00000000400783d4 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/spi_flash/libspi_flash.a(spi_flash_rom_patch.o) + 0x14 (size before relaxing) + .literal.esp_rom_spiflash_wait_idle + 0x00000000400783e4 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/spi_flash/libspi_flash.a(spi_flash_rom_patch.o) + 0xc (size before relaxing) + .literal.esp_rom_spiflash_read_data + 0x00000000400783ec 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/spi_flash/libspi_flash.a(spi_flash_rom_patch.o) + 0x18 (size before relaxing) + .literal.esp_rom_spiflash_read_statushigh + 0x00000000400783fc 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/spi_flash/libspi_flash.a(spi_flash_rom_patch.o) + 0xc (size before relaxing) + .literal.esp_rom_spiflash_write_status + 0x0000000040078400 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/spi_flash/libspi_flash.a(spi_flash_rom_patch.o) + 0x14 (size before relaxing) + .literal.esp_rom_spiflash_unlock + 0x0000000040078400 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/spi_flash/libspi_flash.a(spi_flash_rom_patch.o) + 0x28 (size before relaxing) + .literal.esp_rom_spiflash_read + 0x000000004007840c 0x3c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/spi_flash/libspi_flash.a(spi_flash_rom_patch.o) + 0x5c (size before relaxing) + .literal.rtc_clk_32k_enable_internal + 0x0000000040078448 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/soc/libsoc.a(rtc_clk.o) + 0x14 (size before relaxing) + .literal.rtc_clk_32k_enable + 0x0000000040078458 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/soc/libsoc.a(rtc_clk.o) + 0xc (size before relaxing) + .literal.rtc_clk_8m_enable + 0x000000004007845c 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/soc/libsoc.a(rtc_clk.o) + 0x10 (size before relaxing) + .literal.rtc_clk_8m_enabled + 0x0000000040078468 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/soc/libsoc.a(rtc_clk.o) + 0x4 (size before relaxing) + .literal.rtc_clk_8md256_enabled + 0x0000000040078468 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/soc/libsoc.a(rtc_clk.o) + 0x4 (size before relaxing) + .literal.rtc_clk_xtal_freq_estimate + 0x0000000040078468 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/soc/libsoc.a(rtc_clk.o) + 0x4c (size before relaxing) + .literal.rtc_clk_slow_freq_set + 0x0000000040078488 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/soc/libsoc.a(rtc_clk.o) + 0xc (size before relaxing) + .literal.rtc_clk_slow_freq_get + 0x0000000040078488 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/soc/libsoc.a(rtc_clk.o) + 0x4 (size before relaxing) + .literal.rtc_clk_fast_freq_set + 0x0000000040078488 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/soc/libsoc.a(rtc_clk.o) + 0xc (size before relaxing) + .literal.rtc_clk_fast_freq_get + 0x0000000040078488 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/soc/libsoc.a(rtc_clk.o) + 0x4 (size before relaxing) + .literal.rtc_clk_bbpll_set + 0x0000000040078488 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/soc/libsoc.a(rtc_clk.o) + 0x38 (size before relaxing) + .literal.rtc_clk_xtal_freq_get + 0x0000000040078498 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/soc/libsoc.a(rtc_clk.o) + 0x1c (size before relaxing) + .literal.rtc_clk_cpu_freq_get + 0x00000000400784a0 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/soc/libsoc.a(rtc_clk.o) + 0x28 (size before relaxing) + .literal.rtc_clk_cpu_freq_value + 0x00000000400784b4 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/soc/libsoc.a(rtc_clk.o) + 0x2c (size before relaxing) + .literal.rtc_clk_xtal_freq_update + 0x00000000400784d4 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/soc/libsoc.a(rtc_clk.o) + 0x8 (size before relaxing) + .literal.rtc_clk_apb_freq_update + 0x00000000400784d4 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/soc/libsoc.a(rtc_clk.o) + 0x8 (size before relaxing) + .literal.rtc_clk_cpu_freq_set + 0x00000000400784d8 0x1c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/soc/libsoc.a(rtc_clk.o) + 0x78 (size before relaxing) + .literal.rtc_clk_apb_freq_get + 0x00000000400784f4 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/soc/libsoc.a(rtc_clk.o) + 0x14 (size before relaxing) + .literal.rtc_clk_init + 0x00000000400784fc 0x24 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/soc/libsoc.a(rtc_clk.o) + 0x94 (size before relaxing) + .literal.rtc_vddsdio_get_config + 0x0000000040078520 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/soc/libsoc.a(rtc_init.o) + 0x2c (size before relaxing) + .literal.rtc_vddsdio_set_config + 0x0000000040078540 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/soc/libsoc.a(rtc_init.o) + 0x8 (size before relaxing) + .literal.rtc_clk_cal_internal + 0x0000000040078544 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/soc/libsoc.a(rtc_time.o) + 0x3c (size before relaxing) + .literal.rtc_clk_cal_ratio + 0x0000000040078564 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/soc/libsoc.a(rtc_time.o) + 0x8 (size before relaxing) + .literal.rtc_clk_wait_for_slow_cycle + 0x0000000040078564 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/soc/libsoc.a(rtc_time.o) + 0x20 (size before relaxing) + .literal 0x000000004007856c 0x8 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_bswapsi2.o) + .iram1.literal + 0x0000000040078574 0x30 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/main/libmain.a(bootloader_start.o) + 0x60 (size before relaxing) + .text.wdt_reset_cpu0_info_enable + 0x00000000400785a4 0x27 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/main/libmain.a(bootloader_start.o) + *fill* 0x00000000400785cb 0x1 + .text.wdt_reset_info_dump + 0x00000000400785cc 0xe6 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/main/libmain.a(bootloader_start.o) + *fill* 0x00000000400786b2 0x2 + .text.print_flash_info + 0x00000000400786b4 0xee /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/main/libmain.a(bootloader_start.o) + 0xf2 (size before relaxing) + *fill* 0x00000000400787a2 0x2 + .text.log_invalid_app_partition + 0x00000000400787a4 0x57 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/main/libmain.a(bootloader_start.o) + 0x5b (size before relaxing) + *fill* 0x00000000400787fb 0x1 + .text.vddsdio_configure + 0x00000000400787fc 0x33 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/main/libmain.a(bootloader_start.o) + 0x37 (size before relaxing) + *fill* 0x000000004007882f 0x1 + .text.uart_console_configure + 0x0000000040078830 0x36 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/main/libmain.a(bootloader_start.o) + 0x3a (size before relaxing) + *fill* 0x0000000040078866 0x2 + .text.wdt_reset_check + 0x0000000040078868 0xa2 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/main/libmain.a(bootloader_start.o) + 0xae (size before relaxing) + *fill* 0x000000004007890a 0x2 + .text.update_flash_config + 0x000000004007890c 0x68 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/main/libmain.a(bootloader_start.o) + .text.ota_select_crc + 0x0000000040078974 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/main/libmain.a(bootloader_start.o) + .text.ota_select_valid + 0x0000000040078988 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/main/libmain.a(bootloader_start.o) + 0x24 (size before relaxing) + .text.get_selected_boot_partition + 0x00000000400789a8 0x140 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/main/libmain.a(bootloader_start.o) + 0x14c (size before relaxing) + .text.try_load_partition + 0x0000000040078ae8 0x34 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/main/libmain.a(bootloader_start.o) + 0x38 (size before relaxing) + .text.load_boot_image + 0x0000000040078b1c 0xa6 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/main/libmain.a(bootloader_start.o) + 0xba (size before relaxing) + *fill* 0x0000000040078bc2 0x2 + .text.set_cache_and_start_app + 0x0000000040078bc4 0xcf /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/main/libmain.a(bootloader_start.o) + *fill* 0x0000000040078c93 0x1 + .text.unpack_load_app + 0x0000000040078c94 0xb2 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/main/libmain.a(bootloader_start.o) + 0xb6 (size before relaxing) + *fill* 0x0000000040078d46 0x2 + .text.load_partition_table + 0x0000000040078d48 0x160 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/main/libmain.a(bootloader_start.o) + 0x17c (size before relaxing) + 0x0000000040078d48 load_partition_table + .text.bootloader_main + 0x0000000040078ea8 0x10f /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/main/libmain.a(bootloader_start.o) + 0x14f (size before relaxing) + 0x0000000040078ea8 bootloader_main + *fill* 0x0000000040078fb7 0x1 + .text.__assert_func + 0x0000000040078fb8 0x1f /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/main/libmain.a(bootloader_start.o) + 0x23 (size before relaxing) + 0x0000000040078fb8 __assert_func + *fill* 0x0000000040078fd7 0x1 + .text.call_start_cpu0 + 0x0000000040078fd8 0x127 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/main/libmain.a(bootloader_start.o) + 0x133 (size before relaxing) + 0x0000000040078fd8 call_start_cpu0 + *fill* 0x00000000400790ff 0x1 + .text.bootloader_clock_configure + 0x0000000040079100 0x6e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(bootloader_clock.o) + 0x76 (size before relaxing) + 0x0000000040079100 bootloader_clock_configure + *fill* 0x000000004007916e 0x2 + .text.spi_to_esp_err + 0x0000000040079170 0x22 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(bootloader_flash.o) + *fill* 0x0000000040079192 0x2 + .text.bootloader_flash_read_allow_decrypt + 0x0000000040079194 0x97 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(bootloader_flash.o) + 0x9b (size before relaxing) + *fill* 0x000000004007922b 0x1 + .text.bootloader_flash_read_no_decrypt + 0x000000004007922c 0x32 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(bootloader_flash.o) + 0x36 (size before relaxing) + *fill* 0x000000004007925e 0x2 + .text.bootloader_mmap + 0x0000000040079260 0xb1 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(bootloader_flash.o) + 0xb9 (size before relaxing) + 0x0000000040079260 bootloader_mmap + *fill* 0x0000000040079311 0x3 + .text.bootloader_munmap + 0x0000000040079314 0x36 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(bootloader_flash.o) + 0x0000000040079314 bootloader_munmap + *fill* 0x000000004007934a 0x2 + .text.bootloader_flash_read + 0x000000004007934c 0x86 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(bootloader_flash.o) + 0x000000004007934c bootloader_flash_read + *fill* 0x00000000400793d2 0x2 + .text.bootloader_fill_random + 0x00000000400793d4 0x59 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(bootloader_random.o) + 0x00000000400793d4 bootloader_fill_random + *fill* 0x000000004007942d 0x3 + .text.bootloader_random_enable + 0x0000000040079430 0x1d5 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(bootloader_random.o) + 0x0000000040079430 bootloader_random_enable + *fill* 0x0000000040079605 0x3 + .text.bootloader_random_disable + 0x0000000040079608 0x11c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(bootloader_random.o) + 0x0000000040079608 bootloader_random_disable + .text.should_map + 0x0000000040079724 0x30 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(esp_image_format.o) + .text.verify_image_header + 0x0000000040079754 0x7e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(esp_image_format.o) + *fill* 0x00000000400797d2 0x2 + .text.verify_segment_header + 0x00000000400797d4 0x71 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(esp_image_format.o) + 0x79 (size before relaxing) + *fill* 0x0000000040079845 0x3 + .text.verify_checksum + 0x0000000040079848 0x87 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(esp_image_format.o) + 0x8f (size before relaxing) + *fill* 0x00000000400798cf 0x1 + .text.verify_simple_hash + 0x00000000400798d0 0x5b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(esp_image_format.o) + 0x6a (size before relaxing) + *fill* 0x000000004007992b 0x1 + .text.should_load + 0x000000004007992c 0x44 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(esp_image_format.o) + 0x48 (size before relaxing) + .text.process_segment + 0x0000000040079970 0x1bd /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(esp_image_format.o) + 0x1d1 (size before relaxing) + *fill* 0x0000000040079b2d 0x3 + .text.esp_image_load + 0x0000000040079b30 0x24a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(esp_image_format.o) + 0x262 (size before relaxing) + 0x0000000040079b30 esp_image_load + *fill* 0x0000000040079d7a 0x2 + .text.esp_partition_table_basic_verify + 0x0000000040079d7c 0x143 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(flash_partitions.o) + 0x14f (size before relaxing) + 0x0000000040079d7c esp_partition_table_basic_verify + *fill* 0x0000000040079ebf 0x1 + .text.bootloader_sha256_start + 0x0000000040079ec0 0x12 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(bootloader_sha.o) + 0x0000000040079ec0 bootloader_sha256_start + *fill* 0x0000000040079ed2 0x2 + .text.bootloader_sha256_data + 0x0000000040079ed4 0xa1 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(bootloader_sha.o) + 0xa9 (size before relaxing) + 0x0000000040079ed4 bootloader_sha256_data + *fill* 0x0000000040079f75 0x3 + .text.bootloader_sha256_finish + 0x0000000040079f78 0xdc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(bootloader_sha.o) + 0xf0 (size before relaxing) + 0x0000000040079f78 bootloader_sha256_finish + .text.esp_log_early_timestamp + 0x000000004007a054 0x1f /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/log/liblog.a(log.o) + 0x000000004007a054 esp_log_timestamp + 0x000000004007a054 esp_log_early_timestamp + *fill* 0x000000004007a073 0x1 + .text.esp_rom_spiflash_read_status + 0x000000004007a074 0x61 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/spi_flash/libspi_flash.a(spi_flash_rom_patch.o) + 0x000000004007a074 esp_rom_spiflash_read_status + *fill* 0x000000004007a0d5 0x3 + .text.esp_rom_spiflash_wait_idle + 0x000000004007a0d8 0x32 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/spi_flash/libspi_flash.a(spi_flash_rom_patch.o) + 0x000000004007a0d8 esp_rom_spiflash_wait_idle + *fill* 0x000000004007a10a 0x2 + .text.esp_rom_spiflash_read_data + 0x000000004007a10c 0xe2 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/spi_flash/libspi_flash.a(spi_flash_rom_patch.o) + *fill* 0x000000004007a1ee 0x2 + .text.esp_rom_spiflash_read_statushigh + 0x000000004007a1f0 0x21 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/spi_flash/libspi_flash.a(spi_flash_rom_patch.o) + 0x000000004007a1f0 esp_rom_spiflash_read_statushigh + *fill* 0x000000004007a211 0x3 + .text.esp_rom_spiflash_write_status + 0x000000004007a214 0x34 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/spi_flash/libspi_flash.a(spi_flash_rom_patch.o) + 0x38 (size before relaxing) + 0x000000004007a214 esp_rom_spiflash_write_status + .text.esp_rom_spiflash_unlock + 0x000000004007a248 0x6a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/spi_flash/libspi_flash.a(spi_flash_rom_patch.o) + 0x7e (size before relaxing) + 0x000000004007a248 esp_rom_spiflash_unlock + *fill* 0x000000004007a2b2 0x2 + .text.esp_rom_spiflash_read + 0x000000004007a2b4 0x284 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/spi_flash/libspi_flash.a(spi_flash_rom_patch.o) + 0x000000004007a2b4 esp_rom_spiflash_read + .text.rtc_clk_32k_enable_internal + 0x000000004007a538 0x81 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/soc/libsoc.a(rtc_clk.o) + *fill* 0x000000004007a5b9 0x3 + .text.rtc_clk_32k_enable + 0x000000004007a5bc 0x2d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/soc/libsoc.a(rtc_clk.o) + 0x000000004007a5bc rtc_clk_32k_enable + *fill* 0x000000004007a5e9 0x3 + .text.rtc_clk_8m_enable + 0x000000004007a5ec 0x99 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/soc/libsoc.a(rtc_clk.o) + 0x000000004007a5ec rtc_clk_8m_enable + *fill* 0x000000004007a685 0x3 + .text.rtc_clk_8m_enabled + 0x000000004007a688 0x19 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/soc/libsoc.a(rtc_clk.o) + 0x000000004007a688 rtc_clk_8m_enabled + *fill* 0x000000004007a6a1 0x3 + .text.rtc_clk_8md256_enabled + 0x000000004007a6a4 0x1a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/soc/libsoc.a(rtc_clk.o) + 0x000000004007a6a4 rtc_clk_8md256_enabled + *fill* 0x000000004007a6be 0x2 + .text.rtc_clk_xtal_freq_estimate + 0x000000004007a6c0 0xa6 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/soc/libsoc.a(rtc_clk.o) + 0xb2 (size before relaxing) + *fill* 0x000000004007a766 0x2 + .text.rtc_clk_slow_freq_set + 0x000000004007a768 0x27 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/soc/libsoc.a(rtc_clk.o) + 0x000000004007a768 rtc_clk_slow_freq_set + *fill* 0x000000004007a78f 0x1 + .text.rtc_clk_slow_freq_get + 0x000000004007a790 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/soc/libsoc.a(rtc_clk.o) + 0x000000004007a790 rtc_clk_slow_freq_get + .text.rtc_clk_fast_freq_set + 0x000000004007a7a0 0x2a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/soc/libsoc.a(rtc_clk.o) + 0x000000004007a7a0 rtc_clk_fast_freq_set + *fill* 0x000000004007a7ca 0x2 + .text.rtc_clk_fast_freq_get + 0x000000004007a7cc 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/soc/libsoc.a(rtc_clk.o) + 0x000000004007a7cc rtc_clk_fast_freq_get + .text.rtc_clk_bbpll_set + 0x000000004007a7dc 0x170 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/soc/libsoc.a(rtc_clk.o) + 0x178 (size before relaxing) + 0x000000004007a7dc rtc_clk_bbpll_set + .text.rtc_clk_xtal_freq_get + 0x000000004007a94c 0x38 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/soc/libsoc.a(rtc_clk.o) + 0x3c (size before relaxing) + 0x000000004007a94c rtc_get_xtal + 0x000000004007a94c rtc_clk_xtal_freq_get + .text.rtc_clk_cpu_freq_get + 0x000000004007a984 0x88 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/soc/libsoc.a(rtc_clk.o) + 0x94 (size before relaxing) + 0x000000004007a984 rtc_clk_cpu_freq_get + .text.rtc_clk_cpu_freq_value + 0x000000004007aa0c 0x45 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/soc/libsoc.a(rtc_clk.o) + 0x000000004007aa0c rtc_clk_cpu_freq_value + *fill* 0x000000004007aa51 0x3 + .text.rtc_clk_xtal_freq_update + 0x000000004007aa54 0x12 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/soc/libsoc.a(rtc_clk.o) + 0x16 (size before relaxing) + 0x000000004007aa54 rtc_clk_xtal_freq_update + *fill* 0x000000004007aa66 0x2 + .text.rtc_clk_apb_freq_update + 0x000000004007aa68 0x13 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/soc/libsoc.a(rtc_clk.o) + 0x16 (size before relaxing) + 0x000000004007aa68 rtc_clk_apb_freq_update + *fill* 0x000000004007aa7b 0x1 + .text.rtc_clk_cpu_freq_set + 0x000000004007aa7c 0x1c4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/soc/libsoc.a(rtc_clk.o) + 0x1d8 (size before relaxing) + 0x000000004007aa7c rtc_clk_cpu_freq_set + .text.rtc_clk_apb_freq_get + 0x000000004007ac40 0x2a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/soc/libsoc.a(rtc_clk.o) + 0x000000004007ac40 rtc_clk_apb_freq_get + *fill* 0x000000004007ac6a 0x2 + .text.rtc_clk_init + 0x000000004007ac6c 0x182 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/soc/libsoc.a(rtc_clk.o) + 0x1ba (size before relaxing) + 0x000000004007ac6c rtc_clk_init + *fill* 0x000000004007adee 0x2 + .text.rtc_vddsdio_get_config + 0x000000004007adf0 0x10a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/soc/libsoc.a(rtc_init.o) + 0x000000004007adf0 rtc_vddsdio_get_config + *fill* 0x000000004007aefa 0x2 + .text.rtc_vddsdio_set_config + 0x000000004007aefc 0x46 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/soc/libsoc.a(rtc_init.o) + 0x000000004007aefc rtc_vddsdio_set_config + *fill* 0x000000004007af42 0x2 + .text.rtc_clk_cal_internal + 0x000000004007af44 0x161 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/soc/libsoc.a(rtc_time.o) + *fill* 0x000000004007b0a5 0x3 + .text.rtc_clk_cal_ratio + 0x000000004007b0a8 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/soc/libsoc.a(rtc_time.o) + 0x24 (size before relaxing) + 0x000000004007b0a8 rtc_clk_cal_ratio + .text.rtc_clk_wait_for_slow_cycle + 0x000000004007b0c8 0x79 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/soc/libsoc.a(rtc_time.o) + 0x000000004007b0c8 rtc_clk_wait_for_slow_cycle + *fill* 0x000000004007b141 0x3 + .text 0x000000004007b144 0x26 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_bswapsi2.o) + 0x000000004007b144 __bswapsi2 + *fill* 0x000000004007b16a 0x2 + .text.index_to_partition + 0x000000004007b16c 0x48 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/main/libmain.a(bootloader_start.o) + *fill* 0x000000004007b1b4 0x0 + *fill* 0x000000004007b1b4 0x0 + *fill* 0x000000004007b1b4 0x0 + *fill* 0x000000004007b1b4 0x0 + *fill* 0x000000004007b1b4 0x0 + *fill* 0x000000004007b1b4 0x0 + *fill* 0x000000004007b1b4 0x0 + *fill* 0x000000004007b1b4 0x0 + *fill* 0x000000004007b1b4 0x0 + *fill* 0x000000004007b1b4 0x0 + *fill* 0x000000004007b1b4 0x0 + *fill* 0x000000004007b1b4 0x0 + *fill* 0x000000004007b1b4 0x0 + *fill* 0x000000004007b1b4 0x0 + *fill* 0x000000004007b1b4 0x0 + *fill* 0x000000004007b1b4 0x0 + *fill* 0x000000004007b1b4 0x0 + *fill* 0x000000004007b1b4 0x0 + *fill* 0x000000004007b1b4 0x0 + *fill* 0x000000004007b1b4 0x0 + *fill* 0x000000004007b1b4 0x0 + *fill* 0x000000004007b1b4 0x0 + *fill* 0x000000004007b1b4 0x0 + *fill* 0x000000004007b1b4 0x0 + *fill* 0x000000004007b1b4 0x0 + *fill* 0x000000004007b1b4 0x0 + *fill* 0x000000004007b1b4 0x0 + *fill* 0x000000004007b1b4 0x0 + *fill* 0x000000004007b1b4 0x0 + *fill* 0x000000004007b1b4 0x0 + *fill* 0x000000004007b1b4 0x0 + *fill* 0x000000004007b1b4 0x0 + *fill* 0x000000004007b1b4 0x0 + *fill* 0x000000004007b1b4 0x0 + *fill* 0x000000004007b1b4 0x0 + *fill* 0x000000004007b1b4 0x0 + *fill* 0x000000004007b1b4 0x0 + *fill* 0x000000004007b1b4 0x0 + .text.clk_val_is_valid + 0x000000004007b1b4 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/soc/libsoc.a(rtc_clk.o) + .text.reg_val_to_clk_val + 0x000000004007b1d4 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/soc/libsoc.a(rtc_clk.o) + .text.clk_val_to_reg_val + 0x000000004007b1dc 0xe /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/soc/libsoc.a(rtc_clk.o) + *fill* 0x000000004007b1ea 0x0 + *fill* 0x000000004007b1ea 0x0 + *fill* 0x000000004007b1ea 0x0 + *fill* 0x000000004007b1ea 0x0 + *fill* 0x000000004007b1ea 0x0 + *fill* 0x000000004007b1ea 0x0 + *fill* 0x000000004007b1ea 0x0 + *fill* 0x000000004007b1ea 0x0 + *fill* 0x000000004007b1ea 0x0 + *fill* 0x000000004007b1ea 0x0 + *fill* 0x000000004007b1ea 0x0 + *fill* 0x000000004007b1ea 0x0 + *fill* 0x000000004007b1ea 0x0 + *fill* 0x000000004007b1ea 0x0 + *fill* 0x000000004007b1ea 0x0 + *fill* 0x000000004007b1ea 0x0 + *fill* 0x000000004007b1ea 0x0 + *fill* 0x000000004007b1ea 0x2 + .text 0x000000004007b1ec 0x281 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_udivdi3.o) + 0x000000004007b1ec __udivdi3 + *(.iram1 .iram1.*) + *fill* 0x000000004007b46d 0x3 + .iram1 0x000000004007b470 0x1df /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/main/libmain.a(bootloader_start.o) + *fill* 0x000000004007b64f 0x0 + *(.fini.literal) + *(.fini) + *(.gnu.version) + 0x000000004007b64f _text_end = ABSOLUTE (.) + 0x000000004007b64f _etext = . + [!provide] PROVIDE (abort, 0x4000bba4) + [!provide] PROVIDE (__absvdi2, 0x4006387c) + [!provide] PROVIDE (__absvsi2, 0x40063868) + [!provide] PROVIDE (Add2SelfBigHex256, 0x40015b7c) + [!provide] PROVIDE (AddBigHex256, 0x40015b28) + [!provide] PROVIDE (AddBigHexModP256, 0x40015c98) + [!provide] PROVIDE (__adddf3, 0x40002590) + [!provide] PROVIDE (AddP256, 0x40015c74) + [!provide] PROVIDE (AddPdiv2_256, 0x40015ce0) + [!provide] PROVIDE (__addsf3, 0x400020e8) + [!provide] PROVIDE (__addvdi3, 0x40002cbc) + [!provide] PROVIDE (__addvsi3, 0x40002c98) + [!provide] PROVIDE (aes_128_cbc_decrypt, 0x4005cc7c) + [!provide] PROVIDE (aes_128_cbc_encrypt, 0x4005cc18) + [!provide] PROVIDE (aes_unwrap, 0x4005ccf0) + [!provide] PROVIDE (app_gpio_arg, 0x3ffe003c) + [!provide] PROVIDE (app_gpio_handler, 0x3ffe0040) + [!provide] PROVIDE (__ashldi3, 0x4000c818) + [!provide] PROVIDE (__ashrdi3, 0x4000c830) + [!provide] PROVIDE (base64_decode, 0x4005ced8) + [!provide] PROVIDE (base64_encode, 0x4005cdbc) + [!provide] PROVIDE (BasePoint_x_256, 0x3ff97488) + [!provide] PROVIDE (BasePoint_y_256, 0x3ff97468) + [!provide] PROVIDE (bigHexInversion256, 0x400168f0) + [!provide] PROVIDE (bigHexP256, 0x3ff973bc) + [!provide] PROVIDE (__bswapdi2, 0x400649c4) + [!provide] PROVIDE (__bswapsi2, 0x4006499c) + [!provide] PROVIDE (btdm_r_ble_bt_handler_tab_p_get, 0x40019b0c) + [!provide] PROVIDE (btdm_r_btdm_option_data_p_get, 0x40010004) + [!provide] PROVIDE (btdm_r_btdm_rom_version_get, 0x40010078) + [!provide] PROVIDE (btdm_r_data_init, 0x4001002c) + [!provide] PROVIDE (btdm_r_import_rf_phy_func_p_get, 0x40054298) + [!provide] PROVIDE (btdm_r_ip_func_p_get, 0x40019af0) + [!provide] PROVIDE (btdm_r_ip_func_p_set, 0x40019afc) + [!provide] PROVIDE (btdm_r_modules_func_p_get, 0x4005427c) + [!provide] PROVIDE (btdm_r_modules_func_p_set, 0x40054270) + [!provide] PROVIDE (btdm_r_plf_func_p_set, 0x40054288) + [!provide] PROVIDE (bt_util_buf_env, 0x3ffb8bd4) + 0x00000000400095e0 PROVIDE (cache_flash_mmu_set_rom, 0x400095e0) + 0x0000000040009a14 PROVIDE (Cache_Flush_rom, 0x40009a14) + 0x0000000040009ab8 PROVIDE (Cache_Read_Disable_rom, 0x40009ab8) + 0x0000000040009a84 PROVIDE (Cache_Read_Enable_rom, 0x40009a84) + [!provide] PROVIDE (Cache_Read_Init_rom, 0x40009950) + [!provide] PROVIDE (cache_sram_mmu_set_rom, 0x400097f4) + [!provide] PROVIDE (calc_rtc_memory_crc, 0x40008170) + [!provide] PROVIDE (calloc, 0x4000bee4) + [!provide] PROVIDE (_calloc_r, 0x4000bbf8) + [!provide] PROVIDE (__clear_cache, 0x40063860) + [!provide] PROVIDE (_close_r, 0x4000bd3c) + [!provide] PROVIDE (__clrsbdi2, 0x40064a38) + [!provide] PROVIDE (__clrsbsi2, 0x40064a20) + [!provide] PROVIDE (__clzdi2, 0x4000ca50) + [!provide] PROVIDE (__clzsi2, 0x4000c7e8) + [!provide] PROVIDE (__cmpdi2, 0x40063820) + [!provide] PROVIDE (co_default_bdaddr, 0x3ffae704) + [!provide] PROVIDE (co_null_bdaddr, 0x3ffb80e0) + [!provide] PROVIDE (co_sca2ppm, 0x3ff971e8) + [!provide] PROVIDE (crc16_be, 0x4005d09c) + [!provide] PROVIDE (crc16_le, 0x4005d05c) + [!provide] PROVIDE (crc32_be, 0x4005d024) + 0x000000004005cfec PROVIDE (crc32_le, 0x4005cfec) + [!provide] PROVIDE (crc8_be, 0x4005d114) + [!provide] PROVIDE (crc8_le, 0x4005d0e0) + [!provide] PROVIDE (_ctype_, 0x3ff96354) + 0x000000003ff96350 PROVIDE (__ctype_ptr__, 0x3ff96350) + [!provide] PROVIDE (__ctzdi2, 0x4000ca64) + [!provide] PROVIDE (__ctzsi2, 0x4000c7f0) + [!provide] PROVIDE (_data_end_rom, 0x4000d5c8) + [!provide] PROVIDE (_data_end_btdm_rom, 0x4000d4f8) + [!provide] PROVIDE (_data_start_rom, 0x4000d4f8) + [!provide] PROVIDE (_data_start_btdm_rom, 0x4000d4f4) + [!provide] PROVIDE (_data_start_btdm, 0x3ffae6e0) + [!provide] PROVIDE (_data_end_btdm, 0x3ffaff10) + [!provide] PROVIDE (_bss_start_btdm, 0x3ffb8000) + [!provide] PROVIDE (_bss_end_btdm, 0x3ffbff70) + [!provide] PROVIDE (_daylight, 0x3ffae0a4) + [!provide] PROVIDE (dbg_default_handler, 0x3ff97218) + [!provide] PROVIDE (dbg_state, 0x3ffb8d5d) + [!provide] PROVIDE (DebugE256PublicKey_x, 0x3ff97428) + [!provide] PROVIDE (DebugE256PublicKey_y, 0x3ff97408) + [!provide] PROVIDE (DebugE256SecretKey, 0x3ff973e8) + [!provide] PROVIDE (debug_timer, 0x3ffe042c) + [!provide] PROVIDE (debug_timerfn, 0x3ffe0430) + [!provide] PROVIDE (dh_group14_generator, 0x3ff9ac60) + [!provide] PROVIDE (dh_group14_prime, 0x3ff9ab60) + [!provide] PROVIDE (dh_group15_generator, 0x3ff9ab5f) + [!provide] PROVIDE (dh_group15_prime, 0x3ff9a9df) + [!provide] PROVIDE (dh_group16_generator, 0x3ff9a9de) + [!provide] PROVIDE (dh_group16_prime, 0x3ff9a7de) + [!provide] PROVIDE (dh_group17_generator, 0x3ff9a7dd) + [!provide] PROVIDE (dh_group17_prime, 0x3ff9a4dd) + [!provide] PROVIDE (dh_group18_generator, 0x3ff9a4dc) + [!provide] PROVIDE (dh_group18_prime, 0x3ff9a0dc) + [!provide] PROVIDE (dh_group1_generator, 0x3ff9ae03) + [!provide] PROVIDE (dh_group1_prime, 0x3ff9ada3) + [!provide] PROVIDE (dh_group2_generator, 0x3ff9ada2) + [!provide] PROVIDE (dh_group2_prime, 0x3ff9ad22) + [!provide] PROVIDE (dh_group5_generator, 0x3ff9ad21) + [!provide] PROVIDE (dh_group5_prime, 0x3ff9ac61) + [!provide] PROVIDE (__divdc3, 0x40064460) + [!provide] PROVIDE (__divdf3, 0x40002954) + [!provide] PROVIDE (__divdi3, 0x4000ca84) + [!provide] PROVIDE (__divsc3, 0x40064200) + [!provide] PROVIDE (__divsf3, 0x4000234c) + [!provide] PROVIDE (__divsi3, 0x4000c7b8) + 0x000000003ffae290 PROVIDE (g_rom_spiflash_dummy_len_plus, 0x3ffae290) + [!provide] PROVIDE (ecc_env, 0x3ffb8d60) + [!provide] PROVIDE (ecc_Jacobian_InfinityPoint256, 0x3ff972e8) + [!provide] PROVIDE (em_buf_env, 0x3ffb8d74) + [!provide] PROVIDE (environ, 0x3ffae0b4) + [!provide] PROVIDE (__eqdf2, 0x400636a8) + [!provide] PROVIDE (__eqsf2, 0x40063374) + [!provide] PROVIDE (esp_crc8, 0x4005d144) + [!provide] PROVIDE (_etext, 0x4000d66c) + [!provide] PROVIDE (ets_readySet_, 0x3ffe01f0) + [!provide] PROVIDE (ets_startup_callback, 0x3ffe0404) + [!provide] PROVIDE (exc_cause_table, 0x3ff991d0) + [!provide] PROVIDE (_exit_r, 0x4000bd28) + [!provide] PROVIDE (__extendsfdf2, 0x40002c34) + [!provide] PROVIDE (__ffsdi2, 0x4000ca2c) + [!provide] PROVIDE (__ffssi2, 0x4000c804) + [!provide] PROVIDE (__fixdfdi, 0x40002ac4) + [!provide] PROVIDE (__fixdfsi, 0x40002a78) + [!provide] PROVIDE (__fixsfdi, 0x4000244c) + [!provide] PROVIDE (__fixsfsi, 0x4000240c) + [!provide] PROVIDE (__fixunsdfsi, 0x40002b30) + [!provide] PROVIDE (__fixunssfdi, 0x40002504) + [!provide] PROVIDE (__fixunssfsi, 0x400024ac) + [!provide] PROVIDE (__floatdidf, 0x4000c988) + [!provide] PROVIDE (__floatdisf, 0x4000c8c0) + [!provide] PROVIDE (__floatsidf, 0x4000c944) + [!provide] PROVIDE (__floatsisf, 0x4000c870) + [!provide] PROVIDE (__floatundidf, 0x4000c978) + [!provide] PROVIDE (__floatundisf, 0x4000c8b0) + [!provide] PROVIDE (__floatunsidf, 0x4000c938) + [!provide] PROVIDE (__floatunsisf, 0x4000c864) + [!provide] PROVIDE (free, 0x4000beb8) + [!provide] PROVIDE (_free_r, 0x4000bbcc) + [!provide] PROVIDE (_fstat_r, 0x4000bccc) + [!provide] PROVIDE (__gcc_bcmp, 0x40064a70) + [!provide] PROVIDE (__gedf2, 0x40063768) + [!provide] PROVIDE (__gesf2, 0x4006340c) + [!provide] PROVIDE (_getpid_r, 0x4000bcfc) + [!provide] PROVIDE (__getreent, 0x4000be8c) + [!provide] PROVIDE (_gettimeofday_r, 0x4000bc58) + [!provide] PROVIDE (GF_Jacobian_Point_Addition256, 0x400163a4) + [!provide] PROVIDE (GF_Jacobian_Point_Double256, 0x40016260) + [!provide] PROVIDE (GF_Point_Jacobian_To_Affine256, 0x40016b0c) + [!provide] PROVIDE (_global_impure_ptr, 0x3ffae0b0) + [!provide] PROVIDE (g_phyFuns_instance, 0x3ffae0c4) + 0x000000003ffae270 PROVIDE (g_rom_flashchip, 0x3ffae270) + [!provide] PROVIDE (__gtdf2, 0x400636dc) + [!provide] PROVIDE (__gtsf2, 0x400633a0) + [!provide] PROVIDE (gTxMsg, 0x3ffe0050) + [!provide] PROVIDE (hci_cmd_desc_root_tab, 0x3ff976d4) + [!provide] PROVIDE (hci_cmd_desc_tab_ctrl_bb, 0x3ff97b70) + [!provide] PROVIDE (hci_cmd_desc_tab_info_par, 0x3ff97b1c) + [!provide] PROVIDE (hci_cmd_desc_tab_le, 0x3ff97870) + [!provide] PROVIDE (hci_cmd_desc_tab_lk_ctrl, 0x3ff97fc0) + [!provide] PROVIDE (hci_cmd_desc_tab_lk_pol, 0x3ff97f3c) + [!provide] PROVIDE (hci_cmd_desc_tab_stat_par, 0x3ff97ac8) + [!provide] PROVIDE (hci_cmd_desc_tab_testing, 0x3ff97a98) + [!provide] PROVIDE (hci_cmd_desc_tab_vs, 0x3ff97714) + [!provide] PROVIDE (hci_command_handler, 0x4004c928) + [!provide] PROVIDE (hci_env, 0x3ffb9350) + [!provide] PROVIDE (hci_evt_dbg_desc_tab, 0x3ff9750c) + [!provide] PROVIDE (hci_evt_desc_tab, 0x3ff9751c) + [!provide] PROVIDE (hci_evt_le_desc_tab, 0x3ff974b4) + [!provide] PROVIDE (hci_fc_env, 0x3ffb9340) + [!provide] PROVIDE (hmac_md5, 0x4005d264) + [!provide] PROVIDE (hmac_md5_vector, 0x4005d17c) + [!provide] PROVIDE (hmac_sha1, 0x40060acc) + [!provide] PROVIDE (hmac_sha1_vector, 0x400609e4) + [!provide] PROVIDE (hmac_sha256, 0x40060d58) + [!provide] PROVIDE (hmac_sha256_vector, 0x40060c84) + [!provide] PROVIDE (jd_decomp, 0x400613e8) + [!provide] PROVIDE (jd_prepare, 0x40060fa8) + [!provide] PROVIDE (ke_env, 0x3ffb93cc) + [!provide] PROVIDE (_kill_r, 0x4000bd10) + [!provide] PROVIDE (lb_default_handler, 0x3ff982b8) + [!provide] PROVIDE (lb_default_state_tab_p_get, 0x4001c198) + [!provide] PROVIDE (lb_env, 0x3ffb9424) + [!provide] PROVIDE (lb_hci_cmd_handler_tab_p_get, 0x4001c18c) + [!provide] PROVIDE (lb_state, 0x3ffb94e8) + [!provide] PROVIDE (lc_default_handler, 0x3ff98648) + [!provide] PROVIDE (lc_default_state_tab_p_get, 0x4002f494) + [!provide] PROVIDE (lc_env, 0x3ffb94ec) + [!provide] PROVIDE (lc_hci_cmd_handler_tab_p_get, 0x4002f488) + [!provide] PROVIDE (lc_state, 0x3ffb9508) + [!provide] PROVIDE (ld_acl_br_sizes, 0x3ff98a2a) + [!provide] PROVIDE (ld_acl_br_types, 0x3ff98a36) + [!provide] PROVIDE (ld_acl_edr_sizes, 0x3ff98a14) + [!provide] PROVIDE (ld_acl_edr_types, 0x3ff98a22) + [!provide] PROVIDE (ld_env, 0x3ffb9510) + [!provide] PROVIDE (ld_pcm_settings_dft, 0x3ff98a0c) + [!provide] PROVIDE (ld_sched_params, 0x3ffb96c0) + [!provide] PROVIDE (ld_sync_train_channels, 0x3ff98a3c) + [!provide] PROVIDE (__ledf2, 0x40063704) + [!provide] PROVIDE (__lesf2, 0x400633c0) + [!provide] PROVIDE (_link_r, 0x4000bc9c) + [!provide] PROVIDE (llc_default_handler, 0x3ff98b3c) + [!provide] PROVIDE (llc_default_state_tab_p_get, 0x40046058) + [!provide] PROVIDE (llc_env, 0x3ffb96d0) + [!provide] PROVIDE (llc_hci_acl_data_tx_handler, 0x40042398) + [!provide] PROVIDE (llc_hci_cmd_handler_tab_p_get, 0x40042358) + [!provide] PROVIDE (llc_hci_command_handler, 0x40042360) + [!provide] PROVIDE (llcp_pdu_handler_tab_p_get, 0x40043f64) + [!provide] PROVIDE (llc_state, 0x3ffb96f8) + [!provide] PROVIDE (lldesc_build_chain, 0x4000a850) + [!provide] PROVIDE (lldesc_num2link, 0x4000a948) + [!provide] PROVIDE (lldesc_set_owner, 0x4000a974) + [!provide] PROVIDE (lld_evt_deferred_elt_push, 0x400466b4) + [!provide] PROVIDE (lld_evt_deferred_elt_pop, 0x400466dc) + [!provide] PROVIDE (lld_evt_winsize_change, 0x40046730) + [!provide] PROVIDE (lld_evt_rxwin_compute, 0x400467c8) + [!provide] PROVIDE (lld_evt_slave_time_compute, 0x40046818) + [!provide] PROVIDE (lld_evt_env, 0x3ffb9704) + [!provide] PROVIDE (lld_evt_elt_wait_get, 0x400468e4) + [!provide] PROVIDE (lld_evt_get_next_free_slot, 0x4004692c) + [!provide] PROVIDE (lld_pdu_adv_pk_desc_tab, 0x3ff98c70) + [!provide] PROVIDE (lld_pdu_llcp_pk_desc_tab, 0x3ff98b68) + [!provide] PROVIDE (lld_pdu_pack, 0x4004ab14) + [!provide] PROVIDE (LLM_AA_CT1, 0x3ff98d8a) + [!provide] PROVIDE (LLM_AA_CT2, 0x3ff98d88) + [!provide] PROVIDE (llm_default_handler, 0x3ff98d80) + [!provide] PROVIDE (llm_default_state_tab_p_get, 0x4004e718) + [!provide] PROVIDE (llm_hci_cmd_handler_tab_p_get, 0x4004c920) + [!provide] PROVIDE (llm_le_env, 0x3ffb976c) + [!provide] PROVIDE (llm_local_cmds, 0x3ff98d38) + [!provide] PROVIDE (llm_local_data_len_values, 0x3ff98d1c) + [!provide] PROVIDE (llm_local_le_feats, 0x3ff98d30) + [!provide] PROVIDE (llm_local_le_states, 0x3ff98d28) + [!provide] PROVIDE (llm_state, 0x3ffb985c) + [!provide] PROVIDE (lm_default_handler, 0x3ff990e0) + [!provide] PROVIDE (lm_default_state_tab_p_get, 0x40054268) + [!provide] PROVIDE (lm_env, 0x3ffb9860) + [!provide] PROVIDE (lm_hci_cmd_handler_tab_p_get, 0x4005425c) + [!provide] PROVIDE (lm_local_supp_feats, 0x3ff990ee) + [!provide] PROVIDE (lm_n_page_tab, 0x3ff990e8) + [!provide] PROVIDE (lmp_desc_tab, 0x3ff96e6c) + [!provide] PROVIDE (lmp_ext_desc_tab, 0x3ff96d9c) + [!provide] PROVIDE (lm_state, 0x3ffb9a1c) + [!provide] PROVIDE (_lock_acquire_recursive, 0x4000be28) + [!provide] PROVIDE (_lock_close, 0x4000bdec) + [!provide] PROVIDE (_lock_close_recursive, 0x4000be00) + [!provide] PROVIDE (_lock_init, 0x4000bdc4) + [!provide] PROVIDE (_lock_init_recursive, 0x4000bdd8) + [!provide] PROVIDE (_lock_release_recursive, 0x4000be78) + [!provide] PROVIDE (_lock_try_acquire, 0x4000be3c) + [!provide] PROVIDE (_lock_try_acquire_recursive, 0x4000be50) + [!provide] PROVIDE (_lseek_r, 0x4000bd8c) + [!provide] PROVIDE (__lshrdi3, 0x4000c84c) + [!provide] PROVIDE (__ltdf2, 0x40063790) + [!provide] PROVIDE (__ltsf2, 0x4006342c) + [!provide] PROVIDE (malloc, 0x4000bea0) + [!provide] PROVIDE (_malloc_r, 0x4000bbb4) + [!provide] PROVIDE (maxSecretKey_256, 0x3ff97448) + [!provide] PROVIDE (__mb_cur_max, 0x3ff96530) + 0x000000004005db1c PROVIDE (MD5Final, 0x4005db1c) + 0x000000004005da7c PROVIDE (MD5Init, 0x4005da7c) + 0x000000004005da9c PROVIDE (MD5Update, 0x4005da9c) + [!provide] PROVIDE (md5_vector, 0x4005db80) + 0x00000000400095a4 PROVIDE (mmu_init, 0x400095a4) + [!provide] PROVIDE (__moddi3, 0x4000cd4c) + [!provide] PROVIDE (__modsi3, 0x4000c7c0) + [!provide] PROVIDE (__month_lengths, 0x3ff9609c) + [!provide] PROVIDE (__muldc3, 0x40063bf4) + [!provide] PROVIDE (__muldf3, 0x4006358c) + [!provide] PROVIDE (__muldi3, 0x4000c9fc) + [!provide] PROVIDE (__mulsc3, 0x40063934) + [!provide] PROVIDE (__mulsf3, 0x400632c8) + [!provide] PROVIDE (__mulsi3, 0x4000c7b0) + [!provide] PROVIDE (MultiplyBigHexByUint32_256, 0x40016214) + [!provide] PROVIDE (MultiplyBigHexModP256, 0x400160b8) + [!provide] PROVIDE (MultiplyByU32ModP256, 0x40015fdc) + [!provide] PROVIDE (multofup, 0x4000ab8c) + [!provide] PROVIDE (__mulvdi3, 0x40002d78) + [!provide] PROVIDE (__mulvsi3, 0x40002d60) + [!provide] PROVIDE (mz_adler32, 0x4005edbc) + [!provide] PROVIDE (mz_crc32, 0x4005ee88) + [!provide] PROVIDE (mz_free, 0x4005eed4) + [!provide] PROVIDE (__nedf2, 0x400636a8) + [!provide] PROVIDE (__negdf2, 0x400634a0) + [!provide] PROVIDE (__negdi2, 0x4000ca14) + [!provide] PROVIDE (__negsf2, 0x400020c0) + [!provide] PROVIDE (__negvdi2, 0x40002e98) + [!provide] PROVIDE (__negvsi2, 0x40002e78) + [!provide] PROVIDE (__nesf2, 0x40063374) + [!provide] PROVIDE (notEqual256, 0x40015b04) + [!provide] PROVIDE (__nsau_data, 0x3ff96544) + [!provide] PROVIDE (one_bits, 0x3ff971f8) + [!provide] PROVIDE (_open_r, 0x4000bd54) + [!provide] PROVIDE (__paritysi2, 0x40002f3c) + [!provide] PROVIDE (pbkdf2_sha1, 0x40060ba4) + [!provide] PROVIDE (phy_get_romfuncs, 0x40004100) + [!provide] PROVIDE (__popcountdi2, 0x40002ef8) + [!provide] PROVIDE (__popcountsi2, 0x40002ed0) + [!provide] PROVIDE (__popcount_tab, 0x3ff96544) + [!provide] PROVIDE (__powidf2, 0x400638d4) + [!provide] PROVIDE (__powisf2, 0x4006389c) + [!provide] PROVIDE (_Pri_4_HandlerAddress, 0x3ffe0648) + [!provide] PROVIDE (_Pri_5_HandlerAddress, 0x3ffe064c) + [!provide] PROVIDE (r_btdm_option_data, 0x3ffae6e0) + [!provide] PROVIDE (r_bt_util_buf_acl_rx_alloc, 0x40010218) + [!provide] PROVIDE (r_bt_util_buf_acl_rx_free, 0x40010234) + [!provide] PROVIDE (r_bt_util_buf_acl_tx_alloc, 0x40010268) + [!provide] PROVIDE (r_bt_util_buf_acl_tx_free, 0x40010280) + [!provide] PROVIDE (r_bt_util_buf_init, 0x400100e4) + [!provide] PROVIDE (r_bt_util_buf_lmp_tx_alloc, 0x400101d0) + [!provide] PROVIDE (r_bt_util_buf_lmp_tx_free, 0x400101ec) + [!provide] PROVIDE (r_bt_util_buf_sync_clear, 0x400103c8) + [!provide] PROVIDE (r_bt_util_buf_sync_init, 0x400102c4) + [!provide] PROVIDE (r_bt_util_buf_sync_rx_alloc, 0x40010468) + [!provide] PROVIDE (r_bt_util_buf_sync_rx_free, 0x4001049c) + [!provide] PROVIDE (r_bt_util_buf_sync_tx_alloc, 0x400103ec) + [!provide] PROVIDE (r_bt_util_buf_sync_tx_free, 0x40010428) + [!provide] PROVIDE (rc4_skip, 0x40060928) + [!provide] PROVIDE (r_co_bdaddr_compare, 0x40014324) + [!provide] PROVIDE (r_co_bytes_to_string, 0x400142e4) + [!provide] PROVIDE (r_co_list_check_size_available, 0x400142c4) + [!provide] PROVIDE (r_co_list_extract, 0x4001404c) + [!provide] PROVIDE (r_co_list_extract_after, 0x40014118) + [!provide] PROVIDE (r_co_list_find, 0x4001419c) + [!provide] PROVIDE (r_co_list_init, 0x40013f14) + [!provide] PROVIDE (r_co_list_insert_after, 0x40014254) + [!provide] PROVIDE (r_co_list_insert_before, 0x40014200) + [!provide] PROVIDE (r_co_list_merge, 0x400141bc) + [!provide] PROVIDE (r_co_list_pool_init, 0x40013f30) + [!provide] PROVIDE (r_co_list_pop_front, 0x40014028) + [!provide] PROVIDE (r_co_list_push_back, 0x40013fb8) + [!provide] PROVIDE (r_co_list_push_front, 0x40013ff4) + [!provide] PROVIDE (r_co_list_size, 0x400142ac) + [!provide] PROVIDE (r_co_nb_good_channels, 0x40014360) + [!provide] PROVIDE (r_co_slot_to_duration, 0x40014348) + [!provide] PROVIDE (r_dbg_init, 0x40014394) + [!provide] PROVIDE (r_dbg_platform_reset_complete, 0x400143d0) + [!provide] PROVIDE (r_dbg_swdiag_init, 0x40014470) + [!provide] PROVIDE (r_dbg_swdiag_read, 0x400144a4) + [!provide] PROVIDE (r_dbg_swdiag_write, 0x400144d0) + [!provide] PROVIDE (r_E1, 0x400108e8) + [!provide] PROVIDE (r_E21, 0x40010968) + [!provide] PROVIDE (r_E22, 0x400109b4) + [!provide] PROVIDE (r_E3, 0x40010a58) + [!provide] PROVIDE (r_ea_alarm_clear, 0x40015ab4) + [!provide] PROVIDE (r_ea_alarm_set, 0x40015a10) + [!provide] PROVIDE (_read_r, 0x4000bda8) + [!provide] PROVIDE (r_ea_elt_cancel, 0x400150d0) + [!provide] PROVIDE (r_ea_elt_create, 0x40015264) + [!provide] PROVIDE (r_ea_elt_insert, 0x400152a8) + [!provide] PROVIDE (r_ea_elt_remove, 0x400154f0) + [!provide] PROVIDE (r_ea_finetimer_isr, 0x400155d4) + [!provide] PROVIDE (r_ea_init, 0x40015228) + [!provide] PROVIDE (r_ea_interval_create, 0x4001555c) + [!provide] PROVIDE (r_ea_interval_delete, 0x400155a8) + [!provide] PROVIDE (r_ea_interval_duration_req, 0x4001597c) + [!provide] PROVIDE (r_ea_interval_insert, 0x4001557c) + [!provide] PROVIDE (r_ea_interval_remove, 0x40015590) + [!provide] PROVIDE (ea_conflict_check, 0x40014e9c) + [!provide] PROVIDE (ea_prog_timer, 0x40014f88) + [!provide] PROVIDE (realloc, 0x4000becc) + [!provide] PROVIDE (_realloc_r, 0x4000bbe0) + [!provide] PROVIDE (r_ea_offset_req, 0x40015748) + [!provide] PROVIDE (r_ea_sleep_check, 0x40015928) + [!provide] PROVIDE (r_ea_sw_isr, 0x40015724) + [!provide] PROVIDE (r_ea_time_get_halfslot_rounded, 0x40015894) + [!provide] PROVIDE (r_ea_time_get_slot_rounded, 0x400158d4) + [!provide] PROVIDE (r_ecc_abort_key256_generation, 0x40017070) + [!provide] PROVIDE (r_ecc_generate_key256, 0x40016e00) + [!provide] PROVIDE (r_ecc_gen_new_public_key, 0x400170c0) + [!provide] PROVIDE (r_ecc_gen_new_secret_key, 0x400170e4) + [!provide] PROVIDE (r_ecc_get_debug_Keys, 0x40017224) + [!provide] PROVIDE (r_ecc_init, 0x40016dbc) + [!provide] PROVIDE (RecvBuff, 0x3ffe009c) + [!provide] PROVIDE (r_em_buf_init, 0x4001729c) + [!provide] PROVIDE (r_em_buf_rx_buff_addr_get, 0x400173e8) + [!provide] PROVIDE (r_em_buf_rx_free, 0x400173c4) + [!provide] PROVIDE (r_em_buf_tx_buff_addr_get, 0x40017404) + [!provide] PROVIDE (r_em_buf_tx_free, 0x4001741c) + [!provide] PROVIDE (_rename_r, 0x4000bc28) + [!provide] PROVIDE (r_F1_256, 0x400133e4) + [!provide] PROVIDE (r_F2_256, 0x40013568) + [!provide] PROVIDE (r_F3_256, 0x40013664) + [!provide] PROVIDE (RFPLL_ICP_TABLE, 0x3ffb8b7c) + [!provide] PROVIDE (r_G_256, 0x40013470) + [!provide] PROVIDE (r_H3, 0x40013760) + [!provide] PROVIDE (r_H4, 0x40013830) + [!provide] PROVIDE (r_h4tl_init, 0x40017878) + [!provide] PROVIDE (r_h4tl_start, 0x40017924) + [!provide] PROVIDE (r_h4tl_stop, 0x40017934) + [!provide] PROVIDE (r_h4tl_write, 0x400178d0) + [!provide] PROVIDE (r_H5, 0x400138dc) + [!provide] PROVIDE (r_hashConcat, 0x40013a38) + [!provide] PROVIDE (r_hci_acl_tx_data_alloc, 0x4001951c) + [!provide] PROVIDE (r_hci_acl_tx_data_received, 0x40019654) + [!provide] PROVIDE (r_hci_bt_acl_bdaddr_register, 0x40018900) + [!provide] PROVIDE (r_hci_bt_acl_bdaddr_unregister, 0x400189ac) + [!provide] PROVIDE (r_hci_bt_acl_conhdl_register, 0x4001895c) + [!provide] PROVIDE (r_hci_cmd_get_max_param_size, 0x400192d0) + [!provide] PROVIDE (r_hci_cmd_received, 0x400192f8) + [!provide] PROVIDE (r_hci_evt_filter_add, 0x40018a64) + [!provide] PROVIDE (r_hci_evt_mask_set, 0x400189e4) + [!provide] PROVIDE (r_hci_fc_acl_buf_size_set, 0x40017988) + [!provide] PROVIDE (r_hci_fc_acl_en, 0x400179d8) + [!provide] PROVIDE (r_hci_fc_acl_packet_sent, 0x40017a3c) + [!provide] PROVIDE (r_hci_fc_check_host_available_nb_acl_packets, 0x40017aa4) + [!provide] PROVIDE (r_hci_fc_check_host_available_nb_sync_packets, 0x40017ac8) + [!provide] PROVIDE (r_hci_fc_host_nb_acl_pkts_complete, 0x40017a6c) + [!provide] PROVIDE (r_hci_fc_host_nb_sync_pkts_complete, 0x40017a88) + [!provide] PROVIDE (r_hci_fc_init, 0x40017974) + [!provide] PROVIDE (r_hci_fc_sync_buf_size_set, 0x400179b0) + [!provide] PROVIDE (r_hci_fc_sync_en, 0x40017a30) + [!provide] PROVIDE (r_hci_fc_sync_packet_sent, 0x40017a54) + [!provide] PROVIDE (r_hci_init, 0x40018538) + [!provide] PROVIDE (r_hci_look_for_cmd_desc, 0x40018454) + [!provide] PROVIDE (r_hci_look_for_dbg_evt_desc, 0x400184c4) + [!provide] PROVIDE (r_hci_look_for_evt_desc, 0x400184a0) + [!provide] PROVIDE (r_hci_look_for_le_evt_desc, 0x400184e0) + [!provide] PROVIDE (r_hci_reset, 0x4001856c) + [!provide] PROVIDE (r_hci_send_2_host, 0x400185bc) + [!provide] PROVIDE (r_hci_sync_tx_data_alloc, 0x40019754) + [!provide] PROVIDE (r_hci_sync_tx_data_received, 0x400197c0) + [!provide] PROVIDE (r_hci_tl_init, 0x40019290) + [!provide] PROVIDE (r_hci_tl_send, 0x40019228) + [!provide] PROVIDE (r_hci_util_pack, 0x40019874) + [!provide] PROVIDE (r_hci_util_unpack, 0x40019998) + [!provide] PROVIDE (r_hci_voice_settings_get, 0x40018bdc) + [!provide] PROVIDE (r_hci_voice_settings_set, 0x40018be8) + [!provide] PROVIDE (r_HMAC, 0x40013968) + [!provide] PROVIDE (r_import_rf_phy_func, 0x3ffb8354) + [!provide] PROVIDE (r_import_rf_phy_func_p, 0x3ffafd64) + [!provide] PROVIDE (r_ip_funcs, 0x3ffae710) + [!provide] PROVIDE (r_ip_funcs_p, 0x3ffae70c) + [!provide] PROVIDE (r_ke_check_malloc, 0x40019de0) + [!provide] PROVIDE (r_ke_event_callback_set, 0x40019ba8) + [!provide] PROVIDE (r_ke_event_clear, 0x40019c2c) + [!provide] PROVIDE (r_ke_event_flush, 0x40019ccc) + [!provide] PROVIDE (r_ke_event_get, 0x40019c78) + [!provide] PROVIDE (r_ke_event_get_all, 0x40019cc0) + [!provide] PROVIDE (r_ke_event_init, 0x40019b90) + [!provide] PROVIDE (r_ke_event_schedule, 0x40019cdc) + [!provide] PROVIDE (r_ke_event_set, 0x40019be0) + [!provide] PROVIDE (r_ke_flush, 0x4001a374) + [!provide] PROVIDE (r_ke_free, 0x4001a014) + [!provide] PROVIDE (r_ke_get_max_mem_usage, 0x4001a1c8) + [!provide] PROVIDE (r_ke_get_mem_usage, 0x4001a1a0) + [!provide] PROVIDE (r_ke_init, 0x4001a318) + [!provide] PROVIDE (r_ke_is_free, 0x4001a184) + [!provide] PROVIDE (r_ke_malloc, 0x40019eb4) + [!provide] PROVIDE (r_ke_mem_init, 0x40019d3c) + [!provide] PROVIDE (r_ke_mem_is_empty, 0x40019d8c) + [!provide] PROVIDE (r_ke_msg_alloc, 0x4001a1e0) + [!provide] PROVIDE (r_ke_msg_dest_id_get, 0x4001a2e0) + [!provide] PROVIDE (r_ke_msg_discard, 0x4001a850) + [!provide] PROVIDE (r_ke_msg_forward, 0x4001a290) + [!provide] PROVIDE (r_ke_msg_forward_new_id, 0x4001a2ac) + [!provide] PROVIDE (r_ke_msg_free, 0x4001a2cc) + [!provide] PROVIDE (r_ke_msg_in_queue, 0x4001a2f8) + [!provide] PROVIDE (r_ke_msg_save, 0x4001a858) + [!provide] PROVIDE (r_ke_msg_send, 0x4001a234) + [!provide] PROVIDE (r_ke_msg_send_basic, 0x4001a26c) + [!provide] PROVIDE (r_ke_msg_src_id_get, 0x4001a2ec) + [!provide] PROVIDE (r_ke_queue_extract, 0x40055fd0) + [!provide] PROVIDE (r_ke_queue_insert, 0x40056020) + [!provide] PROVIDE (r_ke_sleep_check, 0x4001a3d8) + [!provide] PROVIDE (r_ke_state_get, 0x4001a7d8) + [!provide] PROVIDE (r_ke_state_set, 0x4001a6fc) + [!provide] PROVIDE (r_ke_stats_get, 0x4001a3f0) + [!provide] PROVIDE (r_ke_task_check, 0x4001a8a4) + [!provide] PROVIDE (r_ke_task_create, 0x4001a674) + [!provide] PROVIDE (r_ke_task_delete, 0x4001a6c0) + [!provide] PROVIDE (r_ke_task_init, 0x4001a650) + [!provide] PROVIDE (r_ke_task_msg_flush, 0x4001a860) + [!provide] PROVIDE (r_ke_timer_active, 0x4001ac08) + [!provide] PROVIDE (r_ke_timer_adjust_all, 0x4001ac30) + [!provide] PROVIDE (r_ke_timer_clear, 0x4001ab90) + [!provide] PROVIDE (r_ke_timer_init, 0x4001aa9c) + [!provide] PROVIDE (r_ke_timer_set, 0x4001aac0) + [!provide] PROVIDE (r_ke_timer_sleep_check, 0x4001ac50) + [!provide] PROVIDE (r_KPrimC, 0x40010ad4) + [!provide] PROVIDE (r_lb_clk_adj_activate, 0x4001ae70) + [!provide] PROVIDE (r_lb_clk_adj_id_get, 0x4001af14) + [!provide] PROVIDE (r_lb_clk_adj_period_update, 0x4001af20) + [!provide] PROVIDE (r_lb_init, 0x4001acd4) + [!provide] PROVIDE (r_lb_mst_key, 0x4001afc0) + [!provide] PROVIDE (r_lb_mst_key_cmp, 0x4001af74) + [!provide] PROVIDE (r_lb_mst_key_restart_enc, 0x4001b0d4) + [!provide] PROVIDE (r_lb_mst_start_act_bcst_enc, 0x4001b198) + [!provide] PROVIDE (r_lb_mst_stop_act_bcst_enc, 0x4001b24c) + [!provide] PROVIDE (r_lb_reset, 0x4001ad38) + [!provide] PROVIDE (r_lb_send_lmp, 0x4001adbc) + [!provide] PROVIDE (r_lb_send_pdu_clk_adj, 0x4001af3c) + [!provide] PROVIDE (r_lb_util_get_csb_mode, 0x4001ada4) + [!provide] PROVIDE (r_lb_util_get_nb_broadcast, 0x4001ad80) + [!provide] PROVIDE (r_lb_util_get_res_lt_addr, 0x4001ad98) + [!provide] PROVIDE (r_lb_util_set_nb_broadcast, 0x4001ad8c) + [!provide] PROVIDE (r_lc_afh_set, 0x4001cc74) + [!provide] PROVIDE (r_lc_afh_start, 0x4001d240) + [!provide] PROVIDE (r_lc_auth_cmp, 0x4001cd54) + [!provide] PROVIDE (r_lc_calc_link_key, 0x4001ce7c) + [!provide] PROVIDE (r_lc_chg_pkt_type_cmp, 0x4001d038) + [!provide] PROVIDE (r_lc_chg_pkt_type_cont, 0x4001cfbc) + [!provide] PROVIDE (r_lc_chg_pkt_type_retry, 0x4001d0ac) + [!provide] PROVIDE (r_lc_chk_to, 0x4001d2a8) + [!provide] PROVIDE (r_lc_cmd_stat_send, 0x4001c914) + [!provide] PROVIDE (r_lc_comb_key_svr, 0x4001d30c) + [!provide] PROVIDE (r_lc_con_cmp, 0x4001d44c) + [!provide] PROVIDE (r_lc_con_cmp_evt_send, 0x4001d4fc) + [!provide] PROVIDE (r_lc_conn_seq_done, 0x40021334) + [!provide] PROVIDE (r_lc_detach, 0x4002037c) + [!provide] PROVIDE (r_lc_dhkey, 0x4001d564) + [!provide] PROVIDE (r_lc_enc_cmp, 0x4001d8bc) + [!provide] PROVIDE (r_lc_enc_key_refresh, 0x4001d720) + [!provide] PROVIDE (r_lc_end_chk_colli, 0x4001d858) + [!provide] PROVIDE (r_lc_end_of_sniff_nego, 0x4001d9a4) + [!provide] PROVIDE (r_lc_enter_sniff_mode, 0x4001ddb8) + [!provide] PROVIDE (r_lc_epr_change_lk, 0x4001db38) + [!provide] PROVIDE (r_lc_epr_cmp, 0x4001da88) + [!provide] PROVIDE (r_lc_epr_resp, 0x4001e0b4) + [!provide] PROVIDE (r_lc_epr_rsw_cmp, 0x4001dd40) + [!provide] PROVIDE (r_lc_ext_feat, 0x40020d6c) + [!provide] PROVIDE (r_lc_feat, 0x40020984) + [!provide] PROVIDE (r_lc_hl_connect, 0x400209e8) + [!provide] PROVIDE (r_lc_init, 0x4001c948) + [!provide] PROVIDE (r_lc_init_calc_f3, 0x4001deb0) + [!provide] PROVIDE (r_lc_initiator_epr, 0x4001e064) + [!provide] PROVIDE (r_lc_init_passkey_loop, 0x4001dfc0) + [!provide] PROVIDE (r_lc_init_start_mutual_auth, 0x4001df60) + [!provide] PROVIDE (r_lc_key_exch_end, 0x4001e140) + [!provide] PROVIDE (r_lc_legacy_pair, 0x4001e1c0) + [!provide] PROVIDE (r_lc_local_switch, 0x4001e22c) + [!provide] PROVIDE (r_lc_local_trans_mode, 0x4001e2e4) + [!provide] PROVIDE (r_lc_local_untrans_mode, 0x4001e3a0) + [!provide] PROVIDE (r_lc_loc_auth, 0x40020ecc) + [!provide] PROVIDE (r_lc_locepr_lkref, 0x4001d648) + [!provide] PROVIDE (r_lc_locepr_rsw, 0x4001d5d0) + [!provide] PROVIDE (r_lc_loc_sniff, 0x40020a6c) + [!provide] PROVIDE (r_lc_max_slot_mgt, 0x4001e410) + [!provide] PROVIDE (r_lc_mst_key, 0x4001e7c0) + [!provide] PROVIDE (r_lc_mst_qos_done, 0x4001ea80) + [!provide] PROVIDE (r_lc_mst_send_mst_key, 0x4001e8f4) + [!provide] PROVIDE (r_lc_mutual_auth_end, 0x4001e670) + [!provide] PROVIDE (r_lc_mutual_auth_end2, 0x4001e4f4) + [!provide] PROVIDE (r_lc_packet_type, 0x40021038) + [!provide] PROVIDE (r_lc_pair, 0x40020ddc) + [!provide] PROVIDE (r_lc_pairing_cont, 0x4001eafc) + [!provide] PROVIDE (r_lc_passkey_comm, 0x4001ed20) + [!provide] PROVIDE (r_lc_prepare_all_links_for_clk_adj, 0x40021430) + [!provide] PROVIDE (r_lc_proc_rcv_dhkey, 0x4001edec) + [!provide] PROVIDE (r_lc_ptt, 0x4001ee2c) + [!provide] PROVIDE (r_lc_ptt_cmp, 0x4001eeec) + [!provide] PROVIDE (r_lc_qos_setup, 0x4001ef50) + [!provide] PROVIDE (r_lc_rd_rem_name, 0x4001efd0) + [!provide] PROVIDE (r_lc_release, 0x4001f8a8) + [!provide] PROVIDE (r_lc_rem_enc, 0x4001f124) + [!provide] PROVIDE (r_lc_rem_name_cont, 0x4001f290) + [!provide] PROVIDE (r_lc_rem_nego_trans_mode, 0x4001f1b4) + [!provide] PROVIDE (r_lc_rem_sniff, 0x40020ca4) + [!provide] PROVIDE (r_lc_rem_sniff_sub_rate, 0x40020b10) + [!provide] PROVIDE (r_lc_rem_switch, 0x4001f070) + [!provide] PROVIDE (r_lc_rem_trans_mode, 0x4001f314) + [!provide] PROVIDE (r_lc_rem_unsniff, 0x400207a0) + [!provide] PROVIDE (r_lc_rem_untrans_mode, 0x4001f36c) + [!provide] PROVIDE (r_lc_reset, 0x4001c99c) + [!provide] PROVIDE (r_lc_resp_auth, 0x4001f518) + [!provide] PROVIDE (r_lc_resp_calc_f3, 0x4001f710) + [!provide] PROVIDE (r_lc_resp_num_comp, 0x40020074) + [!provide] PROVIDE (r_lc_resp_oob_nonce, 0x4001f694) + [!provide] PROVIDE (r_lc_resp_oob_wait_nonce, 0x4001f66c) + [!provide] PROVIDE (r_lc_resp_pair, 0x400208a4) + [!provide] PROVIDE (r_lc_resp_sec_auth, 0x4001f4a0) + [!provide] PROVIDE (r_lc_resp_wait_dhkey_cont, 0x4001f86c) + [!provide] PROVIDE (r_lc_restart_enc, 0x4001f8ec) + [!provide] PROVIDE (r_lc_restart_enc_cont, 0x4001f940) + [!provide] PROVIDE (r_lc_restore_afh_reporting, 0x4001f028) + [!provide] PROVIDE (r_lc_restore_to, 0x4001f9e0) + [!provide] PROVIDE (r_lc_ret_sniff_max_slot_chg, 0x4001fa30) + [!provide] PROVIDE (r_lc_rsw_clean_up, 0x4001dc70) + [!provide] PROVIDE (r_lc_rsw_done, 0x4001db94) + [!provide] PROVIDE (r_lc_sco_baseband_ack, 0x40022b00) + [!provide] PROVIDE (r_lc_sco_detach, 0x40021e40) + [!provide] PROVIDE (r_lc_sco_host_accept, 0x40022118) + [!provide] PROVIDE (r_lc_sco_host_reject, 0x400222b8) + [!provide] PROVIDE (r_lc_sco_host_request, 0x40021f4c) + [!provide] PROVIDE (r_lc_sco_host_request_disc, 0x4002235c) + [!provide] PROVIDE (r_lc_sco_init, 0x40021dc8) + [!provide] PROVIDE (r_lc_sco_peer_accept, 0x40022780) + [!provide] PROVIDE (r_lc_sco_peer_accept_disc, 0x40022a08) + [!provide] PROVIDE (r_lc_sco_peer_reject, 0x40022824) + [!provide] PROVIDE (r_lc_sco_peer_reject_disc, 0x40022a8c) + [!provide] PROVIDE (r_lc_sco_peer_request, 0x4002240c) + [!provide] PROVIDE (r_lc_sco_peer_request_disc, 0x400228ec) + [!provide] PROVIDE (r_lc_sco_release, 0x40021eec) + [!provide] PROVIDE (r_lc_sco_reset, 0x40021dfc) + [!provide] PROVIDE (r_lc_sco_timeout, 0x40022bd4) + [!provide] PROVIDE (r_lc_sec_auth_compute_sres, 0x4001f3ec) + [!provide] PROVIDE (r_lc_semi_key_cmp, 0x40020294) + [!provide] PROVIDE (r_lc_send_enc_chg_evt, 0x4002134c) + [!provide] PROVIDE (r_lc_send_enc_mode, 0x40020220) + [!provide] PROVIDE (r_lc_send_lmp, 0x4001c1a8) + [!provide] PROVIDE (r_lc_send_pdu_acc, 0x4001c21c) + [!provide] PROVIDE (r_lc_send_pdu_acc_ext4, 0x4001c240) + [!provide] PROVIDE (r_lc_send_pdu_au_rand, 0x4001c308) + [!provide] PROVIDE (r_lc_send_pdu_auto_rate, 0x4001c5d0) + [!provide] PROVIDE (r_lc_send_pdu_clk_adj_ack, 0x4001c46c) + [!provide] PROVIDE (r_lc_send_pdu_clk_adj_req, 0x4001c494) + [!provide] PROVIDE (r_lc_send_pdu_comb_key, 0x4001c368) + [!provide] PROVIDE (r_lc_send_pdu_dhkey_chk, 0x4001c8e8) + [!provide] PROVIDE (r_lc_send_pdu_encaps_head, 0x4001c440) + [!provide] PROVIDE (r_lc_send_pdu_encaps_payl, 0x4001c410) + [!provide] PROVIDE (r_lc_send_pdu_enc_key_sz_req, 0x4001c670) + [!provide] PROVIDE (r_lc_send_pdu_esco_lk_rem_req, 0x4001c5a8) + [!provide] PROVIDE (r_lc_send_pdu_feats_ext_req, 0x4001c6ec) + [!provide] PROVIDE (r_lc_send_pdu_feats_res, 0x4001c694) + [!provide] PROVIDE (r_lc_send_pdu_in_rand, 0x4001c338) + [!provide] PROVIDE (r_lc_send_pdu_io_cap_res, 0x4001c72c) + [!provide] PROVIDE (r_lc_send_pdu_lsto, 0x4001c64c) + [!provide] PROVIDE (r_lc_send_pdu_max_slot, 0x4001c3c8) + [!provide] PROVIDE (r_lc_send_pdu_max_slot_req, 0x4001c3ec) + [!provide] PROVIDE (r_lc_send_pdu_not_acc, 0x4001c26c) + [!provide] PROVIDE (r_lc_send_pdu_not_acc_ext4, 0x4001c294) + [!provide] PROVIDE (r_lc_send_pdu_num_comp_fail, 0x4001c770) + [!provide] PROVIDE (r_lc_send_pdu_pause_enc_aes_req, 0x4001c794) + [!provide] PROVIDE (r_lc_send_pdu_paus_enc_req, 0x4001c7c0) + [!provide] PROVIDE (r_lc_send_pdu_ptt_req, 0x4001c4c0) + [!provide] PROVIDE (r_lc_send_pdu_qos_req, 0x4001c82c) + [!provide] PROVIDE (r_lc_send_pdu_resu_enc_req, 0x4001c7e4) + [!provide] PROVIDE (r_lc_send_pdu_sco_lk_rem_req, 0x4001c580) + [!provide] PROVIDE (r_lc_send_pdu_set_afh, 0x4001c2c8) + [!provide] PROVIDE (r_lc_send_pdu_setup_cmp, 0x4001c808) + [!provide] PROVIDE (r_lc_send_pdu_slot_off, 0x4001c854) + [!provide] PROVIDE (r_lc_send_pdu_sniff_req, 0x4001c5f0) + [!provide] PROVIDE (r_lc_send_pdu_sp_cfm, 0x4001c518) + [!provide] PROVIDE (r_lc_send_pdu_sp_nb, 0x4001c4e8) + [!provide] PROVIDE (r_lc_send_pdu_sres, 0x4001c548) + [!provide] PROVIDE (r_lc_send_pdu_tim_acc, 0x4001c6cc) + [!provide] PROVIDE (r_lc_send_pdu_unit_key, 0x4001c398) + [!provide] PROVIDE (r_lc_send_pdu_unsniff_req, 0x4001c894) + [!provide] PROVIDE (r_lc_send_pdu_vers_req, 0x4001c8b4) + [!provide] PROVIDE (r_lc_skip_hl_oob_req, 0x400201bc) + [!provide] PROVIDE (r_lc_sniff_init, 0x40022cac) + [!provide] PROVIDE (r_lc_sniff_max_slot_chg, 0x40020590) + [!provide] PROVIDE (r_lc_sniff_reset, 0x40022cc8) + [!provide] PROVIDE (r_lc_sniff_slot_unchange, 0x40021100) + [!provide] PROVIDE (r_lc_sniff_sub_mode, 0x400204fc) + [!provide] PROVIDE (r_lc_sp_end, 0x400213a8) + [!provide] PROVIDE (r_lc_sp_fail, 0x40020470) + [!provide] PROVIDE (r_lc_sp_oob_tid_fail, 0x400204cc) + [!provide] PROVIDE (r_lc_ssr_nego, 0x4002125c) + [!provide] PROVIDE (r_lc_start, 0x4001ca28) + [!provide] PROVIDE (r_lc_start_enc, 0x4001fb28) + [!provide] PROVIDE (r_lc_start_enc_key_size, 0x4001fd9c) + [!provide] PROVIDE (r_lc_start_key_exch, 0x4001fe10) + [!provide] PROVIDE (r_lc_start_lmp_to, 0x4001fae8) + [!provide] PROVIDE (r_lc_start_oob, 0x4001fffc) + [!provide] PROVIDE (r_lc_start_passkey, 0x4001feac) + [!provide] PROVIDE (r_lc_start_passkey_loop, 0x4001ff88) + [!provide] PROVIDE (r_lc_stop_afh_report, 0x40020184) + [!provide] PROVIDE (r_lc_stop_enc, 0x40020110) + [!provide] PROVIDE (r_lc_switch_cmp, 0x40020448) + [!provide] PROVIDE (r_lc_unit_key_svr, 0x400206d8) + [!provide] PROVIDE (r_lc_unsniff, 0x40020c50) + [!provide] PROVIDE (r_lc_unsniff_cmp, 0x40020810) + [!provide] PROVIDE (r_lc_unsniff_cont, 0x40020750) + [!provide] PROVIDE (r_lc_upd_to, 0x4002065c) + [!provide] PROVIDE (r_lc_util_convert_pref_rate_to_packet_type, 0x4002f9b0) + [!provide] PROVIDE (r_lc_util_get_max_packet_size, 0x4002f4ac) + [!provide] PROVIDE (r_lc_util_get_offset_clke, 0x4002f538) + [!provide] PROVIDE (r_lc_util_get_offset_clkn, 0x4002f51c) + [!provide] PROVIDE (r_lc_util_set_loc_trans_coll, 0x4002f500) + [!provide] PROVIDE (r_lc_version, 0x40020a30) + [!provide] PROVIDE (lmp_accepted_ext_handler, 0x40027290) + [!provide] PROVIDE (lmp_not_accepted_ext_handler, 0x40029c54) + [!provide] PROVIDE (lmp_clk_adj_handler, 0x40027468) + [!provide] PROVIDE (lmp_clk_adj_ack_handler, 0x400274f4) + [!provide] PROVIDE (lmp_clk_adj_req_handler, 0x4002751c) + [!provide] PROVIDE (lmp_feats_res_ext_handler, 0x4002cac4) + [!provide] PROVIDE (lmp_feats_req_ext_handler, 0x4002ccb0) + [!provide] PROVIDE (lmp_pkt_type_tbl_req_handler, 0x40027574) + [!provide] PROVIDE (lmp_esco_link_req_handler, 0x40027610) + [!provide] PROVIDE (lmp_rmv_esco_link_req_handler, 0x400276e8) + [!provide] PROVIDE (lmp_ch_class_req_handler, 0x40027730) + [!provide] PROVIDE (lmp_ch_class_handler, 0x4002ca18) + [!provide] PROVIDE (lmp_ssr_req_handler, 0x4002780c) + [!provide] PROVIDE (lmp_ssr_res_handler, 0x40027900) + [!provide] PROVIDE (lmp_pause_enc_aes_req_handler, 0x400279a4) + [!provide] PROVIDE (lmp_pause_enc_req_handler, 0x4002df90) + [!provide] PROVIDE (lmp_resume_enc_req_handler, 0x4002e084) + [!provide] PROVIDE (lmp_num_comparison_fail_handler, 0x40027a74) + [!provide] PROVIDE (lmp_passkey_fail_handler, 0x40027aec) + [!provide] PROVIDE (lmp_keypress_notif_handler, 0x4002c5c8) + [!provide] PROVIDE (lmp_pwr_ctrl_req_handler, 0x400263bc) + [!provide] PROVIDE (lmp_pwr_ctrl_res_handler, 0x40026480) + [!provide] PROVIDE (lmp_auto_rate_handler, 0x40026548) + [!provide] PROVIDE (lmp_pref_rate_handler, 0x4002657c) + [!provide] PROVIDE (lmp_name_req_handler, 0x40025050) + [!provide] PROVIDE (lmp_name_res_handler, 0x400250bc) + [!provide] PROVIDE (lmp_not_accepted_handler, 0x400251d0) + [!provide] PROVIDE (lmp_accepted_handler, 0x4002e894) + [!provide] PROVIDE (lmp_clk_off_req_handler, 0x40025a44) + [!provide] PROVIDE (lmp_clk_off_res_handler, 0x40025ab8) + [!provide] PROVIDE (lmp_detach_handler, 0x40025b74) + [!provide] PROVIDE (lmp_tempkey_handler, 0x4002b6b0) + [!provide] PROVIDE (lmp_temprand_handler, 0x4002b74c) + [!provide] PROVIDE (lmp_sres_handler, 0x4002b840) + [!provide] PROVIDE (lmp_aurand_handler, 0x4002bda0) + [!provide] PROVIDE (lmp_unitkey_handler, 0x4002c13c) + [!provide] PROVIDE (lmp_combkey_handler, 0x4002c234) + [!provide] PROVIDE (lmp_inrand_handler, 0x4002c414) + [!provide] PROVIDE (lmp_oob_fail_handler, 0x40027b84) + [!provide] PROVIDE (lmp_ping_req_handler, 0x40027c08) + [!provide] PROVIDE (lmp_ping_res_handler, 0x40027c5c) + [!provide] PROVIDE (lmp_enc_mode_req_handler, 0x40025c60) + [!provide] PROVIDE (lmp_enc_key_size_req_handler, 0x40025e54) + [!provide] PROVIDE (lmp_switch_req_handler, 0x40025f84) + [!provide] PROVIDE (lmp_start_enc_req_handler, 0x4002e124) + [!provide] PROVIDE (lmp_stop_enc_req_handler, 0x4002de30) + [!provide] PROVIDE (lmp_sniff_req_handler, 0x400260c8) + [!provide] PROVIDE (lmp_unsniff_req_handler, 0x400261e0) + [!provide] PROVIDE (lmp_incr_pwr_req_handler, 0x4002629c) + [!provide] PROVIDE (lmp_decr_pwr_req_handler, 0x400262f8) + [!provide] PROVIDE (lmp_max_pwr_handler, 0x40026354) + [!provide] PROVIDE (lmp_min_pwr_handler, 0x40026388) + [!provide] PROVIDE (lmp_ver_req_handler, 0x400265f0) + [!provide] PROVIDE (lmp_ver_res_handler, 0x40026670) + [!provide] PROVIDE (lmp_qos_handler, 0x40026790) + [!provide] PROVIDE (lmp_qos_req_handler, 0x40026844) + [!provide] PROVIDE (lmp_sco_link_req_handler, 0x40026930) + [!provide] PROVIDE (lmp_rmv_sco_link_req_handler, 0x40026a10) + [!provide] PROVIDE (lmp_max_slot_handler, 0x40026a54) + [!provide] PROVIDE (lmp_max_slot_req_handler, 0x40026aac) + [!provide] PROVIDE (lmp_timing_accu_req_handler, 0x40026b54) + [!provide] PROVIDE (lmp_timing_accu_res_handler, 0x40026bcc) + [!provide] PROVIDE (lmp_setup_cmp_handler, 0x40026c84) + [!provide] PROVIDE (lmp_feats_res_handler, 0x4002b548) + [!provide] PROVIDE (lmp_feats_req_handler, 0x4002b620) + [!provide] PROVIDE (lmp_host_con_req_handler, 0x4002b3d8) + [!provide] PROVIDE (lmp_use_semi_perm_key_handler, 0x4002b4c4) + [!provide] PROVIDE (lmp_slot_off_handler, 0x40026cc8) + [!provide] PROVIDE (lmp_page_mode_req_handler, 0x40026d0c) + [!provide] PROVIDE (lmp_page_scan_mode_req_handler, 0x40026d4c) + [!provide] PROVIDE (lmp_supv_to_handler, 0x40026d94) + [!provide] PROVIDE (lmp_test_activate_handler, 0x40026e7c) + [!provide] PROVIDE (lmp_test_ctrl_handler, 0x40026ee4) + [!provide] PROVIDE (lmp_enc_key_size_mask_req_handler, 0x40027038) + [!provide] PROVIDE (lmp_enc_key_size_mask_res_handler, 0x400270a4) + [!provide] PROVIDE (lmp_set_afh_handler, 0x4002b2e4) + [!provide] PROVIDE (lmp_encaps_hdr_handler, 0x40027120) + [!provide] PROVIDE (lmp_encaps_payl_handler, 0x4002e590) + [!provide] PROVIDE (lmp_sp_nb_handler, 0x4002acf0) + [!provide] PROVIDE (lmp_sp_cfm_handler, 0x4002b170) + [!provide] PROVIDE (lmp_dhkey_chk_handler, 0x4002ab48) + [!provide] PROVIDE (lmp_pause_enc_aes_req_handler, 0x400279a4) + [!provide] PROVIDE (lmp_io_cap_res_handler, 0x4002c670) + [!provide] PROVIDE (lmp_io_cap_req_handler, 0x4002c7a4) + [!provide] PROVIDE (ld_acl_tx_packet_type_select, 0x4002fb40) + [!provide] PROVIDE (ld_acl_sched, 0x40033268) + [!provide] PROVIDE (ld_acl_sniff_sched, 0x4003340c) + [!provide] PROVIDE (lm_cmd_cmp_send, 0x40051838) + [!provide] PROVIDE (r_ld_acl_active_hop_types_get, 0x40036e10) + [!provide] PROVIDE (r_ld_acl_afh_confirm, 0x40036d40) + [!provide] PROVIDE (r_ld_acl_afh_prepare, 0x40036c84) + [!provide] PROVIDE (r_ld_acl_afh_set, 0x40036b60) + [!provide] PROVIDE (r_ld_acl_allowed_tx_packet_types_set, 0x40036810) + [!provide] PROVIDE (r_ld_acl_bcst_rx_dec, 0x40036394) + [!provide] PROVIDE (r_ld_acl_bit_off_get, 0x40036b18) + [!provide] PROVIDE (r_ld_acl_clk_adj_set, 0x40036a00) + [!provide] PROVIDE (r_ld_acl_clk_off_get, 0x40036b00) + [!provide] PROVIDE (r_ld_acl_clk_set, 0x40036950) + [!provide] PROVIDE (r_ld_acl_clock_offset_get, 0x400364c0) + [!provide] PROVIDE (r_ld_acl_current_tx_power_get, 0x400368f0) + [!provide] PROVIDE (r_ld_acl_data_flush, 0x400357bc) + [!provide] PROVIDE (r_ld_acl_data_tx, 0x4003544c) + [!provide] PROVIDE (r_ld_acl_edr_set, 0x4003678c) + [!provide] PROVIDE (r_ld_acl_enc_key_load, 0x40036404) + [!provide] PROVIDE (r_ld_acl_flow_off, 0x40035400) + [!provide] PROVIDE (r_ld_acl_flow_on, 0x4003541c) + [!provide] PROVIDE (r_ld_acl_flush_timeout_get, 0x40035f9c) + [!provide] PROVIDE (r_ld_acl_flush_timeout_set, 0x40035fe0) + [!provide] PROVIDE (r_ld_acl_init, 0x40034d08) + [!provide] PROVIDE (r_ld_acl_lmp_flush, 0x40035d80) + [!provide] PROVIDE (r_ld_acl_lmp_tx, 0x40035b34) + [!provide] PROVIDE (r_ld_acl_lsto_get, 0x400366b4) + [!provide] PROVIDE (r_ld_acl_lsto_set, 0x400366f8) + [!provide] PROVIDE (r_ld_acl_reset, 0x40034d24) + [!provide] PROVIDE (r_ld_acl_role_get, 0x40036b30) + [!provide] PROVIDE (r_ld_acl_rssi_delta_get, 0x40037028) + [!provide] PROVIDE (r_ld_acl_rsw_req, 0x40035e74) + [!provide] PROVIDE (r_ld_acl_rx_enc, 0x40036344) + [!provide] PROVIDE (r_ld_acl_rx_max_slot_get, 0x40036e58) + [!provide] PROVIDE (r_ld_acl_rx_max_slot_set, 0x40036ea0) + [!provide] PROVIDE (r_ld_acl_slot_offset_get, 0x4003653c) + [!provide] PROVIDE (r_ld_acl_slot_offset_set, 0x40036658) + [!provide] PROVIDE (r_ld_acl_sniff, 0x4003617c) + [!provide] PROVIDE (r_ld_acl_sniff_trans, 0x400360a8) + [!provide] PROVIDE (r_ld_acl_ssr_set, 0x40036274) + [!provide] PROVIDE (r_ld_acl_start, 0x40034ddc) + [!provide] PROVIDE (r_ld_acl_stop, 0x4003532c) + [!provide] PROVIDE (r_ld_acl_test_mode_set, 0x40036f24) + [!provide] PROVIDE (r_ld_acl_timing_accuracy_set, 0x4003673c) + [!provide] PROVIDE (r_ld_acl_t_poll_get, 0x40036024) + [!provide] PROVIDE (r_ld_acl_t_poll_set, 0x40036068) + [!provide] PROVIDE (r_ld_acl_tx_enc, 0x400362f8) + [!provide] PROVIDE (r_ld_acl_unsniff, 0x400361e0) + [!provide] PROVIDE (r_ld_active_check, 0x4003cac4) + [!provide] PROVIDE (r_ld_afh_ch_assess_data_get, 0x4003caec) + [!provide] PROVIDE (r_ld_bcst_acl_data_tx, 0x40038d3c) + [!provide] PROVIDE (r_ld_bcst_acl_init, 0x40038bd0) + [!provide] PROVIDE (r_ld_bcst_acl_reset, 0x40038bdc) + [!provide] PROVIDE (r_ld_bcst_acl_start, 0x4003882c) + [!provide] PROVIDE (r_ld_bcst_afh_update, 0x40038f3c) + [!provide] PROVIDE (r_ld_bcst_enc_key_load, 0x4003906c) + [!provide] PROVIDE (r_ld_bcst_lmp_tx, 0x40038bf8) + [!provide] PROVIDE (r_ld_bcst_tx_enc, 0x40038ff8) + [!provide] PROVIDE (r_ld_bd_addr_get, 0x4003ca20) + [!provide] PROVIDE (r_ld_channel_assess, 0x4003c184) + [!provide] PROVIDE (r_ld_class_of_dev_get, 0x4003ca34) + [!provide] PROVIDE (r_ld_class_of_dev_set, 0x4003ca50) + [!provide] PROVIDE (r_ld_csb_rx_afh_update, 0x40039af4) + [!provide] PROVIDE (r_ld_csb_rx_init, 0x40039690) + [!provide] PROVIDE (r_ld_csb_rx_reset, 0x4003969c) + [!provide] PROVIDE (r_ld_csb_rx_start, 0x4003972c) + [!provide] PROVIDE (r_ld_csb_rx_stop, 0x40039bb8) + [!provide] PROVIDE (r_ld_csb_tx_afh_update, 0x4003a5fc) + [!provide] PROVIDE (r_ld_csb_tx_clr_data, 0x4003a71c) + [!provide] PROVIDE (r_ld_csb_tx_dis, 0x4003a5e8) + [!provide] PROVIDE (r_ld_csb_tx_en, 0x4003a1c0) + [!provide] PROVIDE (r_ld_csb_tx_init, 0x4003a0e8) + [!provide] PROVIDE (r_ld_csb_tx_reset, 0x4003a0f8) + [!provide] PROVIDE (r_ld_csb_tx_set_data, 0x4003a6c0) + [!provide] PROVIDE (r_ld_fm_clk_isr, 0x4003a7a8) + [!provide] PROVIDE (r_ld_fm_frame_isr, 0x4003a82c) + [!provide] PROVIDE (r_ld_fm_init, 0x4003a760) + [!provide] PROVIDE (r_ld_fm_prog_check, 0x4003ab28) + [!provide] PROVIDE (r_ld_fm_prog_disable, 0x4003a984) + [!provide] PROVIDE (r_ld_fm_prog_enable, 0x4003a944) + [!provide] PROVIDE (r_ld_fm_prog_push, 0x4003a9d4) + [!provide] PROVIDE (r_ld_fm_reset, 0x4003a794) + [!provide] PROVIDE (r_ld_fm_rx_isr, 0x4003a7f4) + [!provide] PROVIDE (r_ld_fm_sket_isr, 0x4003a8a4) + [!provide] PROVIDE (r_ld_init, 0x4003c294) + [!provide] PROVIDE (r_ld_inq_init, 0x4003b15c) + [!provide] PROVIDE (r_ld_inq_reset, 0x4003b168) + [!provide] PROVIDE (r_ld_inq_start, 0x4003b1f0) + [!provide] PROVIDE (r_ld_inq_stop, 0x4003b4f0) + [!provide] PROVIDE (r_ld_iscan_eir_get, 0x4003c118) + [!provide] PROVIDE (r_ld_iscan_eir_set, 0x4003bfa0) + [!provide] PROVIDE (r_ld_iscan_init, 0x4003b9f0) + [!provide] PROVIDE (r_ld_iscan_reset, 0x4003ba14) + [!provide] PROVIDE (r_ld_iscan_restart, 0x4003ba44) + [!provide] PROVIDE (r_ld_iscan_start, 0x4003bb28) + [!provide] PROVIDE (r_ld_iscan_stop, 0x4003bf1c) + [!provide] PROVIDE (r_ld_iscan_tx_pwr_get, 0x4003c138) + [!provide] PROVIDE (r_ld_page_init, 0x4003d808) + [!provide] PROVIDE (r_ld_page_reset, 0x4003d814) + [!provide] PROVIDE (r_ld_page_start, 0x4003d848) + [!provide] PROVIDE (r_ld_page_stop, 0x4003da54) + [!provide] PROVIDE (r_ld_pca_coarse_clock_adjust, 0x4003e324) + [!provide] PROVIDE (r_ld_pca_init, 0x4003deb4) + [!provide] PROVIDE (r_ld_pca_initiate_clock_dragging, 0x4003e4ac) + [!provide] PROVIDE (r_ld_pca_local_config, 0x4003df6c) + [!provide] PROVIDE (r_ld_pca_mws_frame_sync, 0x4003e104) + [!provide] PROVIDE (r_ld_pca_mws_moment_offset_gt, 0x4003e278) + [!provide] PROVIDE (r_ld_pca_mws_moment_offset_lt, 0x4003e280) + [!provide] PROVIDE (r_ld_pca_reporting_enable, 0x4003e018) + [!provide] PROVIDE (r_ld_pca_reset, 0x4003df0c) + [!provide] PROVIDE (r_ld_pca_update_target_offset, 0x4003e050) + [!provide] PROVIDE (r_ld_pscan_evt_handler, 0x4003f238) + [!provide] PROVIDE (r_ld_pscan_init, 0x4003f474) + [!provide] PROVIDE (r_ld_pscan_reset, 0x4003f498) + [!provide] PROVIDE (r_ld_pscan_restart, 0x4003f4b8) + [!provide] PROVIDE (r_ld_pscan_start, 0x4003f514) + [!provide] PROVIDE (r_ld_pscan_stop, 0x4003f618) + [!provide] PROVIDE (r_ld_read_clock, 0x4003c9e4) + [!provide] PROVIDE (r_ld_reset, 0x4003c714) + [!provide] PROVIDE (r_ld_sched_acl_add, 0x4003f978) + [!provide] PROVIDE (r_ld_sched_acl_remove, 0x4003f99c) + [!provide] PROVIDE (r_ld_sched_compute, 0x4003f6f8) + [!provide] PROVIDE (r_ld_sched_init, 0x4003f7ac) + [!provide] PROVIDE (r_ld_sched_inq_add, 0x4003f8a8) + [!provide] PROVIDE (r_ld_sched_inq_remove, 0x4003f8d0) + [!provide] PROVIDE (r_ld_sched_iscan_add, 0x4003f7e8) + [!provide] PROVIDE (r_ld_sched_iscan_remove, 0x4003f808) + [!provide] PROVIDE (r_ld_sched_page_add, 0x4003f910) + [!provide] PROVIDE (r_ld_sched_page_remove, 0x4003f938) + [!provide] PROVIDE (r_ld_sched_pscan_add, 0x4003f828) + [!provide] PROVIDE (r_ld_sched_pscan_remove, 0x4003f848) + [!provide] PROVIDE (r_ld_sched_reset, 0x4003f7d4) + [!provide] PROVIDE (r_ld_sched_sco_add, 0x4003fa4c) + [!provide] PROVIDE (r_ld_sched_sco_remove, 0x4003fa9c) + [!provide] PROVIDE (r_ld_sched_sniff_add, 0x4003f9c4) + [!provide] PROVIDE (r_ld_sched_sniff_remove, 0x4003fa0c) + [!provide] PROVIDE (r_ld_sched_sscan_add, 0x4003f868) + [!provide] PROVIDE (r_ld_sched_sscan_remove, 0x4003f888) + [!provide] PROVIDE (r_ld_sco_audio_isr, 0x40037cc8) + [!provide] PROVIDE (r_ld_sco_data_tx, 0x40037ee8) + [!provide] PROVIDE (r_ld_sco_start, 0x40037110) + [!provide] PROVIDE (r_ld_sco_stop, 0x40037c40) + [!provide] PROVIDE (r_ld_sco_update, 0x40037a74) + [!provide] PROVIDE (r_ld_sscan_activated, 0x4004031c) + [!provide] PROVIDE (r_ld_sscan_init, 0x400402f0) + [!provide] PROVIDE (r_ld_sscan_reset, 0x400402fc) + [!provide] PROVIDE (r_ld_sscan_start, 0x40040384) + [!provide] PROVIDE (r_ld_strain_init, 0x400409f4) + [!provide] PROVIDE (r_ld_strain_reset, 0x40040a00) + [!provide] PROVIDE (r_ld_strain_start, 0x40040a8c) + [!provide] PROVIDE (r_ld_strain_stop, 0x40040df0) + [!provide] PROVIDE (r_ld_timing_accuracy_get, 0x4003caac) + [!provide] PROVIDE (r_ld_util_active_master_afh_map_get, 0x4004131c) + [!provide] PROVIDE (r_ld_util_active_master_afh_map_set, 0x40041308) + [!provide] PROVIDE (r_ld_util_bch_create, 0x40040fcc) + [!provide] PROVIDE (r_ld_util_fhs_pk, 0x400411c8) + [!provide] PROVIDE (r_ld_util_fhs_unpk, 0x40040e54) + [!provide] PROVIDE (r_ld_util_stp_pk, 0x400413f4) + [!provide] PROVIDE (r_ld_util_stp_unpk, 0x40041324) + [!provide] PROVIDE (r_ld_version_get, 0x4003ca6c) + [!provide] PROVIDE (r_ld_wlcoex_set, 0x4003caf8) + [!provide] PROVIDE (r_llc_ch_assess_get_current_ch_map, 0x40041574) + [!provide] PROVIDE (r_llc_ch_assess_get_local_ch_map, 0x4004150c) + [!provide] PROVIDE (r_llc_ch_assess_local, 0x40041494) + [!provide] PROVIDE (r_llc_ch_assess_merge_ch, 0x40041588) + [!provide] PROVIDE (r_llc_ch_assess_reass_ch, 0x400415c0) + [!provide] PROVIDE (r_llc_common_cmd_complete_send, 0x40044eac) + [!provide] PROVIDE (r_llc_common_cmd_status_send, 0x40044ee0) + [!provide] PROVIDE (r_llc_common_enc_change_evt_send, 0x40044f6c) + [!provide] PROVIDE (r_llc_common_enc_key_ref_comp_evt_send, 0x40044f38) + [!provide] PROVIDE (r_llc_common_flush_occurred_send, 0x40044f0c) + [!provide] PROVIDE (r_llc_common_nb_of_pkt_comp_evt_send, 0x40045000) + [!provide] PROVIDE (r_llc_con_update_complete_send, 0x40044d68) + [!provide] PROVIDE (r_llc_con_update_finished, 0x4004518c) + [!provide] PROVIDE (r_llc_con_update_ind, 0x40045038) + [!provide] PROVIDE (r_llc_discon_event_complete_send, 0x40044a30) + [!provide] PROVIDE (r_llc_end_evt_defer, 0x40046330) + [!provide] PROVIDE (r_llc_feats_rd_event_send, 0x40044e0c) + [!provide] PROVIDE (r_llc_init, 0x40044778) + [!provide] PROVIDE (r_llc_le_con_cmp_evt_send, 0x40044a78) + [!provide] PROVIDE (r_llc_llcp_ch_map_update_pdu_send, 0x40043f94) + [!provide] PROVIDE (r_llc_llcp_con_param_req_pdu_send, 0x400442fc) + [!provide] PROVIDE (r_llc_llcp_con_param_rsp_pdu_send, 0x40044358) + [!provide] PROVIDE (r_llc_llcp_con_update_pdu_send, 0x400442c4) + [!provide] PROVIDE (r_llc_llcp_enc_req_pdu_send, 0x40044064) + [!provide] PROVIDE (r_llc_llcp_enc_rsp_pdu_send, 0x40044160) + [!provide] PROVIDE (r_llc_llcp_feats_req_pdu_send, 0x400443b4) + [!provide] PROVIDE (r_llc_llcp_feats_rsp_pdu_send, 0x400443f0) + [!provide] PROVIDE (r_llc_llcp_get_autorize, 0x4004475c) + [!provide] PROVIDE (r_llc_llcp_length_req_pdu_send, 0x40044574) + [!provide] PROVIDE (r_llc_llcp_length_rsp_pdu_send, 0x400445ac) + [!provide] PROVIDE (r_llc_llcp_pause_enc_req_pdu_send, 0x40043fd8) + [!provide] PROVIDE (r_llc_llcp_pause_enc_rsp_pdu_send, 0x40044010) + [!provide] PROVIDE (r_llc_llcp_ping_req_pdu_send, 0x4004454c) + [!provide] PROVIDE (r_llc_llcp_ping_rsp_pdu_send, 0x40044560) + [!provide] PROVIDE (r_llc_llcp_recv_handler, 0x40044678) + [!provide] PROVIDE (r_llc_llcp_reject_ind_pdu_send, 0x4004425c) + [!provide] PROVIDE (r_llc_llcp_start_enc_req_pdu_send, 0x4004441c) + [!provide] PROVIDE (r_llc_llcp_start_enc_rsp_pdu_send, 0x400441f8) + [!provide] PROVIDE (r_llc_llcp_terminate_ind_pdu_send, 0x400444b0) + [!provide] PROVIDE (r_llc_llcp_tester_send, 0x400445e4) + [!provide] PROVIDE (r_llc_llcp_unknown_rsp_send_pdu, 0x40044534) + [!provide] PROVIDE (r_llc_llcp_version_ind_pdu_send, 0x40043f6c) + [!provide] PROVIDE (r_llc_lsto_con_update, 0x40045098) + [!provide] PROVIDE (r_llc_ltk_req_send, 0x40044dc0) + [!provide] PROVIDE (r_llc_map_update_finished, 0x40045260) + [!provide] PROVIDE (r_llc_map_update_ind, 0x400450f0) + [!provide] PROVIDE (r_llc_pdu_acl_tx_ack_defer, 0x400464dc) + [!provide] PROVIDE (r_llc_pdu_defer, 0x40046528) + [!provide] PROVIDE (r_llc_pdu_llcp_tx_ack_defer, 0x400463ac) + [!provide] PROVIDE (r_llc_reset, 0x400447b8) + [!provide] PROVIDE (r_llc_start, 0x400447f4) + [!provide] PROVIDE (r_llc_stop, 0x400449ac) + [!provide] PROVIDE (r_llc_util_bw_mgt, 0x4004629c) + [!provide] PROVIDE (r_llc_util_clear_operation_ptr, 0x40046234) + [!provide] PROVIDE (r_llc_util_dicon_procedure, 0x40046130) + [!provide] PROVIDE (r_llc_util_get_free_conhdl, 0x400460c8) + [!provide] PROVIDE (r_llc_util_get_nb_active_link, 0x40046100) + [!provide] PROVIDE (r_llc_util_set_auth_payl_to_margin, 0x400461f4) + [!provide] PROVIDE (r_llc_util_set_llcp_discard_enable, 0x400461c8) + [!provide] PROVIDE (r_llc_util_update_channel_map, 0x400461ac) + [!provide] PROVIDE (r_llc_version_rd_event_send, 0x40044e60) + [!provide] PROVIDE (r_lld_adv_start, 0x40048b38) + [!provide] PROVIDE (r_lld_adv_stop, 0x40048ea0) + [!provide] PROVIDE (r_lld_ch_map_ind, 0x4004a2f4) + [!provide] PROVIDE (r_lld_con_param_req, 0x40049f0c) + [!provide] PROVIDE (r_lld_con_param_rsp, 0x40049e00) + [!provide] PROVIDE (r_lld_con_start, 0x400491f8) + [!provide] PROVIDE (r_lld_con_stop, 0x40049fdc) + [!provide] PROVIDE (r_lld_con_update_after_param_req, 0x40049bcc) + [!provide] PROVIDE (r_lld_con_update_ind, 0x4004a30c) + [!provide] PROVIDE (r_lld_con_update_req, 0x40049b60) + [!provide] PROVIDE (r_lld_core_reset, 0x40048a9c) + [!provide] PROVIDE (r_lld_crypt_isr, 0x4004a324) + [!provide] PROVIDE (r_lld_evt_adv_create, 0x400481f4) + [!provide] PROVIDE (r_lld_evt_canceled, 0x400485c8) + [!provide] PROVIDE (r_lld_evt_channel_next, 0x40046aac) + [!provide] PROVIDE (r_lld_evt_deffered_elt_handler, 0x400482bc) + [!provide] PROVIDE (r_lld_evt_delete_elt_handler, 0x40046974) + [!provide] PROVIDE (r_lld_evt_delete_elt_push, 0x40046a3c) + [!provide] PROVIDE (r_lld_evt_drift_compute, 0x40047670) + [!provide] PROVIDE (r_lld_evt_elt_delete, 0x40047538) + [!provide] PROVIDE (r_lld_evt_elt_insert, 0x400474c8) + [!provide] PROVIDE (r_lld_evt_end, 0x400483e8) + [!provide] PROVIDE (r_lld_evt_end_isr, 0x4004862c) + [!provide] PROVIDE (r_lld_evt_init, 0x40046b3c) + [!provide] PROVIDE (r_lld_evt_init_evt, 0x40046cd0) + [!provide] PROVIDE (r_lld_evt_move_to_master, 0x40047ba0) + [!provide] PROVIDE (r_lld_evt_move_to_slave, 0x40047e18) + [!provide] PROVIDE (r_lld_evt_prevent_stop, 0x40047adc) + [!provide] PROVIDE (r_lld_evt_restart, 0x40046d50) + [!provide] PROVIDE (r_lld_evt_rx, 0x40048578) + [!provide] PROVIDE (r_lld_evt_rx_isr, 0x40048678) + [!provide] PROVIDE (r_lld_evt_scan_create, 0x40047ae8) + [!provide] PROVIDE (r_lld_evt_schedule, 0x40047908) + [!provide] PROVIDE (r_lld_evt_schedule_next, 0x400477dc) + [!provide] PROVIDE (r_lld_evt_schedule_next_instant, 0x400476a8) + [!provide] PROVIDE (r_lld_evt_slave_update, 0x40048138) + [!provide] PROVIDE (r_lld_evt_update_create, 0x40047cd8) + [!provide] PROVIDE (r_lld_get_mode, 0x40049ff8) + [!provide] PROVIDE (r_lld_init, 0x4004873c) + [!provide] PROVIDE (r_lld_move_to_master, 0x400499e0) + [!provide] PROVIDE (r_lld_move_to_slave, 0x4004a024) + [!provide] PROVIDE (r_lld_pdu_adv_pack, 0x4004b488) + [!provide] PROVIDE (r_lld_pdu_check, 0x4004ac34) + [!provide] PROVIDE (r_lld_pdu_data_send, 0x4004b018) + [!provide] PROVIDE (r_lld_pdu_data_tx_push, 0x4004aecc) + [!provide] PROVIDE (r_lld_pdu_rx_handler, 0x4004b4d4) + [!provide] PROVIDE (r_lld_pdu_send_packet, 0x4004b774) + [!provide] PROVIDE (r_lld_pdu_tx_flush, 0x4004b414) + [!provide] PROVIDE (r_lld_pdu_tx_loop, 0x4004ae40) + [!provide] PROVIDE (r_lld_pdu_tx_prog, 0x4004b120) + [!provide] PROVIDE (r_lld_pdu_tx_push, 0x4004b080) + [!provide] PROVIDE (r_lld_ral_renew_req, 0x4004a73c) + [!provide] PROVIDE (r_lld_scan_start, 0x40048ee0) + [!provide] PROVIDE (r_lld_scan_stop, 0x40049190) + [!provide] PROVIDE (r_lld_test_mode_rx, 0x4004a540) + [!provide] PROVIDE (r_lld_test_mode_tx, 0x4004a350) + [!provide] PROVIDE (r_lld_test_stop, 0x4004a710) + [!provide] PROVIDE (r_lld_util_anchor_point_move, 0x4004bacc) + [!provide] PROVIDE (r_lld_util_compute_ce_max, 0x4004bc0c) + [!provide] PROVIDE (r_lld_util_connection_param_set, 0x4004ba40) + [!provide] PROVIDE (r_lld_util_dle_set_cs_fields, 0x4004ba90) + [!provide] PROVIDE (r_lld_util_eff_tx_time_set, 0x4004bd88) + [!provide] PROVIDE (r_lld_util_elt_programmed, 0x4004bce0) + [!provide] PROVIDE (r_lld_util_flush_list, 0x4004bbd8) + [!provide] PROVIDE (r_lld_util_freq2chnl, 0x4004b9e4) + [!provide] PROVIDE (r_lld_util_get_bd_address, 0x4004b8ac) + [!provide] PROVIDE (r_lld_util_get_local_offset, 0x4004ba10) + [!provide] PROVIDE (r_lld_util_get_peer_offset, 0x4004ba24) + [!provide] PROVIDE (r_lld_util_get_tx_pkt_cnt, 0x4004bd80) + [!provide] PROVIDE (r_lld_util_instant_get, 0x4004b890) + [!provide] PROVIDE (r_lld_util_instant_ongoing, 0x4004bbfc) + [!provide] PROVIDE (r_lld_util_priority_set, 0x4004bd10) + [!provide] PROVIDE (r_lld_util_priority_update, 0x4004bd78) + [!provide] PROVIDE (r_lld_util_ral_force_rpa_renew, 0x4004b980) + [!provide] PROVIDE (r_lld_util_set_bd_address, 0x4004b8f8) + [!provide] PROVIDE (r_lld_wlcoex_set, 0x4004bd98) + [!provide] PROVIDE (r_llm_ble_ready, 0x4004cc34) + [!provide] PROVIDE (r_llm_common_cmd_complete_send, 0x4004d288) + [!provide] PROVIDE (r_llm_common_cmd_status_send, 0x4004d2b4) + [!provide] PROVIDE (r_llm_con_req_ind, 0x4004cc54) + [!provide] PROVIDE (r_llm_con_req_tx_cfm, 0x4004d158) + [!provide] PROVIDE (r_llm_create_con, 0x4004de78) + [!provide] PROVIDE (r_llm_encryption_done, 0x4004dff8) + [!provide] PROVIDE (r_llm_encryption_start, 0x4004e128) + [!provide] PROVIDE (r_llm_end_evt_defer, 0x4004eb6c) + [!provide] PROVIDE (r_llm_init, 0x4004c9f8) + [!provide] PROVIDE (r_llm_le_adv_report_ind, 0x4004cdf4) + [!provide] PROVIDE (r_llm_pdu_defer, 0x4004ec48) + [!provide] PROVIDE (r_llm_ral_clear, 0x4004e1fc) + [!provide] PROVIDE (r_llm_ral_dev_add, 0x4004e23c) + [!provide] PROVIDE (r_llm_ral_dev_rm, 0x4004e3bc) + [!provide] PROVIDE (r_llm_ral_get_rpa, 0x4004e400) + [!provide] PROVIDE (r_llm_ral_set_timeout, 0x4004e4a0) + [!provide] PROVIDE (r_llm_ral_update, 0x4004e4f8) + [!provide] PROVIDE (r_llm_set_adv_data, 0x4004d960) + [!provide] PROVIDE (r_llm_set_adv_en, 0x4004d7ec) + [!provide] PROVIDE (r_llm_set_adv_param, 0x4004d5f4) + [!provide] PROVIDE (r_llm_set_scan_en, 0x4004db64) + [!provide] PROVIDE (r_llm_set_scan_param, 0x4004dac8) + [!provide] PROVIDE (r_llm_set_scan_rsp_data, 0x4004da14) + [!provide] PROVIDE (r_llm_test_mode_start_rx, 0x4004d534) + [!provide] PROVIDE (r_llm_test_mode_start_tx, 0x4004d2fc) + [!provide] PROVIDE (r_llm_util_adv_data_update, 0x4004e8fc) + [!provide] PROVIDE (r_llm_util_apply_bd_addr, 0x4004e868) + [!provide] PROVIDE (r_llm_util_bd_addr_in_ral, 0x4004eb08) + [!provide] PROVIDE (r_llm_util_bd_addr_in_wl, 0x4004e788) + [!provide] PROVIDE (r_llm_util_bd_addr_wl_position, 0x4004e720) + [!provide] PROVIDE (r_llm_util_bl_add, 0x4004e9ac) + [!provide] PROVIDE (r_llm_util_bl_check, 0x4004e930) + [!provide] PROVIDE (r_llm_util_bl_rem, 0x4004ea70) + [!provide] PROVIDE (r_llm_util_check_address_validity, 0x4004e7e4) + [!provide] PROVIDE (r_llm_util_check_evt_mask, 0x4004e8b0) + [!provide] PROVIDE (r_llm_util_check_map_validity, 0x4004e800) + [!provide] PROVIDE (r_llm_util_get_channel_map, 0x4004e8d4) + [!provide] PROVIDE (r_llm_util_get_supp_features, 0x4004e8e8) + [!provide] PROVIDE (r_llm_util_set_public_addr, 0x4004e89c) + [!provide] PROVIDE (r_llm_wl_clr, 0x4004dc54) + [!provide] PROVIDE (r_llm_wl_dev_add, 0x4004dcc0) + [!provide] PROVIDE (r_llm_wl_dev_add_hdl, 0x4004dd38) + [!provide] PROVIDE (r_llm_wl_dev_rem, 0x4004dcfc) + [!provide] PROVIDE (r_llm_wl_dev_rem_hdl, 0x4004dde0) + [!provide] PROVIDE (r_lm_acl_disc, 0x4004f148) + [!provide] PROVIDE (r_LM_AddSniff, 0x40022d20) + [!provide] PROVIDE (r_lm_add_sync, 0x40051358) + [!provide] PROVIDE (r_lm_afh_activate_timer, 0x4004f444) + [!provide] PROVIDE (r_lm_afh_ch_ass_en_get, 0x4004f3f8) + [!provide] PROVIDE (r_lm_afh_host_ch_class_get, 0x4004f410) + [!provide] PROVIDE (r_lm_afh_master_ch_map_get, 0x4004f43c) + [!provide] PROVIDE (r_lm_afh_peer_ch_class_set, 0x4004f418) + [!provide] PROVIDE (r_lm_check_active_sync, 0x40051334) + [!provide] PROVIDE (r_LM_CheckEdrFeatureRequest, 0x4002f90c) + [!provide] PROVIDE (r_LM_CheckSwitchInstant, 0x4002f8c0) + [!provide] PROVIDE (r_lm_check_sync_hl_rsp, 0x4005169c) + [!provide] PROVIDE (r_lm_clk_adj_ack_pending_clear, 0x4004f514) + [!provide] PROVIDE (r_lm_clk_adj_instant_pending_set, 0x4004f4d8) + [!provide] PROVIDE (r_LM_ComputePacketType, 0x4002f554) + [!provide] PROVIDE (r_LM_ComputeSniffSubRate, 0x400233ac) + [!provide] PROVIDE (r_lm_debug_key_compare_192, 0x4004f3a8) + [!provide] PROVIDE (r_lm_debug_key_compare_256, 0x4004f3d0) + [!provide] PROVIDE (r_lm_dhkey_calc_init, 0x40013234) + [!provide] PROVIDE (r_lm_dhkey_compare, 0x400132d8) + [!provide] PROVIDE (r_lm_dut_mode_en_get, 0x4004f3ec) + [!provide] PROVIDE (r_LM_ExtractMaxEncKeySize, 0x4001aca4) + [!provide] PROVIDE (r_lm_f1, 0x40012bb8) + [!provide] PROVIDE (r_lm_f2, 0x40012cfc) + [!provide] PROVIDE (r_lm_f3, 0x40013050) + [!provide] PROVIDE (r_lm_g, 0x40012f90) + [!provide] PROVIDE (r_LM_GetAFHSwitchInstant, 0x4002f86c) + [!provide] PROVIDE (r_lm_get_auth_en, 0x4004f1ac) + [!provide] PROVIDE (r_lm_get_common_pkt_types, 0x4002fa1c) + [!provide] PROVIDE (r_LM_GetConnectionAcceptTimeout, 0x4004f1f4) + [!provide] PROVIDE (r_LM_GetFeature, 0x4002f924) + [!provide] PROVIDE (r_LM_GetLinkTimeout, 0x400233ec) + [!provide] PROVIDE (r_LM_GetLocalNameSeg, 0x4004f200) + [!provide] PROVIDE (r_lm_get_loopback_mode, 0x4004f248) + [!provide] PROVIDE (r_LM_GetMasterEncKeySize, 0x4001b29c) + [!provide] PROVIDE (r_LM_GetMasterEncRand, 0x4001b288) + [!provide] PROVIDE (r_LM_GetMasterKey, 0x4001b260) + [!provide] PROVIDE (r_LM_GetMasterKeyRand, 0x4001b274) + [!provide] PROVIDE (r_lm_get_min_sync_intv, 0x400517a8) + [!provide] PROVIDE (r_lm_get_nb_acl, 0x4004ef9c) + [!provide] PROVIDE (r_lm_get_nb_sync_link, 0x4005179c) + [!provide] PROVIDE (r_lm_get_nonce, 0x400131c4) + [!provide] PROVIDE (r_lm_get_oob_local_commit, 0x4004f374) + [!provide] PROVIDE (r_lm_get_oob_local_data_192, 0x4004f2d4) + [!provide] PROVIDE (r_lm_get_oob_local_data_256, 0x4004f318) + [!provide] PROVIDE (r_LM_GetPINType, 0x4004f1e8) + [!provide] PROVIDE (r_lm_get_priv_key_192, 0x4004f278) + [!provide] PROVIDE (r_lm_get_priv_key_256, 0x4004f2b8) + [!provide] PROVIDE (r_lm_get_pub_key_192, 0x4004f258) + [!provide] PROVIDE (r_lm_get_pub_key_256, 0x4004f298) + [!provide] PROVIDE (r_LM_GetQoSParam, 0x4002f6e0) + [!provide] PROVIDE (r_lm_get_sec_con_host_supp, 0x4004f1d4) + [!provide] PROVIDE (r_LM_GetSniffSubratingParam, 0x4002325c) + [!provide] PROVIDE (r_lm_get_sp_en, 0x4004f1c0) + [!provide] PROVIDE (r_LM_GetSwitchInstant, 0x4002f7f8) + [!provide] PROVIDE (r_lm_get_synchdl, 0x4005175c) + [!provide] PROVIDE (r_lm_get_sync_param, 0x400503b4) + [!provide] PROVIDE (r_lm_init, 0x4004ed34) + [!provide] PROVIDE (r_lm_init_sync, 0x400512d8) + [!provide] PROVIDE (r_lm_is_acl_con, 0x4004f47c) + [!provide] PROVIDE (r_lm_is_acl_con_role, 0x4004f49c) + [!provide] PROVIDE (r_lm_is_clk_adj_ack_pending, 0x4004f4e8) + [!provide] PROVIDE (r_lm_is_clk_adj_instant_pending, 0x4004f4c8) + [!provide] PROVIDE (r_lm_local_ext_fr_configured, 0x4004f540) + [!provide] PROVIDE (r_lm_look_for_stored_link_key, 0x4002f948) + [!provide] PROVIDE (r_lm_look_for_sync, 0x40051774) + [!provide] PROVIDE (r_lm_lt_addr_alloc, 0x4004ef1c) + [!provide] PROVIDE (r_lm_lt_addr_free, 0x4004ef74) + [!provide] PROVIDE (r_lm_lt_addr_reserve, 0x4004ef48) + [!provide] PROVIDE (r_LM_MakeCof, 0x4002f84c) + [!provide] PROVIDE (r_LM_MakeRandVec, 0x400112d8) + [!provide] PROVIDE (r_lm_master_clk_adj_req_handler, 0x40054180) + [!provide] PROVIDE (r_LM_MaxSlot, 0x4002f694) + [!provide] PROVIDE (r_lm_modif_sync, 0x40051578) + [!provide] PROVIDE (r_lm_n_is_zero, 0x40012170) + [!provide] PROVIDE (r_lm_num_clk_adj_ack_pending_set, 0x4004f500) + [!provide] PROVIDE (r_lm_oob_f1, 0x40012e54) + [!provide] PROVIDE (r_lm_pca_sscan_link_get, 0x4004f560) + [!provide] PROVIDE (r_lm_pca_sscan_link_set, 0x4004f550) + [!provide] PROVIDE (nvds_null_read, 0x400542a0) + [!provide] PROVIDE (nvds_null_write, 0x400542a8) + [!provide] PROVIDE (nvds_null_erase, 0x400542b0) + [!provide] PROVIDE (nvds_read, 0x400542c4) + [!provide] PROVIDE (nvds_write, 0x400542fc) + [!provide] PROVIDE (nvds_erase, 0x40054334) + [!provide] PROVIDE (nvds_init_memory, 0x40054358) + [!provide] PROVIDE (r_lmp_pack, 0x4001135c) + [!provide] PROVIDE (r_lmp_unpack, 0x4001149c) + [!provide] PROVIDE (r_lm_read_features, 0x4004f0d8) + [!provide] PROVIDE (r_LM_RemoveSniff, 0x40023124) + [!provide] PROVIDE (r_LM_RemoveSniffSubrating, 0x400233c4) + [!provide] PROVIDE (r_lm_remove_sync, 0x400517c8) + [!provide] PROVIDE (r_lm_reset_sync, 0x40051304) + [!provide] PROVIDE (r_lm_role_switch_finished, 0x4004f028) + [!provide] PROVIDE (r_lm_role_switch_start, 0x4004efe0) + [!provide] PROVIDE (r_lm_sco_nego_end, 0x40051828) + [!provide] PROVIDE (r_LM_SniffSubrateNegoRequired, 0x40023334) + [!provide] PROVIDE (r_LM_SniffSubratingHlReq, 0x40023154) + [!provide] PROVIDE (r_LM_SniffSubratingPeerReq, 0x400231dc) + [!provide] PROVIDE (r_lm_sp_debug_mode_get, 0x4004f398) + [!provide] PROVIDE (r_lm_sp_n192_convert_wnaf, 0x400123c0) + [!provide] PROVIDE (r_lm_sp_n_one, 0x400123a4) + [!provide] PROVIDE (r_lm_sp_p192_add, 0x40012828) + [!provide] PROVIDE (r_lm_sp_p192_dbl, 0x4001268c) + [!provide] PROVIDE (r_lm_sp_p192_invert, 0x40012b6c) + [!provide] PROVIDE (r_lm_sp_p192_point_jacobian_to_affine, 0x40012468) + [!provide] PROVIDE (r_lm_sp_p192_points_jacobian_to_affine, 0x400124e4) + [!provide] PROVIDE (r_lm_sp_p192_point_to_inf, 0x40012458) + [!provide] PROVIDE (r_lm_sp_pre_compute_points, 0x40012640) + [!provide] PROVIDE (r_lm_sp_sha256_calculate, 0x400121a0) + [!provide] PROVIDE (r_LM_SuppressAclPacket, 0x4002f658) + [!provide] PROVIDE (r_lm_sync_flow_ctrl_en_get, 0x4004f404) + [!provide] PROVIDE (r_LM_UpdateAclEdrPacketType, 0x4002f5d8) + [!provide] PROVIDE (r_LM_UpdateAclPacketType, 0x4002f584) + [!provide] PROVIDE (r_modules_funcs, 0x3ffafd6c) + [!provide] PROVIDE (r_modules_funcs_p, 0x3ffafd68) + [!provide] PROVIDE (r_nvds_del, 0x400544c4) + [!provide] PROVIDE (r_nvds_get, 0x40054488) + [!provide] PROVIDE (r_nvds_init, 0x40054410) + [!provide] PROVIDE (r_nvds_lock, 0x400544fc) + [!provide] PROVIDE (r_nvds_put, 0x40054534) + [!provide] PROVIDE (rom_abs_temp, 0x400054f0) + [!provide] PROVIDE (rom_bb_bss_bw_40_en, 0x4000401c) + [!provide] PROVIDE (rom_bb_bss_cbw40_dig, 0x40003bac) + [!provide] PROVIDE (rom_bb_rx_ht20_cen_bcov_en, 0x40003734) + [!provide] PROVIDE (rom_bb_tx_ht20_cen, 0x40003760) + [!provide] PROVIDE (rom_bb_wdg_test_en, 0x40003b70) + [!provide] PROVIDE (rom_cbw2040_cfg, 0x400040b0) + [!provide] PROVIDE (rom_check_noise_floor, 0x40003c78) + [!provide] PROVIDE (rom_chip_i2c_readReg, 0x40004110) + [!provide] PROVIDE (rom_chip_i2c_writeReg, 0x40004168) + [!provide] PROVIDE (rom_chip_v7_bt_init, 0x40004d8c) + [!provide] PROVIDE (rom_chip_v7_rx_init, 0x40004cec) + [!provide] PROVIDE (rom_chip_v7_rx_rifs_en, 0x40003d90) + [!provide] PROVIDE (rom_chip_v7_tx_init, 0x40004d18) + [!provide] PROVIDE (rom_clk_force_on_vit, 0x40003710) + [!provide] PROVIDE (rom_correct_rf_ana_gain, 0x400062a8) + [!provide] PROVIDE (rom_dc_iq_est, 0x400055c8) + [!provide] PROVIDE (rom_disable_agc, 0x40002fa4) + [!provide] PROVIDE (rom_enable_agc, 0x40002fcc) + [!provide] PROVIDE (rom_en_pwdet, 0x4000506c) + [!provide] PROVIDE (rom_gen_rx_gain_table, 0x40003e3c) + [!provide] PROVIDE (rom_get_data_sat, 0x4000312c) + [!provide] PROVIDE (rom_get_fm_sar_dout, 0x40005204) + [!provide] PROVIDE (rom_get_power_db, 0x40005fc8) + [!provide] PROVIDE (rom_get_pwctrl_correct, 0x400065d4) + [!provide] PROVIDE (rom_get_rfcal_rxiq_data, 0x40005bbc) + [!provide] PROVIDE (rom_get_rf_gain_qdb, 0x40006290) + [!provide] PROVIDE (rom_get_sar_dout, 0x40006564) + [!provide] PROVIDE (rom_i2c_readReg, 0x40004148) + 0x00000000400041c0 PROVIDE (rom_i2c_readReg_Mask, 0x400041c0) + 0x00000000400041a4 PROVIDE (rom_i2c_writeReg, 0x400041a4) + 0x00000000400041fc PROVIDE (rom_i2c_writeReg_Mask, 0x400041fc) + [!provide] PROVIDE (rom_index_to_txbbgain, 0x40004df8) + [!provide] PROVIDE (rom_iq_est_disable, 0x40005590) + [!provide] PROVIDE (rom_iq_est_enable, 0x40005514) + [!provide] PROVIDE (rom_linear_to_db, 0x40005f64) + [!provide] PROVIDE (rom_loopback_mode_en, 0x400030f8) + [!provide] PROVIDE (rom_meas_tone_pwr_db, 0x40006004) + [!provide] PROVIDE (rom_mhz2ieee, 0x4000404c) + [!provide] PROVIDE (rom_noise_floor_auto_set, 0x40003bdc) + [!provide] PROVIDE (rom_pbus_debugmode, 0x40004458) + [!provide] PROVIDE (rom_pbus_force_mode, 0x40004270) + [!provide] PROVIDE (rom_pbus_force_test, 0x400043c0) + [!provide] PROVIDE (rom_pbus_rd, 0x40004414) + [!provide] PROVIDE (rom_pbus_rd_addr, 0x40004334) + [!provide] PROVIDE (rom_pbus_rd_shift, 0x40004374) + [!provide] PROVIDE (rom_pbus_rx_dco_cal, 0x40005620) + [!provide] PROVIDE (rom_pbus_set_dco, 0x40004638) + [!provide] PROVIDE (rom_pbus_set_rxgain, 0x40004480) + [!provide] PROVIDE (rom_pbus_workmode, 0x4000446c) + [!provide] PROVIDE (rom_pbus_xpd_rx_off, 0x40004508) + [!provide] PROVIDE (rom_pbus_xpd_rx_on, 0x4000453c) + [!provide] PROVIDE (rom_pbus_xpd_tx_off, 0x40004590) + [!provide] PROVIDE (rom_pbus_xpd_tx_on, 0x400045e0) + [!provide] PROVIDE (rom_phy_disable_agc, 0x40002f6c) + [!provide] PROVIDE (rom_phy_disable_cca, 0x40003000) + [!provide] PROVIDE (rom_phy_enable_agc, 0x40002f88) + [!provide] PROVIDE (rom_phy_enable_cca, 0x4000302c) + [!provide] PROVIDE (rom_phy_freq_correct, 0x40004b44) + [!provide] PROVIDE (rom_phyFuns, 0x3ffae0c0) + [!provide] PROVIDE (rom_phy_get_noisefloor, 0x40003c2c) + [!provide] PROVIDE (rom_phy_get_vdd33, 0x4000642c) + [!provide] PROVIDE (rom_pow_usr, 0x40003044) + [!provide] PROVIDE (rom_read_sar_dout, 0x400051c0) + [!provide] PROVIDE (rom_restart_cal, 0x400046e0) + [!provide] PROVIDE (rom_rfcal_pwrctrl, 0x40006058) + [!provide] PROVIDE (rom_rfcal_rxiq, 0x40005b4c) + [!provide] PROVIDE (rom_rfcal_txcap, 0x40005dec) + [!provide] PROVIDE (rom_rfpll_reset, 0x40004680) + [!provide] PROVIDE (rom_rfpll_set_freq, 0x400047f8) + [!provide] PROVIDE (rom_rtc_mem_backup, 0x40003db4) + [!provide] PROVIDE (rom_rtc_mem_recovery, 0x40003df4) + [!provide] PROVIDE (rom_rx_gain_force, 0x4000351c) + [!provide] PROVIDE (rom_rxiq_cover_mg_mp, 0x40005a68) + [!provide] PROVIDE (rom_rxiq_get_mis, 0x400058e4) + [!provide] PROVIDE (rom_rxiq_set_reg, 0x40005a00) + [!provide] PROVIDE (rom_set_cal_rxdc, 0x400030b8) + [!provide] PROVIDE (rom_set_chan_cal_interp, 0x40005ce0) + [!provide] PROVIDE (rom_set_channel_freq, 0x40004880) + [!provide] PROVIDE (rom_set_loopback_gain, 0x40003060) + [!provide] PROVIDE (rom_set_noise_floor, 0x40003d48) + [!provide] PROVIDE (rom_set_pbus_mem, 0x400031a4) + [!provide] PROVIDE (rom_set_rf_freq_offset, 0x40004ca8) + [!provide] PROVIDE (rom_set_rxclk_en, 0x40003594) + [!provide] PROVIDE (rom_set_txcap_reg, 0x40005d50) + [!provide] PROVIDE (rom_set_txclk_en, 0x40003564) + [!provide] PROVIDE (rom_spur_coef_cfg, 0x40003ac8) + [!provide] PROVIDE (rom_spur_reg_write_one_tone, 0x400037f0) + [!provide] PROVIDE (rom_start_tx_tone, 0x400036b4) + [!provide] PROVIDE (rom_start_tx_tone_step, 0x400035d0) + [!provide] PROVIDE (rom_stop_tx_tone, 0x40003f98) + [!provide] PROVIDE (_rom_store, 0x4000d66c) + [!provide] PROVIDE (_rom_store_table, 0x4000d4f8) + [!provide] PROVIDE (rom_target_power_add_backoff, 0x40006268) + [!provide] PROVIDE (rom_tx_atten_set_interp, 0x400061cc) + [!provide] PROVIDE (rom_txbbgain_to_index, 0x40004dc0) + [!provide] PROVIDE (rom_txcal_work_mode, 0x4000510c) + [!provide] PROVIDE (rom_txdc_cal_init, 0x40004e10) + [!provide] PROVIDE (rom_txdc_cal_v70, 0x40004ea4) + [!provide] PROVIDE (rom_txiq_cover, 0x4000538c) + [!provide] PROVIDE (rom_txiq_get_mis_pwr, 0x400052dc) + [!provide] PROVIDE (rom_txiq_set_reg, 0x40005154) + [!provide] PROVIDE (rom_tx_pwctrl_bg_init, 0x4000662c) + [!provide] PROVIDE (rom_txtone_linear_pwr, 0x40005290) + [!provide] PROVIDE (rom_wait_rfpll_cal_end, 0x400047a8) + [!provide] PROVIDE (rom_write_gain_mem, 0x4000348c) + [!provide] PROVIDE (rom_write_rfpll_sdm, 0x40004740) + [!provide] PROVIDE (roundup2, 0x4000ab7c) + [!provide] PROVIDE (r_plf_funcs_p, 0x3ffb8360) + [!provide] PROVIDE (r_rf_rw_bt_init, 0x40054868) + [!provide] PROVIDE (r_rf_rw_init, 0x40054b0c) + [!provide] PROVIDE (r_rf_rw_le_init, 0x400549d0) + [!provide] PROVIDE (r_rwble_activity_ongoing_check, 0x40054d8c) + [!provide] PROVIDE (r_rwble_init, 0x40054bf4) + [!provide] PROVIDE (r_rwble_isr, 0x40054e08) + [!provide] PROVIDE (r_rwble_reset, 0x40054ce8) + [!provide] PROVIDE (r_rwble_sleep_check, 0x40054d78) + [!provide] PROVIDE (r_rwble_version, 0x40054dac) + [!provide] PROVIDE (r_rwbt_init, 0x40055160) + [!provide] PROVIDE (r_rwbt_isr, 0x40055248) + [!provide] PROVIDE (r_rwbt_reset, 0x400551bc) + [!provide] PROVIDE (r_rwbt_sleep_check, 0x4005577c) + [!provide] PROVIDE (r_rwbt_sleep_enter, 0x400557a4) + [!provide] PROVIDE (r_rwbt_sleep_wakeup, 0x400557fc) + [!provide] PROVIDE (r_rwbt_sleep_wakeup_end, 0x400558cc) + [!provide] PROVIDE (r_rwbt_version, 0x4005520c) + [!provide] PROVIDE (r_rwip_assert_err, 0x40055f88) + [!provide] PROVIDE (r_rwip_check_wakeup_boundary, 0x400558fc) + [!provide] PROVIDE (r_rwip_ext_wakeup_enable, 0x40055f3c) + [!provide] PROVIDE (r_rwip_init, 0x4005595c) + [!provide] PROVIDE (r_rwip_pca_clock_dragging_only, 0x40055f48) + [!provide] PROVIDE (r_rwip_prevent_sleep_clear, 0x40055ec8) + [!provide] PROVIDE (r_rwip_prevent_sleep_set, 0x40055e64) + [!provide] PROVIDE (r_rwip_reset, 0x40055ab8) + [!provide] PROVIDE (r_rwip_schedule, 0x40055b38) + [!provide] PROVIDE (r_rwip_sleep, 0x40055b5c) + [!provide] PROVIDE (r_rwip_sleep_enable, 0x40055f30) + [!provide] PROVIDE (r_rwip_version, 0x40055b20) + [!provide] PROVIDE (r_rwip_wakeup, 0x40055dc4) + [!provide] PROVIDE (r_rwip_wakeup_delay_set, 0x40055e4c) + [!provide] PROVIDE (r_rwip_wakeup_end, 0x40055e18) + [!provide] PROVIDE (r_rwip_wlcoex_set, 0x40055f60) + [!provide] PROVIDE (r_SHA_256, 0x40013a90) + [!provide] PROVIDE (rwip_coex_cfg, 0x3ff9914c) + [!provide] PROVIDE (rwip_priority, 0x3ff99159) + [!provide] PROVIDE (rwip_rf, 0x3ffbdb28) + [!provide] PROVIDE (rwip_rf_p_get, 0x400558f4) + [!provide] PROVIDE (r_XorKey, 0x400112c0) + [!provide] PROVIDE (_sbrk_r, 0x4000bce4) + [!provide] PROVIDE (__sf_fake_stderr, 0x3ff96458) + [!provide] PROVIDE (__sf_fake_stdin, 0x3ff96498) + [!provide] PROVIDE (__sf_fake_stdout, 0x3ff96478) + [!provide] PROVIDE (sha1_prf, 0x40060ae8) + [!provide] PROVIDE (sha1_vector, 0x40060b64) + [!provide] PROVIDE (sha256_prf, 0x40060d70) + [!provide] PROVIDE (sha256_vector, 0x40060e08) + [!provide] PROVIDE (sha_blk_bits, 0x3ff99290) + [!provide] PROVIDE (sha_blk_bits_bytes, 0x3ff99288) + [!provide] PROVIDE (sha_blk_hash_bytes, 0x3ff9928c) + [!provide] PROVIDE (sig_matrix, 0x3ffae293) + [!provide] PROVIDE (sip_after_tx_complete, 0x4000b358) + [!provide] PROVIDE (sip_alloc_to_host_evt, 0x4000ab9c) + [!provide] PROVIDE (sip_get_ptr, 0x4000b34c) + [!provide] PROVIDE (sip_get_state, 0x4000ae2c) + [!provide] PROVIDE (sip_init_attach, 0x4000ae58) + [!provide] PROVIDE (sip_install_rx_ctrl_cb, 0x4000ae10) + [!provide] PROVIDE (sip_install_rx_data_cb, 0x4000ae20) + [!provide] PROVIDE (sip_is_active, 0x4000b3c0) + [!provide] PROVIDE (sip_post_init, 0x4000aed8) + [!provide] PROVIDE (sip_reclaim_from_host_cmd, 0x4000adbc) + [!provide] PROVIDE (sip_reclaim_tx_data_pkt, 0x4000ad5c) + [!provide] PROVIDE (sip_send, 0x4000af54) + [!provide] PROVIDE (sip_to_host_chain_append, 0x4000aef8) + [!provide] PROVIDE (sip_to_host_evt_send_done, 0x4000ac04) + [!provide] PROVIDE (slc_add_credits, 0x4000baf4) + [!provide] PROVIDE (slc_enable, 0x4000b64c) + [!provide] PROVIDE (slc_from_host_chain_fetch, 0x4000b7e8) + [!provide] PROVIDE (slc_from_host_chain_recycle, 0x4000bb10) + [!provide] PROVIDE (slc_has_pkt_to_host, 0x4000b5fc) + [!provide] PROVIDE (slc_init_attach, 0x4000b918) + [!provide] PROVIDE (slc_init_credit, 0x4000badc) + [!provide] PROVIDE (slc_reattach, 0x4000b62c) + [!provide] PROVIDE (slc_send_to_host_chain, 0x4000b6a0) + [!provide] PROVIDE (slc_set_host_io_max_window, 0x4000b89c) + [!provide] PROVIDE (slc_to_host_chain_recycle, 0x4000b758) + [!provide] PROVIDE (specialModP256, 0x4001600c) + [!provide] PROVIDE (__stack, 0x3ffe3f20) + [!provide] PROVIDE (__stack_app, 0x3ffe7e30) + [!provide] PROVIDE (_stack_sentry, 0x3ffe1320) + [!provide] PROVIDE (_stack_sentry_app, 0x3ffe5230) + [!provide] PROVIDE (_start, 0x40000704) + [!provide] PROVIDE (start_tb_console, 0x4005a980) + [!provide] PROVIDE (_stat_r, 0x4000bcb4) + [!provide] PROVIDE (_stext, 0x40000560) + [!provide] PROVIDE (__subdf3, 0x400026e4) + [!provide] PROVIDE (__subsf3, 0x400021d0) + [!provide] PROVIDE (SubtractBigHex256, 0x40015bcc) + [!provide] PROVIDE (SubtractBigHexMod256, 0x40015e8c) + [!provide] PROVIDE (SubtractBigHexUint32_256, 0x40015f8c) + [!provide] PROVIDE (SubtractFromSelfBigHex256, 0x40015c20) + [!provide] PROVIDE (SubtractFromSelfBigHexSign256, 0x40015dc8) + [!provide] PROVIDE (__subvdi3, 0x40002d20) + [!provide] PROVIDE (__subvsi3, 0x40002cf8) + [!provide] PROVIDE (sw_to_hw, 0x3ffb8d40) + [!provide] PROVIDE (syscall_table_ptr_app, 0x3ffae020) + [!provide] PROVIDE (syscall_table_ptr_pro, 0x3ffae024) + [!provide] PROVIDE (tdefl_compress, 0x400600bc) + [!provide] PROVIDE (tdefl_compress_buffer, 0x400607f4) + [!provide] PROVIDE (tdefl_compress_mem_to_mem, 0x40060900) + [!provide] PROVIDE (tdefl_compress_mem_to_output, 0x400608e0) + [!provide] PROVIDE (tdefl_get_adler32, 0x400608d8) + [!provide] PROVIDE (tdefl_get_prev_return_status, 0x400608d0) + [!provide] PROVIDE (tdefl_init, 0x40060810) + [!provide] PROVIDE (tdefl_write_image_to_png_file_in_memory, 0x4006091c) + [!provide] PROVIDE (tdefl_write_image_to_png_file_in_memory_ex, 0x40060910) + [!provide] PROVIDE (_times_r, 0x4000bc40) + [!provide] PROVIDE (_timezone, 0x3ffae0a0) + [!provide] PROVIDE (tinfl_decompress, 0x4005ef30) + [!provide] PROVIDE (tinfl_decompress_mem_to_callback, 0x40060090) + [!provide] PROVIDE (tinfl_decompress_mem_to_mem, 0x40060050) + [!provide] PROVIDE (__truncdfsf2, 0x40002b90) + [!provide] PROVIDE (_tzname, 0x3ffae030) + [!provide] PROVIDE (UartDev, 0x3ffe019c) + [!provide] PROVIDE (__ucmpdi2, 0x40063840) + [!provide] PROVIDE (__udivdi3, 0x4000cff8) + [!provide] PROVIDE (__udivmoddi4, 0x40064ab0) + [!provide] PROVIDE (__udivsi3, 0x4000c7c8) + [!provide] PROVIDE (__udiv_w_sdiv, 0x40064aa8) + [!provide] PROVIDE (__umoddi3, 0x4000d280) + [!provide] PROVIDE (__umodsi3, 0x4000c7d0) + [!provide] PROVIDE (__umulsidi3, 0x4000c7d8) + [!provide] PROVIDE (_unlink_r, 0x4000bc84) + [!provide] PROVIDE (__unorddf2, 0x400637f4) + [!provide] PROVIDE (__unordsf2, 0x40063478) + [!provide] PROVIDE (user_code_start, 0x3ffe0400) + [!provide] PROVIDE (veryBigHexP256, 0x3ff9736c) + [!provide] PROVIDE (__wctomb, 0x3ff96540) + [!provide] PROVIDE (_write_r, 0x4000bd70) + [!provide] PROVIDE (xthal_bcopy, 0x4000c098) + [!provide] PROVIDE (xthal_copy123, 0x4000c124) + [!provide] PROVIDE (xthal_get_ccompare, 0x4000c078) + 0x000000004000c050 PROVIDE (xthal_get_ccount, 0x4000c050) + [!provide] PROVIDE (xthal_get_interrupt, 0x4000c1e4) + [!provide] PROVIDE (xthal_get_intread, 0x4000c1e4) + [!provide] PROVIDE (Xthal_intlevel, 0x3ff9c2b4) + [!provide] PROVIDE (xthal_memcpy, 0x4000c0bc) + [!provide] PROVIDE (xthal_set_ccompare, 0x4000c058) + [!provide] PROVIDE (xthal_set_intclear, 0x4000c1ec) + [!provide] PROVIDE (_xtos_set_intlevel, 0x4000bfdc) + 0x000000003ffe01e0 PROVIDE (g_ticks_per_us_pro, 0x3ffe01e0) + [!provide] PROVIDE (g_ticks_per_us_app, 0x3ffe40f0) + 0x0000000040063238 PROVIDE (esp_rom_spiflash_config_param, 0x40063238) + 0x00000000400621b0 PROVIDE (esp_rom_spiflash_read_user_cmd, 0x400621b0) + 0x0000000040062e60 PROVIDE (esp_rom_spiflash_write_encrypted_disable, 0x40062e60) + 0x0000000040062df4 PROVIDE (esp_rom_spiflash_write_encrypted_enable, 0x40062df4) + 0x0000000040062e1c PROVIDE (esp_rom_spiflash_prepare_encrypted_data, 0x40062e1c) + [!provide] PROVIDE (esp_rom_spiflash_select_qio_pins, 0x40061ddc) + [!provide] PROVIDE (esp_rom_spiflash_attach, 0x40062a6c) + [!provide] PROVIDE (esp_rom_spiflash_config_clk, 0x40062bc8) + 0x000000003ffae270 PROVIDE (g_rom_spiflash_chip, 0x3ffae270) + [!provide] PROVIDE (FilePacketSendDeflatedReqMsgProc, 0x40008b24) + [!provide] PROVIDE (FilePacketSendReqMsgProc, 0x40008860) + [!provide] PROVIDE (FlashDwnLdDeflatedStartMsgProc, 0x40008ad8) + [!provide] PROVIDE (FlashDwnLdParamCfgMsgProc, 0x4000891c) + [!provide] PROVIDE (FlashDwnLdStartMsgProc, 0x40008820) + [!provide] PROVIDE (FlashDwnLdStopDeflatedReqMsgProc, 0x40008c18) + [!provide] PROVIDE (FlashDwnLdStopReqMsgProc, 0x400088ec) + [!provide] PROVIDE (MemDwnLdStartMsgProc, 0x40008948) + [!provide] PROVIDE (MemDwnLdStopReqMsgProc, 0x400089dc) + [!provide] PROVIDE (MemPacketSendReqMsgProc, 0x40008978) + [!provide] PROVIDE (uart_baudrate_detect, 0x40009034) + [!provide] PROVIDE (uart_buff_switch, 0x400093c0) + [!provide] PROVIDE (UartConnCheck, 0x40008738) + [!provide] PROVIDE (UartConnectProc, 0x40008a04) + [!provide] PROVIDE (UartDwnLdProc, 0x40008ce8) + [!provide] PROVIDE (UartRegReadProc, 0x40008a58) + [!provide] PROVIDE (UartRegWriteProc, 0x40008a14) + [!provide] PROVIDE (UartSetBaudProc, 0x40008aac) + [!provide] PROVIDE (UartSpiAttachProc, 0x40008a6c) + [!provide] PROVIDE (UartSpiReadProc, 0x40008a80) + [!provide] PROVIDE (VerifyFlashMd5Proc, 0x40008c44) + [!provide] PROVIDE (GetUartDevice, 0x40009598) + [!provide] PROVIDE (RcvMsg, 0x4000954c) + [!provide] PROVIDE (SendMsg, 0x40009384) + [!provide] PROVIDE (UartGetCmdLn, 0x40009564) + [!provide] PROVIDE (UartRxString, 0x400092fc) + [!provide] PROVIDE (Uart_Init, 0x40009120) + [!provide] PROVIDE (recv_packet, 0x40009424) + [!provide] PROVIDE (send_packet, 0x40009340) + 0x0000000040008fd0 PROVIDE (uartAttach, 0x40008fd0) + 0x00000000400090cc PROVIDE (uart_div_modify, 0x400090cc) + [!provide] PROVIDE (uart_rx_intr_handler, 0x40008f4c) + [!provide] PROVIDE (uart_rx_one_char, 0x400092d0) + [!provide] PROVIDE (uart_rx_one_char_block, 0x400092a4) + [!provide] PROVIDE (uart_rx_readbuff, 0x40009394) + [!provide] PROVIDE (uart_tx_flush, 0x40009258) + [!provide] PROVIDE (uart_tx_one_char, 0x40009200) + [!provide] PROVIDE (uart_tx_one_char2, 0x4000922c) + [!provide] PROVIDE (uart_tx_switch, 0x40009028) + [!provide] PROVIDE (uart_tx_wait_idle, 0x40009278) + [!provide] PROVIDE (gpio_output_set, 0x40009b24) + [!provide] PROVIDE (gpio_output_set_high, 0x40009b5c) + [!provide] PROVIDE (gpio_input_get, 0x40009b88) + [!provide] PROVIDE (gpio_input_get_high, 0x40009b9c) + 0x0000000040009edc PROVIDE (gpio_matrix_in, 0x40009edc) + 0x0000000040009f0c PROVIDE (gpio_matrix_out, 0x40009f0c) + [!provide] PROVIDE (gpio_pad_select_gpio, 0x40009fdc) + [!provide] PROVIDE (gpio_pad_set_drv, 0x4000a11c) + [!provide] PROVIDE (gpio_pad_pulldown, 0x4000a348) + [!provide] PROVIDE (gpio_pad_pullup, 0x4000a22c) + [!provide] PROVIDE (gpio_pad_hold, 0x4000a734) + [!provide] PROVIDE (gpio_pad_unhold, 0x4000a484) + [!provide] PROVIDE (ets_aes_crypt, 0x4005c9b8) + [!provide] PROVIDE (ets_aes_disable, 0x4005c8f8) + [!provide] PROVIDE (ets_aes_enable, 0x4005c8cc) + [!provide] PROVIDE (ets_aes_set_endian, 0x4005c928) + [!provide] PROVIDE (ets_aes_setkey_dec, 0x4005c994) + [!provide] PROVIDE (ets_aes_setkey_enc, 0x4005c97c) + [!provide] PROVIDE (ets_bigint_disable, 0x4005c4e0) + [!provide] PROVIDE (ets_bigint_enable, 0x4005c498) + [!provide] PROVIDE (ets_bigint_mod_mult_getz, 0x4005c818) + [!provide] PROVIDE (ets_bigint_mod_mult_prepare, 0x4005c7b4) + [!provide] PROVIDE (ets_bigint_mod_power_getz, 0x4005c614) + [!provide] PROVIDE (ets_bigint_mod_power_prepare, 0x4005c54c) + [!provide] PROVIDE (ets_bigint_montgomery_mult_getz, 0x4005c7a4) + [!provide] PROVIDE (ets_bigint_montgomery_mult_prepare, 0x4005c6fc) + [!provide] PROVIDE (ets_bigint_mult_getz, 0x4005c6e8) + [!provide] PROVIDE (ets_bigint_mult_prepare, 0x4005c630) + [!provide] PROVIDE (ets_bigint_wait_finish, 0x4005c520) + [!provide] PROVIDE (ets_post, 0x4000673c) + [!provide] PROVIDE (ets_run, 0x400066bc) + [!provide] PROVIDE (ets_set_idle_cb, 0x40006674) + [!provide] PROVIDE (ets_task, 0x40006688) + [!provide] PROVIDE (ets_efuse_get_8M_clock, 0x40008710) + 0x0000000040008658 PROVIDE (ets_efuse_get_spiconfig, 0x40008658) + [!provide] PROVIDE (ets_efuse_program_op, 0x40008628) + [!provide] PROVIDE (ets_efuse_read_op, 0x40008600) + [!provide] PROVIDE (ets_intr_lock, 0x400067b0) + [!provide] PROVIDE (ets_intr_unlock, 0x400067c4) + [!provide] PROVIDE (ets_isr_attach, 0x400067ec) + [!provide] PROVIDE (ets_isr_mask, 0x400067fc) + [!provide] PROVIDE (ets_isr_unmask, 0x40006808) + [!provide] PROVIDE (ets_waiti0, 0x400067d8) + [!provide] PROVIDE (intr_matrix_set, 0x4000681c) + [!provide] PROVIDE (check_pos, 0x400068b8) + 0x000000004000689c PROVIDE (ets_set_appcpu_boot_addr, 0x4000689c) + [!provide] PROVIDE (ets_set_startup_callback, 0x4000688c) + [!provide] PROVIDE (ets_set_user_start, 0x4000687c) + [!provide] PROVIDE (ets_unpack_flash_code, 0x40007018) + [!provide] PROVIDE (ets_unpack_flash_code_legacy, 0x4000694c) + [!provide] PROVIDE (rom_main, 0x400076c4) + [!provide] PROVIDE (ets_write_char_uart, 0x40007cf8) + [!provide] PROVIDE (ets_install_putc1, 0x40007d18) + [!provide] PROVIDE (ets_install_putc2, 0x40007d38) + 0x0000000040007d28 PROVIDE (ets_install_uart_printf, 0x40007d28) + 0x0000000040007d54 PROVIDE (ets_printf, 0x40007d54) + [!provide] PROVIDE (rtc_boot_control, 0x4000821c) + 0x00000000400081d4 PROVIDE (rtc_get_reset_reason, 0x400081d4) + [!provide] PROVIDE (rtc_get_wakeup_cause, 0x400081f4) + [!provide] PROVIDE (rtc_select_apb_bridge, 0x40008288) + [!provide] PROVIDE (set_rtc_memory_crc, 0x40008208) + [!provide] PROVIDE (software_reset, 0x4000824c) + [!provide] PROVIDE (software_reset_cpu, 0x40008264) + [!provide] PROVIDE (ets_secure_boot_check, 0x4005cb40) + [!provide] PROVIDE (ets_secure_boot_check_finish, 0x4005cc04) + [!provide] PROVIDE (ets_secure_boot_check_start, 0x4005cbcc) + [!provide] PROVIDE (ets_secure_boot_finish, 0x4005ca84) + [!provide] PROVIDE (ets_secure_boot_hash, 0x4005cad4) + [!provide] PROVIDE (ets_secure_boot_obtain, 0x4005cb14) + [!provide] PROVIDE (ets_secure_boot_rd_abstract, 0x4005cba8) + [!provide] PROVIDE (ets_secure_boot_rd_iv, 0x4005cb84) + [!provide] PROVIDE (ets_secure_boot_start, 0x4005ca34) + [!provide] PROVIDE (ets_sha_disable, 0x4005c0a8) + 0x000000004005c07c PROVIDE (ets_sha_enable, 0x4005c07c) + [!provide] PROVIDE (ets_sha_finish, 0x4005c104) + [!provide] PROVIDE (ets_sha_init, 0x4005c0d4) + [!provide] PROVIDE (ets_sha_update, 0x4005c2a0) + 0x0000000040008534 PROVIDE (ets_delay_us, 0x40008534) + [!provide] PROVIDE (ets_get_cpu_frequency, 0x4000855c) + [!provide] PROVIDE (ets_get_detected_xtal_freq, 0x40008588) + [!provide] PROVIDE (ets_get_xtal_scale, 0x4000856c) + [!provide] PROVIDE (ets_timer_arm, 0x40008368) + [!provide] PROVIDE (ets_timer_arm_us, 0x400083ac) + [!provide] PROVIDE (ets_timer_disarm, 0x400083ec) + [!provide] PROVIDE (ets_timer_done, 0x40008428) + [!provide] PROVIDE (ets_timer_handler_isr, 0x40008454) + [!provide] PROVIDE (ets_timer_init, 0x400084e8) + [!provide] PROVIDE (ets_timer_setfn, 0x40008350) + [!provide] PROVIDE (ets_update_cpu_frequency_rom, 0x40008550) + [!provide] PROVIDE (hci_tl_env, 0x3ffb8154) + [!provide] PROVIDE (ld_acl_env, 0x3ffb8258) + [!provide] PROVIDE (ea_env, 0x3ffb80ec) + [!provide] PROVIDE (ld_active_ch_map, 0x3ffb8334) + [!provide] PROVIDE (ld_bcst_acl_env, 0x3ffb8274) + [!provide] PROVIDE (ld_csb_rx_env, 0x3ffb8278) + [!provide] PROVIDE (ld_csb_tx_env, 0x3ffb827c) + [!provide] PROVIDE (ld_env, 0x3ffb9510) + [!provide] PROVIDE (ld_fm_env, 0x3ffb8284) + [!provide] PROVIDE (ld_inq_env, 0x3ffb82e4) + [!provide] PROVIDE (ld_iscan_env, 0x3ffb82e8) + [!provide] PROVIDE (ld_page_env, 0x3ffb82f0) + [!provide] PROVIDE (ld_pca_env, 0x3ffb82f4) + [!provide] PROVIDE (ld_pscan_env, 0x3ffb8308) + [!provide] PROVIDE (ld_sched_env, 0x3ffb830c) + [!provide] PROVIDE (ld_sched_params, 0x3ffb96c0) + [!provide] PROVIDE (ld_sco_env, 0x3ffb824c) + [!provide] PROVIDE (ld_sscan_env, 0x3ffb832c) + [!provide] PROVIDE (ld_strain_env, 0x3ffb8330) + [!provide] PROVIDE (LM_Sniff, 0x3ffb8230) + [!provide] PROVIDE (LM_SniffSubRate, 0x3ffb8214) + [!provide] PROVIDE (prbs_64bytes, 0x3ff98992) + [!provide] PROVIDE (nvds_env, 0x3ffb8364) + [!provide] PROVIDE (nvds_magic_number, 0x3ff9912a) + [!provide] PROVIDE (TASK_DESC_LLD, 0x3ff98b58) + [!provide] PROVIDE (abs, 0x40056340) + [!provide] PROVIDE (__ascii_wctomb, 0x40058ef0) + [!provide] PROVIDE (asctime, 0x40059588) + [!provide] PROVIDE (asctime_r, 0x40000ec8) + [!provide] PROVIDE (atoi, 0x400566c4) + [!provide] PROVIDE (_atoi_r, 0x400566d4) + [!provide] PROVIDE (atol, 0x400566ec) + [!provide] PROVIDE (_atol_r, 0x400566fc) + [!provide] PROVIDE (bzero, 0x4000c1f4) + [!provide] PROVIDE (_cleanup, 0x40001df8) + [!provide] PROVIDE (_cleanup_r, 0x40001d48) + [!provide] PROVIDE (close, 0x40001778) + [!provide] PROVIDE (creat, 0x40000e8c) + [!provide] PROVIDE (ctime, 0x400595b0) + [!provide] PROVIDE (ctime_r, 0x400595c4) + [!provide] PROVIDE (div, 0x40056348) + [!provide] PROVIDE (__dummy_lock, 0x4000c728) + [!provide] PROVIDE (__dummy_lock_try, 0x4000c730) + [!provide] PROVIDE (__env_lock, 0x40001fd4) + [!provide] PROVIDE (__env_unlock, 0x40001fe0) + [!provide] PROVIDE (fclose, 0x400020ac) + [!provide] PROVIDE (_fclose_r, 0x40001fec) + [!provide] PROVIDE (fflush, 0x40059394) + [!provide] PROVIDE (_fflush_r, 0x40059320) + [!provide] PROVIDE (_findenv_r, 0x40001f44) + [!provide] PROVIDE (__fp_lock_all, 0x40001f1c) + [!provide] PROVIDE (__fp_unlock_all, 0x40001f30) + [!provide] PROVIDE (fputwc, 0x40058ea8) + [!provide] PROVIDE (__fputwc, 0x40058da0) + [!provide] PROVIDE (_fputwc_r, 0x40058e4c) + [!provide] PROVIDE (_fwalk, 0x4000c738) + [!provide] PROVIDE (_fwalk_reent, 0x4000c770) + [!provide] PROVIDE (__get_current_time_locale, 0x40001834) + [!provide] PROVIDE (_getenv_r, 0x40001fbc) + [!provide] PROVIDE (__gettzinfo, 0x40001fcc) + [!provide] PROVIDE (gmtime, 0x40059848) + [!provide] PROVIDE (gmtime_r, 0x40059868) + [!provide] PROVIDE (isalnum, 0x40000f04) + [!provide] PROVIDE (isalpha, 0x40000f18) + [!provide] PROVIDE (isascii, 0x4000c20c) + [!provide] PROVIDE (_isatty_r, 0x40000ea0) + [!provide] PROVIDE (isblank, 0x40000f2c) + [!provide] PROVIDE (iscntrl, 0x40000f50) + [!provide] PROVIDE (isdigit, 0x40000f64) + [!provide] PROVIDE (isgraph, 0x40000f94) + [!provide] PROVIDE (islower, 0x40000f78) + [!provide] PROVIDE (isprint, 0x40000fa8) + [!provide] PROVIDE (ispunct, 0x40000fc0) + [!provide] PROVIDE (isspace, 0x40000fd4) + [!provide] PROVIDE (isupper, 0x40000fe8) + [!provide] PROVIDE (itoa, 0x400566b4) + [!provide] PROVIDE (__itoa, 0x40056678) + [!provide] PROVIDE (labs, 0x40056370) + [!provide] PROVIDE (ldiv, 0x40056378) + [!provide] PROVIDE (__locale_charset, 0x40059540) + [!provide] PROVIDE (__locale_cjk_lang, 0x40059558) + [!provide] PROVIDE (localeconv, 0x4005957c) + [!provide] PROVIDE (_localeconv_r, 0x40059560) + [!provide] PROVIDE (__locale_mb_cur_max, 0x40059548) + [!provide] PROVIDE (__locale_msgcharset, 0x40059550) + [!provide] PROVIDE (localtime, 0x400595dc) + [!provide] PROVIDE (localtime_r, 0x400595fc) + [!provide] PROVIDE (_lock_acquire, 0x4000be14) + [!provide] PROVIDE (_lock_release, 0x4000be64) + [!provide] PROVIDE (longjmp, 0x400562cc) + [!provide] PROVIDE (memccpy, 0x4000c220) + [!provide] PROVIDE (memchr, 0x4000c244) + 0x000000004000c260 PROVIDE (memcmp, 0x4000c260) + 0x000000004000c2c8 PROVIDE (memcpy, 0x4000c2c8) + [!provide] PROVIDE (memmove, 0x4000c3c0) + [!provide] PROVIDE (memrchr, 0x4000c400) + 0x000000004000c44c PROVIDE (memset, 0x4000c44c) + [!provide] PROVIDE (mktime, 0x4005a5e8) + [!provide] PROVIDE (open, 0x4000178c) + [!provide] PROVIDE (qsort, 0x40056424) + [!provide] PROVIDE (_raise_r, 0x4000bc70) + [!provide] PROVIDE (rand, 0x40001058) + [!provide] PROVIDE (rand_r, 0x400010d4) + [!provide] PROVIDE (read, 0x400017dc) + [!provide] PROVIDE (sbrk, 0x400017f4) + [!provide] PROVIDE (__sccl, 0x4000c498) + [!provide] PROVIDE (__sclose, 0x400011b8) + [!provide] PROVIDE (__seofread, 0x40001148) + [!provide] PROVIDE (setjmp, 0x40056268) + [!provide] PROVIDE (setlocale, 0x40059568) + [!provide] PROVIDE (_setlocale_r, 0x4005950c) + [!provide] PROVIDE (__sflush_r, 0x400591e0) + [!provide] PROVIDE (__sfmoreglue, 0x40001dc8) + [!provide] PROVIDE (__sfp, 0x40001e90) + [!provide] PROVIDE (__sfp_lock_acquire, 0x40001e08) + [!provide] PROVIDE (__sfp_lock_release, 0x40001e14) + [!provide] PROVIDE (__sfputs_r, 0x40057790) + [!provide] PROVIDE (__sfvwrite_r, 0x4005893c) + [!provide] PROVIDE (__sinit, 0x40001e38) + [!provide] PROVIDE (__sinit_lock_acquire, 0x40001e20) + [!provide] PROVIDE (__sinit_lock_release, 0x40001e2c) + [!provide] PROVIDE (__smakebuf_r, 0x40059108) + [!provide] PROVIDE (srand, 0x40001004) + [!provide] PROVIDE (__sread, 0x40001118) + [!provide] PROVIDE (__srefill_r, 0x400593d4) + [!provide] PROVIDE (__sseek, 0x40001184) + [!provide] PROVIDE (__ssprint_r, 0x40056ff8) + [!provide] PROVIDE (__ssputs_r, 0x40056f2c) + [!provide] PROVIDE (__ssrefill_r, 0x40057fec) + [!provide] PROVIDE (strcasecmp, 0x400011cc) + [!provide] PROVIDE (strcasestr, 0x40001210) + [!provide] PROVIDE (strcat, 0x4000c518) + [!provide] PROVIDE (strchr, 0x4000c53c) + [!provide] PROVIDE (strcmp, 0x40001274) + [!provide] PROVIDE (strcoll, 0x40001398) + [!provide] PROVIDE (strcpy, 0x400013ac) + [!provide] PROVIDE (strcspn, 0x4000c558) + [!provide] PROVIDE (strdup, 0x4000143c) + [!provide] PROVIDE (_strdup_r, 0x40001450) + [!provide] PROVIDE (strftime, 0x40059ab4) + [!provide] PROVIDE (strlcat, 0x40001470) + [!provide] PROVIDE (strlcpy, 0x4000c584) + [!provide] PROVIDE (strlen, 0x400014c0) + [!provide] PROVIDE (strlwr, 0x40001524) + [!provide] PROVIDE (strncasecmp, 0x40001550) + [!provide] PROVIDE (strncat, 0x4000c5c4) + [!provide] PROVIDE (strncmp, 0x4000c5f4) + [!provide] PROVIDE (strncpy, 0x400015d4) + [!provide] PROVIDE (strndup, 0x400016b0) + [!provide] PROVIDE (_strndup_r, 0x400016c4) + [!provide] PROVIDE (strnlen, 0x4000c628) + [!provide] PROVIDE (strrchr, 0x40001708) + [!provide] PROVIDE (strsep, 0x40001734) + [!provide] PROVIDE (strspn, 0x4000c648) + [!provide] PROVIDE (strstr, 0x4000c674) + [!provide] PROVIDE (__strtok_r, 0x4000c6a8) + [!provide] PROVIDE (strtok_r, 0x4000c70c) + [!provide] PROVIDE (strtol, 0x4005681c) + [!provide] PROVIDE (_strtol_r, 0x40056714) + [!provide] PROVIDE (strtoul, 0x4005692c) + [!provide] PROVIDE (_strtoul_r, 0x40056834) + [!provide] PROVIDE (strupr, 0x4000174c) + [!provide] PROVIDE (__submore, 0x40058f3c) + [!provide] PROVIDE (_sungetc_r, 0x40057f6c) + [!provide] PROVIDE (__swbuf, 0x40058cb4) + [!provide] PROVIDE (__swbuf_r, 0x40058bec) + [!provide] PROVIDE (__swrite, 0x40001150) + [!provide] PROVIDE (__swsetup_r, 0x40058cc8) + [!provide] PROVIDE (_system_r, 0x4000bc10) + [!provide] PROVIDE (time, 0x40001844) + [!provide] PROVIDE (__time_load_locale, 0x4000183c) + [!provide] PROVIDE (times, 0x40001808) + [!provide] PROVIDE (toascii, 0x4000c720) + [!provide] PROVIDE (tolower, 0x40001868) + [!provide] PROVIDE (toupper, 0x40001884) + [!provide] PROVIDE (__tzcalc_limits, 0x400018a0) + [!provide] PROVIDE (__tz_lock, 0x40001a04) + [!provide] PROVIDE (tzset, 0x40001a1c) + [!provide] PROVIDE (_tzset_r, 0x40001a28) + [!provide] PROVIDE (__tz_unlock, 0x40001a10) + [!provide] PROVIDE (ungetc, 0x400590f4) + [!provide] PROVIDE (_ungetc_r, 0x40058fa0) + [!provide] PROVIDE (utoa, 0x40056258) + [!provide] PROVIDE (__utoa, 0x400561f0) + [!provide] PROVIDE (wcrtomb, 0x40058920) + [!provide] PROVIDE (_wcrtomb_r, 0x400588d8) + [!provide] PROVIDE (_wctomb_r, 0x40058f14) + [!provide] PROVIDE (write, 0x4000181c) + [!provide] PROVIDE (UART0, 0x3ff40000) + [!provide] PROVIDE (SPI1, 0x3ff42000) + [!provide] PROVIDE (SPI0, 0x3ff43000) + [!provide] PROVIDE (GPIO, 0x3ff44000) + [!provide] PROVIDE (SIGMADELTA, 0x3ff44f00) + [!provide] PROVIDE (RTCCNTL, 0x3ff48000) + [!provide] PROVIDE (RTCIO, 0x3ff48400) + [!provide] PROVIDE (SENS, 0x3ff48800) + [!provide] PROVIDE (UHCI1, 0x3ff4c000) + [!provide] PROVIDE (I2S0, 0x3ff4f000) + [!provide] PROVIDE (UART1, 0x3ff50000) + [!provide] PROVIDE (I2C0, 0x3ff53000) + [!provide] PROVIDE (UHCI0, 0x3ff54000) + [!provide] PROVIDE (RMT, 0x3ff56000) + [!provide] PROVIDE (RMTMEM, 0x3ff56800) + [!provide] PROVIDE (PCNT, 0x3ff57000) + [!provide] PROVIDE (LEDC, 0x3ff59000) + [!provide] PROVIDE (MCPWM0, 0x3ff5e000) + [!provide] PROVIDE (TIMERG0, 0x3ff5f000) + [!provide] PROVIDE (TIMERG1, 0x3ff60000) + [!provide] PROVIDE (SPI2, 0x3ff64000) + [!provide] PROVIDE (SPI3, 0x3ff65000) + [!provide] PROVIDE (SYSCON, 0x3ff66000) + [!provide] PROVIDE (I2C1, 0x3ff67000) + [!provide] PROVIDE (SDMMC, 0x3ff68000) + [!provide] PROVIDE (MCPWM1, 0x3ff6c000) + [!provide] PROVIDE (I2S1, 0x3ff6d000) + [!provide] PROVIDE (UART2, 0x3ff6e000) + 0x0000000040008550 PROVIDE (ets_update_cpu_frequency, 0x40008550) +OUTPUT(/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader.elf elf32-xtensa-le) + +.debug_frame 0x0000000000000000 0xb78 + .debug_frame 0x0000000000000000 0x208 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/main/libmain.a(bootloader_start.o) + .debug_frame 0x0000000000000208 0x28 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(bootloader_clock.o) + .debug_frame 0x0000000000000230 0xd0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(bootloader_flash.o) + .debug_frame 0x0000000000000300 0x58 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(bootloader_random.o) + .debug_frame 0x0000000000000358 0xe8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(esp_image_format.o) + .debug_frame 0x0000000000000440 0x28 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(flash_partitions.o) + .debug_frame 0x0000000000000468 0x58 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(bootloader_sha.o) + .debug_frame 0x00000000000004c0 0x70 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/log/liblog.a(log.o) + .debug_frame 0x0000000000000530 0x208 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/spi_flash/libspi_flash.a(spi_flash_rom_patch.o) + .debug_frame 0x0000000000000738 0x2e0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/soc/libsoc.a(rtc_clk.o) + .debug_frame 0x0000000000000a18 0x58 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/soc/libsoc.a(rtc_init.o) + .debug_frame 0x0000000000000a70 0xb8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/soc/libsoc.a(rtc_time.o) + .debug_frame 0x0000000000000b28 0x28 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_bswapsi2.o) + .debug_frame 0x0000000000000b50 0x28 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_udivdi3.o) + +.debug_info 0x0000000000000000 0x89b8 + .debug_info 0x0000000000000000 0x282e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/main/libmain.a(bootloader_start.o) + .debug_info 0x000000000000282e 0x264 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(bootloader_clock.o) + .debug_info 0x0000000000002a92 0xbfa /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(bootloader_flash.o) + .debug_info 0x000000000000368c 0x258 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(bootloader_random.o) + .debug_info 0x00000000000038e4 0x11de /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(esp_image_format.o) + .debug_info 0x0000000000004ac2 0x526 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(flash_partitions.o) + .debug_info 0x0000000000004fe8 0x44d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(bootloader_sha.o) + .debug_info 0x0000000000005435 0x900 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/log/liblog.a(log.o) + .debug_info 0x0000000000005d35 0xaf5 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/spi_flash/libspi_flash.a(spi_flash_rom_patch.o) + .debug_info 0x000000000000682a 0x1386 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/soc/libsoc.a(rtc_clk.o) + .debug_info 0x0000000000007bb0 0x3d8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/soc/libsoc.a(rtc_init.o) + .debug_info 0x0000000000007f88 0x39b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/soc/libsoc.a(rtc_time.o) + .debug_info 0x0000000000008323 0xcd /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_bswapsi2.o) + .debug_info 0x00000000000083f0 0x5c8 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_udivdi3.o) + +.debug_abbrev 0x0000000000000000 0x1b13 + .debug_abbrev 0x0000000000000000 0x4db /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/main/libmain.a(bootloader_start.o) + .debug_abbrev 0x00000000000004db 0x108 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(bootloader_clock.o) + .debug_abbrev 0x00000000000005e3 0x22f /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(bootloader_flash.o) + .debug_abbrev 0x0000000000000812 0x126 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(bootloader_random.o) + .debug_abbrev 0x0000000000000938 0x2a4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(esp_image_format.o) + .debug_abbrev 0x0000000000000bdc 0x17b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(flash_partitions.o) + .debug_abbrev 0x0000000000000d57 0x17d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(bootloader_sha.o) + .debug_abbrev 0x0000000000000ed4 0x1f3 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/log/liblog.a(log.o) + .debug_abbrev 0x00000000000010c7 0x22e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/spi_flash/libspi_flash.a(spi_flash_rom_patch.o) + .debug_abbrev 0x00000000000012f5 0x388 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/soc/libsoc.a(rtc_clk.o) + .debug_abbrev 0x000000000000167d 0x15d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/soc/libsoc.a(rtc_init.o) + .debug_abbrev 0x00000000000017da 0x17a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/soc/libsoc.a(rtc_time.o) + .debug_abbrev 0x0000000000001954 0x60 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_bswapsi2.o) + .debug_abbrev 0x00000000000019b4 0x15f /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_udivdi3.o) + +.debug_loc 0x0000000000000000 0x4c36 + .debug_loc 0x0000000000000000 0x1055 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/main/libmain.a(bootloader_start.o) + .debug_loc 0x0000000000001055 0x638 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(bootloader_flash.o) + .debug_loc 0x000000000000168d 0x91 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(bootloader_random.o) + .debug_loc 0x000000000000171e 0xae1 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(esp_image_format.o) + .debug_loc 0x00000000000021ff 0x1b6 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(flash_partitions.o) + .debug_loc 0x00000000000023b5 0x135 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(bootloader_sha.o) + .debug_loc 0x00000000000024ea 0x4ad /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/log/liblog.a(log.o) + .debug_loc 0x0000000000002997 0xa20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/spi_flash/libspi_flash.a(spi_flash_rom_patch.o) + .debug_loc 0x00000000000033b7 0x9da /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/soc/libsoc.a(rtc_clk.o) + .debug_loc 0x0000000000003d91 0x2d2 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/soc/libsoc.a(rtc_init.o) + .debug_loc 0x0000000000004063 0x1ca /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/soc/libsoc.a(rtc_time.o) + .debug_loc 0x000000000000422d 0x21 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_bswapsi2.o) + .debug_loc 0x000000000000424e 0x9e8 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_udivdi3.o) + +.debug_aranges 0x0000000000000000 0x4d8 + .debug_aranges + 0x0000000000000000 0xc0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/main/libmain.a(bootloader_start.o) + .debug_aranges + 0x00000000000000c0 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(bootloader_clock.o) + .debug_aranges + 0x00000000000000e0 0x58 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(bootloader_flash.o) + .debug_aranges + 0x0000000000000138 0x30 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(bootloader_random.o) + .debug_aranges + 0x0000000000000168 0x60 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(esp_image_format.o) + .debug_aranges + 0x00000000000001c8 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(flash_partitions.o) + .debug_aranges + 0x00000000000001e8 0x30 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(bootloader_sha.o) + .debug_aranges + 0x0000000000000218 0x38 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/log/liblog.a(log.o) + .debug_aranges + 0x0000000000000250 0xc0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/spi_flash/libspi_flash.a(spi_flash_rom_patch.o) + .debug_aranges + 0x0000000000000310 0x108 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/soc/libsoc.a(rtc_clk.o) + .debug_aranges + 0x0000000000000418 0x30 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/soc/libsoc.a(rtc_init.o) + .debug_aranges + 0x0000000000000448 0x50 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/soc/libsoc.a(rtc_time.o) + .debug_aranges + 0x0000000000000498 0x20 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_bswapsi2.o) + .debug_aranges + 0x00000000000004b8 0x20 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_udivdi3.o) + +.debug_ranges 0x0000000000000000 0x4e0 + .debug_ranges 0x0000000000000000 0xc8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/main/libmain.a(bootloader_start.o) + .debug_ranges 0x00000000000000c8 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(bootloader_clock.o) + .debug_ranges 0x00000000000000d8 0x48 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(bootloader_flash.o) + .debug_ranges 0x0000000000000120 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(bootloader_random.o) + .debug_ranges 0x0000000000000140 0x68 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(esp_image_format.o) + .debug_ranges 0x00000000000001a8 0x58 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(flash_partitions.o) + .debug_ranges 0x0000000000000200 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(bootloader_sha.o) + .debug_ranges 0x0000000000000220 0x28 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/log/liblog.a(log.o) + .debug_ranges 0x0000000000000248 0xb0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/spi_flash/libspi_flash.a(spi_flash_rom_patch.o) + .debug_ranges 0x00000000000002f8 0x128 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/soc/libsoc.a(rtc_clk.o) + .debug_ranges 0x0000000000000420 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/soc/libsoc.a(rtc_init.o) + .debug_ranges 0x0000000000000440 0x40 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/soc/libsoc.a(rtc_time.o) + .debug_ranges 0x0000000000000480 0x60 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_udivdi3.o) + +.debug_line 0x0000000000000000 0x53dd + .debug_line 0x0000000000000000 0xf73 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/main/libmain.a(bootloader_start.o) + .debug_line 0x0000000000000f73 0x21c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(bootloader_clock.o) + .debug_line 0x000000000000118f 0x5cd /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(bootloader_flash.o) + .debug_line 0x000000000000175c 0x3c6 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(bootloader_random.o) + .debug_line 0x0000000000001b22 0xa83 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(esp_image_format.o) + .debug_line 0x00000000000025a5 0x38c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(flash_partitions.o) + .debug_line 0x0000000000002931 0x40d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(bootloader_sha.o) + .debug_line 0x0000000000002d3e 0x52c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/log/liblog.a(log.o) + .debug_line 0x000000000000326a 0xb00 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/spi_flash/libspi_flash.a(spi_flash_rom_patch.o) + .debug_line 0x0000000000003d6a 0xc88 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/soc/libsoc.a(rtc_clk.o) + .debug_line 0x00000000000049f2 0x3f0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/soc/libsoc.a(rtc_init.o) + .debug_line 0x0000000000004de2 0x3d6 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/soc/libsoc.a(rtc_time.o) + .debug_line 0x00000000000051b8 0x90 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_bswapsi2.o) + .debug_line 0x0000000000005248 0x195 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_udivdi3.o) + +.debug_str 0x0000000000000000 0x27fa + .debug_str 0x0000000000000000 0xe20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/main/libmain.a(bootloader_start.o) + 0xf05 (size before relaxing) + .debug_str 0x0000000000000e20 0x242 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(bootloader_clock.o) + 0x37f (size before relaxing) + .debug_str 0x0000000000001062 0x2ae /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(bootloader_flash.o) + 0x5b7 (size before relaxing) + .debug_str 0x0000000000001310 0x96 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(bootloader_random.o) + 0x26a (size before relaxing) + .debug_str 0x00000000000013a6 0x2ec /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(esp_image_format.o) + 0xa0a (size before relaxing) + .debug_str 0x0000000000001692 0xbd /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(flash_partitions.o) + 0x40a (size before relaxing) + .debug_str 0x000000000000174f 0xfd /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(bootloader_sha.o) + 0x2c7 (size before relaxing) + .debug_str 0x000000000000184c 0x1e7 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/log/liblog.a(log.o) + 0x38b (size before relaxing) + .debug_str 0x0000000000001a33 0x492 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/spi_flash/libspi_flash.a(spi_flash_rom_patch.o) + 0x75e (size before relaxing) + .debug_str 0x0000000000001ec5 0x518 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/soc/libsoc.a(rtc_clk.o) + 0x917 (size before relaxing) + .debug_str 0x00000000000023dd 0xc4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/soc/libsoc.a(rtc_init.o) + 0x23e (size before relaxing) + .debug_str 0x00000000000024a1 0x137 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/soc/libsoc.a(rtc_time.o) + 0x379 (size before relaxing) + .debug_str 0x00000000000025d8 0x146 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_bswapsi2.o) + 0x1ec (size before relaxing) + .debug_str 0x000000000000271e 0xdc /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_udivdi3.o) + 0x266 (size before relaxing) + +.comment 0x0000000000000000 0x3a + .comment 0x0000000000000000 0x3a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/main/libmain.a(bootloader_start.o) + 0x3b (size before relaxing) + .comment 0x000000000000003a 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(bootloader_clock.o) + .comment 0x000000000000003a 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(bootloader_flash.o) + .comment 0x000000000000003a 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(bootloader_random.o) + .comment 0x000000000000003a 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(esp_image_format.o) + .comment 0x000000000000003a 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(flash_partitions.o) + .comment 0x000000000000003a 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(bootloader_sha.o) + .comment 0x000000000000003a 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/log/liblog.a(log.o) + .comment 0x000000000000003a 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/spi_flash/libspi_flash.a(spi_flash_rom_patch.o) + .comment 0x000000000000003a 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/soc/libsoc.a(rtc_clk.o) + .comment 0x000000000000003a 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/soc/libsoc.a(rtc_init.o) + .comment 0x000000000000003a 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/soc/libsoc.a(rtc_time.o) + .comment 0x000000000000003a 0x3b /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_bswapsi2.o) + .comment 0x000000000000003a 0x3b /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_udivdi3.o) + +.xtensa.info 0x0000000000000000 0x38 + .xtensa.info 0x0000000000000000 0x38 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/main/libmain.a(bootloader_start.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(bootloader_clock.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(bootloader_flash.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(bootloader_random.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(esp_image_format.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(flash_partitions.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/bootloader_support/libbootloader_support.a(bootloader_sha.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/log/liblog.a(log.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/spi_flash/libspi_flash.a(spi_flash_rom_patch.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/soc/libsoc.a(rtc_clk.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/soc/libsoc.a(rtc_init.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/soc/libsoc.a(rtc_time.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_bswapsi2.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_udivdi3.o) diff --git a/examples/mqtt_tcp/build/bootloader/bootloader_support/component_project_vars.mk b/examples/mqtt_tcp/build/bootloader/bootloader_support/component_project_vars.mk new file mode 100644 index 0000000..4141c73 --- /dev/null +++ b/examples/mqtt_tcp/build/bootloader/bootloader_support/component_project_vars.mk @@ -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: diff --git a/examples/mqtt_tcp/build/bootloader/bootloader_support/src/bootloader_clock.d b/examples/mqtt_tcp/build/bootloader/bootloader_support/src/bootloader_clock.d new file mode 100644 index 0000000..53ce40f --- /dev/null +++ b/examples/mqtt_tcp/build/bootloader/bootloader_support/src/bootloader_clock.d @@ -0,0 +1,51 @@ +src/bootloader_clock.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/src/bootloader_clock.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/uart.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/uart_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/rtc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_access.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_dport_access.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/../include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/efuse_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_cntl_reg.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/uart.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/uart_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/rtc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_access.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_dport_access.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/../include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/efuse_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_cntl_reg.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/src/bootloader_clock.c: diff --git a/examples/mqtt_tcp/build/bootloader/bootloader_support/src/bootloader_flash.d b/examples/mqtt_tcp/build/bootloader/bootloader_support/src/bootloader_flash.d new file mode 100644 index 0000000..3db2b22 --- /dev/null +++ b/examples/mqtt_tcp/build/bootloader/bootloader_support/src/bootloader_flash.d @@ -0,0 +1,63 @@ +src/bootloader_flash.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/src/bootloader_flash.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include_priv/bootloader_flash.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/spi_flash/include/esp_spi_flash.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/../include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include/esp_flash_encrypt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/efuse_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_access.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_dport_access.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/spi_flash.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/spi_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/cache.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_access.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include_priv/bootloader_flash.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/spi_flash/include/esp_spi_flash.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/../include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include/esp_flash_encrypt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/efuse_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_access.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_dport_access.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/spi_flash.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/spi_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/cache.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_access.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/src/bootloader_flash.c: diff --git a/examples/mqtt_tcp/build/bootloader/bootloader_support/src/bootloader_random.d b/examples/mqtt_tcp/build/bootloader/bootloader_support/src/bootloader_random.d new file mode 100644 index 0000000..adb40f8 --- /dev/null +++ b/examples/mqtt_tcp/build/bootloader/bootloader_support/src/bootloader_random.d @@ -0,0 +1,60 @@ +src/bootloader_random.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/src/bootloader_random.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include_priv/bootloader_random.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/cpu.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/wdev_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_cntl_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/sens_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/syscon_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_access.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_dport_access.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/../include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/i2s_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include_priv/bootloader_random.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/cpu.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/wdev_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_cntl_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/sens_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/syscon_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_access.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_dport_access.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/../include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/i2s_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/src/bootloader_random.c: diff --git a/examples/mqtt_tcp/build/bootloader/bootloader_support/src/bootloader_sha.d b/examples/mqtt_tcp/build/bootloader/bootloader_support/src/bootloader_sha.d new file mode 100644 index 0000000..39dc3cd --- /dev/null +++ b/examples/mqtt_tcp/build/bootloader/bootloader_support/src/bootloader_sha.d @@ -0,0 +1,39 @@ +src/bootloader_sha.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/src/bootloader_sha.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include_priv/bootloader_sha.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/sha.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_access.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_dport_access.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/../include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/hwcrypto_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include_priv/bootloader_sha.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/sha.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_access.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_dport_access.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/../include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/hwcrypto_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/src/bootloader_sha.c: diff --git a/examples/mqtt_tcp/build/bootloader/bootloader_support/src/efuse.d b/examples/mqtt_tcp/build/bootloader/bootloader_support/src/efuse.d new file mode 100644 index 0000000..6b06170 --- /dev/null +++ b/examples/mqtt_tcp/build/bootloader/bootloader_support/src/efuse.d @@ -0,0 +1,30 @@ +src/efuse.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/src/efuse.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include/esp_efuse.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/efuse_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/../include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include/esp_efuse.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/efuse_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/../include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/src/efuse.c: diff --git a/examples/mqtt_tcp/build/bootloader/bootloader_support/src/esp_image_format.d b/examples/mqtt_tcp/build/bootloader/bootloader_support/src/esp_image_format.d new file mode 100644 index 0000000..16d0565 --- /dev/null +++ b/examples/mqtt_tcp/build/bootloader/bootloader_support/src/esp_image_format.d @@ -0,0 +1,66 @@ +src/esp_image_format.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/src/esp_image_format.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/rtc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/cpu.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include/esp_image_format.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include/esp_flash_partitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_flash_data_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include/esp_secure_boot.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/efuse_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/../include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include_priv/bootloader_flash.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/spi_flash/include/esp_spi_flash.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include_priv/bootloader_random.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include_priv/bootloader_sha.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/rtc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/cpu.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include/esp_image_format.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include/esp_flash_partitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_flash_data_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include/esp_secure_boot.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/efuse_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/../include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include_priv/bootloader_flash.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/spi_flash/include/esp_spi_flash.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include_priv/bootloader_random.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include_priv/bootloader_sha.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/src/esp_image_format.c: diff --git a/examples/mqtt_tcp/build/bootloader/bootloader_support/src/flash_encrypt.d b/examples/mqtt_tcp/build/bootloader/bootloader_support/src/flash_encrypt.d new file mode 100644 index 0000000..9990134 --- /dev/null +++ b/examples/mqtt_tcp/build/bootloader/bootloader_support/src/flash_encrypt.d @@ -0,0 +1,81 @@ +src/flash_encrypt.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/src/flash_encrypt.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include_priv/bootloader_flash.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/spi_flash/include/esp_spi_flash.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/../include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include_priv/bootloader_random.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include/esp_image_format.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include/esp_flash_partitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_flash_data_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include/esp_flash_encrypt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/efuse_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include/esp_flash_partitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include/esp_secure_boot.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include/esp_efuse.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/secure_boot.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/cache.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_access.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_dport_access.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/spi_flash.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/spi_reg.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include_priv/bootloader_flash.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/spi_flash/include/esp_spi_flash.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/../include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include_priv/bootloader_random.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include/esp_image_format.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include/esp_flash_partitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_flash_data_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include/esp_flash_encrypt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/efuse_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include/esp_flash_partitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include/esp_secure_boot.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include/esp_efuse.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/secure_boot.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/cache.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_access.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_dport_access.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/spi_flash.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/spi_reg.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/src/flash_encrypt.c: diff --git a/examples/mqtt_tcp/build/bootloader/bootloader_support/src/flash_partitions.d b/examples/mqtt_tcp/build/bootloader/bootloader_support/src/flash_partitions.d new file mode 100644 index 0000000..1218e2c --- /dev/null +++ b/examples/mqtt_tcp/build/bootloader/bootloader_support/src/flash_partitions.d @@ -0,0 +1,45 @@ +src/flash_partitions.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/src/flash_partitions.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include/esp_flash_partitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_flash_data_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/../include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/spi_flash.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/spi_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/md5_hash.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include/esp_flash_partitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_flash_data_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/../include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/spi_flash.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/spi_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/md5_hash.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/src/flash_partitions.c: diff --git a/examples/mqtt_tcp/build/bootloader/bootloader_support/src/secure_boot.d b/examples/mqtt_tcp/build/bootloader/bootloader_support/src/secure_boot.d new file mode 100644 index 0000000..aad9494 --- /dev/null +++ b/examples/mqtt_tcp/build/bootloader/bootloader_support/src/secure_boot.d @@ -0,0 +1,87 @@ +src/secure_boot.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/src/secure_boot.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/../include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/cache.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_access.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_dport_access.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/secure_boot.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_access.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/efuse_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_cntl_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include_priv/bootloader_flash.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/spi_flash/include/esp_spi_flash.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include_priv/bootloader_random.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include/esp_image_format.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include/esp_flash_partitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_flash_data_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include/esp_secure_boot.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include/esp_flash_encrypt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include/esp_efuse.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/../include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/cache.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_access.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_dport_access.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/secure_boot.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_access.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/efuse_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_cntl_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include_priv/bootloader_flash.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/spi_flash/include/esp_spi_flash.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include_priv/bootloader_random.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include/esp_image_format.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include/esp_flash_partitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_flash_data_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include/esp_secure_boot.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include/esp_flash_encrypt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include/esp_efuse.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/src/secure_boot.c: diff --git a/examples/mqtt_tcp/build/bootloader/bootloader_support/src/secure_boot_signatures.d b/examples/mqtt_tcp/build/bootloader/bootloader_support/src/secure_boot_signatures.d new file mode 100644 index 0000000..ec6394d --- /dev/null +++ b/examples/mqtt_tcp/build/bootloader/bootloader_support/src/secure_boot_signatures.d @@ -0,0 +1,57 @@ +src/secure_boot_signatures.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/src/secure_boot_signatures.c \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/../include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include_priv/bootloader_flash.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/spi_flash/include/esp_spi_flash.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include_priv/bootloader_sha.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include/esp_image_format.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include/esp_flash_partitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_flash_data_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include/esp_secure_boot.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/efuse_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/micro-ecc/micro-ecc/uECC.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/sha.h + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/../include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include_priv/bootloader_flash.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/spi_flash/include/esp_spi_flash.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include_priv/bootloader_sha.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include/esp_image_format.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include/esp_flash_partitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_flash_data_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include/esp_secure_boot.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/efuse_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/micro-ecc/micro-ecc/uECC.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/sha.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/src/secure_boot_signatures.c: diff --git a/examples/mqtt_tcp/build/bootloader/component_project_vars.mk b/examples/mqtt_tcp/build/bootloader/component_project_vars.mk new file mode 100644 index 0000000..2bea1a3 --- /dev/null +++ b/examples/mqtt_tcp/build/bootloader/component_project_vars.mk @@ -0,0 +1 @@ +# COMPONENT_CONFIG_ONLY target sets no variables here diff --git a/examples/mqtt_tcp/build/bootloader/esptool_py/component_project_vars.mk b/examples/mqtt_tcp/build/bootloader/esptool_py/component_project_vars.mk new file mode 100644 index 0000000..2bea1a3 --- /dev/null +++ b/examples/mqtt_tcp/build/bootloader/esptool_py/component_project_vars.mk @@ -0,0 +1 @@ +# COMPONENT_CONFIG_ONLY target sets no variables here diff --git a/examples/mqtt_tcp/build/bootloader/log/component_project_vars.mk b/examples/mqtt_tcp/build/bootloader/log/component_project_vars.mk new file mode 100644 index 0000000..9ca33b1 --- /dev/null +++ b/examples/mqtt_tcp/build/bootloader/log/component_project_vars.mk @@ -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: diff --git a/examples/mqtt_tcp/build/bootloader/log/log.d b/examples/mqtt_tcp/build/bootloader/log/log.d new file mode 100644 index 0000000..fa9dd56 --- /dev/null +++ b/examples/mqtt_tcp/build/bootloader/log/log.d @@ -0,0 +1,32 @@ +log.o: /Volumes/tools/esp32/sdk/esp-idf-github/components/log/./log.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/../include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/../include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/./log.c: diff --git a/examples/mqtt_tcp/build/bootloader/main/bootloader_start.d b/examples/mqtt_tcp/build/bootloader/main/bootloader_start.d new file mode 100644 index 0000000..949b6c7 --- /dev/null +++ b/examples/mqtt_tcp/build/bootloader/main/bootloader_start.d @@ -0,0 +1,141 @@ +bootloader_start.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader/subproject/main/./bootloader_start.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/../include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/cache.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_access.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_dport_access.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/efuse.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/spi_flash.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/spi_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/crc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/rtc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/uart.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/uart_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/secure_boot.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/cpu.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_access.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/efuse_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_cntl_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/timer_group_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include/esp_image_format.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include/esp_flash_partitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_flash_data_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include/esp_secure_boot.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include/esp_flash_encrypt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/spi_flash/include/esp_spi_flash.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include/esp_flash_partitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include_priv/bootloader_flash.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include_priv/bootloader_random.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader/subproject/main/./bootloader_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include/bootloader_clock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader/subproject/main/./flash_qio_mode.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/../include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/cache.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_access.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_dport_access.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/efuse.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/spi_flash.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/spi_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/crc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/rtc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/uart.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/uart_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/secure_boot.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/cpu.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_access.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/efuse_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_cntl_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/timer_group_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include/esp_image_format.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include/esp_flash_partitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_flash_data_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include/esp_secure_boot.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include/esp_flash_encrypt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/spi_flash/include/esp_spi_flash.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include/esp_flash_partitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include_priv/bootloader_flash.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include_priv/bootloader_random.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader/subproject/main/./bootloader_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include/bootloader_clock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader/subproject/main/./flash_qio_mode.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader/subproject/main/./bootloader_start.c: diff --git a/examples/mqtt_tcp/build/bootloader/main/component_project_vars.mk b/examples/mqtt_tcp/build/bootloader/main/component_project_vars.mk new file mode 100644 index 0000000..c16f3ee --- /dev/null +++ b/examples/mqtt_tcp/build/bootloader/main/component_project_vars.mk @@ -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: diff --git a/examples/mqtt_tcp/build/bootloader/main/flash_qio_mode.d b/examples/mqtt_tcp/build/bootloader/main/flash_qio_mode.d new file mode 100644 index 0000000..f342de9 --- /dev/null +++ b/examples/mqtt_tcp/build/bootloader/main/flash_qio_mode.d @@ -0,0 +1,48 @@ +flash_qio_mode.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader/subproject/main/./flash_qio_mode.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader/subproject/main/./flash_qio_mode.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/../include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/spi_flash.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/spi_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/efuse.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/spi_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/efuse_reg.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader/subproject/main/./flash_qio_mode.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/../include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/spi_flash.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/spi_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/efuse.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/spi_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/efuse_reg.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader/subproject/main/./flash_qio_mode.c: diff --git a/examples/mqtt_tcp/build/bootloader/micro-ecc/component_project_vars.mk b/examples/mqtt_tcp/build/bootloader/micro-ecc/component_project_vars.mk new file mode 100644 index 0000000..b070564 --- /dev/null +++ b/examples/mqtt_tcp/build/bootloader/micro-ecc/component_project_vars.mk @@ -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: diff --git a/examples/mqtt_tcp/build/bootloader/micro-ecc/micro-ecc/uECC.d b/examples/mqtt_tcp/build/bootloader/micro-ecc/micro-ecc/uECC.d new file mode 100644 index 0000000..6145fa7 --- /dev/null +++ b/examples/mqtt_tcp/build/bootloader/micro-ecc/micro-ecc/uECC.d @@ -0,0 +1,18 @@ +micro-ecc/uECC.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/micro-ecc/micro-ecc/uECC.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/micro-ecc/micro-ecc/uECC.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/micro-ecc/micro-ecc/uECC_vli.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/micro-ecc/micro-ecc/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/micro-ecc/micro-ecc/platform-specific.inc \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/micro-ecc/micro-ecc/curve-specific.inc + +/Volumes/tools/esp32/sdk/esp-idf-github/components/micro-ecc/micro-ecc/uECC.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/micro-ecc/micro-ecc/uECC_vli.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/micro-ecc/micro-ecc/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/micro-ecc/micro-ecc/platform-specific.inc: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/micro-ecc/micro-ecc/curve-specific.inc: +/Volumes/tools/esp32/sdk/esp-idf-github/components/micro-ecc/micro-ecc/uECC.c: diff --git a/examples/mqtt_tcp/build/bootloader/soc/component_project_vars.mk b/examples/mqtt_tcp/build/bootloader/soc/component_project_vars.mk new file mode 100644 index 0000000..eb433cc --- /dev/null +++ b/examples/mqtt_tcp/build/bootloader/soc/component_project_vars.mk @@ -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: diff --git a/examples/mqtt_tcp/build/bootloader/soc/esp32/cpu_util.d b/examples/mqtt_tcp/build/bootloader/soc/esp32/cpu_util.d new file mode 100644 index 0000000..c77e186 --- /dev/null +++ b/examples/mqtt_tcp/build/bootloader/soc/esp32/cpu_util.d @@ -0,0 +1,27 @@ +esp32/cpu_util.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/cpu_util.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/cpu.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_cntl_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/../include/sdkconfig.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/cpu.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_cntl_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/../include/sdkconfig.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/cpu_util.c: diff --git a/examples/mqtt_tcp/build/bootloader/soc/esp32/rtc_clk.d b/examples/mqtt_tcp/build/bootloader/soc/esp32/rtc_clk.d new file mode 100644 index 0000000..ea7266d --- /dev/null +++ b/examples/mqtt_tcp/build/bootloader/soc/esp32/rtc_clk.d @@ -0,0 +1,99 @@ +esp32/rtc_clk.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/rtc_clk.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/rtc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/uart.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/uart_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_cntl_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/sens_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_access.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_dport_access.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/../include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/efuse_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/apb_ctrl_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/i2c_rtc_clk.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/i2c_apll.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/i2c_bbpll.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/soc_log.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/core-macros.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/rtc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/uart.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/uart_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_cntl_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/sens_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_access.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_dport_access.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/../include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/efuse_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/apb_ctrl_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/i2c_rtc_clk.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/i2c_apll.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/i2c_bbpll.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/soc_log.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/core-macros.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/rtc_clk.c: diff --git a/examples/mqtt_tcp/build/bootloader/soc/esp32/rtc_init.d b/examples/mqtt_tcp/build/bootloader/soc/esp32/rtc_init.d new file mode 100644 index 0000000..d593273 --- /dev/null +++ b/examples/mqtt_tcp/build/bootloader/soc/esp32/rtc_init.d @@ -0,0 +1,39 @@ +esp32/rtc_init.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/rtc_init.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_cntl_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_access.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_dport_access.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/../include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/efuse_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_cntl_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_access.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_dport_access.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/../include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/efuse_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/rtc_init.c: diff --git a/examples/mqtt_tcp/build/bootloader/soc/esp32/rtc_pm.d b/examples/mqtt_tcp/build/bootloader/soc/esp32/rtc_pm.d new file mode 100644 index 0000000..2e7f1cd --- /dev/null +++ b/examples/mqtt_tcp/build/bootloader/soc/esp32/rtc_pm.d @@ -0,0 +1,18 @@ +esp32/rtc_pm.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/rtc_pm.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_cntl_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_cntl_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/rtc_pm.c: diff --git a/examples/mqtt_tcp/build/bootloader/soc/esp32/rtc_sleep.d b/examples/mqtt_tcp/build/bootloader/soc/esp32/rtc_sleep.d new file mode 100644 index 0000000..bf1a59a --- /dev/null +++ b/examples/mqtt_tcp/build/bootloader/soc/esp32/rtc_sleep.d @@ -0,0 +1,51 @@ +esp32/rtc_sleep.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/rtc_sleep.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_cntl_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_access.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_dport_access.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/../include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/i2s_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/timer_group_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/bb_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/nrx_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/fe_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_cntl_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_access.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_dport_access.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/../include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/i2s_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/timer_group_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/bb_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/nrx_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/fe_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/rtc_sleep.c: diff --git a/examples/mqtt_tcp/build/bootloader/soc/esp32/rtc_time.d b/examples/mqtt_tcp/build/bootloader/soc/esp32/rtc_time.d new file mode 100644 index 0000000..5fb3684 --- /dev/null +++ b/examples/mqtt_tcp/build/bootloader/soc/esp32/rtc_time.d @@ -0,0 +1,24 @@ +esp32/rtc_time.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/rtc_time.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_cntl_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/timer_group_reg.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_cntl_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/timer_group_reg.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/rtc_time.c: diff --git a/examples/mqtt_tcp/build/bootloader/soc/esp32/soc_memory_layout.d b/examples/mqtt_tcp/build/bootloader/soc/esp32/soc_memory_layout.d new file mode 100644 index 0000000..258ced3 --- /dev/null +++ b/examples/mqtt_tcp/build/bootloader/soc/esp32/soc_memory_layout.d @@ -0,0 +1,3 @@ +esp32/soc_memory_layout.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/soc_memory_layout.c +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/soc_memory_layout.c: diff --git a/examples/mqtt_tcp/build/bootloader/spi_flash/component_project_vars.mk b/examples/mqtt_tcp/build/bootloader/spi_flash/component_project_vars.mk new file mode 100644 index 0000000..8da0fe7 --- /dev/null +++ b/examples/mqtt_tcp/build/bootloader/spi_flash/component_project_vars.mk @@ -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: diff --git a/examples/mqtt_tcp/build/bootloader/spi_flash/spi_flash_rom_patch.d b/examples/mqtt_tcp/build/bootloader/spi_flash/spi_flash_rom_patch.d new file mode 100644 index 0000000..5f95c59 --- /dev/null +++ b/examples/mqtt_tcp/build/bootloader/spi_flash/spi_flash_rom_patch.d @@ -0,0 +1,33 @@ +spi_flash_rom_patch.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/spi_flash/./spi_flash_rom_patch.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/spi_flash.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/spi_reg.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/../include/sdkconfig.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/spi_flash.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/spi_reg.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader/../include/sdkconfig.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/spi_flash/./spi_flash_rom_patch.c: diff --git a/examples/mqtt_tcp/build/bootloader_support/component_project_vars.mk b/examples/mqtt_tcp/build/bootloader_support/component_project_vars.mk new file mode 100644 index 0000000..f07b5fb --- /dev/null +++ b/examples/mqtt_tcp/build/bootloader_support/component_project_vars.mk @@ -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: diff --git a/examples/mqtt_tcp/build/bootloader_support/src/bootloader_clock.d b/examples/mqtt_tcp/build/bootloader_support/src/bootloader_clock.d new file mode 100644 index 0000000..64aa097 --- /dev/null +++ b/examples/mqtt_tcp/build/bootloader_support/src/bootloader_clock.d @@ -0,0 +1,111 @@ +src/bootloader_clock.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/src/bootloader_clock.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/uart.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/uart_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/rtc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_access.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_dport_access.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/efuse_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_cntl_reg.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/uart.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/uart_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/rtc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_access.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_dport_access.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/efuse_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_cntl_reg.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/src/bootloader_clock.c: diff --git a/examples/mqtt_tcp/build/bootloader_support/src/bootloader_flash.d b/examples/mqtt_tcp/build/bootloader_support/src/bootloader_flash.d new file mode 100644 index 0000000..364dc33 --- /dev/null +++ b/examples/mqtt_tcp/build/bootloader_support/src/bootloader_flash.d @@ -0,0 +1,117 @@ +src/bootloader_flash.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/src/bootloader_flash.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include_priv/bootloader_flash.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/spi_flash/include/esp_spi_flash.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include/esp_flash_encrypt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/efuse_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include_priv/bootloader_flash.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/spi_flash/include/esp_spi_flash.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include/esp_flash_encrypt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/efuse_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/src/bootloader_flash.c: diff --git a/examples/mqtt_tcp/build/bootloader_support/src/bootloader_random.d b/examples/mqtt_tcp/build/bootloader_support/src/bootloader_random.d new file mode 100644 index 0000000..2ce06ac --- /dev/null +++ b/examples/mqtt_tcp/build/bootloader_support/src/bootloader_random.d @@ -0,0 +1,210 @@ +src/bootloader_random.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/src/bootloader_random.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include_priv/bootloader_random.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/cpu.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/wdev_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_cntl_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/sens_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/syscon_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_access.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_dport_access.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/i2s_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include_priv/bootloader_random.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/cpu.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/wdev_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_cntl_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/sens_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/syscon_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_access.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_dport_access.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/i2s_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/src/bootloader_random.c: diff --git a/examples/mqtt_tcp/build/bootloader_support/src/bootloader_sha.d b/examples/mqtt_tcp/build/bootloader_support/src/bootloader_sha.d new file mode 100644 index 0000000..41927df --- /dev/null +++ b/examples/mqtt_tcp/build/bootloader_support/src/bootloader_sha.d @@ -0,0 +1,99 @@ +src/bootloader_sha.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/src/bootloader_sha.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include_priv/bootloader_sha.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/param.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/syslimits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/endian.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/param.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/sha256.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include_priv/bootloader_sha.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/param.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/syslimits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/endian.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/param.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/sha256.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/src/bootloader_sha.c: diff --git a/examples/mqtt_tcp/build/bootloader_support/src/efuse.d b/examples/mqtt_tcp/build/bootloader_support/src/efuse.d new file mode 100644 index 0000000..69265de --- /dev/null +++ b/examples/mqtt_tcp/build/bootloader_support/src/efuse.d @@ -0,0 +1,90 @@ +src/efuse.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/src/efuse.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include/esp_efuse.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/efuse_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include/esp_efuse.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/efuse_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/src/efuse.c: diff --git a/examples/mqtt_tcp/build/bootloader_support/src/esp_image_format.d b/examples/mqtt_tcp/build/bootloader_support/src/esp_image_format.d new file mode 100644 index 0000000..23b350e --- /dev/null +++ b/examples/mqtt_tcp/build/bootloader_support/src/esp_image_format.d @@ -0,0 +1,159 @@ +src/esp_image_format.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/src/esp_image_format.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/param.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/syslimits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/endian.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/param.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/rtc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/cpu.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include/esp_image_format.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include/esp_flash_partitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_flash_data_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include/esp_secure_boot.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/efuse_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include_priv/bootloader_flash.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/spi_flash/include/esp_spi_flash.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include_priv/bootloader_random.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include_priv/bootloader_sha.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/param.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/syslimits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/endian.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/param.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/rtc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/cpu.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include/esp_image_format.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include/esp_flash_partitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_flash_data_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include/esp_secure_boot.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/efuse_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include_priv/bootloader_flash.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/spi_flash/include/esp_spi_flash.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include_priv/bootloader_random.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include_priv/bootloader_sha.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/src/esp_image_format.c: diff --git a/examples/mqtt_tcp/build/bootloader_support/src/flash_encrypt.d b/examples/mqtt_tcp/build/bootloader_support/src/flash_encrypt.d new file mode 100644 index 0000000..5aa65a4 --- /dev/null +++ b/examples/mqtt_tcp/build/bootloader_support/src/flash_encrypt.d @@ -0,0 +1,159 @@ +src/flash_encrypt.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/src/flash_encrypt.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/strings.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include_priv/bootloader_flash.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/spi_flash/include/esp_spi_flash.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include_priv/bootloader_random.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include/esp_image_format.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include/esp_flash_partitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_flash_data_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include/esp_flash_encrypt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/efuse_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include/esp_flash_partitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include/esp_secure_boot.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include/esp_efuse.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/secure_boot.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/cache.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_access.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_dport_access.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/spi_flash.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/spi_reg.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/strings.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include_priv/bootloader_flash.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/spi_flash/include/esp_spi_flash.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include_priv/bootloader_random.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include/esp_image_format.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include/esp_flash_partitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_flash_data_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include/esp_flash_encrypt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/efuse_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include/esp_flash_partitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include/esp_secure_boot.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include/esp_efuse.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/secure_boot.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/cache.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_access.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_dport_access.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/spi_flash.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/spi_reg.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/src/flash_encrypt.c: diff --git a/examples/mqtt_tcp/build/bootloader_support/src/flash_partitions.d b/examples/mqtt_tcp/build/bootloader_support/src/flash_partitions.d new file mode 100644 index 0000000..408bdc6 --- /dev/null +++ b/examples/mqtt_tcp/build/bootloader_support/src/flash_partitions.d @@ -0,0 +1,126 @@ +src/flash_partitions.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/src/flash_partitions.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include/esp_flash_partitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_flash_data_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/spi_flash.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/spi_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/md5_hash.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include/esp_flash_partitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_flash_data_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/spi_flash.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/spi_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/md5_hash.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/src/flash_partitions.c: diff --git a/examples/mqtt_tcp/build/bootloader_support/src/secure_boot.d b/examples/mqtt_tcp/build/bootloader_support/src/secure_boot.d new file mode 100644 index 0000000..d23844d --- /dev/null +++ b/examples/mqtt_tcp/build/bootloader_support/src/secure_boot.d @@ -0,0 +1,168 @@ +src/secure_boot.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/src/secure_boot.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/cache.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_access.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_dport_access.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/secure_boot.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_access.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/efuse_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_cntl_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include_priv/bootloader_flash.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/spi_flash/include/esp_spi_flash.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include_priv/bootloader_random.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include/esp_image_format.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include/esp_flash_partitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_flash_data_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include/esp_secure_boot.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include/esp_flash_encrypt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include/esp_efuse.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/cache.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_access.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_dport_access.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/secure_boot.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_access.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/efuse_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_cntl_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include_priv/bootloader_flash.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/spi_flash/include/esp_spi_flash.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include_priv/bootloader_random.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include/esp_image_format.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include/esp_flash_partitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_flash_data_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include/esp_secure_boot.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include/esp_flash_encrypt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include/esp_efuse.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/src/secure_boot.c: diff --git a/examples/mqtt_tcp/build/bootloader_support/src/secure_boot_signatures.d b/examples/mqtt_tcp/build/bootloader_support/src/secure_boot_signatures.d new file mode 100644 index 0000000..9242541 --- /dev/null +++ b/examples/mqtt_tcp/build/bootloader_support/src/secure_boot_signatures.d @@ -0,0 +1,138 @@ +src/secure_boot_signatures.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/src/secure_boot_signatures.c \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include_priv/bootloader_flash.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/spi_flash/include/esp_spi_flash.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include_priv/bootloader_sha.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include/esp_image_format.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include/esp_flash_partitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_flash_data_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include/esp_secure_boot.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/efuse_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/micro-ecc/micro-ecc/uECC.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/hwcrypto/sha.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/sha.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include_priv/bootloader_flash.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/spi_flash/include/esp_spi_flash.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include_priv/bootloader_sha.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include/esp_image_format.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include/esp_flash_partitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_flash_data_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include/esp_secure_boot.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/efuse_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/micro-ecc/micro-ecc/uECC.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/hwcrypto/sha.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/sha.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/src/secure_boot_signatures.c: diff --git a/examples/mqtt_tcp/build/bt/bt.d b/examples/mqtt_tcp/build/bt/bt.d new file mode 100644 index 0000000..4d42a60 --- /dev/null +++ b/examples/mqtt_tcp/build/bt/bt.d @@ -0,0 +1,299 @@ +bt.o: /Volumes/tools/esp32/sdk/esp-idf-github/components/bt/./bt.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps_init.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/core-macros.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_phy_init.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/bt/include/esp_bt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_pm.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp32/pm.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_ipc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/periph_ctrl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_access.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_dport_access.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps_init.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/core-macros.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_phy_init.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/bt/include/esp_bt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_pm.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp32/pm.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_ipc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/periph_ctrl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_access.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_dport_access.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/bt/./bt.c: diff --git a/examples/mqtt_tcp/build/bt/component_project_vars.mk b/examples/mqtt_tcp/build/bt/component_project_vars.mk new file mode 100644 index 0000000..6242266 --- /dev/null +++ b/examples/mqtt_tcp/build/bt/component_project_vars.mk @@ -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: diff --git a/examples/mqtt_tcp/build/coap/component_project_vars.mk b/examples/mqtt_tcp/build/coap/component_project_vars.mk new file mode 100644 index 0000000..1f52489 --- /dev/null +++ b/examples/mqtt_tcp/build/coap/component_project_vars.mk @@ -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: diff --git a/examples/mqtt_tcp/build/coap/libcoap/src/address.d b/examples/mqtt_tcp/build/coap/libcoap/src/address.d new file mode 100644 index 0000000..704f0f5 --- /dev/null +++ b/examples/mqtt_tcp/build/coap/libcoap/src/address.d @@ -0,0 +1,345 @@ +libcoap/src/address.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/src/address.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arpa/inet.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/inet.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/netinet/in.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/posix/sys/socket.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/sockets.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/address.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/libcoap.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arpa/inet.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/inet.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/netinet/in.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/posix/sys/socket.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/sockets.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/address.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/libcoap.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/src/address.c: diff --git a/examples/mqtt_tcp/build/coap/libcoap/src/async.d b/examples/mqtt_tcp/build/coap/libcoap/src/async.d new file mode 100644 index 0000000..e711b5f --- /dev/null +++ b/examples/mqtt_tcp/build/coap/libcoap/src/async.d @@ -0,0 +1,456 @@ +libcoap/src/async.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/src/async.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/port/include/coap_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/port/include/coap_config_posix.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/posix/sys/socket.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/sockets.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/inet.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/port/include/coap/coap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/libcoap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/netinet/in.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/address.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/libcoap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/async.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/net.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/coap_io.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/address.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/coap_time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/option.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/bits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/pdu.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/uri.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/hashkey.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/str.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/prng.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/bits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/block.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/encode.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/strings.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/coap_io.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/coap_time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/debug.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/encode.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/mem.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/net.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/option.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/pdu.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/prng.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/resource.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/utlist.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/async.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/subscribe.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/str.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/subscribe.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/uri.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/uthash.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/utlist.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/port/include/coap_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/port/include/coap_config_posix.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/posix/sys/socket.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/sockets.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/inet.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/port/include/coap/coap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/libcoap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/netinet/in.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/address.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/libcoap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/async.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/net.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/coap_io.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/address.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/coap_time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/option.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/bits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/pdu.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/uri.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/hashkey.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/str.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/prng.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/bits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/block.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/encode.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/strings.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/coap_io.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/coap_time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/debug.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/encode.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/mem.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/net.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/option.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/pdu.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/prng.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/resource.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/utlist.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/async.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/subscribe.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/str.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/subscribe.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/uri.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/uthash.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/utlist.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/src/async.c: diff --git a/examples/mqtt_tcp/build/coap/libcoap/src/block.d b/examples/mqtt_tcp/build/coap/libcoap/src/block.d new file mode 100644 index 0000000..449bf51 --- /dev/null +++ b/examples/mqtt_tcp/build/coap/libcoap/src/block.d @@ -0,0 +1,369 @@ +libcoap/src/block.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/src/block.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/port/include/coap_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/port/include/coap_config_posix.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/posix/sys/socket.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/sockets.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/inet.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/debug.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/pdu.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/uri.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/hashkey.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/str.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/block.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/encode.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/strings.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/option.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/bits.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/port/include/coap_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/port/include/coap_config_posix.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/posix/sys/socket.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/sockets.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/inet.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/debug.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/pdu.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/uri.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/hashkey.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/str.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/block.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/encode.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/strings.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/option.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/bits.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/src/block.c: diff --git a/examples/mqtt_tcp/build/coap/libcoap/src/coap_time.d b/examples/mqtt_tcp/build/coap/libcoap/src/coap_time.d new file mode 100644 index 0000000..7122aa7 --- /dev/null +++ b/examples/mqtt_tcp/build/coap/libcoap/src/coap_time.d @@ -0,0 +1,336 @@ +libcoap/src/coap_time.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/src/coap_time.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/port/include/coap_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/port/include/coap_config_posix.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/posix/sys/socket.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/sockets.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/inet.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/coap_time.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/port/include/coap_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/port/include/coap_config_posix.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/posix/sys/socket.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/sockets.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/inet.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/coap_time.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/src/coap_time.c: diff --git a/examples/mqtt_tcp/build/coap/libcoap/src/debug.d b/examples/mqtt_tcp/build/coap/libcoap/src/debug.d new file mode 100644 index 0000000..e785836 --- /dev/null +++ b/examples/mqtt_tcp/build/coap/libcoap/src/debug.d @@ -0,0 +1,399 @@ +libcoap/src/debug.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/src/debug.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/port/include/coap_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/port/include/coap_config_posix.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/posix/sys/socket.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/sockets.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/inet.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/ctype.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arpa/inet.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/block.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/encode.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/strings.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/option.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/bits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/pdu.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/uri.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/hashkey.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/str.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/debug.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/encode.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/net.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/coap_io.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/address.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/libcoap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/netinet/in.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/coap_time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/prng.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/port/include/coap_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/port/include/coap_config_posix.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/posix/sys/socket.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/sockets.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/inet.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/ctype.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arpa/inet.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/block.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/encode.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/strings.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/option.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/bits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/pdu.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/uri.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/hashkey.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/str.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/debug.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/encode.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/net.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/coap_io.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/address.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/libcoap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/netinet/in.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/coap_time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/prng.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/src/debug.c: diff --git a/examples/mqtt_tcp/build/coap/libcoap/src/encode.d b/examples/mqtt_tcp/build/coap/libcoap/src/encode.d new file mode 100644 index 0000000..ccd1955 --- /dev/null +++ b/examples/mqtt_tcp/build/coap/libcoap/src/encode.d @@ -0,0 +1,339 @@ +libcoap/src/encode.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/src/encode.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/port/include/coap_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/port/include/coap_config_posix.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/posix/sys/socket.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/sockets.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/inet.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/encode.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/strings.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/port/include/coap_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/port/include/coap_config_posix.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/posix/sys/socket.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/sockets.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/inet.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/encode.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/strings.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/src/encode.c: diff --git a/examples/mqtt_tcp/build/coap/libcoap/src/hashkey.d b/examples/mqtt_tcp/build/coap/libcoap/src/hashkey.d new file mode 100644 index 0000000..32980e4 --- /dev/null +++ b/examples/mqtt_tcp/build/coap/libcoap/src/hashkey.d @@ -0,0 +1,54 @@ +libcoap/src/hashkey.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/src/hashkey.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/hashkey.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/str.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/hashkey.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/str.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/src/hashkey.c: diff --git a/examples/mqtt_tcp/build/coap/libcoap/src/mem.d b/examples/mqtt_tcp/build/coap/libcoap/src/mem.d new file mode 100644 index 0000000..42fb222 --- /dev/null +++ b/examples/mqtt_tcp/build/coap/libcoap/src/mem.d @@ -0,0 +1,357 @@ +libcoap/src/mem.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/src/mem.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/port/include/coap_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/port/include/coap_config_posix.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/posix/sys/socket.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/sockets.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/inet.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/mem.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/debug.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/pdu.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/uri.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/hashkey.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/str.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/port/include/coap_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/port/include/coap_config_posix.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/posix/sys/socket.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/sockets.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/inet.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/mem.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/debug.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/pdu.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/uri.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/hashkey.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/str.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/src/mem.c: diff --git a/examples/mqtt_tcp/build/coap/libcoap/src/net.d b/examples/mqtt_tcp/build/coap/libcoap/src/net.d new file mode 100644 index 0000000..808d111 --- /dev/null +++ b/examples/mqtt_tcp/build/coap/libcoap/src/net.d @@ -0,0 +1,426 @@ +libcoap/src/net.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/src/net.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/port/include/coap_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/port/include/coap_config_posix.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/posix/sys/socket.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/sockets.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/inet.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/ctype.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arpa/inet.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/debug.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/pdu.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/uri.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/hashkey.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/str.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/mem.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/str.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/async.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/net.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/coap_io.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/address.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/libcoap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/netinet/in.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/coap_time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/option.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/bits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/prng.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/resource.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/utlist.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/async.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/subscribe.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/option.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/encode.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/strings.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/block.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/encode.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/net.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/port/include/coap_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/port/include/coap_config_posix.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/posix/sys/socket.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/sockets.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/inet.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/ctype.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arpa/inet.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/debug.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/pdu.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/uri.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/hashkey.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/str.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/mem.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/str.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/async.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/net.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/coap_io.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/address.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/libcoap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/netinet/in.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/coap_time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/option.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/bits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/prng.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/resource.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/utlist.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/async.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/subscribe.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/option.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/encode.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/strings.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/block.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/encode.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/net.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/src/net.c: diff --git a/examples/mqtt_tcp/build/coap/libcoap/src/option.d b/examples/mqtt_tcp/build/coap/libcoap/src/option.d new file mode 100644 index 0000000..5cf0cd4 --- /dev/null +++ b/examples/mqtt_tcp/build/coap/libcoap/src/option.d @@ -0,0 +1,366 @@ +libcoap/src/option.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/src/option.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/port/include/coap_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/port/include/coap_config_posix.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/posix/sys/socket.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/sockets.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/inet.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/option.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/bits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/pdu.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/uri.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/hashkey.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/str.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/encode.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/strings.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/debug.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/port/include/coap_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/port/include/coap_config_posix.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/posix/sys/socket.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/sockets.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/inet.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/option.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/bits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/pdu.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/uri.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/hashkey.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/str.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/encode.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/strings.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/debug.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/src/option.c: diff --git a/examples/mqtt_tcp/build/coap/libcoap/src/pdu.d b/examples/mqtt_tcp/build/coap/libcoap/src/pdu.d new file mode 100644 index 0000000..23702d3 --- /dev/null +++ b/examples/mqtt_tcp/build/coap/libcoap/src/pdu.d @@ -0,0 +1,375 @@ +libcoap/src/pdu.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/src/pdu.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/port/include/coap_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/port/include/coap_config_posix.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/posix/sys/socket.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/sockets.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/inet.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arpa/inet.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/debug.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/pdu.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/uri.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/hashkey.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/str.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/pdu.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/option.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/bits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/encode.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/strings.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/mem.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/port/include/coap_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/port/include/coap_config_posix.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/posix/sys/socket.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/sockets.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/inet.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arpa/inet.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/debug.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/pdu.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/uri.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/hashkey.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/str.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/pdu.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/option.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/bits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/encode.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/strings.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/mem.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/src/pdu.c: diff --git a/examples/mqtt_tcp/build/coap/libcoap/src/resource.d b/examples/mqtt_tcp/build/coap/libcoap/src/resource.d new file mode 100644 index 0000000..ca20d81 --- /dev/null +++ b/examples/mqtt_tcp/build/coap/libcoap/src/resource.d @@ -0,0 +1,456 @@ +libcoap/src/resource.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/src/resource.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/port/include/coap_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/port/include/coap_config_posix.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/posix/sys/socket.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/sockets.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/inet.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/port/include/coap/coap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/libcoap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/netinet/in.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/address.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/libcoap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/async.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/net.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/coap_io.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/address.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/coap_time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/option.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/bits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/pdu.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/uri.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/hashkey.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/str.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/prng.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/bits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/block.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/encode.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/strings.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/coap_io.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/coap_time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/debug.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/encode.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/mem.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/net.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/option.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/pdu.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/prng.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/resource.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/utlist.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/async.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/subscribe.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/str.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/subscribe.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/uri.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/uthash.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/utlist.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/port/include/coap_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/port/include/coap_config_posix.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/posix/sys/socket.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/sockets.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/inet.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/port/include/coap/coap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/libcoap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/netinet/in.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/address.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/libcoap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/async.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/net.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/coap_io.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/address.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/coap_time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/option.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/bits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/pdu.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/uri.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/hashkey.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/str.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/prng.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/bits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/block.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/encode.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/strings.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/coap_io.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/coap_time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/debug.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/encode.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/mem.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/net.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/option.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/pdu.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/prng.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/resource.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/utlist.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/async.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/subscribe.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/str.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/subscribe.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/uri.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/uthash.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/utlist.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/src/resource.c: diff --git a/examples/mqtt_tcp/build/coap/libcoap/src/str.d b/examples/mqtt_tcp/build/coap/libcoap/src/str.d new file mode 100644 index 0000000..69e436e --- /dev/null +++ b/examples/mqtt_tcp/build/coap/libcoap/src/str.d @@ -0,0 +1,360 @@ +libcoap/src/str.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/src/str.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/port/include/coap_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/port/include/coap_config_posix.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/posix/sys/socket.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/sockets.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/inet.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/debug.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/pdu.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/uri.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/hashkey.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/str.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/mem.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/str.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/port/include/coap_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/port/include/coap_config_posix.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/posix/sys/socket.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/sockets.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/inet.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/debug.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/pdu.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/uri.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/hashkey.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/str.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/mem.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/str.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/src/str.c: diff --git a/examples/mqtt_tcp/build/coap/libcoap/src/subscribe.d b/examples/mqtt_tcp/build/coap/libcoap/src/subscribe.d new file mode 100644 index 0000000..10fbe15 --- /dev/null +++ b/examples/mqtt_tcp/build/coap/libcoap/src/subscribe.d @@ -0,0 +1,456 @@ +libcoap/src/subscribe.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/src/subscribe.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/port/include/coap_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/port/include/coap_config_posix.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/posix/sys/socket.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/sockets.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/inet.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/port/include/coap/coap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/libcoap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/netinet/in.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/address.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/libcoap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/async.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/net.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/coap_io.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/address.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/coap_time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/option.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/bits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/pdu.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/uri.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/hashkey.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/str.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/prng.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/bits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/block.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/encode.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/strings.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/coap_io.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/coap_time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/debug.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/encode.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/mem.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/net.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/option.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/pdu.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/prng.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/resource.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/utlist.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/async.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/subscribe.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/str.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/subscribe.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/uri.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/uthash.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/utlist.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/port/include/coap_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/port/include/coap_config_posix.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/posix/sys/socket.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/sockets.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/inet.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/port/include/coap/coap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/libcoap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/netinet/in.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/address.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/libcoap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/async.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/net.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/coap_io.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/address.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/coap_time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/option.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/bits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/pdu.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/uri.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/hashkey.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/str.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/prng.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/bits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/block.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/encode.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/strings.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/coap_io.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/coap_time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/debug.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/encode.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/mem.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/net.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/option.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/pdu.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/prng.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/resource.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/utlist.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/async.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/subscribe.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/str.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/subscribe.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/uri.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/uthash.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/utlist.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/src/subscribe.c: diff --git a/examples/mqtt_tcp/build/coap/libcoap/src/uri.d b/examples/mqtt_tcp/build/coap/libcoap/src/uri.d new file mode 100644 index 0000000..c2aa1a3 --- /dev/null +++ b/examples/mqtt_tcp/build/coap/libcoap/src/uri.d @@ -0,0 +1,372 @@ +libcoap/src/uri.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/src/uri.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/port/include/coap_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/port/include/coap_config_posix.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/posix/sys/socket.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/sockets.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/inet.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/ctype.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/mem.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/debug.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/pdu.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/uri.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/hashkey.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/str.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/pdu.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/option.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/bits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/uri.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/port/include/coap_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/port/include/coap_config_posix.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/posix/sys/socket.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/sockets.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/inet.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/ctype.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/mem.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/debug.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/pdu.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/uri.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/hashkey.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/str.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/pdu.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/option.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/bits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/uri.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/src/uri.c: diff --git a/examples/mqtt_tcp/build/coap/port/coap_io_socket.d b/examples/mqtt_tcp/build/coap/port/coap_io_socket.d new file mode 100644 index 0000000..67d4bee --- /dev/null +++ b/examples/mqtt_tcp/build/coap/port/coap_io_socket.d @@ -0,0 +1,372 @@ +port/coap_io_socket.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/port/coap_io_socket.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/port/include/coap_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/port/include/coap_config_posix.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/posix/sys/socket.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/sockets.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/inet.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/pdu.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/uri.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/hashkey.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/str.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/debug.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/pdu.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/mem.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/coap_io.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/address.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/libcoap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/netinet/in.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/port/include/coap_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/port/include/coap_config_posix.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/posix/sys/socket.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/sockets.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/inet.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/pdu.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/uri.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/hashkey.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/str.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/debug.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/pdu.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/mem.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/coap_io.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/address.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/libcoap/include/coap/libcoap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/netinet/in.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/coap/port/coap_io_socket.c: diff --git a/examples/mqtt_tcp/build/console/argtable3/argtable3.d b/examples/mqtt_tcp/build/console/argtable3/argtable3.d new file mode 100644 index 0000000..db75f08 --- /dev/null +++ b/examples/mqtt_tcp/build/console/argtable3/argtable3.d @@ -0,0 +1,99 @@ +argtable3/argtable3.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/console/argtable3/argtable3.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/console/argtable3/argtable3.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/ctype.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/setjmp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/setjmp.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/console/argtable3/argtable3.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/ctype.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/setjmp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/setjmp.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/console/argtable3/argtable3.c: diff --git a/examples/mqtt_tcp/build/console/commands.d b/examples/mqtt_tcp/build/console/commands.d new file mode 100644 index 0000000..0d73fa4 --- /dev/null +++ b/examples/mqtt_tcp/build/console/commands.d @@ -0,0 +1,135 @@ +commands.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/console/./commands.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/param.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/syslimits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/endian.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/param.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/console/./esp_console.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/console/./linenoise/linenoise.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/console/./argtable3/argtable3.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/queue.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/param.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/syslimits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/endian.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/param.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/console/./esp_console.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/console/./linenoise/linenoise.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/console/./argtable3/argtable3.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/queue.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/console/./commands.c: diff --git a/examples/mqtt_tcp/build/console/component_project_vars.mk b/examples/mqtt_tcp/build/console/component_project_vars.mk new file mode 100644 index 0000000..ff40b2f --- /dev/null +++ b/examples/mqtt_tcp/build/console/component_project_vars.mk @@ -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: diff --git a/examples/mqtt_tcp/build/console/linenoise/linenoise.d b/examples/mqtt_tcp/build/console/linenoise/linenoise.d new file mode 100644 index 0000000..c8f6f2f --- /dev/null +++ b/examples/mqtt_tcp/build/console/linenoise/linenoise.d @@ -0,0 +1,105 @@ +linenoise/linenoise.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/console/linenoise/linenoise.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/ctype.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/console/linenoise/linenoise.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/ctype.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/console/linenoise/linenoise.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/console/linenoise/linenoise.c: diff --git a/examples/mqtt_tcp/build/console/split_argv.d b/examples/mqtt_tcp/build/console/split_argv.d new file mode 100644 index 0000000..8e6a3e0 --- /dev/null +++ b/examples/mqtt_tcp/build/console/split_argv.d @@ -0,0 +1,66 @@ +split_argv.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/console/./split_argv.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/ctype.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/ctype.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/console/./split_argv.c: diff --git a/examples/mqtt_tcp/build/cxx/component_project_vars.mk b/examples/mqtt_tcp/build/cxx/component_project_vars.mk new file mode 100644 index 0000000..1156e70 --- /dev/null +++ b/examples/mqtt_tcp/build/cxx/component_project_vars.mk @@ -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: diff --git a/examples/mqtt_tcp/build/cxx/cxx_exception_stubs.d b/examples/mqtt_tcp/build/cxx/cxx_exception_stubs.d new file mode 100644 index 0000000..ec64057 --- /dev/null +++ b/examples/mqtt_tcp/build/cxx/cxx_exception_stubs.d @@ -0,0 +1,6 @@ +cxx_exception_stubs.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/cxx/./cxx_exception_stubs.cpp \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/cxx/./cxx_exception_stubs.cpp: diff --git a/examples/mqtt_tcp/build/cxx/cxx_guards.d b/examples/mqtt_tcp/build/cxx/cxx_guards.d new file mode 100644 index 0000000..d985831 --- /dev/null +++ b/examples/mqtt_tcp/build/cxx/cxx_guards.d @@ -0,0 +1,234 @@ +cxx_guards.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/cxx/./cxx_guards.cpp \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/cxx/./cxx_guards.cpp: diff --git a/examples/mqtt_tcp/build/driver/component_project_vars.mk b/examples/mqtt_tcp/build/driver/component_project_vars.mk new file mode 100644 index 0000000..c41a013 --- /dev/null +++ b/examples/mqtt_tcp/build/driver/component_project_vars.mk @@ -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: diff --git a/examples/mqtt_tcp/build/driver/gpio.d b/examples/mqtt_tcp/build/driver/gpio.d new file mode 100644 index 0000000..d31b413 --- /dev/null +++ b/examples/mqtt_tcp/build/driver/gpio.d @@ -0,0 +1,240 @@ +gpio.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/./gpio.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/rtc_io.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_gpio_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/rtc_io.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_gpio_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/./gpio.c: diff --git a/examples/mqtt_tcp/build/driver/i2c.d b/examples/mqtt_tcp/build/driver/i2c.d new file mode 100644 index 0000000..3c00868 --- /dev/null +++ b/examples/mqtt_tcp/build/driver/i2c.d @@ -0,0 +1,287 @@ +i2c.o: /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/./i2c.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/malloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/malloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/ringbuf.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_access.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_dport_access.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/i2c_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/i2c_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/i2c.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/periph_ctrl.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/malloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/malloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/ringbuf.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_access.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_dport_access.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/i2c_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/i2c_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/i2c.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/periph_ctrl.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/./i2c.c: diff --git a/examples/mqtt_tcp/build/driver/i2s.d b/examples/mqtt_tcp/build/driver/i2s.d new file mode 100644 index 0000000..1dc64a7 --- /dev/null +++ b/examples/mqtt_tcp/build/driver/i2s.d @@ -0,0 +1,308 @@ +i2s.o: /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/./i2s.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/math.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_access.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_dport_access.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_cntl_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/sens_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/efuse_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/lldesc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/i2s.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/i2s_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/i2s_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/periph_ctrl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/adc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/adc_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/rtc_io.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_gpio_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/dac.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dac_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/math.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_access.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_dport_access.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_cntl_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/sens_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/efuse_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/lldesc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/i2s.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/i2s_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/i2s_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/periph_ctrl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/adc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/adc_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/rtc_io.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_gpio_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/dac.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dac_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/./i2s.c: diff --git a/examples/mqtt_tcp/build/driver/ledc.d b/examples/mqtt_tcp/build/driver/ledc.d new file mode 100644 index 0000000..f748854 --- /dev/null +++ b/examples/mqtt_tcp/build/driver/ledc.d @@ -0,0 +1,261 @@ +ledc.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/./ledc.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/ledc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/periph_ctrl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_access.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_dport_access.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/ledc_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/ledc_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/ledc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/periph_ctrl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_access.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_dport_access.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/ledc_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/ledc_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/./ledc.c: diff --git a/examples/mqtt_tcp/build/driver/mcpwm.d b/examples/mqtt_tcp/build/driver/mcpwm.d new file mode 100644 index 0000000..f75274a --- /dev/null +++ b/examples/mqtt_tcp/build/driver/mcpwm.d @@ -0,0 +1,270 @@ +mcpwm.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/./mcpwm.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/mcpwm_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/mcpwm_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/mcpwm.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/periph_ctrl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_access.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_dport_access.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/mcpwm_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/mcpwm_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/mcpwm.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/periph_ctrl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_access.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_dport_access.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/./mcpwm.c: diff --git a/examples/mqtt_tcp/build/driver/pcnt.d b/examples/mqtt_tcp/build/driver/pcnt.d new file mode 100644 index 0000000..4547f13 --- /dev/null +++ b/examples/mqtt_tcp/build/driver/pcnt.d @@ -0,0 +1,261 @@ +pcnt.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/./pcnt.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/pcnt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/pcnt_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/pcnt_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/periph_ctrl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_access.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_dport_access.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/pcnt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/pcnt_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/pcnt_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/periph_ctrl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_access.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_dport_access.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/./pcnt.c: diff --git a/examples/mqtt_tcp/build/driver/periph_ctrl.d b/examples/mqtt_tcp/build/driver/periph_ctrl.d new file mode 100644 index 0000000..0e063fa --- /dev/null +++ b/examples/mqtt_tcp/build/driver/periph_ctrl.d @@ -0,0 +1,246 @@ +periph_ctrl.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/./periph_ctrl.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_access.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_dport_access.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/periph_ctrl.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_access.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_dport_access.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/periph_ctrl.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/./periph_ctrl.c: diff --git a/examples/mqtt_tcp/build/driver/rmt.d b/examples/mqtt_tcp/build/driver/rmt.d new file mode 100644 index 0000000..6d3db57 --- /dev/null +++ b/examples/mqtt_tcp/build/driver/rmt.d @@ -0,0 +1,272 @@ +rmt.o: /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/./rmt.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/ringbuf.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rmt_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/periph_ctrl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_access.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_dport_access.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/rmt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rmt_reg.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/ringbuf.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rmt_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/periph_ctrl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_access.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_dport_access.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/rmt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rmt_reg.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/./rmt.c: diff --git a/examples/mqtt_tcp/build/driver/rtc_module.d b/examples/mqtt_tcp/build/driver/rtc_module.d new file mode 100644 index 0000000..1366324 --- /dev/null +++ b/examples/mqtt_tcp/build/driver/rtc_module.d @@ -0,0 +1,303 @@ +rtc_module.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/./rtc_module.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/ctype.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/sens_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/sens_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_cntl_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_cntl_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/syscon_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/syscon_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/rtc_io.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_gpio_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/adc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/adc_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/dac.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dac_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/timers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/rtc_cntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/queue.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/ctype.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/sens_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/sens_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_cntl_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_cntl_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/syscon_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/syscon_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/rtc_io.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_gpio_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/adc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/adc_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/dac.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dac_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/timers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/rtc_cntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/queue.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/./rtc_module.c: diff --git a/examples/mqtt_tcp/build/driver/sdmmc_host.d b/examples/mqtt_tcp/build/driver/sdmmc_host.d new file mode 100644 index 0000000..15c07cd --- /dev/null +++ b/examples/mqtt_tcp/build/driver/sdmmc_host.d @@ -0,0 +1,276 @@ +sdmmc_host.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/./sdmmc_host.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/param.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/syslimits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/endian.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/param.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/sdmmc_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/sdmmc_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/sdmmc_host.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/sdmmc_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/periph_ctrl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_access.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_dport_access.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/./sdmmc_private.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/param.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/syslimits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/endian.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/param.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/sdmmc_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/sdmmc_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/sdmmc_host.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/sdmmc_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/periph_ctrl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_access.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_dport_access.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/./sdmmc_private.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/./sdmmc_host.c: diff --git a/examples/mqtt_tcp/build/driver/sdmmc_transaction.d b/examples/mqtt_tcp/build/driver/sdmmc_transaction.d new file mode 100644 index 0000000..61de8ae --- /dev/null +++ b/examples/mqtt_tcp/build/driver/sdmmc_transaction.d @@ -0,0 +1,282 @@ +sdmmc_transaction.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/./sdmmc_transaction.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_pm.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp32/pm.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/sdmmc_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/sdmmc_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/sdmmc_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/sdmmc_defs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/sdmmc_host.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/sdmmc_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/./sdmmc_private.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_pm.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp32/pm.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/sdmmc_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/sdmmc_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/sdmmc_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/sdmmc_defs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/sdmmc_host.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/sdmmc_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/./sdmmc_private.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/./sdmmc_transaction.c: diff --git a/examples/mqtt_tcp/build/driver/sdspi_crc.d b/examples/mqtt_tcp/build/driver/sdspi_crc.d new file mode 100644 index 0000000..3a9a6bc --- /dev/null +++ b/examples/mqtt_tcp/build/driver/sdspi_crc.d @@ -0,0 +1,21 @@ +sdspi_crc.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/./sdspi_crc.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/crc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/./sdspi_crc.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/crc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/./sdspi_crc.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/./sdspi_crc.c: diff --git a/examples/mqtt_tcp/build/driver/sdspi_host.d b/examples/mqtt_tcp/build/driver/sdspi_host.d new file mode 100644 index 0000000..3899341 --- /dev/null +++ b/examples/mqtt_tcp/build/driver/sdspi_host.d @@ -0,0 +1,297 @@ +sdspi_host.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/./sdspi_host.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/param.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/syslimits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/endian.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/param.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/sdmmc_defs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/sdspi_host.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/sdmmc_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/spi_master.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/spi_common.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/spi_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/lldesc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/sdmmc_host.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/./sdspi_private.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/./sdspi_crc.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/param.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/syslimits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/endian.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/param.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/sdmmc_defs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/sdspi_host.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/sdmmc_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/spi_master.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/spi_common.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/spi_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/lldesc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/sdmmc_host.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/./sdspi_private.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/./sdspi_crc.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/./sdspi_host.c: diff --git a/examples/mqtt_tcp/build/driver/sdspi_transaction.d b/examples/mqtt_tcp/build/driver/sdspi_transaction.d new file mode 100644 index 0000000..9066484 --- /dev/null +++ b/examples/mqtt_tcp/build/driver/sdspi_transaction.d @@ -0,0 +1,270 @@ +sdspi_transaction.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/./sdspi_transaction.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/sdmmc_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/sdmmc_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/sdmmc_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/sdmmc_defs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/sdmmc_host.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/sdmmc_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/./sdspi_private.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/./sdspi_crc.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/sdmmc_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/sdmmc_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/sdmmc_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/sdmmc_defs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/sdmmc_host.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/sdmmc_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/./sdspi_private.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/./sdspi_crc.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/./sdspi_transaction.c: diff --git a/examples/mqtt_tcp/build/driver/sigmadelta.d b/examples/mqtt_tcp/build/driver/sigmadelta.d new file mode 100644 index 0000000..c6865b0 --- /dev/null +++ b/examples/mqtt_tcp/build/driver/sigmadelta.d @@ -0,0 +1,153 @@ +sigmadelta.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/./sigmadelta.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/periph_ctrl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_access.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_dport_access.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/sigmadelta.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sd_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sd_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/periph_ctrl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_access.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_dport_access.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/sigmadelta.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sd_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sd_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/./sigmadelta.c: diff --git a/examples/mqtt_tcp/build/driver/spi_common.d b/examples/mqtt_tcp/build/driver/spi_common.d new file mode 100644 index 0000000..00ed645 --- /dev/null +++ b/examples/mqtt_tcp/build/driver/spi_common.d @@ -0,0 +1,276 @@ +spi_common.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/./spi_common.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/spi_master.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/spi_common.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/spi_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/lldesc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/spi_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_access.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_dport_access.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/periph_ctrl.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/spi_master.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/spi_common.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/spi_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/lldesc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/spi_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_access.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_dport_access.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/periph_ctrl.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/./spi_common.c: diff --git a/examples/mqtt_tcp/build/driver/spi_master.d b/examples/mqtt_tcp/build/driver/spi_master.d new file mode 100644 index 0000000..8286da8 --- /dev/null +++ b/examples/mqtt_tcp/build/driver/spi_master.d @@ -0,0 +1,300 @@ +spi_master.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/./spi_master.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/spi_common.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/spi_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/lldesc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/spi_master.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/spi_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_access.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_dport_access.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_pm.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp32/pm.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/ringbuf.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/periph_ctrl.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/spi_common.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/spi_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/lldesc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/spi_master.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/spi_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_access.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_dport_access.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_pm.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp32/pm.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/ringbuf.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/periph_ctrl.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/./spi_master.c: diff --git a/examples/mqtt_tcp/build/driver/spi_slave.d b/examples/mqtt_tcp/build/driver/spi_slave.d new file mode 100644 index 0000000..29ba2e2 --- /dev/null +++ b/examples/mqtt_tcp/build/driver/spi_slave.d @@ -0,0 +1,300 @@ +spi_slave.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/./spi_slave.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/spi_common.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/spi_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/lldesc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/spi_slave.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/spi_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_access.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_dport_access.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_pm.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp32/pm.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/ringbuf.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/periph_ctrl.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/spi_common.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/spi_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/lldesc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/spi_slave.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/spi_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_access.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_dport_access.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_pm.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp32/pm.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/ringbuf.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/periph_ctrl.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/./spi_slave.c: diff --git a/examples/mqtt_tcp/build/driver/timer.d b/examples/mqtt_tcp/build/driver/timer.d new file mode 100644 index 0000000..8c05753 --- /dev/null +++ b/examples/mqtt_tcp/build/driver/timer.d @@ -0,0 +1,261 @@ +timer.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/./timer.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/timer_group_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/timer_group_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/periph_ctrl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_access.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_dport_access.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/timer_group_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/timer_group_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/periph_ctrl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_access.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_dport_access.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/./timer.c: diff --git a/examples/mqtt_tcp/build/driver/uart.d b/examples/mqtt_tcp/build/driver/uart.d new file mode 100644 index 0000000..bae4416 --- /dev/null +++ b/examples/mqtt_tcp/build/driver/uart.d @@ -0,0 +1,294 @@ +uart.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/./uart.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_clk.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/malloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/malloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/ringbuf.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_access.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_dport_access.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/uart_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/uart.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/uart_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/periph_ctrl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/uart_channel.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_clk.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/malloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/malloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/ringbuf.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_access.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_dport_access.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/uart_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/uart.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/uart_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/periph_ctrl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/uart_channel.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/./uart.c: diff --git a/examples/mqtt_tcp/build/esp32/brownout.d b/examples/mqtt_tcp/build/esp32/brownout.d new file mode 100644 index 0000000..d81368c --- /dev/null +++ b/examples/mqtt_tcp/build/esp32/brownout.d @@ -0,0 +1,237 @@ +brownout.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/./brownout.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/cpu.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_cntl_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/rtc_cntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/cpu.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_cntl_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/rtc_cntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/./brownout.c: diff --git a/examples/mqtt_tcp/build/esp32/cache_err_int.d b/examples/mqtt_tcp/build/esp32/cache_err_int.d new file mode 100644 index 0000000..23b518d --- /dev/null +++ b/examples/mqtt_tcp/build/esp32/cache_err_int.d @@ -0,0 +1,237 @@ +cache_err_int.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/./cache_err_int.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_access.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_dport_access.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_access.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_dport_access.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/./cache_err_int.c: diff --git a/examples/mqtt_tcp/build/esp32/clk.d b/examples/mqtt_tcp/build/esp32/clk.d new file mode 100644 index 0000000..0285eda --- /dev/null +++ b/examples/mqtt_tcp/build/esp32/clk.d @@ -0,0 +1,182 @@ +clk.o: /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/./clk.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/param.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/syslimits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/endian.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/param.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_clk.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/./esp_clk_internal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/uart.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/uart_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/rtc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_cntl_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/i2s_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/periph_ctrl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_access.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_dport_access.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/core-macros.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include/bootloader_clock.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/param.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/syslimits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/endian.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/param.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_clk.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/./esp_clk_internal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/uart.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/uart_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/rtc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_cntl_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/i2s_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/periph_ctrl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_access.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_dport_access.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/core-macros.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include/bootloader_clock.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/./clk.c: diff --git a/examples/mqtt_tcp/build/esp32/component_project_vars.mk b/examples/mqtt_tcp/build/esp32/component_project_vars.mk new file mode 100644 index 0000000..25e280f --- /dev/null +++ b/examples/mqtt_tcp/build/esp32/component_project_vars.mk @@ -0,0 +1,7 @@ +# Automatically generated build file. Do not edit. +COMPONENT_INCLUDES += $(IDF_PATH)/components/esp32/include +COMPONENT_LDFLAGS += -L$(BUILD_DIR_BASE)/esp32 -lesp32 $(IDF_PATH)/components/esp32/libhal.a -L$(IDF_PATH)/components/esp32/lib -lcore -lrtc -lnet80211 -lpp -lwpa -lsmartconfig -lcoexist -lwps -lwpa2 -lespnow -lphy -L $(IDF_PATH)/components/esp32/ld -T esp32_out.ld -u ld_include_panic_highint_hdl -T esp32.common.ld -T esp32.rom.ld -T esp32.peripherals.ld -T esp32.rom.spiram_incompatible_fns.ld +COMPONENT_LINKER_DEPS += $(IDF_PATH)/components/esp32/lib/libcore.a $(IDF_PATH)/components/esp32/lib/librtc.a $(IDF_PATH)/components/esp32/lib/libnet80211.a $(IDF_PATH)/components/esp32/lib/libpp.a $(IDF_PATH)/components/esp32/lib/libwpa.a $(IDF_PATH)/components/esp32/lib/libsmartconfig.a $(IDF_PATH)/components/esp32/lib/libcoexist.a $(IDF_PATH)/components/esp32/lib/libwps.a $(IDF_PATH)/components/esp32/lib/libwpa2.a $(IDF_PATH)/components/esp32/lib/libespnow.a $(IDF_PATH)/components/esp32/lib/libphy.a $(IDF_PATH)/components/esp32/ld/esp32.common.ld $(IDF_PATH)/components/esp32/ld/esp32.rom.ld $(IDF_PATH)/components/esp32/ld/esp32.peripherals.ld $(IDF_PATH)/components/esp32/ld/esp32.rom.spiram_incompatible_fns.ld +COMPONENT_SUBMODULES += $(IDF_PATH)/components/esp32/lib +COMPONENT_LIBRARIES += esp32 +component-esp32-build: diff --git a/examples/mqtt_tcp/build/esp32/core_dump.d b/examples/mqtt_tcp/build/esp32/core_dump.d new file mode 100644 index 0000000..483f869 --- /dev/null +++ b/examples/mqtt_tcp/build/esp32/core_dump.d @@ -0,0 +1,267 @@ +core_dump.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/./core_dump.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/uart_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/timer_group_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/timer_group_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/crc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_panic.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/spi_flash/include/esp_partition.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/spi_flash/include/esp_spi_flash.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_clk.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/uart_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/timer_group_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/timer_group_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/crc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_panic.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/spi_flash/include/esp_partition.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/spi_flash/include/esp_spi_flash.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_clk.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/./core_dump.c: diff --git a/examples/mqtt_tcp/build/esp32/cpu_start.d b/examples/mqtt_tcp/build/esp32/cpu_start.d new file mode 100644 index 0000000..4f1ca23 --- /dev/null +++ b/examples/mqtt_tcp/build/esp32/cpu_start.d @@ -0,0 +1,489 @@ +cpu_start.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/./cpu_start.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/uart.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/uart_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/rtc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/cache.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_access.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_dport_access.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/cpu.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_access.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_cntl_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/timer_group_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/rtc_io.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_gpio_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/tcpip_adapter/include/tcpip_adapter.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_wifi_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_interface.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/apps/dhcpserver.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps_init.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/spi_flash/include/esp_spi_flash.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nvs_flash/include/nvs_flash.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nvs_flash/include/nvs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_event.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_wifi_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_ipc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/esp_vfs_dev.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/esp_vfs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/dirent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/dirent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/esp_newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_brownout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_int_wdt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task_wdt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_phy_init.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_cache_err_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_coexist.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_panic.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_core_dump.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/app_trace/include/esp_app_trace.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/app_trace/include/esp_app_trace_util.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include/esp_efuse.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/efuse_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_spiram.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/./esp_clk_internal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_pm.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp32/pm.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/./pm_impl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/xtensa-debug-module/include/trax.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/xtensa-debug-module/include/eri.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/xtensa-debug-module/include/xtensa-debug-module.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/uart.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/uart_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/rtc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/cache.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_access.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_dport_access.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/cpu.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_access.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_cntl_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/timer_group_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/rtc_io.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_gpio_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/tcpip_adapter/include/tcpip_adapter.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_wifi_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_interface.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/apps/dhcpserver.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps_init.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/spi_flash/include/esp_spi_flash.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nvs_flash/include/nvs_flash.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nvs_flash/include/nvs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_event.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_wifi_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_ipc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/esp_vfs_dev.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/esp_vfs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/dirent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/dirent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/esp_newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_brownout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_int_wdt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task_wdt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_phy_init.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_cache_err_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_coexist.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_panic.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_core_dump.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/app_trace/include/esp_app_trace.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/app_trace/include/esp_app_trace_util.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include/esp_efuse.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/efuse_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_spiram.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/./esp_clk_internal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_pm.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp32/pm.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/./pm_impl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/xtensa-debug-module/include/trax.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/xtensa-debug-module/include/eri.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/xtensa-debug-module/include/xtensa-debug-module.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/./cpu_start.c: diff --git a/examples/mqtt_tcp/build/esp32/crosscore_int.d b/examples/mqtt_tcp/build/esp32/crosscore_int.d new file mode 100644 index 0000000..da1a16d --- /dev/null +++ b/examples/mqtt_tcp/build/esp32/crosscore_int.d @@ -0,0 +1,279 @@ +crosscore_int.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/./crosscore_int.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/uart.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/uart_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/cpu.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_access.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_dport_access.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_cntl_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/uart.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/uart_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/cpu.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_access.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_dport_access.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_cntl_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/./crosscore_int.c: diff --git a/examples/mqtt_tcp/build/esp32/dport_access.d b/examples/mqtt_tcp/build/esp32/dport_access.d new file mode 100644 index 0000000..ea83cbc --- /dev/null +++ b/examples/mqtt_tcp/build/esp32/dport_access.d @@ -0,0 +1,282 @@ +dport_access.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/./dport_access.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/uart.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/uart_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/cpu.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_access.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_dport_access.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/spi_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/core-macros.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/uart.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/uart_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/cpu.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_access.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_dport_access.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/spi_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/core-macros.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/./dport_access.c: diff --git a/examples/mqtt_tcp/build/esp32/dport_panic_highint_hdl.d b/examples/mqtt_tcp/build/esp32/dport_panic_highint_hdl.d new file mode 100644 index 0000000..103e4de --- /dev/null +++ b/examples/mqtt_tcp/build/esp32/dport_panic_highint_hdl.d @@ -0,0 +1,60 @@ +dport_panic_highint_hdl.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/./dport_panic_highint_hdl.S \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/coreasm.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie-asm.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/simcall.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_panic.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/coreasm.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie-asm.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/simcall.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_panic.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/./dport_panic_highint_hdl.S: diff --git a/examples/mqtt_tcp/build/esp32/esp32_out.ld b/examples/mqtt_tcp/build/esp32/esp32_out.ld new file mode 100644 index 0000000..72a30d2 --- /dev/null +++ b/examples/mqtt_tcp/build/esp32/esp32_out.ld @@ -0,0 +1,64 @@ +/* ESP32 Linker Script Memory Layout + + This file describes the memory layout (memory blocks) as virtual + memory addresses. + + esp32.common.ld contains output sections to link compiler output + into these memory blocks. + + *** + + This linker script is passed through the C preprocessor to include + configuration options. + + Please use preprocessor features sparingly! Restrict + to simple macros with numeric values, and/or #if/#endif blocks. +*/ +/* + * + * Automatically generated file; DO NOT EDIT. + * Espressif IoT Development Framework Configuration + * + */ +/* If BT is not built at all */ +MEMORY +{ + /* All these values assume the flash cache is on, and have the blocks this uses subtracted from the length + of the various regions. The 'data access port' dram/drom regions map to the same iram/irom regions but + are connected to the data port of the CPU and eg allow bytewise access. */ + /* IRAM for PRO cpu. Not sure if happy with this, this is MMU area... */ + iram0_0_seg (RX) : org = 0x40080000, len = 0x20000 + /* Even though the segment name is iram, it is actually mapped to flash + */ + iram0_2_seg (RX) : org = 0x400D0018, len = 0x330000-0x18 + /* + (0x18 offset above is a convenience for the app binary image generation. Flash cache has 64KB pages. The .bin file + which is flashed to the chip has a 0x18 byte file header. Setting this offset makes it simple to meet the flash + cache MMU's constraint that (paddr % 64KB == vaddr % 64KB).) + */ + /* Shared data RAM, excluding memory reserved for ROM bss/data/stack. + + Enabling Bluetooth & Trace Memory features in menuconfig will decrease + the amount of RAM available. + + Note: Length of this section *should* be 0x50000, and this extra DRAM is available + in heap at runtime. However due to static ROM memory usage at this 176KB mark, the + additional static memory temporarily cannot be used. + */ + dram0_0_seg (RW) : org = 0x3FFB0000 + 0x0, + len = 0x2c200 - 0x0 + /* Flash mapped constant data */ + drom0_0_seg (R) : org = 0x3F400018, len = 0x400000-0x18 + /* (See iram0_2_seg for meaning of 0x18 offset in the above.) */ + /* RTC fast memory (executable). Persists over deep sleep. + */ + rtc_iram_seg(RWX) : org = 0x400C0000, len = 0x2000 + /* RTC slow memory (data accessible). Persists over deep sleep. + + Start of RTC slow memory is reserved for ULP co-processor code + data, if enabled. + */ + rtc_slow_seg(RW) : org = 0x50000000 + 0, + len = 0x1000 - 0 +} +/* Heap ends at top of dram0_0_seg */ +_heap_end = 0x40000000 - 0x0; diff --git a/examples/mqtt_tcp/build/esp32/esp_timer.d b/examples/mqtt_tcp/build/esp32/esp_timer.d new file mode 100644 index 0000000..4c6b84d --- /dev/null +++ b/examples/mqtt_tcp/build/esp32/esp_timer.d @@ -0,0 +1,270 @@ +esp_timer.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/./esp_timer.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/param.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/syslimits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/endian.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/param.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/./esp_timer_impl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/queue.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/param.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/syslimits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/endian.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/param.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/./esp_timer_impl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/queue.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/./esp_timer.c: diff --git a/examples/mqtt_tcp/build/esp32/esp_timer_esp32.d b/examples/mqtt_tcp/build/esp32/esp_timer_esp32.d new file mode 100644 index 0000000..b782a4f --- /dev/null +++ b/examples/mqtt_tcp/build/esp32/esp_timer_esp32.d @@ -0,0 +1,264 @@ +esp_timer_esp32.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/./esp_timer_esp32.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_clk.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/./esp_timer_impl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/frc_timer_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_clk.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/./esp_timer_impl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/frc_timer_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/./esp_timer_esp32.c: diff --git a/examples/mqtt_tcp/build/esp32/ets_timer_legacy.d b/examples/mqtt_tcp/build/esp32/ets_timer_legacy.d new file mode 100644 index 0000000..e570f6c --- /dev/null +++ b/examples/mqtt_tcp/build/esp32/ets_timer_legacy.d @@ -0,0 +1,261 @@ +ets_timer_legacy.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/./ets_timer_legacy.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/frc_timer_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/./esp_timer_impl.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/frc_timer_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/./esp_timer_impl.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/./ets_timer_legacy.c: diff --git a/examples/mqtt_tcp/build/esp32/event_default_handlers.d b/examples/mqtt_tcp/build/esp32/event_default_handlers.d new file mode 100644 index 0000000..0df96b0 --- /dev/null +++ b/examples/mqtt_tcp/build/esp32/event_default_handlers.d @@ -0,0 +1,369 @@ +event_default_handlers.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/./event_default_handlers.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_wifi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_wifi_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_interface.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_wifi_crypto_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_event.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/tcpip_adapter/include/tcpip_adapter.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_wifi_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/apps/dhcpserver.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_wifi_internal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_event.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_event_loop.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/ethernet/include/esp_eth.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_wifi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_wifi_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_interface.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_wifi_crypto_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_event.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/tcpip_adapter/include/tcpip_adapter.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_wifi_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/apps/dhcpserver.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_wifi_internal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_event.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_event_loop.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/ethernet/include/esp_eth.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/./event_default_handlers.c: diff --git a/examples/mqtt_tcp/build/esp32/event_loop.d b/examples/mqtt_tcp/build/esp32/event_loop.d new file mode 100644 index 0000000..2912024 --- /dev/null +++ b/examples/mqtt_tcp/build/esp32/event_loop.d @@ -0,0 +1,363 @@ +event_loop.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/./event_loop.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_wifi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_wifi_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_interface.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_wifi_crypto_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_event.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/tcpip_adapter/include/tcpip_adapter.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_wifi_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/apps/dhcpserver.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_event.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_event_loop.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_wifi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_wifi_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_interface.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_wifi_crypto_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_event.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/tcpip_adapter/include/tcpip_adapter.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_wifi_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/apps/dhcpserver.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_event.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_event_loop.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/./event_loop.c: diff --git a/examples/mqtt_tcp/build/esp32/fast_crypto_ops.d b/examples/mqtt_tcp/build/esp32/fast_crypto_ops.d new file mode 100644 index 0000000..5fa927d --- /dev/null +++ b/examples/mqtt_tcp/build/esp32/fast_crypto_ops.d @@ -0,0 +1,333 @@ +fast_crypto_ops.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/./fast_crypto_ops.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/common.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/port/include/os.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/endian.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/aes_wrap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/sha256.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/crypto.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_wifi_crypto_types.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/common.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/port/include/os.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/endian.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/aes_wrap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/sha256.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/crypto.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_wifi_crypto_types.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/./fast_crypto_ops.c: diff --git a/examples/mqtt_tcp/build/esp32/freertos_hooks.d b/examples/mqtt_tcp/build/esp32/freertos_hooks.d new file mode 100644 index 0000000..0902be1 --- /dev/null +++ b/examples/mqtt_tcp/build/esp32/freertos_hooks.d @@ -0,0 +1,243 @@ +freertos_hooks.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/./freertos_hooks.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_freertos_hooks.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_pm.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp32/pm.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/./pm_impl.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_freertos_hooks.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_pm.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp32/pm.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/./pm_impl.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/./freertos_hooks.c: diff --git a/examples/mqtt_tcp/build/esp32/gdbstub.d b/examples/mqtt_tcp/build/esp32/gdbstub.d new file mode 100644 index 0000000..2b2c657 --- /dev/null +++ b/examples/mqtt_tcp/build/esp32/gdbstub.d @@ -0,0 +1,162 @@ +gdbstub.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/./gdbstub.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/uart_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_gdbstub.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/uart_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_gdbstub.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/./gdbstub.c: diff --git a/examples/mqtt_tcp/build/esp32/hw_random.d b/examples/mqtt_tcp/build/esp32/hw_random.d new file mode 100644 index 0000000..8a1e67b --- /dev/null +++ b/examples/mqtt_tcp/build/esp32/hw_random.d @@ -0,0 +1,129 @@ +hw_random.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/./hw_random.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_clk.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/wdev_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/core-macros.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_clk.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/wdev_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/core-macros.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/./hw_random.c: diff --git a/examples/mqtt_tcp/build/esp32/hwcrypto/aes.d b/examples/mqtt_tcp/build/esp32/hwcrypto/aes.d new file mode 100644 index 0000000..1a29950 --- /dev/null +++ b/examples/mqtt_tcp/build/esp32/hwcrypto/aes.d @@ -0,0 +1,270 @@ +hwcrypto/aes.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/hwcrypto/aes.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/aes.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/aes_alt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/hwcrypto/aes.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/aes.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_access.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_dport_access.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/hwcrypto_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/cpu.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/aes.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/aes_alt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/hwcrypto/aes.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/aes.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_access.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_dport_access.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/hwcrypto_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/cpu.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/hwcrypto/aes.c: diff --git a/examples/mqtt_tcp/build/esp32/hwcrypto/sha.d b/examples/mqtt_tcp/build/esp32/hwcrypto/sha.d new file mode 100644 index 0000000..1410978 --- /dev/null +++ b/examples/mqtt_tcp/build/esp32/hwcrypto/sha.d @@ -0,0 +1,126 @@ +hwcrypto/sha.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/hwcrypto/sha.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/port/include/byteswap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/hwcrypto/sha.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/sha.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_access.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_dport_access.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/hwcrypto_reg.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/port/include/byteswap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/hwcrypto/sha.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/sha.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_access.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_dport_access.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/hwcrypto_reg.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/hwcrypto/sha.c: diff --git a/examples/mqtt_tcp/build/esp32/int_wdt.d b/examples/mqtt_tcp/build/esp32/int_wdt.d new file mode 100644 index 0000000..4c29fe3 --- /dev/null +++ b/examples/mqtt_tcp/build/esp32/int_wdt.d @@ -0,0 +1,264 @@ +int_wdt.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/./int_wdt.c \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_freertos_hooks.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/timer_group_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/timer_group_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/periph_ctrl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_access.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_dport_access.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_int_wdt.h + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_freertos_hooks.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/timer_group_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/timer_group_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/periph_ctrl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_access.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_dport_access.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_int_wdt.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/./int_wdt.c: diff --git a/examples/mqtt_tcp/build/esp32/intr_alloc.d b/examples/mqtt_tcp/build/esp32/intr_alloc.d new file mode 100644 index 0000000..aa35f8f --- /dev/null +++ b/examples/mqtt_tcp/build/esp32/intr_alloc.d @@ -0,0 +1,249 @@ +intr_alloc.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/./intr_alloc.c \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/./intr_alloc.c: diff --git a/examples/mqtt_tcp/build/esp32/ipc.d b/examples/mqtt_tcp/build/esp32/ipc.d new file mode 100644 index 0000000..3c45697 --- /dev/null +++ b/examples/mqtt_tcp/build/esp32/ipc.d @@ -0,0 +1,251 @@ +ipc.o: /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/./ipc.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_ipc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_ipc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/./ipc.c: diff --git a/examples/mqtt_tcp/build/esp32/lib_printf.d b/examples/mqtt_tcp/build/esp32/lib_printf.d new file mode 100644 index 0000000..67c0921 --- /dev/null +++ b/examples/mqtt_tcp/build/esp32/lib_printf.d @@ -0,0 +1,99 @@ +lib_printf.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/./lib_printf.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/./lib_printf.c: diff --git a/examples/mqtt_tcp/build/esp32/panic.d b/examples/mqtt_tcp/build/esp32/panic.d new file mode 100644 index 0000000..4252377 --- /dev/null +++ b/examples/mqtt_tcp/build/esp32/panic.d @@ -0,0 +1,294 @@ +panic.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/./panic.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/rtc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/uart.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/uart_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_access.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_dport_access.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_cntl_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/timer_group_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/timer_group_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/cpu.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_gdbstub.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_panic.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_core_dump.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/spi_flash/include/esp_spi_flash.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_cache_err_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/app_trace/include/esp_app_trace.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/app_trace/include/esp_app_trace_util.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/rtc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/uart.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/uart_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_access.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_dport_access.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_cntl_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/timer_group_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/timer_group_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/cpu.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_gdbstub.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_panic.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_core_dump.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/spi_flash/include/esp_spi_flash.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_cache_err_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/app_trace/include/esp_app_trace.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/app_trace/include/esp_app_trace_util.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/./panic.c: diff --git a/examples/mqtt_tcp/build/esp32/phy_init.d b/examples/mqtt_tcp/build/esp32/phy_init.d new file mode 100644 index 0000000..eba739d --- /dev/null +++ b/examples/mqtt_tcp/build/esp32/phy_init.d @@ -0,0 +1,285 @@ +phy_init.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/./phy_init.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/rtc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_access.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_dport_access.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_phy_init.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nvs_flash/include/nvs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nvs_flash/include/nvs_flash.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nvs_flash/include/nvs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/./phy.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/./phy_init_data.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_coexist.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/periph_ctrl.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/rtc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_access.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_dport_access.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_phy_init.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nvs_flash/include/nvs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nvs_flash/include/nvs_flash.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nvs_flash/include/nvs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/./phy.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/./phy_init_data.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_coexist.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/periph_ctrl.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/./phy_init.c: diff --git a/examples/mqtt_tcp/build/esp32/pm_esp32.d b/examples/mqtt_tcp/build/esp32/pm_esp32.d new file mode 100644 index 0000000..87073f2 --- /dev/null +++ b/examples/mqtt_tcp/build/esp32/pm_esp32.d @@ -0,0 +1,285 @@ +pm_esp32.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/./pm_esp32.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/param.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/syslimits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/endian.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/param.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_pm.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp32/pm.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_rtos.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/simcall.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/core-macros.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/./pm_impl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/./pm_trace.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/./esp_timer_impl.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/param.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/syslimits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/endian.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/param.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_pm.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp32/pm.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_rtos.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/simcall.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/core-macros.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/./pm_impl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/./pm_trace.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/./esp_timer_impl.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/./pm_esp32.c: diff --git a/examples/mqtt_tcp/build/esp32/pm_locks.d b/examples/mqtt_tcp/build/esp32/pm_locks.d new file mode 100644 index 0000000..563e6c0 --- /dev/null +++ b/examples/mqtt_tcp/build/esp32/pm_locks.d @@ -0,0 +1,249 @@ +pm_locks.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/./pm_locks.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_pm.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp32/pm.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/./pm_impl.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_pm.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp32/pm.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/./pm_impl.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/./pm_locks.c: diff --git a/examples/mqtt_tcp/build/esp32/pm_trace.d b/examples/mqtt_tcp/build/esp32/pm_trace.d new file mode 100644 index 0000000..8c21c7b --- /dev/null +++ b/examples/mqtt_tcp/build/esp32/pm_trace.d @@ -0,0 +1,123 @@ +pm_trace.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/./pm_trace.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/./pm_trace.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/./pm_trace.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/./pm_trace.c: diff --git a/examples/mqtt_tcp/build/esp32/restore.d b/examples/mqtt_tcp/build/esp32/restore.d new file mode 100644 index 0000000..434c068 --- /dev/null +++ b/examples/mqtt_tcp/build/esp32/restore.d @@ -0,0 +1,345 @@ +restore.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/./restore.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_wifi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_wifi_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_interface.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_wifi_crypto_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_event.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/tcpip_adapter/include/tcpip_adapter.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_wifi_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/apps/dhcpserver.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_wifi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_wifi_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_interface.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_wifi_crypto_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_event.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/tcpip_adapter/include/tcpip_adapter.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_wifi_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/apps/dhcpserver.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/./restore.c: diff --git a/examples/mqtt_tcp/build/esp32/sleep_modes.d b/examples/mqtt_tcp/build/esp32/sleep_modes.d new file mode 100644 index 0000000..091d8d1 --- /dev/null +++ b/examples/mqtt_tcp/build/esp32/sleep_modes.d @@ -0,0 +1,312 @@ +sleep_modes.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/./sleep_modes.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/param.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/syslimits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/endian.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/param.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_clk.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/esp_newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/spi_flash/include/esp_spi_flash.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/cache.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_access.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_dport_access.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/rtc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/uart.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/uart_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/cpu.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_cntl_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/spi_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/sens_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_access.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/rtc_io.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_gpio_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/param.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/syslimits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/endian.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/param.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_clk.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/esp_newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/spi_flash/include/esp_spi_flash.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/cache.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_access.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_dport_access.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/rtc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/uart.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/uart_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/cpu.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_cntl_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/spi_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/sens_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_access.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/rtc_io.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_gpio_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/./sleep_modes.c: diff --git a/examples/mqtt_tcp/build/esp32/smartconfig.d b/examples/mqtt_tcp/build/esp32/smartconfig.d new file mode 100644 index 0000000..8b72c21 --- /dev/null +++ b/examples/mqtt_tcp/build/esp32/smartconfig.d @@ -0,0 +1,372 @@ +smartconfig.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/./smartconfig.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/sockets.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/inet.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/tcpip_adapter/include/tcpip_adapter.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_wifi_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_interface.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/apps/dhcpserver.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_wifi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_wifi_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_wifi_crypto_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_event.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_smartconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/./smartconfig.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/sockets.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/inet.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/tcpip_adapter/include/tcpip_adapter.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_wifi_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_interface.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/apps/dhcpserver.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_wifi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_wifi_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_wifi_crypto_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_event.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_smartconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/./smartconfig.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/./smartconfig.c: diff --git a/examples/mqtt_tcp/build/esp32/spiram.d b/examples/mqtt_tcp/build/esp32/spiram.d new file mode 100644 index 0000000..d13ce88 --- /dev/null +++ b/examples/mqtt_tcp/build/esp32/spiram.d @@ -0,0 +1,264 @@ +spiram.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/./spiram.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/./spiram_psram.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/spi_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps_init.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_access.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_dport_access.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/cache.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_access.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/./spiram_psram.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/spi_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps_init.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_access.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_dport_access.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/cache.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_access.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/./spiram.c: diff --git a/examples/mqtt_tcp/build/esp32/spiram_psram.d b/examples/mqtt_tcp/build/esp32/spiram_psram.d new file mode 100644 index 0000000..1fa7ab4 --- /dev/null +++ b/examples/mqtt_tcp/build/esp32/spiram_psram.d @@ -0,0 +1,180 @@ +spiram_psram.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/./spiram_psram.c \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/./spiram_psram.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/spi_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/spi_flash.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/cache.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_access.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_dport_access.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_access.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/efuse_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/spi_common.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/spi_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/lldesc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/periph_ctrl.h + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/./spiram_psram.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/spi_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/spi_flash.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/cache.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_access.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_dport_access.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_access.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/efuse_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/spi_common.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/spi_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/lldesc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/periph_ctrl.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/./spiram_psram.c: diff --git a/examples/mqtt_tcp/build/esp32/stack_check.d b/examples/mqtt_tcp/build/esp32/stack_check.d new file mode 100644 index 0000000..1f8aeae --- /dev/null +++ b/examples/mqtt_tcp/build/esp32/stack_check.d @@ -0,0 +1,171 @@ +stack_check.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/./stack_check.c \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/./stack_check.c: diff --git a/examples/mqtt_tcp/build/esp32/system_api.d b/examples/mqtt_tcp/build/esp32/system_api.d new file mode 100644 index 0000000..895d4af --- /dev/null +++ b/examples/mqtt_tcp/build/esp32/system_api.d @@ -0,0 +1,405 @@ +system_api.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/./system_api.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_wifi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_wifi_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_interface.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_wifi_crypto_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_event.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/tcpip_adapter/include/tcpip_adapter.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_wifi_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/apps/dhcpserver.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_wifi_internal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/efuse.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/cache.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_access.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_dport_access.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/uart.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/uart_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_access.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/efuse_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_cntl_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/timer_group_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/timer_group_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/cpu.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_wifi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_wifi_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_interface.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_wifi_crypto_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_event.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/tcpip_adapter/include/tcpip_adapter.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_wifi_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/apps/dhcpserver.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_wifi_internal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/efuse.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/cache.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_access.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_dport_access.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/uart.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/uart_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_access.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/efuse_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_cntl_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/timer_group_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/timer_group_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/cpu.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/./system_api.c: diff --git a/examples/mqtt_tcp/build/esp32/task_wdt.d b/examples/mqtt_tcp/build/esp32/task_wdt.d new file mode 100644 index 0000000..2133445 --- /dev/null +++ b/examples/mqtt_tcp/build/esp32/task_wdt.d @@ -0,0 +1,288 @@ +task_wdt.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/./task_wdt.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_freertos_hooks.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/timer_group_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/timer_group_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/periph_ctrl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_access.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_dport_access.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task_wdt.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_freertos_hooks.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/timer_group_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/timer_group_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/periph_ctrl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_access.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_dport_access.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task_wdt.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/./task_wdt.c: diff --git a/examples/mqtt_tcp/build/esp32/wifi_init.d b/examples/mqtt_tcp/build/esp32/wifi_init.d new file mode 100644 index 0000000..58b6e36 --- /dev/null +++ b/examples/mqtt_tcp/build/esp32/wifi_init.d @@ -0,0 +1,366 @@ +wifi_init.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/./wifi_init.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_event.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_wifi_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_interface.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/tcpip_adapter/include/tcpip_adapter.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_wifi_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/apps/dhcpserver.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_wifi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_wifi_crypto_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_event.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_wifi_internal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_pm.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp32/pm.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_event.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_wifi_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_interface.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/tcpip_adapter/include/tcpip_adapter.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_wifi_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/apps/dhcpserver.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_wifi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_wifi_crypto_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_event.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_wifi_internal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_pm.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp32/pm.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/./wifi_init.c: diff --git a/examples/mqtt_tcp/build/esp32/wifi_internal.d b/examples/mqtt_tcp/build/esp32/wifi_internal.d new file mode 100644 index 0000000..c5d76af --- /dev/null +++ b/examples/mqtt_tcp/build/esp32/wifi_internal.d @@ -0,0 +1,69 @@ +wifi_internal.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/./wifi_internal.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/./wifi_internal.c: diff --git a/examples/mqtt_tcp/build/esp_adc_cal/component_project_vars.mk b/examples/mqtt_tcp/build/esp_adc_cal/component_project_vars.mk new file mode 100644 index 0000000..1640cbd --- /dev/null +++ b/examples/mqtt_tcp/build/esp_adc_cal/component_project_vars.mk @@ -0,0 +1,7 @@ +# Automatically generated build file. Do not edit. +COMPONENT_INCLUDES += $(IDF_PATH)/components/esp_adc_cal/include +COMPONENT_LDFLAGS += -L$(BUILD_DIR_BASE)/esp_adc_cal -lesp_adc_cal +COMPONENT_LINKER_DEPS += +COMPONENT_SUBMODULES += +COMPONENT_LIBRARIES += esp_adc_cal +component-esp_adc_cal-build: diff --git a/examples/mqtt_tcp/build/esp_adc_cal/esp_adc_cal.d b/examples/mqtt_tcp/build/esp_adc_cal/esp_adc_cal.d new file mode 100644 index 0000000..eadc226 --- /dev/null +++ b/examples/mqtt_tcp/build/esp_adc_cal/esp_adc_cal.d @@ -0,0 +1,129 @@ +esp_adc_cal.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp_adc_cal/./esp_adc_cal.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/adc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/adc_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp_adc_cal/include/esp_adc_cal.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/adc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/adc_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp_adc_cal/include/esp_adc_cal.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp_adc_cal/./esp_adc_cal.c: diff --git a/examples/mqtt_tcp/build/esp_adc_cal/esp_adc_cal_lookup_tables.d b/examples/mqtt_tcp/build/esp_adc_cal/esp_adc_cal_lookup_tables.d new file mode 100644 index 0000000..1059457 --- /dev/null +++ b/examples/mqtt_tcp/build/esp_adc_cal/esp_adc_cal_lookup_tables.d @@ -0,0 +1,129 @@ +esp_adc_cal_lookup_tables.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp_adc_cal/./esp_adc_cal_lookup_tables.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp_adc_cal/include/esp_adc_cal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/adc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/adc_channel.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp_adc_cal/include/esp_adc_cal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/adc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/adc_channel.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp_adc_cal/./esp_adc_cal_lookup_tables.c: diff --git a/examples/mqtt_tcp/build/espmqtt/component_project_vars.mk b/examples/mqtt_tcp/build/espmqtt/component_project_vars.mk new file mode 100644 index 0000000..4291008 --- /dev/null +++ b/examples/mqtt_tcp/build/espmqtt/component_project_vars.mk @@ -0,0 +1,7 @@ +# Automatically generated build file. Do not edit. +COMPONENT_INCLUDES += /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/include +COMPONENT_LDFLAGS += -L$(BUILD_DIR_BASE)/espmqtt -lespmqtt +COMPONENT_LINKER_DEPS += +COMPONENT_SUBMODULES += +COMPONENT_LIBRARIES += espmqtt +component-espmqtt-build: diff --git a/examples/mqtt_tcp/build/espmqtt/lib/mqtt_msg.d b/examples/mqtt_tcp/build/espmqtt/lib/mqtt_msg.d new file mode 100644 index 0000000..e893a9b --- /dev/null +++ b/examples/mqtt_tcp/build/espmqtt/lib/mqtt_msg.d @@ -0,0 +1,360 @@ +lib/mqtt_msg.o: \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/lib/mqtt_msg.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/lib/include/mqtt_msg.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/include/mqtt_config.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/lib/include/platform.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/lib/include/platform_esp32_idf.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/sockets.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/inet.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/netdb.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/dns.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/lib/include/mqtt_msg.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/include/mqtt_config.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/lib/include/platform.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/lib/include/platform_esp32_idf.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/sockets.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/inet.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/netdb.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/dns.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h: +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/lib/mqtt_msg.c: diff --git a/examples/mqtt_tcp/build/espmqtt/lib/mqtt_outbox.d b/examples/mqtt_tcp/build/espmqtt/lib/mqtt_outbox.d new file mode 100644 index 0000000..9f95784 --- /dev/null +++ b/examples/mqtt_tcp/build/espmqtt/lib/mqtt_outbox.d @@ -0,0 +1,357 @@ +lib/mqtt_outbox.o: \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/lib/mqtt_outbox.c \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/lib/include/mqtt_outbox.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/lib/include/platform.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/lib/include/platform_esp32_idf.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/sockets.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/inet.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/netdb.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/dns.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/lib/include/mqtt_outbox.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/lib/include/platform.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/lib/include/platform_esp32_idf.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/sockets.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/inet.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/netdb.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/dns.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/lib/mqtt_outbox.c: diff --git a/examples/mqtt_tcp/build/espmqtt/lib/platform_esp32_idf.d b/examples/mqtt_tcp/build/espmqtt/lib/platform_esp32_idf.d new file mode 100644 index 0000000..69dfb99 --- /dev/null +++ b/examples/mqtt_tcp/build/espmqtt/lib/platform_esp32_idf.d @@ -0,0 +1,348 @@ +lib/platform_esp32_idf.o: \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/lib/platform_esp32_idf.c \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/lib/include/platform.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/lib/include/platform_esp32_idf.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/sockets.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/inet.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/netdb.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/dns.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/lib/include/platform.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/lib/include/platform_esp32_idf.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/sockets.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/inet.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/netdb.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/dns.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h: +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/lib/platform_esp32_idf.c: diff --git a/examples/mqtt_tcp/build/espmqtt/lib/transport.d b/examples/mqtt_tcp/build/espmqtt/lib/transport.d new file mode 100644 index 0000000..33a20d8 --- /dev/null +++ b/examples/mqtt_tcp/build/espmqtt/lib/transport.d @@ -0,0 +1,357 @@ +lib/transport.o: \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/lib/transport.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/lib/include/transport.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/lib/include/platform.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/lib/include/platform_esp32_idf.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/sockets.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/inet.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/netdb.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/dns.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/queue.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/lib/include/transport.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/lib/include/platform.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/lib/include/platform_esp32_idf.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/sockets.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/inet.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/netdb.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/dns.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/queue.h: +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/lib/transport.c: diff --git a/examples/mqtt_tcp/build/espmqtt/lib/transport_ssl.d b/examples/mqtt_tcp/build/espmqtt/lib/transport_ssl.d new file mode 100644 index 0000000..bca8918 --- /dev/null +++ b/examples/mqtt_tcp/build/espmqtt/lib/transport_ssl.d @@ -0,0 +1,459 @@ +lib/transport_ssl.o: \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/lib/transport_ssl.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform_time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/net_sockets.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ssl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/bignum.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ssl_ciphersuites.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/pk.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/md.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/rsa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecdsa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/cipher.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/x509_crt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/x509.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/asn1.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/x509_crl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/dhm.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecdh.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_debug.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ssl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/entropy.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/sha512.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ctr_drbg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/aes.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/aes_alt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/hwcrypto/aes.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/aes.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/error.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/certs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/lib/include/platform.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/lib/include/platform_esp32_idf.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/sockets.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/inet.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/netdb.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/dns.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/queue.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/lib/include/transport.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/lib/include/platform.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/lib/include/transport_ssl.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/lib/include/transport.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform_time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/net_sockets.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ssl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/bignum.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ssl_ciphersuites.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/pk.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/md.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/rsa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecdsa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/cipher.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/x509_crt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/x509.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/asn1.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/x509_crl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/dhm.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecdh.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_debug.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ssl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/entropy.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/sha512.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ctr_drbg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/aes.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/aes_alt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/hwcrypto/aes.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/aes.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/error.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/certs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/lib/include/platform.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/lib/include/platform_esp32_idf.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/sockets.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/inet.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/netdb.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/dns.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/queue.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/lib/include/transport.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/lib/include/platform.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/lib/include/transport_ssl.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/lib/include/transport.h: +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/lib/transport_ssl.c: diff --git a/examples/mqtt_tcp/build/espmqtt/lib/transport_tcp.d b/examples/mqtt_tcp/build/espmqtt/lib/transport_tcp.d new file mode 100644 index 0000000..90a7da5 --- /dev/null +++ b/examples/mqtt_tcp/build/espmqtt/lib/transport_tcp.d @@ -0,0 +1,360 @@ +lib/transport_tcp.o: \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/lib/transport_tcp.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/lib/include/platform.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/lib/include/platform_esp32_idf.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/sockets.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/inet.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/netdb.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/dns.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/lib/include/transport.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/lib/include/platform.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/lib/include/platform.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/lib/include/platform_esp32_idf.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/sockets.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/inet.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/netdb.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/dns.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/lib/include/transport.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/lib/include/platform.h: +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/lib/transport_tcp.c: diff --git a/examples/mqtt_tcp/build/espmqtt/mqtt_client.d b/examples/mqtt_tcp/build/espmqtt/mqtt_client.d new file mode 100644 index 0000000..b303e0e --- /dev/null +++ b/examples/mqtt_tcp/build/espmqtt/mqtt_client.d @@ -0,0 +1,387 @@ +mqtt_client.o: \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/./mqtt_client.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/lib/include/platform.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/lib/include/platform_esp32_idf.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/sockets.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/inet.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/netdb.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/dns.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/include/mqtt_client.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/include/mqtt_config.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/lib/include/mqtt_msg.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/include/mqtt_config.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/lib/include/transport.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/lib/include/platform.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/lib/include/transport_tcp.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/lib/include/transport.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/lib/include/transport_ssl.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/lib/include/mqtt_outbox.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/port/include/http_parser.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/lib/include/platform.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/lib/include/platform_esp32_idf.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/sockets.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/inet.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/netdb.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/dns.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/include/mqtt_client.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/include/mqtt_config.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/lib/include/mqtt_msg.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/include/mqtt_config.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/lib/include/transport.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/lib/include/platform.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/lib/include/transport_tcp.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/lib/include/transport.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/lib/include/transport_ssl.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/lib/include/mqtt_outbox.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/port/include/http_parser.h: +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/./mqtt_client.c: diff --git a/examples/mqtt_tcp/build/esptool_py/component_project_vars.mk b/examples/mqtt_tcp/build/esptool_py/component_project_vars.mk new file mode 100644 index 0000000..2bea1a3 --- /dev/null +++ b/examples/mqtt_tcp/build/esptool_py/component_project_vars.mk @@ -0,0 +1 @@ +# COMPONENT_CONFIG_ONLY target sets no variables here diff --git a/examples/mqtt_tcp/build/ethernet/component_project_vars.mk b/examples/mqtt_tcp/build/ethernet/component_project_vars.mk new file mode 100644 index 0000000..bfbd551 --- /dev/null +++ b/examples/mqtt_tcp/build/ethernet/component_project_vars.mk @@ -0,0 +1,7 @@ +# Automatically generated build file. Do not edit. +COMPONENT_INCLUDES += $(IDF_PATH)/components/ethernet/include +COMPONENT_LDFLAGS += -L$(BUILD_DIR_BASE)/ethernet -lethernet +COMPONENT_LINKER_DEPS += +COMPONENT_SUBMODULES += +COMPONENT_LIBRARIES += ethernet +component-ethernet-build: diff --git a/examples/mqtt_tcp/build/ethernet/emac_dev.d b/examples/mqtt_tcp/build/ethernet/emac_dev.d new file mode 100644 index 0000000..66949c2 --- /dev/null +++ b/examples/mqtt_tcp/build/ethernet/emac_dev.d @@ -0,0 +1,165 @@ +emac_dev.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/ethernet/./emac_dev.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_access.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_dport_access.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_cntl_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/emac_reg_v2.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/emac_ex_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/ethernet/./emac_common.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/ethernet/./emac_dev.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/ethernet/include/esp_eth.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_access.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_dport_access.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_cntl_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/emac_reg_v2.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/emac_ex_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/ethernet/./emac_common.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/ethernet/./emac_dev.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/ethernet/include/esp_eth.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/ethernet/./emac_dev.c: diff --git a/examples/mqtt_tcp/build/ethernet/emac_main.d b/examples/mqtt_tcp/build/ethernet/emac_main.d new file mode 100644 index 0000000..1356962 --- /dev/null +++ b/examples/mqtt_tcp/build/ethernet/emac_main.d @@ -0,0 +1,405 @@ +emac_main.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/ethernet/./emac_main.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_access.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_dport_access.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_cntl_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/emac_ex_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/emac_reg_v2.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/tcpip_adapter/include/tcpip_adapter.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_wifi_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_interface.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/apps/dhcpserver.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task_wdt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_event.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_wifi_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/ethernet/include/esp_eth.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_pm.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp32/pm.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/periph_ctrl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/ethernet/./emac_common.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/ethernet/./emac_dev.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/ethernet/./emac_desc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/timers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/err.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_access.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_dport_access.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_cntl_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/emac_ex_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/emac_reg_v2.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/tcpip_adapter/include/tcpip_adapter.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_wifi_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_interface.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/apps/dhcpserver.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task_wdt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_event.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_wifi_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/ethernet/include/esp_eth.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_pm.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp32/pm.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/periph_ctrl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/ethernet/./emac_common.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/ethernet/./emac_dev.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/ethernet/./emac_desc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/timers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/err.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/ethernet/./emac_main.c: diff --git a/examples/mqtt_tcp/build/ethernet/eth_phy/phy_common.d b/examples/mqtt_tcp/build/ethernet/eth_phy/phy_common.d new file mode 100644 index 0000000..3a22467 --- /dev/null +++ b/examples/mqtt_tcp/build/ethernet/eth_phy/phy_common.d @@ -0,0 +1,141 @@ +eth_phy/phy_common.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/ethernet/eth_phy/phy_common.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/ethernet/include/eth_phy/phy.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/ethernet/include/esp_eth.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/ethernet/include/eth_phy/phy_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/ethernet/include/eth_phy/phy.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/ethernet/include/esp_eth.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/ethernet/include/eth_phy/phy_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/ethernet/eth_phy/phy_common.c: diff --git a/examples/mqtt_tcp/build/ethernet/eth_phy/phy_lan8720.d b/examples/mqtt_tcp/build/ethernet/eth_phy/phy_lan8720.d new file mode 100644 index 0000000..9abe0db --- /dev/null +++ b/examples/mqtt_tcp/build/ethernet/eth_phy/phy_lan8720.d @@ -0,0 +1,114 @@ +eth_phy/phy_lan8720.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/ethernet/eth_phy/phy_lan8720.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/ethernet/include/esp_eth.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/ethernet/include/eth_phy/phy_lan8720.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/ethernet/include/eth_phy/phy.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/ethernet/include/eth_phy/phy_reg.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/ethernet/include/esp_eth.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/ethernet/include/eth_phy/phy_lan8720.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/ethernet/include/eth_phy/phy.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/ethernet/include/eth_phy/phy_reg.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/ethernet/eth_phy/phy_lan8720.c: diff --git a/examples/mqtt_tcp/build/ethernet/eth_phy/phy_tlk110.d b/examples/mqtt_tcp/build/ethernet/eth_phy/phy_tlk110.d new file mode 100644 index 0000000..322a937 --- /dev/null +++ b/examples/mqtt_tcp/build/ethernet/eth_phy/phy_tlk110.d @@ -0,0 +1,255 @@ +eth_phy/phy_tlk110.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/ethernet/eth_phy/phy_tlk110.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/ethernet/include/esp_eth.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/ethernet/include/eth_phy/phy_tlk110.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/ethernet/include/eth_phy/phy.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/ethernet/include/eth_phy/phy_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/ethernet/include/esp_eth.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/ethernet/include/eth_phy/phy_tlk110.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/ethernet/include/eth_phy/phy.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/ethernet/include/eth_phy/phy_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/ethernet/eth_phy/phy_tlk110.c: diff --git a/examples/mqtt_tcp/build/expat/component_project_vars.mk b/examples/mqtt_tcp/build/expat/component_project_vars.mk new file mode 100644 index 0000000..eb1567b --- /dev/null +++ b/examples/mqtt_tcp/build/expat/component_project_vars.mk @@ -0,0 +1,7 @@ +# Automatically generated build file. Do not edit. +COMPONENT_INCLUDES += $(IDF_PATH)/components/expat/port/include $(IDF_PATH)/components/expat/include/expat +COMPONENT_LDFLAGS += -L$(BUILD_DIR_BASE)/expat -lexpat +COMPONENT_LINKER_DEPS += +COMPONENT_SUBMODULES += +COMPONENT_LIBRARIES += expat +component-expat-build: diff --git a/examples/mqtt_tcp/build/expat/library/xmlparse.d b/examples/mqtt_tcp/build/expat/library/xmlparse.d new file mode 100644 index 0000000..264af45 --- /dev/null +++ b/examples/mqtt_tcp/build/expat/library/xmlparse.d @@ -0,0 +1,111 @@ +library/xmlparse.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/expat/library/xmlparse.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/expat/include/expat/expat_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/expat/include/expat/ascii.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/expat/include/expat/expat.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/expat/include/expat/expat_external.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/expat/include/expat/internal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/expat/include/expat/xmltok.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/expat/include/expat/xmlrole.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/expat/include/expat/xmltok.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/expat/include/expat/expat_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/expat/include/expat/ascii.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/expat/include/expat/expat.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/expat/include/expat/expat_external.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/expat/include/expat/internal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/expat/include/expat/xmltok.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/expat/include/expat/xmlrole.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/expat/include/expat/xmltok.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/expat/library/xmlparse.c: diff --git a/examples/mqtt_tcp/build/expat/library/xmlrole.d b/examples/mqtt_tcp/build/expat/library/xmlrole.d new file mode 100644 index 0000000..bd2eb13 --- /dev/null +++ b/examples/mqtt_tcp/build/expat/library/xmlrole.d @@ -0,0 +1,21 @@ +library/xmlrole.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/expat/library/xmlrole.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/expat/include/expat/expat_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/expat/include/expat/expat_external.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/expat/include/expat/internal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/expat/include/expat/xmlrole.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/expat/include/expat/xmltok.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/expat/include/expat/ascii.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/expat/include/expat/expat_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/expat/include/expat/expat_external.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/expat/include/expat/internal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/expat/include/expat/xmlrole.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/expat/include/expat/xmltok.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/expat/include/expat/ascii.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/expat/library/xmlrole.c: diff --git a/examples/mqtt_tcp/build/expat/library/xmltok.d b/examples/mqtt_tcp/build/expat/library/xmltok.d new file mode 100644 index 0000000..6ac6beb --- /dev/null +++ b/examples/mqtt_tcp/build/expat/library/xmltok.d @@ -0,0 +1,42 @@ +library/xmltok.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/expat/library/xmltok.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/expat/include/expat/expat_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/expat/include/expat/expat_external.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/expat/include/expat/internal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/expat/include/expat/xmltok.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/expat/include/expat/nametab.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/expat/include/expat/xmltok_impl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/expat/include/expat/ascii.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/expat/library/xmltok_impl.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/expat/include/expat/asciitab.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/expat/include/expat/utf8tab.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/expat/include/expat/iasciitab.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/expat/include/expat/latin1tab.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/expat/library/xmltok_ns.c + +/Volumes/tools/esp32/sdk/esp-idf-github/components/expat/include/expat/expat_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/expat/include/expat/expat_external.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/expat/include/expat/internal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/expat/include/expat/xmltok.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/expat/include/expat/nametab.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/expat/include/expat/xmltok_impl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/expat/include/expat/ascii.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/expat/library/xmltok_impl.c: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/expat/include/expat/asciitab.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/expat/include/expat/utf8tab.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/expat/include/expat/iasciitab.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/expat/include/expat/latin1tab.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/expat/library/xmltok_ns.c: +/Volumes/tools/esp32/sdk/esp-idf-github/components/expat/library/xmltok.c: diff --git a/examples/mqtt_tcp/build/expat/library/xmltok_impl.d b/examples/mqtt_tcp/build/expat/library/xmltok_impl.d new file mode 100644 index 0000000..06b1e0f --- /dev/null +++ b/examples/mqtt_tcp/build/expat/library/xmltok_impl.d @@ -0,0 +1,3 @@ +library/xmltok_impl.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/expat/library/xmltok_impl.c +/Volumes/tools/esp32/sdk/esp-idf-github/components/expat/library/xmltok_impl.c: diff --git a/examples/mqtt_tcp/build/expat/library/xmltok_ns.d b/examples/mqtt_tcp/build/expat/library/xmltok_ns.d new file mode 100644 index 0000000..c8d08e7 --- /dev/null +++ b/examples/mqtt_tcp/build/expat/library/xmltok_ns.d @@ -0,0 +1,3 @@ +library/xmltok_ns.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/expat/library/xmltok_ns.c +/Volumes/tools/esp32/sdk/esp-idf-github/components/expat/library/xmltok_ns.c: diff --git a/examples/mqtt_tcp/build/expat/port/chardata.d b/examples/mqtt_tcp/build/expat/port/chardata.d new file mode 100644 index 0000000..c4ec735 --- /dev/null +++ b/examples/mqtt_tcp/build/expat/port/chardata.d @@ -0,0 +1,96 @@ +port/chardata.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/expat/port/chardata.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/expat/include/expat/expat_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/expat/port/include/minicheck.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/expat/port/include/chardata.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/expat/include/expat/expat.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/expat/include/expat/expat_external.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/expat/include/expat/expat_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/expat/port/include/minicheck.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/expat/port/include/chardata.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/expat/include/expat/expat.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/expat/include/expat/expat_external.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/expat/port/chardata.c: diff --git a/examples/mqtt_tcp/build/expat/port/expat_element.d b/examples/mqtt_tcp/build/expat/port/expat_element.d new file mode 100644 index 0000000..55baf88 --- /dev/null +++ b/examples/mqtt_tcp/build/expat/port/expat_element.d @@ -0,0 +1,78 @@ +port/expat_element.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/expat/port/expat_element.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/expat/include/expat/expat.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/expat/include/expat/expat_external.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/expat/include/expat/expat.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/expat/include/expat/expat_external.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/expat/port/expat_element.c: diff --git a/examples/mqtt_tcp/build/expat/port/minicheck.d b/examples/mqtt_tcp/build/expat/port/minicheck.d new file mode 100644 index 0000000..ee4ee5a --- /dev/null +++ b/examples/mqtt_tcp/build/expat/port/minicheck.d @@ -0,0 +1,87 @@ +port/minicheck.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/expat/port/minicheck.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/setjmp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/setjmp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/expat/include/expat/internal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/expat/port/include/minicheck.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/setjmp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/setjmp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/expat/include/expat/internal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/expat/port/include/minicheck.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/expat/port/minicheck.c: diff --git a/examples/mqtt_tcp/build/fatfs/component_project_vars.mk b/examples/mqtt_tcp/build/fatfs/component_project_vars.mk new file mode 100644 index 0000000..7203e77 --- /dev/null +++ b/examples/mqtt_tcp/build/fatfs/component_project_vars.mk @@ -0,0 +1,7 @@ +# Automatically generated build file. Do not edit. +COMPONENT_INCLUDES += $(IDF_PATH)/components/fatfs/src +COMPONENT_LDFLAGS += -L$(BUILD_DIR_BASE)/fatfs -lfatfs +COMPONENT_LINKER_DEPS += +COMPONENT_SUBMODULES += +COMPONENT_LIBRARIES += fatfs +component-fatfs-build: diff --git a/examples/mqtt_tcp/build/fatfs/src/diskio.d b/examples/mqtt_tcp/build/fatfs/src/diskio.d new file mode 100644 index 0000000..46744cd --- /dev/null +++ b/examples/mqtt_tcp/build/fatfs/src/diskio.d @@ -0,0 +1,285 @@ +src/diskio.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/fatfs/src/diskio.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/fatfs/src/diskio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/fatfs/src/integer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/sdmmc/include/sdmmc_cmd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/sdmmc_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/sdmmc_host.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/sdmmc_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/fatfs/src/ffconf.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/param.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/syslimits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/endian.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/param.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/fatfs/src/ff.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/fatfs/src/diskio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/fatfs/src/integer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/sdmmc/include/sdmmc_cmd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/sdmmc_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/sdmmc_host.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/sdmmc_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/fatfs/src/ffconf.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/param.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/syslimits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/endian.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/param.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/fatfs/src/ff.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/fatfs/src/diskio.c: diff --git a/examples/mqtt_tcp/build/fatfs/src/diskio_sdmmc.d b/examples/mqtt_tcp/build/fatfs/src/diskio_sdmmc.d new file mode 100644 index 0000000..b18a95f --- /dev/null +++ b/examples/mqtt_tcp/build/fatfs/src/diskio_sdmmc.d @@ -0,0 +1,276 @@ +src/diskio_sdmmc.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/fatfs/src/diskio_sdmmc.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/fatfs/src/diskio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/fatfs/src/integer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/sdmmc/include/sdmmc_cmd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/sdmmc_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/sdmmc_host.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/sdmmc_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/fatfs/src/ffconf.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/param.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/syslimits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/endian.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/param.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/fatfs/src/ff.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/fatfs/src/diskio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/fatfs/src/integer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/sdmmc/include/sdmmc_cmd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/sdmmc_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/sdmmc_host.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/sdmmc_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/fatfs/src/ffconf.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/param.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/syslimits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/endian.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/param.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/fatfs/src/ff.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/fatfs/src/diskio_sdmmc.c: diff --git a/examples/mqtt_tcp/build/fatfs/src/diskio_spiflash.d b/examples/mqtt_tcp/build/fatfs/src/diskio_spiflash.d new file mode 100644 index 0000000..e6e513b --- /dev/null +++ b/examples/mqtt_tcp/build/fatfs/src/diskio_spiflash.d @@ -0,0 +1,294 @@ +src/diskio_spiflash.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/fatfs/src/diskio_spiflash.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/fatfs/src/diskio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/fatfs/src/integer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/sdmmc/include/sdmmc_cmd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/sdmmc_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/sdmmc_host.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/sdmmc_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/fatfs/src/ffconf.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/param.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/syslimits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/endian.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/param.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/fatfs/src/ff.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/fatfs/src/diskio_spiflash.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wear_levelling/include/wear_levelling.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/spi_flash/include/esp_partition.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/spi_flash/include/esp_spi_flash.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/fatfs/src/diskio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/fatfs/src/integer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/sdmmc/include/sdmmc_cmd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/sdmmc_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/sdmmc_host.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/sdmmc_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/fatfs/src/ffconf.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/param.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/syslimits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/endian.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/param.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/fatfs/src/ff.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/fatfs/src/diskio_spiflash.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wear_levelling/include/wear_levelling.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/spi_flash/include/esp_partition.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/spi_flash/include/esp_spi_flash.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/fatfs/src/diskio_spiflash.c: diff --git a/examples/mqtt_tcp/build/fatfs/src/ff.d b/examples/mqtt_tcp/build/fatfs/src/ff.d new file mode 100644 index 0000000..921d052 --- /dev/null +++ b/examples/mqtt_tcp/build/fatfs/src/ff.d @@ -0,0 +1,270 @@ +src/ff.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/fatfs/src/ff.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/fatfs/src/ff.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/fatfs/src/integer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/fatfs/src/ffconf.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/param.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/syslimits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/endian.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/param.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/fatfs/src/diskio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/sdmmc/include/sdmmc_cmd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/sdmmc_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/sdmmc_host.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/sdmmc_types.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/fatfs/src/ff.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/fatfs/src/integer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/fatfs/src/ffconf.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/param.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/syslimits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/endian.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/param.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/fatfs/src/diskio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/sdmmc/include/sdmmc_cmd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/sdmmc_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/sdmmc_host.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/sdmmc_types.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/fatfs/src/ff.c: diff --git a/examples/mqtt_tcp/build/fatfs/src/ffsystem.d b/examples/mqtt_tcp/build/fatfs/src/ffsystem.d new file mode 100644 index 0000000..7334146 --- /dev/null +++ b/examples/mqtt_tcp/build/fatfs/src/ffsystem.d @@ -0,0 +1,255 @@ +src/ffsystem.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/fatfs/src/ffsystem.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/fatfs/src/ff.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/fatfs/src/integer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/fatfs/src/ffconf.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/param.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/syslimits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/endian.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/param.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/fatfs/src/ff.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/fatfs/src/integer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/fatfs/src/ffconf.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/param.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/syslimits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/endian.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/param.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/fatfs/src/ffsystem.c: diff --git a/examples/mqtt_tcp/build/fatfs/src/ffunicode.d b/examples/mqtt_tcp/build/fatfs/src/ffunicode.d new file mode 100644 index 0000000..0881857 --- /dev/null +++ b/examples/mqtt_tcp/build/fatfs/src/ffunicode.d @@ -0,0 +1,255 @@ +src/ffunicode.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/fatfs/src/ffunicode.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/fatfs/src/ff.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/fatfs/src/integer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/fatfs/src/ffconf.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/param.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/syslimits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/endian.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/param.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/fatfs/src/ff.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/fatfs/src/integer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/fatfs/src/ffconf.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/param.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/syslimits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/endian.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/param.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/fatfs/src/ffunicode.c: diff --git a/examples/mqtt_tcp/build/fatfs/src/vfs_fat.d b/examples/mqtt_tcp/build/fatfs/src/vfs_fat.d new file mode 100644 index 0000000..f87bf41 --- /dev/null +++ b/examples/mqtt_tcp/build/fatfs/src/vfs_fat.d @@ -0,0 +1,315 @@ +src/vfs_fat.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/fatfs/src/vfs_fat.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/dirent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/dirent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/esp_vfs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/fatfs/src/ff.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/fatfs/src/integer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/fatfs/src/ffconf.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/param.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/syslimits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/endian.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/param.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/fatfs/src/diskio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/sdmmc/include/sdmmc_cmd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/sdmmc_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/sdmmc_host.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/sdmmc_types.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/dirent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/dirent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/esp_vfs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/fatfs/src/ff.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/fatfs/src/integer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/fatfs/src/ffconf.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/param.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/syslimits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/endian.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/param.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/fatfs/src/diskio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/sdmmc/include/sdmmc_cmd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/sdmmc_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/sdmmc_host.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/sdmmc_types.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/fatfs/src/vfs_fat.c: diff --git a/examples/mqtt_tcp/build/fatfs/src/vfs_fat_sdmmc.d b/examples/mqtt_tcp/build/fatfs/src/vfs_fat_sdmmc.d new file mode 100644 index 0000000..08f83dc --- /dev/null +++ b/examples/mqtt_tcp/build/fatfs/src/vfs_fat_sdmmc.d @@ -0,0 +1,330 @@ +src/vfs_fat_sdmmc.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/fatfs/src/vfs_fat_sdmmc.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/esp_vfs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/dirent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/dirent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/fatfs/src/esp_vfs_fat.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/sdmmc_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/sdmmc_host.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/sdmmc_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/sdspi_host.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/spi_master.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/spi_common.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/spi_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/lldesc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/fatfs/src/ff.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/fatfs/src/integer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/fatfs/src/ffconf.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/param.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/syslimits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/endian.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/param.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wear_levelling/include/wear_levelling.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/spi_flash/include/esp_partition.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/spi_flash/include/esp_spi_flash.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/sdmmc/include/sdmmc_cmd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/fatfs/src/diskio.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/esp_vfs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/dirent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/dirent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/fatfs/src/esp_vfs_fat.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/sdmmc_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/sdmmc_host.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/sdmmc_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/sdspi_host.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/spi_master.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/spi_common.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/spi_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/lldesc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/fatfs/src/ff.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/fatfs/src/integer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/fatfs/src/ffconf.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/param.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/syslimits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/endian.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/param.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wear_levelling/include/wear_levelling.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/spi_flash/include/esp_partition.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/spi_flash/include/esp_spi_flash.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/sdmmc/include/sdmmc_cmd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/fatfs/src/diskio.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/fatfs/src/vfs_fat_sdmmc.c: diff --git a/examples/mqtt_tcp/build/fatfs/src/vfs_fat_spiflash.d b/examples/mqtt_tcp/build/fatfs/src/vfs_fat_spiflash.d new file mode 100644 index 0000000..79429eb --- /dev/null +++ b/examples/mqtt_tcp/build/fatfs/src/vfs_fat_spiflash.d @@ -0,0 +1,333 @@ +src/vfs_fat_spiflash.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/fatfs/src/vfs_fat_spiflash.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/esp_vfs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/dirent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/dirent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/fatfs/src/esp_vfs_fat.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/sdmmc_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/sdmmc_host.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/sdmmc_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/sdspi_host.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/spi_master.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/spi_common.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/spi_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/lldesc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/fatfs/src/ff.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/fatfs/src/integer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/fatfs/src/ffconf.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/param.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/syslimits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/endian.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/param.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wear_levelling/include/wear_levelling.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/spi_flash/include/esp_partition.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/spi_flash/include/esp_spi_flash.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/fatfs/src/diskio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/sdmmc/include/sdmmc_cmd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/fatfs/src/diskio_spiflash.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/esp_vfs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/dirent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/dirent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/fatfs/src/esp_vfs_fat.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/sdmmc_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/sdmmc_host.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/sdmmc_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/sdspi_host.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/spi_master.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/spi_common.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/spi_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/lldesc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/fatfs/src/ff.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/fatfs/src/integer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/fatfs/src/ffconf.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/param.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/syslimits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/endian.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/param.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wear_levelling/include/wear_levelling.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/spi_flash/include/esp_partition.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/spi_flash/include/esp_spi_flash.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/fatfs/src/diskio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/sdmmc/include/sdmmc_cmd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/fatfs/src/diskio_spiflash.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/fatfs/src/vfs_fat_spiflash.c: diff --git a/examples/mqtt_tcp/build/freertos/FreeRTOS-openocd.d b/examples/mqtt_tcp/build/freertos/FreeRTOS-openocd.d new file mode 100644 index 0000000..4f202db --- /dev/null +++ b/examples/mqtt_tcp/build/freertos/FreeRTOS-openocd.d @@ -0,0 +1,228 @@ +FreeRTOS-openocd.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/./FreeRTOS-openocd.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/./FreeRTOS-openocd.c: diff --git a/examples/mqtt_tcp/build/freertos/component_project_vars.mk b/examples/mqtt_tcp/build/freertos/component_project_vars.mk new file mode 100644 index 0000000..53eb4be --- /dev/null +++ b/examples/mqtt_tcp/build/freertos/component_project_vars.mk @@ -0,0 +1,7 @@ +# Automatically generated build file. Do not edit. +COMPONENT_INCLUDES += $(IDF_PATH)/components/freertos/include +COMPONENT_LDFLAGS += -L$(BUILD_DIR_BASE)/freertos -lfreertos -Wl,--undefined=uxTopUsedPriority +COMPONENT_LINKER_DEPS += +COMPONENT_SUBMODULES += +COMPONENT_LIBRARIES += freertos +component-freertos-build: diff --git a/examples/mqtt_tcp/build/freertos/croutine.d b/examples/mqtt_tcp/build/freertos/croutine.d new file mode 100644 index 0000000..9de2c26 --- /dev/null +++ b/examples/mqtt_tcp/build/freertos/croutine.d @@ -0,0 +1,240 @@ +croutine.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/./croutine.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/croutine.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/croutine.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/./croutine.c: diff --git a/examples/mqtt_tcp/build/freertos/event_groups.d b/examples/mqtt_tcp/build/freertos/event_groups.d new file mode 100644 index 0000000..1389e70 --- /dev/null +++ b/examples/mqtt_tcp/build/freertos/event_groups.d @@ -0,0 +1,249 @@ +event_groups.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/./event_groups.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/timers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/event_groups.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/timers.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/timers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/event_groups.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/timers.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/./event_groups.c: diff --git a/examples/mqtt_tcp/build/freertos/list.d b/examples/mqtt_tcp/build/freertos/list.d new file mode 100644 index 0000000..0cd167b --- /dev/null +++ b/examples/mqtt_tcp/build/freertos/list.d @@ -0,0 +1,231 @@ +list.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/./list.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/./list.c: diff --git a/examples/mqtt_tcp/build/freertos/port.d b/examples/mqtt_tcp/build/freertos/port.d new file mode 100644 index 0000000..e30015f --- /dev/null +++ b/examples/mqtt_tcp/build/freertos/port.d @@ -0,0 +1,258 @@ +port.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/./port.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_rtos.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/simcall.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_rtos.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/cpu.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_panic.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/./portmux_impl.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_rtos.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/simcall.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_rtos.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/cpu.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_panic.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/./portmux_impl.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/./port.c: diff --git a/examples/mqtt_tcp/build/freertos/portasm.d b/examples/mqtt_tcp/build/freertos/portasm.d new file mode 100644 index 0000000..09b8f0d --- /dev/null +++ b/examples/mqtt_tcp/build/freertos/portasm.d @@ -0,0 +1,63 @@ +portasm.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/./portasm.S \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_rtos.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/coreasm.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie-asm.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/simcall.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_rtos.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_rtos.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/coreasm.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie-asm.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/simcall.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_rtos.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/./portasm.S: diff --git a/examples/mqtt_tcp/build/freertos/queue.d b/examples/mqtt_tcp/build/freertos/queue.d new file mode 100644 index 0000000..7f8d765 --- /dev/null +++ b/examples/mqtt_tcp/build/freertos/queue.d @@ -0,0 +1,246 @@ +queue.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/./queue.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/./queue.c: diff --git a/examples/mqtt_tcp/build/freertos/ringbuf.d b/examples/mqtt_tcp/build/freertos/ringbuf.d new file mode 100644 index 0000000..10dda1a --- /dev/null +++ b/examples/mqtt_tcp/build/freertos/ringbuf.d @@ -0,0 +1,255 @@ +ringbuf.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/./ringbuf.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/ringbuf.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/ringbuf.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/./ringbuf.c: diff --git a/examples/mqtt_tcp/build/freertos/tasks.d b/examples/mqtt_tcp/build/freertos/tasks.d new file mode 100644 index 0000000..11f058e --- /dev/null +++ b/examples/mqtt_tcp/build/freertos/tasks.d @@ -0,0 +1,273 @@ +tasks.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/./tasks.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/esp_newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_panic.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/timers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/StackMacros.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/./portmux_impl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/cpu.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/esp_newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_panic.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/timers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/StackMacros.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/./portmux_impl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/cpu.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/./tasks.c: diff --git a/examples/mqtt_tcp/build/freertos/timers.d b/examples/mqtt_tcp/build/freertos/timers.d new file mode 100644 index 0000000..5b06d55 --- /dev/null +++ b/examples/mqtt_tcp/build/freertos/timers.d @@ -0,0 +1,249 @@ +timers.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/./timers.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/timers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/timers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/./timers.c: diff --git a/examples/mqtt_tcp/build/freertos/xtensa_context.d b/examples/mqtt_tcp/build/freertos/xtensa_context.d new file mode 100644 index 0000000..995b842 --- /dev/null +++ b/examples/mqtt_tcp/build/freertos/xtensa_context.d @@ -0,0 +1,66 @@ +xtensa_context.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/./xtensa_context.S \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_rtos.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/coreasm.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie-asm.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/simcall.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_rtos.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_rtos.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/coreasm.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie-asm.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/simcall.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_rtos.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/./xtensa_context.S: diff --git a/examples/mqtt_tcp/build/freertos/xtensa_init.d b/examples/mqtt_tcp/build/freertos/xtensa_init.d new file mode 100644 index 0000000..91db884 --- /dev/null +++ b/examples/mqtt_tcp/build/freertos/xtensa_init.d @@ -0,0 +1,123 @@ +xtensa_init.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/./xtensa_init.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_rtos.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/simcall.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_rtos.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_clk.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_rtos.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/simcall.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_rtos.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_clk.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/./xtensa_init.c: diff --git a/examples/mqtt_tcp/build/freertos/xtensa_intr.d b/examples/mqtt_tcp/build/freertos/xtensa_intr.d new file mode 100644 index 0000000..0b98787 --- /dev/null +++ b/examples/mqtt_tcp/build/freertos/xtensa_intr.d @@ -0,0 +1,231 @@ +xtensa_intr.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/./xtensa_intr.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/./xtensa_intr.c: diff --git a/examples/mqtt_tcp/build/freertos/xtensa_intr_asm.d b/examples/mqtt_tcp/build/freertos/xtensa_intr_asm.d new file mode 100644 index 0000000..4cff547 --- /dev/null +++ b/examples/mqtt_tcp/build/freertos/xtensa_intr_asm.d @@ -0,0 +1,54 @@ +xtensa_intr_asm.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/./xtensa_intr_asm.S \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie-asm.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/coreasm.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie-asm.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/coreasm.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/./xtensa_intr_asm.S: diff --git a/examples/mqtt_tcp/build/freertos/xtensa_overlay_os_hook.d b/examples/mqtt_tcp/build/freertos/xtensa_overlay_os_hook.d new file mode 100644 index 0000000..b09f77f --- /dev/null +++ b/examples/mqtt_tcp/build/freertos/xtensa_overlay_os_hook.d @@ -0,0 +1,234 @@ +xtensa_overlay_os_hook.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/./xtensa_overlay_os_hook.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/./xtensa_overlay_os_hook.c: diff --git a/examples/mqtt_tcp/build/freertos/xtensa_vector_defaults.d b/examples/mqtt_tcp/build/freertos/xtensa_vector_defaults.d new file mode 100644 index 0000000..b69f779 --- /dev/null +++ b/examples/mqtt_tcp/build/freertos/xtensa_vector_defaults.d @@ -0,0 +1,69 @@ +xtensa_vector_defaults.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/./xtensa_vector_defaults.S \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_rtos.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/coreasm.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie-asm.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/simcall.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_rtos.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_panic.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_rtos.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/coreasm.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie-asm.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/simcall.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_rtos.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_panic.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/./xtensa_vector_defaults.S: diff --git a/examples/mqtt_tcp/build/freertos/xtensa_vectors.d b/examples/mqtt_tcp/build/freertos/xtensa_vectors.d new file mode 100644 index 0000000..71a02f1 --- /dev/null +++ b/examples/mqtt_tcp/build/freertos/xtensa_vectors.d @@ -0,0 +1,75 @@ +xtensa_vectors.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/./xtensa_vectors.S \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_rtos.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/coreasm.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie-asm.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/simcall.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_rtos.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_panic.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_rtos.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/coreasm.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie-asm.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/simcall.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_rtos.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_panic.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/./xtensa_vectors.S: diff --git a/examples/mqtt_tcp/build/heap/component_project_vars.mk b/examples/mqtt_tcp/build/heap/component_project_vars.mk new file mode 100644 index 0000000..2d2db1d --- /dev/null +++ b/examples/mqtt_tcp/build/heap/component_project_vars.mk @@ -0,0 +1,7 @@ +# Automatically generated build file. Do not edit. +COMPONENT_INCLUDES += $(IDF_PATH)/components/heap/include +COMPONENT_LDFLAGS += -L$(BUILD_DIR_BASE)/heap -lheap +COMPONENT_LINKER_DEPS += +COMPONENT_SUBMODULES += +COMPONENT_LIBRARIES += heap +component-heap-build: diff --git a/examples/mqtt_tcp/build/heap/heap_caps.d b/examples/mqtt_tcp/build/heap/heap_caps.d new file mode 100644 index 0000000..cef83fb --- /dev/null +++ b/examples/mqtt_tcp/build/heap/heap_caps.d @@ -0,0 +1,258 @@ +heap_caps.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/./heap_caps.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/param.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/syslimits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/endian.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/param.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/./heap_private.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/queue.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/param.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/syslimits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/endian.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/param.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/./heap_private.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/queue.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/./heap_caps.c: diff --git a/examples/mqtt_tcp/build/heap/heap_caps_init.d b/examples/mqtt_tcp/build/heap/heap_caps_init.d new file mode 100644 index 0000000..4b7c70e --- /dev/null +++ b/examples/mqtt_tcp/build/heap/heap_caps_init.d @@ -0,0 +1,258 @@ +heap_caps_init.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/./heap_caps_init.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/./heap_private.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps_init.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/./heap_private.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps_init.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/./heap_caps_init.c: diff --git a/examples/mqtt_tcp/build/heap/heap_trace.d b/examples/mqtt_tcp/build/heap/heap_trace.d new file mode 100644 index 0000000..b4ca873 --- /dev/null +++ b/examples/mqtt_tcp/build/heap/heap_trace.d @@ -0,0 +1,264 @@ +heap_trace.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/./heap_trace.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/param.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/syslimits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/endian.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/param.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_trace.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/./heap_private.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/queue.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/param.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/syslimits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/endian.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/param.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_trace.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/./heap_private.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/queue.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/./heap_trace.c: diff --git a/examples/mqtt_tcp/build/heap/multi_heap.d b/examples/mqtt_tcp/build/heap/multi_heap.d new file mode 100644 index 0000000..25b50f2 --- /dev/null +++ b/examples/mqtt_tcp/build/heap/multi_heap.d @@ -0,0 +1,252 @@ +multi_heap.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/./multi_heap.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/./multi_heap_internal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/./multi_heap_platform.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/./multi_heap_config.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/./multi_heap_internal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/./multi_heap_platform.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/./multi_heap_config.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/./multi_heap.c: diff --git a/examples/mqtt_tcp/build/idf_test/component_project_vars.mk b/examples/mqtt_tcp/build/idf_test/component_project_vars.mk new file mode 100644 index 0000000..432ac89 --- /dev/null +++ b/examples/mqtt_tcp/build/idf_test/component_project_vars.mk @@ -0,0 +1,7 @@ +# Automatically generated build file. Do not edit. +COMPONENT_INCLUDES += $(IDF_PATH)/components/idf_test/include +COMPONENT_LDFLAGS += -L$(BUILD_DIR_BASE)/idf_test -lidf_test +COMPONENT_LINKER_DEPS += +COMPONENT_SUBMODULES += +COMPONENT_LIBRARIES += idf_test +component-idf_test-build: diff --git a/examples/mqtt_tcp/build/include/config/a2dp/enable.h b/examples/mqtt_tcp/build/include/config/a2dp/enable.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/a2dp/sink/enable.h b/examples/mqtt_tcp/build/include/config/a2dp/sink/enable.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/a2dp/src/enable.h b/examples/mqtt_tcp/build/include/config/a2dp/src/enable.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/app/offset.h b/examples/mqtt_tcp/build/include/config/app/offset.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/auto.conf b/examples/mqtt_tcp/build/include/config/auto.conf new file mode 100644 index 0000000..08518c3 --- /dev/null +++ b/examples/mqtt_tcp/build/include/config/auto.conf @@ -0,0 +1,515 @@ +# +# Automatically generated file; DO NOT EDIT. +# Espressif IoT Development Framework Configuration +# +CONFIG_GATTC_ENABLE= +CONFIG_ESP32_PHY_MAX_TX_POWER=20 +CONFIG_FATFS_CODEPAGE_852= +CONFIG_FREERTOS_LEGACY_TICK_HOOK= +CONFIG_TRACEMEM_RESERVE_DRAM=0x0 +CONFIG_FREERTOS_MAX_TASK_NAME_LEN=16 +CONFIG_MBEDTLS_XTEA_C= +CONFIG_SECURE_BOOT_SIGNING_KEY="" +CONFIG_BLE_SMP_ENABLE= +CONFIG_FATFS_LFN_NONE=y +CONFIG_LWIP_STATS= +CONFIG_STACK_CHECK= +CONFIG_TCP_RECVMBOX_SIZE=6 +CONFIG_FATFS_CODEPAGE_437=y +CONFIG_FREERTOS_CHECK_STACKOVERFLOW_NONE= +CONFIG_LWIP_ETHARP_TRUST_IP_MAC=y +CONFIG_STACK_CHECK_NORM= +CONFIG_TCP_WND_DEFAULT=5744 +CONFIG_ESPTOOLPY_BEFORE_NORESET= +CONFIG_MBEDTLS_BLOWFISH_C= +CONFIG_SECURE_BOOT_ALLOW_JTAG= +CONFIG_BT_HCI_UART_NO= +CONFIG_FLASH_ENCRYPTION_UART_BOOTLOADER_ALLOW_DECRYPT= +CONFIG_SW_COEXIST_ENABLE= +CONFIG_OPTIMIZATION_ASSERTIONS_SILENT= +CONFIG_SPIFFS_USE_MAGIC_LENGTH=y +CONFIG_ESPTOOLPY_FLASHSIZE_4MB= +CONFIG_IPC_TASK_STACK_SIZE=1024 +CONFIG_FATFS_PER_FILE_CACHE=y +CONFIG_BT_BLE_DYNAMIC_ENV_MEMORY= +CONFIG_ESPTOOLPY_FLASHFREQ="40m" +CONFIG_SPIRAM_USE_MEMMAP= +CONFIG_MBEDTLS_KEY_EXCHANGE_RSA=y +CONFIG_UDP_RECVMBOX_SIZE=6 +CONFIG_FATFS_CODEPAGE_775= +CONFIG_ESP32_APPTRACE_ENABLE= +CONFIG_OPENSSL_ASSERT_DEBUG= +CONFIG_FREERTOS_QUEUE_REGISTRY_SIZE=0 +CONFIG_MBEDTLS_RC4_ENABLED_NO_DEFAULT= +CONFIG_MBEDTLS_AES_C=y +CONFIG_MBEDTLS_ECP_DP_SECP521R1_ENABLED=y +CONFIG_A2DP_SINK_TASK_STACK_SIZE= +CONFIG_OPENSSL_ASSERT_DEBUG_BLOCK= +CONFIG_MBEDTLS_GCM_C=y +CONFIG_ESPTOOLPY_FLASHSIZE="2MB" +CONFIG_LOG_DEFAULT_LEVEL_VERBOSE= +CONFIG_HEAP_POISONING_DISABLED=y +CONFIG_SPIFFS_CACHE_WR=y +CONFIG_SPIRAM_CACHE_WORKAROUND= +CONFIG_BROWNOUT_DET_LVL_SEL_0=y +CONFIG_ESP32_WIFI_DYNAMIC_TX_BUFFER=y +CONFIG_BLUEDROID_PINNED_TO_CORE_1= +CONFIG_LWIP_AUTOIP_TRIES= +CONFIG_FATFS_CODEPAGE_857= +CONFIG_ESP32_RTC_CLOCK_SOURCE_EXTERNAL_CRYSTAL= +CONFIG_EMAC_L2_TO_L3_RX_BUF_MODE= +CONFIG_SPIFFS_CACHE=y +CONFIG_INT_WDT=y +CONFIG_SECURE_BOOT_ENABLED= +CONFIG_MBEDTLS_SSL_PROTO_TLS1=y +CONFIG_FREERTOS_LEGACY_IDLE_HOOK= +CONFIG_BT_STACK_NO_LOG= +CONFIG_MONITOR_BAUD_9600B= +CONFIG_MBEDTLS_ECDSA_C=y +CONFIG_ESPTOOLPY_FLASHFREQ_40M=y +CONFIG_LOG_BOOTLOADER_LEVEL_INFO=y +CONFIG_ESPTOOLPY_FLASHSIZE_2MB=y +CONFIG_LWIP_MULTICAST_PING= +CONFIG_BTDM_CONTROLLER_PINNED_TO_CORE=0 +CONFIG_FATFS_CODEPAGE_860= +CONFIG_AWS_IOT_MQTT_PORT= +CONFIG_ESP32_APPTRACE_ONPANIC_HOST_FLUSH_TMO= +CONFIG_FREERTOS_THREAD_LOCAL_STORAGE_POINTERS=1 +CONFIG_MBEDTLS_ECDH_C=y +CONFIG_SPIRAM_USE_CAPS_ALLOC= +CONFIG_ESP32_ENABLE_COREDUMP_TO_UART= +CONFIG_FREERTOS_RUN_TIME_STATS_USING_CPU_CLK= +CONFIG_SPIFFS_CHECK_DBG= +CONFIG_ESPTOOLPY_BAUD_230400B= +CONFIG_MBEDTLS_KEY_EXCHANGE_ELLIPTIC_CURVE=y +CONFIG_ESP32_WIFI_STATIC_RX_BUFFER_NUM=10 +CONFIG_AWS_IOT_MQTT_MAX_RECONNECT_WAIT_INTERVAL= +CONFIG_MBEDTLS_SSL_ALPN=y +CONFIG_MBEDTLS_PEM_WRITE_C=y +CONFIG_SPIFFS_CACHE_STATS= +CONFIG_BT_SPP_ENABLED= +CONFIG_LOG_DEFAULT_LEVEL_INFO= +CONFIG_FLASHMODE_QOUT= +CONFIG_BT_RESERVE_DRAM=0 +CONFIG_SPIFFS_TEST_VISUALISATION= +CONFIG_LOG_BOOTLOADER_LEVEL_ERROR= +CONFIG_CXX_EXCEPTIONS= +CONFIG_FATFS_FS_LOCK=0 +CONFIG_IP_LOST_TIMER_INTERVAL=120 +CONFIG_SPIFFS_META_LENGTH=4 +CONFIG_ESP32_PANIC_PRINT_REBOOT=y +CONFIG_SYSVIEW_EVT_TASK_TERMINATE_ENABLE= +CONFIG_MBEDTLS_ECP_DP_BP384R1_ENABLED=y +CONFIG_MBEDTLS_ECP_DP_SECP256K1_ENABLED=y +CONFIG_BROWNOUT_DET_LVL_SEL_5= +CONFIG_AWS_IOT_MQTT_RX_BUF_LEN= +CONFIG_ESP32_PHY_INIT_DATA_IN_PARTITION= +CONFIG_CONSOLE_UART_BAUDRATE=115200 +CONFIG_SPIRAM_SUPPORT= +CONFIG_MBEDTLS_DES_C= +CONFIG_LWIP_MAX_SOCKETS=10 +CONFIG_LWIP_NETIF_LOOPBACK=y +CONFIG_MBEDTLS_HAVE_TIME_DATE= +CONFIG_SPIRAM_MALLOC_ALWAYSINTERNAL= +CONFIG_SPIRAM_TYPE_ESPPSRAM32= +CONFIG_EMAC_TASK_PRIORITY=20 +CONFIG_FREERTOS_USE_TRACE_FACILITY= +CONFIG_SYSVIEW_TS_SOURCE_TIMER_11= +CONFIG_TIMER_TASK_STACK_DEPTH=2048 +CONFIG_TCP_MSS=1436 +CONFIG_MBEDTLS_ECP_DP_CURVE25519_ENABLED=y +CONFIG_FATFS_CODEPAGE_737= +CONFIG_FLASH_ENCRYPTION_UART_BOOTLOADER_ALLOW_ENCRYPT= +CONFIG_ESP32_TIME_SYSCALL_USE_FRC1= +CONFIG_SPIFFS_CACHE_DBG= +CONFIG_MBEDTLS_SSL_PROTO_SSL3= +CONFIG_FATFS_CODEPAGE=437 +CONFIG_ESP32_DEFAULT_CPU_FREQ_160=y +CONFIG_ULP_COPROC_RESERVE_MEM=0 +CONFIG_SYSVIEW_TS_SOURCE_TIMER_01= +CONFIG_MEMMAP_TRACEMEM_TWOBANKS= +CONFIG_LWIP_MAX_UDP_PCBS=16 +CONFIG_ESPTOOLPY_BAUD=921600 +CONFIG_INT_WDT_CHECK_CPU1=y +CONFIG_LOG_DEFAULT_LEVEL_WARN= +CONFIG_AWS_IOT_MQTT_TX_BUF_LEN= +CONFIG_BROWNOUT_DET_LVL_SEL_6= +CONFIG_FLASHMODE_DIO=y +CONFIG_FREERTOS_PORTMUX_DEBUG= +CONFIG_FATFS_CODEPAGE_936= +CONFIG_ESPTOOLPY_AFTER_RESET=y +CONFIG_LWIP_AUTOIP_MAX_CONFLICTS= +CONFIG_OPTIMIZATION_ASSERTIONS_ENABLED=y +CONFIG_LWIP_DHCPS_MAX_STATION_NUM=8 +CONFIG_TOOLPREFIX="xtensa-esp32-elf-" +CONFIG_MBEDTLS_ECP_C=y +CONFIG_FREERTOS_IDLE_TASK_STACKSIZE=1024 +CONFIG_MBEDTLS_RC4_DISABLED=y +CONFIG_BLUEDROID_MEM_DEBUG= +CONFIG_FATFS_LFN_STACK= +CONFIG_FREERTOS_USE_STATS_FORMATTING_FUNCTIONS= +CONFIG_SPI_FLASH_WRITING_DANGEROUS_REGIONS_ALLOWED= +CONFIG_SPIRAM_ALLOW_STACK_EXTERNAL_MEMORY= +CONFIG_CONSOLE_UART_NUM=0 +CONFIG_A2DP_SRC_ENABLE= +CONFIG_MBEDTLS_CAMELLIA_C= +CONFIG_SYSVIEW_ENABLE= +CONFIG_ESP32_APPTRACE_PENDING_DATA_SIZE_MAX= +CONFIG_ESP32_APPTRACE_LOCK_ENABLE=y +CONFIG_ESP32_RTC_CLOCK_SOURCE_INTERNAL_RC=y +CONFIG_ESPTOOLPY_BAUD_115200B= +CONFIG_SECURE_BOOT_INSECURE= +CONFIG_TCP_OVERSIZE_MSS=y +CONFIG_FOUR_UNIVERSAL_MAC_ADDRESS=y +CONFIG_CONSOLE_UART_DEFAULT=y +CONFIG_OPENSSL_ASSERT_DEBUG_EXIT= +CONFIG_A2DP_SOURCE_TASK_STACK_SIZE= +CONFIG_MBEDTLS_SSL_MAX_CONTENT_LEN=16384 +CONFIG_NUMBER_OF_UNIVERSAL_MAC_ADDRESS=4 +CONFIG_NEWLIB_STDOUT_LINE_ENDING_LF= +CONFIG_ENABLE_STATIC_TASK_CLEAN_UP_HOOK= +CONFIG_ESPTOOLPY_FLASHSIZE_DETECT=y +CONFIG_SPI_FLASH_LOG_FAILED_WRITE= +CONFIG_PARTITION_TABLE_CUSTOM= +CONFIG_PPP_CHAP_SUPPORT= +CONFIG_LOG_DEFAULT_LEVEL_ERROR= +CONFIG_FLASH_ENCRYPTION_UART_BOOTLOADER_ALLOW_CACHE= +CONFIG_TIMER_TASK_STACK_SIZE=3584 +CONFIG_MBEDTLS_MPI_USE_INTERRUPT= +CONFIG_ESP32_ENABLE_COREDUMP_TO_NONE=y +CONFIG_SYSVIEW_EVT_ISR_ENTER_ENABLE= +CONFIG_MBEDTLS_RIPEMD160_C= +CONFIG_ESPTOOLPY_FLASHSIZE_1MB= +CONFIG_SYSVIEW_EVT_IDLE_ENABLE= +CONFIG_MBEDTLS_X509_CRL_PARSE_C=y +CONFIG_SYSVIEW_EVT_TASK_STOP_EXEC_ENABLE= +CONFIG_FATFS_CODEPAGE_869= +CONFIG_LOG_BOOTLOADER_LEVEL_WARN= +CONFIG_MBEDTLS_PSK_MODES= +CONFIG_LWIP_DHCPS_LEASE_UNIT=60 +CONFIG_OPENSSL_DEBUG= +CONFIG_SPIFFS_USE_MAGIC=y +CONFIG_BROWNOUT_DET_LVL_SEL_1= +CONFIG_ESP32_TRAX_TWOBANKS= +CONFIG_TCPIP_TASK_STACK_SIZE=2560 +CONFIG_ESP_TIMER_PROFILING= +CONFIG_BLUEDROID_PINNED_TO_CORE_0= +CONFIG_FATFS_CODEPAGE_850= +CONFIG_TASK_WDT=y +CONFIG_MAIN_TASK_STACK_SIZE=3584 +CONFIG_SPIFFS_PAGE_CHECK=y +CONFIG_LWIP_MAX_ACTIVE_TCP=16 +CONFIG_HEAP_TRACING_STACK_DEPTH= +CONFIG_SECURE_BOOTLOADER_ONE_TIME_FLASH= +CONFIG_TASK_WDT_TIMEOUT_S=5 +CONFIG_INT_WDT_TIMEOUT_MS=300 +CONFIG_NEWLIB_STDIN_LINE_ENDING_LF= +CONFIG_BTDM_CONTROLLER_PINNED_TO_CORE_1= +CONFIG_SECURE_BOOT_BUILD_SIGNED_BINARIES= +CONFIG_FATFS_CODEPAGE_863= +CONFIG_ESPTOOLPY_FLASHMODE="dio" +CONFIG_CONSOLE_UART_CUSTOM= +CONFIG_MEMMAP_TRACEMEM= +CONFIG_BTC_TASK_STACK_SIZE= +CONFIG_BLUEDROID_ENABLED= +CONFIG_NEWLIB_STDIN_LINE_ENDING_CR=y +CONFIG_MBEDTLS_KEY_EXCHANGE_ECDH_RSA=y +CONFIG_ESPTOOLPY_BEFORE="default_reset" +CONFIG_FATFS_LFN_HEAP= +CONFIG_SYSVIEW_EVT_ISR_TO_SCHEDULER_ENABLE= +CONFIG_LOG_DEFAULT_LEVEL=4 +CONFIG_FREERTOS_ASSERT_ON_UNTESTED_FUNCTION=y +CONFIG_MONITOR_BAUD_57600B= +CONFIG_TIMER_QUEUE_LENGTH=10 +CONFIG_MBEDTLS_TLS_DISABLED= +CONFIG_MAKE_WARN_UNDEFINED_VARIABLES=y +CONFIG_SYSVIEW_EVT_TIMER_ENTER_ENABLE= +CONFIG_COMPATIBLE_PRE_V2_1_BOOTLOADERS= +CONFIG_FATFS_TIMEOUT_MS=10000 +CONFIG_OPENSSL_DEBUG_LEVEL= +CONFIG_FLASHMODE_DOUT= +CONFIG_BOOTLOADER_SPI_WP_PIN= +CONFIG_ESP32_WIFI_DYNAMIC_RX_BUFFER_NUM=32 +CONFIG_MBEDTLS_CCM_C=y +CONFIG_PM_USE_RTC_TIMER_REF= +CONFIG_SPI_FLASH_ENABLE_COUNTERS= +CONFIG_HEAP_POISONING_COMPREHENSIVE= +CONFIG_BROWNOUT_DET_LVL_SEL_2= +CONFIG_ESP32_PHY_MAX_WIFI_TX_POWER=20 +CONFIG_ESP32_RTC_CLK_CAL_CYCLES=1024 +CONFIG_FATFS_CODEPAGE_855= +CONFIG_ESP32_TIME_SYSCALL_USE_RTC= +CONFIG_FATFS_CODEPAGE_932= +CONFIG_ESP32_WIFI_TX_BA_WIN=6 +CONFIG_ESP32_WIFI_NVS_ENABLED=y +CONFIG_ULP_COPROC_ENABLED= +CONFIG_LOG_DEFAULT_LEVEL_DEBUG=y +CONFIG_ESP32_APPTRACE_POSTMORTEM_FLUSH_TRAX_THRESH= +CONFIG_HEAP_TRACING= +CONFIG_SYSVIEW_EVT_TASK_STOP_READY_ENABLE= +CONFIG_PM_TRACE= +CONFIG_MBEDTLS_ECP_DP_SECP224R1_ENABLED=y +CONFIG_LIBSODIUM_USE_MBEDTLS_SHA=y +CONFIG_MBEDTLS_KEY_EXCHANGE_ECDHE_PSK= +CONFIG_ESP32_TRAX= +CONFIG_FATFS_CODEPAGE_866= +CONFIG_AWS_IOT_SDK= +CONFIG_DMA_RX_BUF_NUM=10 +CONFIG_MBEDTLS_ECP_DP_SECP384R1_ENABLED=y +CONFIG_ESP32_ENABLE_COREDUMP= +CONFIG_MONITOR_BAUD_OTHER= +CONFIG_SYSVIEW_TS_SOURCE_TIMER_10= +CONFIG_MBEDTLS_KEY_EXCHANGE_PSK= +CONFIG_FREERTOS_CORETIMER_1= +CONFIG_FREERTOS_LEGACY_HOOKS= +CONFIG_TCP_SYNMAXRTX=6 +CONFIG_ESP32_PANIC_SILENT_REBOOT= +CONFIG_MBEDTLS_KEY_EXCHANGE_ECDHE_ECDSA=y +CONFIG_ESPTOOLPY_FLASHSIZE_8MB= +CONFIG_ESP32_XTAL_FREQ_26= +CONFIG_HEAP_POISONING_LIGHT= +CONFIG_PYTHON="python" +CONFIG_WL_SECTOR_MODE_SAFE= +CONFIG_MBEDTLS_SSL_PROTO_DTLS= +CONFIG_MBEDTLS_ECP_NIST_OPTIM=y +CONFIG_ESP32_TIME_SYSCALL_USE_RTC_FRC1=y +CONFIG_ESPTOOLPY_COMPRESSED=y +CONFIG_CONSOLE_UART_CUSTOM_NUM_1= +CONFIG_PARTITION_TABLE_FILENAME="partitions_singleapp.csv" +CONFIG_SECURE_BOOT_ALLOW_ROM_BASIC= +CONFIG_OPENSSL_LOWLEVEL_DEBUG= +CONFIG_TCP_SND_BUF_DEFAULT=5744 +CONFIG_LWIP_DHCP_MAX_NTP_SERVERS=1 +CONFIG_TCP_MSL=60000 +CONFIG_FATFS_CODEPAGE_720= +CONFIG_PARTITION_TABLE_CUSTOM_PHY_DATA_OFFSET= +CONFIG_MBEDTLS_SSL_PROTO_TLS1_1=y +CONFIG_LWIP_SO_REUSE_RXTOALL=y +CONFIG_WIFI_SSID="bichthao" +CONFIG_NO_BLOBS= +CONFIG_PARTITION_TABLE_SINGLE_APP=y +CONFIG_BROWNOUT_DET_LVL_SEL_7= +CONFIG_SPIRAM_USE_MALLOC= +CONFIG_ESP32_WIFI_RX_BA_WIN=6 +CONFIG_MBEDTLS_X509_CSR_PARSE_C=y +CONFIG_SPIFFS_USE_MTIME=y +CONFIG_PM_DFS_INIT_AUTO= +CONFIG_FREERTOS_ASSERT_FAIL_PRINT_CONTINUE= +CONFIG_NEWLIB_STDOUT_LINE_ENDING_CR= +CONFIG_STACK_CHECK_STRONG= +CONFIG_FLASHMODE_QIO= +CONFIG_SPIRAM_SPEED_80M= +CONFIG_SYSVIEW_EVT_TASK_CREATE_ENABLE= +CONFIG_SYSVIEW_TS_SOURCE_ESP_TIMER= +CONFIG_FREERTOS_ASSERT_DISABLE= +CONFIG_FATFS_CODEPAGE_865= +CONFIG_FREERTOS_CHECK_STACKOVERFLOW_PTRVAL= +CONFIG_MBEDTLS_KEY_EXCHANGE_ECDHE_RSA=y +CONFIG_LWIP_DHCP_DOES_ARP_CHECK=y +CONFIG_MBEDTLS_DEBUG= +CONFIG_LOG_BOOTLOADER_LEVEL_VERBOSE= +CONFIG_ESPTOOLPY_FLASHFREQ_80M= +CONFIG_MBEDTLS_KEY_EXCHANGE_DHE_PSK= +CONFIG_PPP_SUPPORT= +CONFIG_SPIRAM_SPEED_40M= +CONFIG_SYSTEM_EVENT_TASK_STACK_SIZE=2048 +CONFIG_ESP32_DEEP_SLEEP_WAKEUP_DELAY=2000 +CONFIG_SPIFFS_GC_DBG= +CONFIG_AWS_IOT_MQTT_NUM_SUBSCRIBE_HANDLERS= +CONFIG_BROWNOUT_DET_LVL=0 +CONFIG_MBEDTLS_PEM_PARSE_C=y +CONFIG_PHY_DATA_OFFSET= +CONFIG_SPIFFS_GC_MAX_RUNS=10 +CONFIG_LWIP_AUTOIP_RATE_LIMIT_INTERVAL= +CONFIG_ESPTOOLPY_FLASHSIZE_16MB= +CONFIG_SPI_FLASH_WARN_SETTING_ZERO_TO_ONE= +CONFIG_ESP32_APPTRACE_DEST_NONE=y +CONFIG_STACK_CHECK_ALL= +CONFIG_PARTITION_TABLE_CUSTOM_APP_BIN_OFFSET=0x10000 +CONFIG_SYSVIEW_TS_SOURCE_CCOUNT= +CONFIG_BTDM_CONTROLLER_HCI_MODE_UART_H4= +CONFIG_MONITOR_BAUD_2MB= +CONFIG_ESP32_PANIC_GDBSTUB= +CONFIG_ESPTOOLPY_FLASHFREQ_20M= +CONFIG_MBEDTLS_SSL_PROTO_TLS1_2=y +CONFIG_MBEDTLS_KEY_EXCHANGE_DHE_RSA=y +CONFIG_ESP32_WIFI_DYNAMIC_TX_BUFFER_NUM=32 +CONFIG_MBEDTLS_ECP_DP_BP256R1_ENABLED=y +CONFIG_SYSVIEW_EVT_TIMER_EXIT_ENABLE= +CONFIG_MBEDTLS_ECP_DP_SECP224K1_ENABLED=y +CONFIG_TASK_WDT_CHECK_IDLE_TASK_CPU1=y +CONFIG_SPI_FLASH_VERIFY_WRITE= +CONFIG_ESP32_DEFAULT_CPU_FREQ_MHZ=160 +CONFIG_MBEDTLS_HARDWARE_AES=y +CONFIG_FREERTOS_HZ=100 +CONFIG_LOG_COLORS=y +CONFIG_PPP_DEBUG_ON= +CONFIG_FREERTOS_PORTMUX_DEBUG_RECURSIVE= +CONFIG_ESP32_PHY_CALIBRATION_AND_DATA_STORAGE=y +CONFIG_STACK_CHECK_NONE=y +CONFIG_FREERTOS_ASSERT_FAIL_ABORT=y +CONFIG_BROWNOUT_DET=y +CONFIG_TCP_OVERSIZE_DISABLE= +CONFIG_WL_SECTOR_SIZE_512= +CONFIG_ESP32_XTAL_FREQ=40 +CONFIG_MONITOR_BAUD_115200B=y +CONFIG_LOG_BOOTLOADER_LEVEL=3 +CONFIG_FATFS_CODEPAGE_949= +CONFIG_SPIFFS_DBG= +CONFIG_MBEDTLS_TLS_ENABLED=y +CONFIG_LWIP_MAX_RAW_PCBS=16 +CONFIG_SMP_ENABLE= +CONFIG_SPIRAM_SIZE= +CONFIG_PARTITION_TABLE_TWO_OTA= +CONFIG_PM_ENABLE= +CONFIG_FLASH_ENCRYPTION_INSECURE= +CONFIG_MBEDTLS_SSL_SESSION_TICKETS=y +CONFIG_NEWLIB_NANO_FORMAT= +CONFIG_SPIFFS_MAX_PARTITIONS=3 +CONFIG_SPI_FLASH_WRITING_DANGEROUS_REGIONS_FAILS= +CONFIG_TWO_UNIVERSAL_MAC_ADDRESS= +CONFIG_CONSOLE_UART_TX_GPIO= +CONFIG_BTDM_CONTROLLER_PINNED_TO_CORE_0= +CONFIG_MBEDTLS_SSL_RENEGOTIATION=y +CONFIG_ESPTOOLPY_BEFORE_RESET=y +CONFIG_FATFS_CODEPAGE_862= +CONFIG_ESP32_CORE_DUMP_UART_DELAY= +CONFIG_ESPTOOLPY_BAUD_OTHER_VAL=115200 +CONFIG_PPP_MPPE_SUPPORT= +CONFIG_SECURE_BOOTLOADER_REFLASHABLE= +CONFIG_L2_TO_L3_COPY= +CONFIG_SPIFFS_OBJ_NAME_LEN=32 +CONFIG_ESP32_PTHREAD_TASK_PRIO_DEFAULT=5 +CONFIG_LOG_BOOTLOADER_LEVEL_NONE= +CONFIG_SECURE_BOOT_TEST_MODE= +CONFIG_TCP_OVERSIZE_QUARTER_MSS= +CONFIG_ESPTOOLPY_BAUD_2MB= +CONFIG_TCPIP_RECVMBOX_SIZE=32 +CONFIG_ESP32_DEFAULT_CPU_FREQ_240= +CONFIG_LOG_BOOTLOADER_LEVEL_DEBUG= +CONFIG_ESP32_XTAL_FREQ_AUTO= +CONFIG_BT_ALLOCATION_FROM_SPIRAM_FIRST= +CONFIG_SPIFFS_GC_STATS= +CONFIG_TCP_MAXRTX=12 +CONFIG_ESPTOOLPY_AFTER="hard_reset" +CONFIG_LWIP_SO_REUSE=y +CONFIG_ESP32_XTAL_FREQ_40=y +CONFIG_MBEDTLS_TLS_SERVER_ONLY= +CONFIG_DMA_TX_BUF_NUM=10 +CONFIG_ESP32_TIME_SYSCALL_USE_NONE= +CONFIG_LWIP_MAX_LISTENING_TCP=16 +CONFIG_FREERTOS_INTERRUPT_BACKTRACE=y +CONFIG_WL_SECTOR_SIZE=4096 +CONFIG_ESP32_DEBUG_OCDAWARE=y +CONFIG_LOG_DEFAULT_LEVEL_NONE= +CONFIG_BROWNOUT_DET_LVL_SEL_3= +CONFIG_TIMER_TASK_PRIORITY=1 +CONFIG_PPP_PAP_SUPPORT= +CONFIG_MBEDTLS_TLS_CLIENT=y +CONFIG_CONSOLE_UART_RX_GPIO= +CONFIG_AWS_IOT_MQTT_MIN_RECONNECT_WAIT_INTERVAL= +CONFIG_NEWLIB_STDIN_LINE_ENDING_CRLF= +CONFIG_BTDM_CONTROLLER_HCI_MODE_VHCI= +CONFIG_BT_ENABLED= +CONFIG_LWIP_IRAM_OPTIMIZATION= +CONFIG_SYSVIEW_EVT_OVERFLOW_ENABLE= +CONFIG_ESP32_WIFI_STATIC_TX_BUFFER= +CONFIG_MBEDTLS_ECP_DP_SECP256R1_ENABLED=y +CONFIG_MONITOR_BAUD=115200 +CONFIG_MBEDTLS_HARDWARE_SHA= +CONFIG_FATFS_CODEPAGE_861= +CONFIG_WIFI_LWIP_ALLOCATION_FROM_SPIRAM_FIRST= +CONFIG_FREERTOS_CORETIMER_0=y +CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions.csv" +CONFIG_MBEDTLS_HAVE_TIME=y +CONFIG_FREERTOS_CHECK_STACKOVERFLOW_CANARY=y +CONFIG_TCP_QUEUE_OOSEQ=y +CONFIG_OPENSSL_ASSERT_EXIT= +CONFIG_ESP32_CORE_DUMP_LOG_LEVEL= +CONFIG_FREERTOS_DEBUG_INTERNALS= +CONFIG_MBEDTLS_RC4_ENABLED= +CONFIG_GATTS_ENABLE= +CONFIG_CXX_EXCEPTIONS_EMG_POOL_SIZE= +CONFIG_LWIP_AUTOIP= +CONFIG_FREERTOS_RUN_TIME_STATS_USING_ESP_TIMER= +CONFIG_MBEDTLS_TLS_SERVER=y +CONFIG_LWIP_IP_REASSEMBLY= +CONFIG_MBEDTLS_TLS_SERVER_AND_CLIENT=y +CONFIG_FATFS_CODEPAGE_771= +CONFIG_SPIRAM_BOOT_INIT= +CONFIG_ESPTOOLPY_AFTER_NORESET= +CONFIG_CONSOLE_UART_CUSTOM_NUM_0= +CONFIG_SPIRAM_MALLOC_RESERVE_INTERNAL= +CONFIG_FREERTOS_ISR_STACKSIZE=1536 +CONFIG_SPIFFS_API_DBG= +CONFIG_DISABLE_BASIC_ROM_CONSOLE= +CONFIG_SECURE_BOOT_VERIFICATION_KEY="" +CONFIG_FREERTOS_GENERATE_RUN_TIME_STATS= +CONFIG_CLASSIC_BT_ENABLED= +CONFIG_PM_PROFILING= +CONFIG_LWIP_IP_FRAG= +CONFIG_FREERTOS_WATCHPOINT_END_OF_STACK= +CONFIG_BROWNOUT_DET_LVL_SEL_4= +CONFIG_MBEDTLS_KEY_EXCHANGE_RSA_PSK= +CONFIG_MONITOR_BAUD_921600B= +CONFIG_OPENSSL_ASSERT_DO_NOTHING=y +CONFIG_SPIRAM_MEMTEST= +CONFIG_ESPTOOLPY_BAUD_OTHER= +CONFIG_WL_SECTOR_SIZE_4096=y +CONFIG_ESP32_APPTRACE_DEST_TRAX= +CONFIG_OPTIMIZATION_LEVEL_DEBUG=y +CONFIG_SYSVIEW_EVT_TASK_START_EXEC_ENABLE= +CONFIG_WL_SECTOR_MODE_PERF= +CONFIG_AWS_IOT_MQTT_HOST="" +CONFIG_ESP32_WIFI_AMPDU_TX_ENABLED=y +CONFIG_BOOTLOADER_VDDSDIO_BOOST=y +CONFIG_BT_HCI_UART_BAUDRATE= +CONFIG_MBEDTLS_ECP_DP_SECP192R1_ENABLED=y +CONFIG_OPTIMIZATION_ASSERTIONS_DISABLED= +CONFIG_A2DP_SINK_ENABLE= +CONFIG_FATFS_CODEPAGE_864= +CONFIG_FREERTOS_UNICORE= +CONFIG_MBEDTLS_ECP_DP_BP512R1_ENABLED=y +CONFIG_MBEDTLS_KEY_EXCHANGE_ECDH_ECDSA=y +CONFIG_MBEDTLS_TLS_CLIENT_ONLY= +CONFIG_WIFI_PASSWORD="chipphon" +CONFIG_ESP32_WIFI_STATIC_TX_BUFFER_NUM= +CONFIG_SYSTEM_EVENT_QUEUE_SIZE=32 +CONFIG_BT_ACL_CONNECTIONS= +CONFIG_FATFS_MAX_LFN= +CONFIG_ESP32_WIFI_TX_BUFFER_TYPE=1 +CONFIG_ESP32_ENABLE_COREDUMP_TO_FLASH= +CONFIG_SUPPORT_STATIC_ALLOCATION= +CONFIG_SYSVIEW_EVT_ISR_EXIT_ENABLE= +CONFIG_SYSVIEW_TS_SOURCE_TIMER_00= +CONFIG_ESPTOOLPY_BAUD_921600B=y +CONFIG_ESP32_WIFI_AMPDU_RX_ENABLED=y +CONFIG_SYSVIEW_EVT_TASK_START_READY_ENABLE= +CONFIG_LWIP_LOOPBACK_MAX_PBUFS=8 +CONFIG_ESP32_DEFAULT_CPU_FREQ_80= +CONFIG_FATFS_CODEPAGE_950= +CONFIG_APP_OFFSET=0x10000 +CONFIG_MEMMAP_SMP=y +CONFIG_A2DP_ENABLE= +CONFIG_MONITOR_BAUD_230400B= +CONFIG_SPI_FLASH_ROM_DRIVER_PATCH=y +CONFIG_LWIP_BROADCAST_PING= +CONFIG_FATFS_CODEPAGE_DYNAMIC= +CONFIG_SPIFFS_PAGE_SIZE=256 +CONFIG_MBEDTLS_ECP_DP_SECP192K1_ENABLED=y +CONFIG_FLASH_ENCRYPTION_ENABLED= +CONFIG_PPP_MSCHAP_SUPPORT= +CONFIG_TASK_WDT_CHECK_IDLE_TASK_CPU0=y +CONFIG_ESP32_PTHREAD_TASK_STACK_SIZE_DEFAULT=3072 +CONFIG_LWIP_SO_RCVBUF= +CONFIG_ESPTOOLPY_FLASHFREQ_26M= +CONFIG_MBEDTLS_HARDWARE_MPI= +CONFIG_MONITOR_BAUD_OTHER_VAL=115200 +CONFIG_NEWLIB_STDOUT_LINE_ENDING_CRLF=y +CONFIG_ESPTOOLPY_PORT="/dev/tty.SLAB_USBtoUART" +CONFIG_SPI_FLASH_WRITING_DANGEROUS_REGIONS_ABORTS=y +CONFIG_OPTIMIZATION_LEVEL_RELEASE= +CONFIG_TASK_WDT_PANIC= +CONFIG_CONSOLE_UART_NONE= +CONFIG_ESP32_PANIC_PRINT_HALT= +CONFIG_BLUEDROID_PINNED_TO_CORE= diff --git a/examples/mqtt_tcp/build/include/config/auto.conf.cmd b/examples/mqtt_tcp/build/include/config/auto.conf.cmd new file mode 100644 index 0000000..d1b8d2b --- /dev/null +++ b/examples/mqtt_tcp/build/include/config/auto.conf.cmd @@ -0,0 +1,30 @@ +deps_config := \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/app_trace/Kconfig \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/aws_iot/Kconfig \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/bt/Kconfig \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/Kconfig \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/ethernet/Kconfig \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/fatfs/Kconfig \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/Kconfig \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/Kconfig \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/Kconfig \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/Kconfig \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/Kconfig \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/Kconfig \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/Kconfig \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/pthread/Kconfig \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/spi_flash/Kconfig \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/spiffs/Kconfig \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/tcpip_adapter/Kconfig \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wear_levelling/Kconfig \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader/Kconfig.projbuild \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esptool_py/Kconfig.projbuild \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/main/Kconfig.projbuild \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/partition_table/Kconfig.projbuild \ + /Volumes/tools/esp32/sdk/esp-idf-github/Kconfig + +include/config/auto.conf: \ + $(deps_config) + + +$(deps_config): ; diff --git a/examples/mqtt_tcp/build/include/config/aws/iot/mqtt/host.h b/examples/mqtt_tcp/build/include/config/aws/iot/mqtt/host.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/ble/smp/enable.h b/examples/mqtt_tcp/build/include/config/ble/smp/enable.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/bluedroid/enabled.h b/examples/mqtt_tcp/build/include/config/bluedroid/enabled.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/bluedroid/mem/debug.h b/examples/mqtt_tcp/build/include/config/bluedroid/mem/debug.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/bluedroid/pinned/to/core/0.h b/examples/mqtt_tcp/build/include/config/bluedroid/pinned/to/core/0.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/bluedroid/pinned/to/core/1.h b/examples/mqtt_tcp/build/include/config/bluedroid/pinned/to/core/1.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/bootloader/vddsdio/boost.h b/examples/mqtt_tcp/build/include/config/bootloader/vddsdio/boost.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/brownout/det.h b/examples/mqtt_tcp/build/include/config/brownout/det.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/brownout/det/lvl.h b/examples/mqtt_tcp/build/include/config/brownout/det/lvl.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/brownout/det/lvl/sel/0.h b/examples/mqtt_tcp/build/include/config/brownout/det/lvl/sel/0.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/bt/allocation/from/spiram/first.h b/examples/mqtt_tcp/build/include/config/bt/allocation/from/spiram/first.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/bt/ble/dynamic/env/memory.h b/examples/mqtt_tcp/build/include/config/bt/ble/dynamic/env/memory.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/bt/reserve/dram.h b/examples/mqtt_tcp/build/include/config/bt/reserve/dram.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/bt/spp/enabled.h b/examples/mqtt_tcp/build/include/config/bt/spp/enabled.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/bt/stack/no/log.h b/examples/mqtt_tcp/build/include/config/bt/stack/no/log.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/btdm/controller/hci/mode/uart/h4.h b/examples/mqtt_tcp/build/include/config/btdm/controller/hci/mode/uart/h4.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/btdm/controller/hci/mode/vhci.h b/examples/mqtt_tcp/build/include/config/btdm/controller/hci/mode/vhci.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/btdm/controller/pinned/to/core.h b/examples/mqtt_tcp/build/include/config/btdm/controller/pinned/to/core.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/btdm/controller/pinned/to/core/0.h b/examples/mqtt_tcp/build/include/config/btdm/controller/pinned/to/core/0.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/btdm/controller/pinned/to/core/1.h b/examples/mqtt_tcp/build/include/config/btdm/controller/pinned/to/core/1.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/classic/bt/enabled.h b/examples/mqtt_tcp/build/include/config/classic/bt/enabled.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/console/uart/baudrate.h b/examples/mqtt_tcp/build/include/config/console/uart/baudrate.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/console/uart/custom/num/0.h b/examples/mqtt_tcp/build/include/config/console/uart/custom/num/0.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/console/uart/custom/num/1.h b/examples/mqtt_tcp/build/include/config/console/uart/custom/num/1.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/console/uart/default.h b/examples/mqtt_tcp/build/include/config/console/uart/default.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/console/uart/num.h b/examples/mqtt_tcp/build/include/config/console/uart/num.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/dma/rx/buf/num.h b/examples/mqtt_tcp/build/include/config/dma/rx/buf/num.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/dma/tx/buf/num.h b/examples/mqtt_tcp/build/include/config/dma/tx/buf/num.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/emac/task/priority.h b/examples/mqtt_tcp/build/include/config/emac/task/priority.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/enable/static/task/clean/up/hook.h b/examples/mqtt_tcp/build/include/config/enable/static/task/clean/up/hook.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/esp32/apptrace/dest/none.h b/examples/mqtt_tcp/build/include/config/esp32/apptrace/dest/none.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/esp32/apptrace/lock/enable.h b/examples/mqtt_tcp/build/include/config/esp32/apptrace/lock/enable.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/esp32/debug/ocdaware.h b/examples/mqtt_tcp/build/include/config/esp32/debug/ocdaware.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/esp32/deep/sleep/wakeup/delay.h b/examples/mqtt_tcp/build/include/config/esp32/deep/sleep/wakeup/delay.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/esp32/default/cpu/freq/160.h b/examples/mqtt_tcp/build/include/config/esp32/default/cpu/freq/160.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/esp32/default/cpu/freq/mhz.h b/examples/mqtt_tcp/build/include/config/esp32/default/cpu/freq/mhz.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/esp32/enable/coredump/to/none.h b/examples/mqtt_tcp/build/include/config/esp32/enable/coredump/to/none.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/esp32/panic/print/reboot.h b/examples/mqtt_tcp/build/include/config/esp32/panic/print/reboot.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/esp32/phy/calibration/and/data/storage.h b/examples/mqtt_tcp/build/include/config/esp32/phy/calibration/and/data/storage.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/esp32/phy/max/tx/power.h b/examples/mqtt_tcp/build/include/config/esp32/phy/max/tx/power.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/esp32/phy/max/wifi/tx/power.h b/examples/mqtt_tcp/build/include/config/esp32/phy/max/wifi/tx/power.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/esp32/pthread/task/prio/default.h b/examples/mqtt_tcp/build/include/config/esp32/pthread/task/prio/default.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/esp32/pthread/task/stack/size/default.h b/examples/mqtt_tcp/build/include/config/esp32/pthread/task/stack/size/default.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/esp32/rtc/clk/cal/cycles.h b/examples/mqtt_tcp/build/include/config/esp32/rtc/clk/cal/cycles.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/esp32/rtc/clock/source/internal/rc.h b/examples/mqtt_tcp/build/include/config/esp32/rtc/clock/source/internal/rc.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/esp32/time/syscall/use/rtc/frc1.h b/examples/mqtt_tcp/build/include/config/esp32/time/syscall/use/rtc/frc1.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/esp32/trax/twobanks.h b/examples/mqtt_tcp/build/include/config/esp32/trax/twobanks.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/esp32/wifi/ampdu/rx/enabled.h b/examples/mqtt_tcp/build/include/config/esp32/wifi/ampdu/rx/enabled.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/esp32/wifi/ampdu/tx/enabled.h b/examples/mqtt_tcp/build/include/config/esp32/wifi/ampdu/tx/enabled.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/esp32/wifi/dynamic/rx/buffer/num.h b/examples/mqtt_tcp/build/include/config/esp32/wifi/dynamic/rx/buffer/num.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/esp32/wifi/dynamic/tx/buffer.h b/examples/mqtt_tcp/build/include/config/esp32/wifi/dynamic/tx/buffer.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/esp32/wifi/dynamic/tx/buffer/num.h b/examples/mqtt_tcp/build/include/config/esp32/wifi/dynamic/tx/buffer/num.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/esp32/wifi/nvs/enabled.h b/examples/mqtt_tcp/build/include/config/esp32/wifi/nvs/enabled.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/esp32/wifi/rx/ba/win.h b/examples/mqtt_tcp/build/include/config/esp32/wifi/rx/ba/win.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/esp32/wifi/static/rx/buffer/num.h b/examples/mqtt_tcp/build/include/config/esp32/wifi/static/rx/buffer/num.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/esp32/wifi/tx/ba/win.h b/examples/mqtt_tcp/build/include/config/esp32/wifi/tx/ba/win.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/esp32/wifi/tx/buffer/type.h b/examples/mqtt_tcp/build/include/config/esp32/wifi/tx/buffer/type.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/esp32/xtal/freq.h b/examples/mqtt_tcp/build/include/config/esp32/xtal/freq.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/esp32/xtal/freq/40.h b/examples/mqtt_tcp/build/include/config/esp32/xtal/freq/40.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/esptoolpy/after.h b/examples/mqtt_tcp/build/include/config/esptoolpy/after.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/esptoolpy/after/reset.h b/examples/mqtt_tcp/build/include/config/esptoolpy/after/reset.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/esptoolpy/baud.h b/examples/mqtt_tcp/build/include/config/esptoolpy/baud.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/esptoolpy/baud/115200b.h b/examples/mqtt_tcp/build/include/config/esptoolpy/baud/115200b.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/esptoolpy/baud/921600b.h b/examples/mqtt_tcp/build/include/config/esptoolpy/baud/921600b.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/esptoolpy/baud/other/val.h b/examples/mqtt_tcp/build/include/config/esptoolpy/baud/other/val.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/esptoolpy/before.h b/examples/mqtt_tcp/build/include/config/esptoolpy/before.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/esptoolpy/before/reset.h b/examples/mqtt_tcp/build/include/config/esptoolpy/before/reset.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/esptoolpy/compressed.h b/examples/mqtt_tcp/build/include/config/esptoolpy/compressed.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/esptoolpy/flashfreq.h b/examples/mqtt_tcp/build/include/config/esptoolpy/flashfreq.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/esptoolpy/flashfreq/40m.h b/examples/mqtt_tcp/build/include/config/esptoolpy/flashfreq/40m.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/esptoolpy/flashmode.h b/examples/mqtt_tcp/build/include/config/esptoolpy/flashmode.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/esptoolpy/flashsize.h b/examples/mqtt_tcp/build/include/config/esptoolpy/flashsize.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/esptoolpy/flashsize/2mb.h b/examples/mqtt_tcp/build/include/config/esptoolpy/flashsize/2mb.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/esptoolpy/flashsize/detect.h b/examples/mqtt_tcp/build/include/config/esptoolpy/flashsize/detect.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/esptoolpy/port.h b/examples/mqtt_tcp/build/include/config/esptoolpy/port.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/fatfs/codepage.h b/examples/mqtt_tcp/build/include/config/fatfs/codepage.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/fatfs/codepage/437.h b/examples/mqtt_tcp/build/include/config/fatfs/codepage/437.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/fatfs/fs/lock.h b/examples/mqtt_tcp/build/include/config/fatfs/fs/lock.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/fatfs/lfn/none.h b/examples/mqtt_tcp/build/include/config/fatfs/lfn/none.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/fatfs/per/file/cache.h b/examples/mqtt_tcp/build/include/config/fatfs/per/file/cache.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/fatfs/timeout/ms.h b/examples/mqtt_tcp/build/include/config/fatfs/timeout/ms.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/flash/encryption/insecure.h b/examples/mqtt_tcp/build/include/config/flash/encryption/insecure.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/flash/encryption/uart/bootloader/allow/cache.h b/examples/mqtt_tcp/build/include/config/flash/encryption/uart/bootloader/allow/cache.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/flash/encryption/uart/bootloader/allow/decrypt.h b/examples/mqtt_tcp/build/include/config/flash/encryption/uart/bootloader/allow/decrypt.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/flash/encryption/uart/bootloader/allow/encrypt.h b/examples/mqtt_tcp/build/include/config/flash/encryption/uart/bootloader/allow/encrypt.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/flashmode/dio.h b/examples/mqtt_tcp/build/include/config/flashmode/dio.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/four/universal/mac/address.h b/examples/mqtt_tcp/build/include/config/four/universal/mac/address.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/freertos/assert/fail/abort.h b/examples/mqtt_tcp/build/include/config/freertos/assert/fail/abort.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/freertos/assert/on/untested/function.h b/examples/mqtt_tcp/build/include/config/freertos/assert/on/untested/function.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/freertos/check/stackoverflow/canary.h b/examples/mqtt_tcp/build/include/config/freertos/check/stackoverflow/canary.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/freertos/coretimer/0.h b/examples/mqtt_tcp/build/include/config/freertos/coretimer/0.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/freertos/hz.h b/examples/mqtt_tcp/build/include/config/freertos/hz.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/freertos/idle/task/stacksize.h b/examples/mqtt_tcp/build/include/config/freertos/idle/task/stacksize.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/freertos/interrupt/backtrace.h b/examples/mqtt_tcp/build/include/config/freertos/interrupt/backtrace.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/freertos/isr/stacksize.h b/examples/mqtt_tcp/build/include/config/freertos/isr/stacksize.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/freertos/legacy/idle/hook.h b/examples/mqtt_tcp/build/include/config/freertos/legacy/idle/hook.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/freertos/legacy/tick/hook.h b/examples/mqtt_tcp/build/include/config/freertos/legacy/tick/hook.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/freertos/max/task/name/len.h b/examples/mqtt_tcp/build/include/config/freertos/max/task/name/len.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/freertos/portmux/debug.h b/examples/mqtt_tcp/build/include/config/freertos/portmux/debug.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/freertos/portmux/debug/recursive.h b/examples/mqtt_tcp/build/include/config/freertos/portmux/debug/recursive.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/freertos/queue/registry/size.h b/examples/mqtt_tcp/build/include/config/freertos/queue/registry/size.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/freertos/run/time/stats/using/cpu/clk.h b/examples/mqtt_tcp/build/include/config/freertos/run/time/stats/using/cpu/clk.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/freertos/run/time/stats/using/esp/timer.h b/examples/mqtt_tcp/build/include/config/freertos/run/time/stats/using/esp/timer.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/freertos/thread/local/storage/pointers.h b/examples/mqtt_tcp/build/include/config/freertos/thread/local/storage/pointers.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/freertos/use/stats/formatting/functions.h b/examples/mqtt_tcp/build/include/config/freertos/use/stats/formatting/functions.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/gattc/enable.h b/examples/mqtt_tcp/build/include/config/gattc/enable.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/gatts/enable.h b/examples/mqtt_tcp/build/include/config/gatts/enable.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/heap/poisoning/disabled.h b/examples/mqtt_tcp/build/include/config/heap/poisoning/disabled.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/int/wdt.h b/examples/mqtt_tcp/build/include/config/int/wdt.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/int/wdt/check/cpu1.h b/examples/mqtt_tcp/build/include/config/int/wdt/check/cpu1.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/int/wdt/timeout/ms.h b/examples/mqtt_tcp/build/include/config/int/wdt/timeout/ms.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/ip/lost/timer/interval.h b/examples/mqtt_tcp/build/include/config/ip/lost/timer/interval.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/ipc/task/stack/size.h b/examples/mqtt_tcp/build/include/config/ipc/task/stack/size.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/libsodium/use/mbedtls/sha.h b/examples/mqtt_tcp/build/include/config/libsodium/use/mbedtls/sha.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/log/bootloader/level.h b/examples/mqtt_tcp/build/include/config/log/bootloader/level.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/log/bootloader/level/info.h b/examples/mqtt_tcp/build/include/config/log/bootloader/level/info.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/log/colors.h b/examples/mqtt_tcp/build/include/config/log/colors.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/log/default/level.h b/examples/mqtt_tcp/build/include/config/log/default/level.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/log/default/level/debug.h b/examples/mqtt_tcp/build/include/config/log/default/level/debug.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/log/default/level/info.h b/examples/mqtt_tcp/build/include/config/log/default/level/info.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/lwip/dhcp/does/arp/check.h b/examples/mqtt_tcp/build/include/config/lwip/dhcp/does/arp/check.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/lwip/dhcp/max/ntp/servers.h b/examples/mqtt_tcp/build/include/config/lwip/dhcp/max/ntp/servers.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/lwip/dhcps/lease/unit.h b/examples/mqtt_tcp/build/include/config/lwip/dhcps/lease/unit.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/lwip/dhcps/max/station/num.h b/examples/mqtt_tcp/build/include/config/lwip/dhcps/max/station/num.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/lwip/etharp/trust/ip/mac.h b/examples/mqtt_tcp/build/include/config/lwip/etharp/trust/ip/mac.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/lwip/loopback/max/pbufs.h b/examples/mqtt_tcp/build/include/config/lwip/loopback/max/pbufs.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/lwip/max/active/tcp.h b/examples/mqtt_tcp/build/include/config/lwip/max/active/tcp.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/lwip/max/listening/tcp.h b/examples/mqtt_tcp/build/include/config/lwip/max/listening/tcp.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/lwip/max/raw/pcbs.h b/examples/mqtt_tcp/build/include/config/lwip/max/raw/pcbs.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/lwip/max/sockets.h b/examples/mqtt_tcp/build/include/config/lwip/max/sockets.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/lwip/max/udp/pcbs.h b/examples/mqtt_tcp/build/include/config/lwip/max/udp/pcbs.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/lwip/netif/loopback.h b/examples/mqtt_tcp/build/include/config/lwip/netif/loopback.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/lwip/so/reuse.h b/examples/mqtt_tcp/build/include/config/lwip/so/reuse.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/lwip/so/reuse/rxtoall.h b/examples/mqtt_tcp/build/include/config/lwip/so/reuse/rxtoall.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/main/task/stack/size.h b/examples/mqtt_tcp/build/include/config/main/task/stack/size.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/make/warn/undefined/variables.h b/examples/mqtt_tcp/build/include/config/make/warn/undefined/variables.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/mbedtls/aes/c.h b/examples/mqtt_tcp/build/include/config/mbedtls/aes/c.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/mbedtls/ccm/c.h b/examples/mqtt_tcp/build/include/config/mbedtls/ccm/c.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/mbedtls/ecdh/c.h b/examples/mqtt_tcp/build/include/config/mbedtls/ecdh/c.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/mbedtls/ecdsa/c.h b/examples/mqtt_tcp/build/include/config/mbedtls/ecdsa/c.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/mbedtls/ecp/c.h b/examples/mqtt_tcp/build/include/config/mbedtls/ecp/c.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/mbedtls/ecp/dp/bp256r1/enabled.h b/examples/mqtt_tcp/build/include/config/mbedtls/ecp/dp/bp256r1/enabled.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/mbedtls/ecp/dp/bp384r1/enabled.h b/examples/mqtt_tcp/build/include/config/mbedtls/ecp/dp/bp384r1/enabled.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/mbedtls/ecp/dp/bp512r1/enabled.h b/examples/mqtt_tcp/build/include/config/mbedtls/ecp/dp/bp512r1/enabled.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/mbedtls/ecp/dp/curve25519/enabled.h b/examples/mqtt_tcp/build/include/config/mbedtls/ecp/dp/curve25519/enabled.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/mbedtls/ecp/dp/secp192k1/enabled.h b/examples/mqtt_tcp/build/include/config/mbedtls/ecp/dp/secp192k1/enabled.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/mbedtls/ecp/dp/secp192r1/enabled.h b/examples/mqtt_tcp/build/include/config/mbedtls/ecp/dp/secp192r1/enabled.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/mbedtls/ecp/dp/secp224k1/enabled.h b/examples/mqtt_tcp/build/include/config/mbedtls/ecp/dp/secp224k1/enabled.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/mbedtls/ecp/dp/secp224r1/enabled.h b/examples/mqtt_tcp/build/include/config/mbedtls/ecp/dp/secp224r1/enabled.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/mbedtls/ecp/dp/secp256k1/enabled.h b/examples/mqtt_tcp/build/include/config/mbedtls/ecp/dp/secp256k1/enabled.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/mbedtls/ecp/dp/secp256r1/enabled.h b/examples/mqtt_tcp/build/include/config/mbedtls/ecp/dp/secp256r1/enabled.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/mbedtls/ecp/dp/secp384r1/enabled.h b/examples/mqtt_tcp/build/include/config/mbedtls/ecp/dp/secp384r1/enabled.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/mbedtls/ecp/dp/secp521r1/enabled.h b/examples/mqtt_tcp/build/include/config/mbedtls/ecp/dp/secp521r1/enabled.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/mbedtls/ecp/nist/optim.h b/examples/mqtt_tcp/build/include/config/mbedtls/ecp/nist/optim.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/mbedtls/gcm/c.h b/examples/mqtt_tcp/build/include/config/mbedtls/gcm/c.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/mbedtls/hardware/aes.h b/examples/mqtt_tcp/build/include/config/mbedtls/hardware/aes.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/mbedtls/have/time.h b/examples/mqtt_tcp/build/include/config/mbedtls/have/time.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/mbedtls/key/exchange/dhe/psk.h b/examples/mqtt_tcp/build/include/config/mbedtls/key/exchange/dhe/psk.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/mbedtls/key/exchange/dhe/rsa.h b/examples/mqtt_tcp/build/include/config/mbedtls/key/exchange/dhe/rsa.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/mbedtls/key/exchange/ecdh/ecdsa.h b/examples/mqtt_tcp/build/include/config/mbedtls/key/exchange/ecdh/ecdsa.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/mbedtls/key/exchange/ecdh/rsa.h b/examples/mqtt_tcp/build/include/config/mbedtls/key/exchange/ecdh/rsa.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/mbedtls/key/exchange/ecdhe/ecdsa.h b/examples/mqtt_tcp/build/include/config/mbedtls/key/exchange/ecdhe/ecdsa.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/mbedtls/key/exchange/ecdhe/psk.h b/examples/mqtt_tcp/build/include/config/mbedtls/key/exchange/ecdhe/psk.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/mbedtls/key/exchange/ecdhe/rsa.h b/examples/mqtt_tcp/build/include/config/mbedtls/key/exchange/ecdhe/rsa.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/mbedtls/key/exchange/elliptic/curve.h b/examples/mqtt_tcp/build/include/config/mbedtls/key/exchange/elliptic/curve.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/mbedtls/key/exchange/psk.h b/examples/mqtt_tcp/build/include/config/mbedtls/key/exchange/psk.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/mbedtls/key/exchange/rsa.h b/examples/mqtt_tcp/build/include/config/mbedtls/key/exchange/rsa.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/mbedtls/key/exchange/rsa/psk.h b/examples/mqtt_tcp/build/include/config/mbedtls/key/exchange/rsa/psk.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/mbedtls/mpi/use/interrupt.h b/examples/mqtt_tcp/build/include/config/mbedtls/mpi/use/interrupt.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/mbedtls/pem/parse/c.h b/examples/mqtt_tcp/build/include/config/mbedtls/pem/parse/c.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/mbedtls/pem/write/c.h b/examples/mqtt_tcp/build/include/config/mbedtls/pem/write/c.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/mbedtls/rc4/disabled.h b/examples/mqtt_tcp/build/include/config/mbedtls/rc4/disabled.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/mbedtls/ssl/alpn.h b/examples/mqtt_tcp/build/include/config/mbedtls/ssl/alpn.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/mbedtls/ssl/max/content/len.h b/examples/mqtt_tcp/build/include/config/mbedtls/ssl/max/content/len.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/mbedtls/ssl/proto/tls1.h b/examples/mqtt_tcp/build/include/config/mbedtls/ssl/proto/tls1.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/mbedtls/ssl/proto/tls1/1.h b/examples/mqtt_tcp/build/include/config/mbedtls/ssl/proto/tls1/1.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/mbedtls/ssl/proto/tls1/2.h b/examples/mqtt_tcp/build/include/config/mbedtls/ssl/proto/tls1/2.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/mbedtls/ssl/renegotiation.h b/examples/mqtt_tcp/build/include/config/mbedtls/ssl/renegotiation.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/mbedtls/ssl/session/tickets.h b/examples/mqtt_tcp/build/include/config/mbedtls/ssl/session/tickets.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/mbedtls/tls/client.h b/examples/mqtt_tcp/build/include/config/mbedtls/tls/client.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/mbedtls/tls/enabled.h b/examples/mqtt_tcp/build/include/config/mbedtls/tls/enabled.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/mbedtls/tls/server.h b/examples/mqtt_tcp/build/include/config/mbedtls/tls/server.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/mbedtls/tls/server/and/client.h b/examples/mqtt_tcp/build/include/config/mbedtls/tls/server/and/client.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/mbedtls/x509/crl/parse/c.h b/examples/mqtt_tcp/build/include/config/mbedtls/x509/crl/parse/c.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/mbedtls/x509/csr/parse/c.h b/examples/mqtt_tcp/build/include/config/mbedtls/x509/csr/parse/c.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/memmap/smp.h b/examples/mqtt_tcp/build/include/config/memmap/smp.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/monitor/baud.h b/examples/mqtt_tcp/build/include/config/monitor/baud.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/monitor/baud/115200b.h b/examples/mqtt_tcp/build/include/config/monitor/baud/115200b.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/monitor/baud/other/val.h b/examples/mqtt_tcp/build/include/config/monitor/baud/other/val.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/newlib/stdin/line/ending/cr.h b/examples/mqtt_tcp/build/include/config/newlib/stdin/line/ending/cr.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/newlib/stdout/line/ending/crlf.h b/examples/mqtt_tcp/build/include/config/newlib/stdout/line/ending/crlf.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/number/of/universal/mac/address.h b/examples/mqtt_tcp/build/include/config/number/of/universal/mac/address.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/openssl/assert/debug.h b/examples/mqtt_tcp/build/include/config/openssl/assert/debug.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/openssl/assert/debug/block.h b/examples/mqtt_tcp/build/include/config/openssl/assert/debug/block.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/openssl/assert/debug/exit.h b/examples/mqtt_tcp/build/include/config/openssl/assert/debug/exit.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/openssl/assert/do/nothing.h b/examples/mqtt_tcp/build/include/config/openssl/assert/do/nothing.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/openssl/lowlevel/debug.h b/examples/mqtt_tcp/build/include/config/openssl/lowlevel/debug.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/optimization/assertions/enabled.h b/examples/mqtt_tcp/build/include/config/optimization/assertions/enabled.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/optimization/level/debug.h b/examples/mqtt_tcp/build/include/config/optimization/level/debug.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/partition/table/custom/app/bin/offset.h b/examples/mqtt_tcp/build/include/config/partition/table/custom/app/bin/offset.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/partition/table/custom/filename.h b/examples/mqtt_tcp/build/include/config/partition/table/custom/filename.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/partition/table/filename.h b/examples/mqtt_tcp/build/include/config/partition/table/filename.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/partition/table/single/app.h b/examples/mqtt_tcp/build/include/config/partition/table/single/app.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/pm/dfs/init/auto.h b/examples/mqtt_tcp/build/include/config/pm/dfs/init/auto.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/pm/profiling.h b/examples/mqtt_tcp/build/include/config/pm/profiling.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/pm/trace.h b/examples/mqtt_tcp/build/include/config/pm/trace.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/pm/use/rtc/timer/ref.h b/examples/mqtt_tcp/build/include/config/pm/use/rtc/timer/ref.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/ppp/chap/support.h b/examples/mqtt_tcp/build/include/config/ppp/chap/support.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/ppp/debug/on.h b/examples/mqtt_tcp/build/include/config/ppp/debug/on.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/ppp/mppe/support.h b/examples/mqtt_tcp/build/include/config/ppp/mppe/support.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/ppp/mschap/support.h b/examples/mqtt_tcp/build/include/config/ppp/mschap/support.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/ppp/pap/support.h b/examples/mqtt_tcp/build/include/config/ppp/pap/support.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/python.h b/examples/mqtt_tcp/build/include/config/python.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/secure/boot/allow/jtag.h b/examples/mqtt_tcp/build/include/config/secure/boot/allow/jtag.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/secure/boot/allow/rom/basic.h b/examples/mqtt_tcp/build/include/config/secure/boot/allow/rom/basic.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/secure/boot/build/signed/binaries.h b/examples/mqtt_tcp/build/include/config/secure/boot/build/signed/binaries.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/secure/boot/insecure.h b/examples/mqtt_tcp/build/include/config/secure/boot/insecure.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/secure/boot/signing/key.h b/examples/mqtt_tcp/build/include/config/secure/boot/signing/key.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/secure/boot/test/mode.h b/examples/mqtt_tcp/build/include/config/secure/boot/test/mode.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/secure/boot/verification/key.h b/examples/mqtt_tcp/build/include/config/secure/boot/verification/key.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/secure/bootloader/one/time/flash.h b/examples/mqtt_tcp/build/include/config/secure/bootloader/one/time/flash.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/secure/bootloader/reflashable.h b/examples/mqtt_tcp/build/include/config/secure/bootloader/reflashable.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/smp/enable.h b/examples/mqtt_tcp/build/include/config/smp/enable.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/spi/flash/log/failed/write.h b/examples/mqtt_tcp/build/include/config/spi/flash/log/failed/write.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/spi/flash/rom/driver/patch.h b/examples/mqtt_tcp/build/include/config/spi/flash/rom/driver/patch.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/spi/flash/warn/setting/zero/to/one.h b/examples/mqtt_tcp/build/include/config/spi/flash/warn/setting/zero/to/one.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/spi/flash/writing/dangerous/regions/aborts.h b/examples/mqtt_tcp/build/include/config/spi/flash/writing/dangerous/regions/aborts.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/spiffs/cache.h b/examples/mqtt_tcp/build/include/config/spiffs/cache.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/spiffs/cache/wr.h b/examples/mqtt_tcp/build/include/config/spiffs/cache/wr.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/spiffs/gc/max/runs.h b/examples/mqtt_tcp/build/include/config/spiffs/gc/max/runs.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/spiffs/max/partitions.h b/examples/mqtt_tcp/build/include/config/spiffs/max/partitions.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/spiffs/meta/length.h b/examples/mqtt_tcp/build/include/config/spiffs/meta/length.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/spiffs/obj/name/len.h b/examples/mqtt_tcp/build/include/config/spiffs/obj/name/len.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/spiffs/page/check.h b/examples/mqtt_tcp/build/include/config/spiffs/page/check.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/spiffs/page/size.h b/examples/mqtt_tcp/build/include/config/spiffs/page/size.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/spiffs/use/magic.h b/examples/mqtt_tcp/build/include/config/spiffs/use/magic.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/spiffs/use/magic/length.h b/examples/mqtt_tcp/build/include/config/spiffs/use/magic/length.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/spiffs/use/mtime.h b/examples/mqtt_tcp/build/include/config/spiffs/use/mtime.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/spiram/allow/stack/external/memory.h b/examples/mqtt_tcp/build/include/config/spiram/allow/stack/external/memory.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/spiram/boot/init.h b/examples/mqtt_tcp/build/include/config/spiram/boot/init.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/spiram/cache/workaround.h b/examples/mqtt_tcp/build/include/config/spiram/cache/workaround.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/spiram/memtest.h b/examples/mqtt_tcp/build/include/config/spiram/memtest.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/spiram/speed/40m.h b/examples/mqtt_tcp/build/include/config/spiram/speed/40m.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/spiram/speed/80m.h b/examples/mqtt_tcp/build/include/config/spiram/speed/80m.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/spiram/type/esppsram32.h b/examples/mqtt_tcp/build/include/config/spiram/type/esppsram32.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/spiram/use/caps/alloc.h b/examples/mqtt_tcp/build/include/config/spiram/use/caps/alloc.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/spiram/use/malloc.h b/examples/mqtt_tcp/build/include/config/spiram/use/malloc.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/spiram/use/memmap.h b/examples/mqtt_tcp/build/include/config/spiram/use/memmap.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/stack/check/none.h b/examples/mqtt_tcp/build/include/config/stack/check/none.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/sw/coexist/enable.h b/examples/mqtt_tcp/build/include/config/sw/coexist/enable.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/system/event/queue/size.h b/examples/mqtt_tcp/build/include/config/system/event/queue/size.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/system/event/task/stack/size.h b/examples/mqtt_tcp/build/include/config/system/event/task/stack/size.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/sysview/enable.h b/examples/mqtt_tcp/build/include/config/sysview/enable.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/sysview/evt/idle/enable.h b/examples/mqtt_tcp/build/include/config/sysview/evt/idle/enable.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/sysview/evt/isr/enter/enable.h b/examples/mqtt_tcp/build/include/config/sysview/evt/isr/enter/enable.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/sysview/evt/isr/exit/enable.h b/examples/mqtt_tcp/build/include/config/sysview/evt/isr/exit/enable.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/sysview/evt/isr/to/scheduler/enable.h b/examples/mqtt_tcp/build/include/config/sysview/evt/isr/to/scheduler/enable.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/sysview/evt/overflow/enable.h b/examples/mqtt_tcp/build/include/config/sysview/evt/overflow/enable.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/sysview/evt/task/create/enable.h b/examples/mqtt_tcp/build/include/config/sysview/evt/task/create/enable.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/sysview/evt/task/start/exec/enable.h b/examples/mqtt_tcp/build/include/config/sysview/evt/task/start/exec/enable.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/sysview/evt/task/start/ready/enable.h b/examples/mqtt_tcp/build/include/config/sysview/evt/task/start/ready/enable.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/sysview/evt/task/stop/exec/enable.h b/examples/mqtt_tcp/build/include/config/sysview/evt/task/stop/exec/enable.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/sysview/evt/task/stop/ready/enable.h b/examples/mqtt_tcp/build/include/config/sysview/evt/task/stop/ready/enable.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/sysview/evt/task/terminate/enable.h b/examples/mqtt_tcp/build/include/config/sysview/evt/task/terminate/enable.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/sysview/evt/timer/enter/enable.h b/examples/mqtt_tcp/build/include/config/sysview/evt/timer/enter/enable.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/sysview/evt/timer/exit/enable.h b/examples/mqtt_tcp/build/include/config/sysview/evt/timer/exit/enable.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/sysview/ts/source/ccount.h b/examples/mqtt_tcp/build/include/config/sysview/ts/source/ccount.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/sysview/ts/source/esp/timer.h b/examples/mqtt_tcp/build/include/config/sysview/ts/source/esp/timer.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/sysview/ts/source/timer/00.h b/examples/mqtt_tcp/build/include/config/sysview/ts/source/timer/00.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/sysview/ts/source/timer/01.h b/examples/mqtt_tcp/build/include/config/sysview/ts/source/timer/01.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/sysview/ts/source/timer/10.h b/examples/mqtt_tcp/build/include/config/sysview/ts/source/timer/10.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/sysview/ts/source/timer/11.h b/examples/mqtt_tcp/build/include/config/sysview/ts/source/timer/11.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/task/wdt.h b/examples/mqtt_tcp/build/include/config/task/wdt.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/task/wdt/check/idle/task/cpu0.h b/examples/mqtt_tcp/build/include/config/task/wdt/check/idle/task/cpu0.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/task/wdt/check/idle/task/cpu1.h b/examples/mqtt_tcp/build/include/config/task/wdt/check/idle/task/cpu1.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/task/wdt/timeout/s.h b/examples/mqtt_tcp/build/include/config/task/wdt/timeout/s.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/tcp/maxrtx.h b/examples/mqtt_tcp/build/include/config/tcp/maxrtx.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/tcp/msl.h b/examples/mqtt_tcp/build/include/config/tcp/msl.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/tcp/mss.h b/examples/mqtt_tcp/build/include/config/tcp/mss.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/tcp/oversize/mss.h b/examples/mqtt_tcp/build/include/config/tcp/oversize/mss.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/tcp/queue/ooseq.h b/examples/mqtt_tcp/build/include/config/tcp/queue/ooseq.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/tcp/recvmbox/size.h b/examples/mqtt_tcp/build/include/config/tcp/recvmbox/size.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/tcp/snd/buf/default.h b/examples/mqtt_tcp/build/include/config/tcp/snd/buf/default.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/tcp/synmaxrtx.h b/examples/mqtt_tcp/build/include/config/tcp/synmaxrtx.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/tcp/wnd/default.h b/examples/mqtt_tcp/build/include/config/tcp/wnd/default.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/tcpip/recvmbox/size.h b/examples/mqtt_tcp/build/include/config/tcpip/recvmbox/size.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/tcpip/task/stack/size.h b/examples/mqtt_tcp/build/include/config/tcpip/task/stack/size.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/timer/queue/length.h b/examples/mqtt_tcp/build/include/config/timer/queue/length.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/timer/task/priority.h b/examples/mqtt_tcp/build/include/config/timer/task/priority.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/timer/task/stack/depth.h b/examples/mqtt_tcp/build/include/config/timer/task/stack/depth.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/timer/task/stack/size.h b/examples/mqtt_tcp/build/include/config/timer/task/stack/size.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/toolprefix.h b/examples/mqtt_tcp/build/include/config/toolprefix.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/tracemem/reserve/dram.h b/examples/mqtt_tcp/build/include/config/tracemem/reserve/dram.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/tristate.conf b/examples/mqtt_tcp/build/include/config/tristate.conf new file mode 100644 index 0000000..e45d04a --- /dev/null +++ b/examples/mqtt_tcp/build/include/config/tristate.conf @@ -0,0 +1,4 @@ +# +# Automatically generated file; DO NOT EDIT. +# Espressif IoT Development Framework Configuration +# diff --git a/examples/mqtt_tcp/build/include/config/udp/recvmbox/size.h b/examples/mqtt_tcp/build/include/config/udp/recvmbox/size.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/ulp/coproc/reserve/mem.h b/examples/mqtt_tcp/build/include/config/ulp/coproc/reserve/mem.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/wifi/lwip/allocation/from/spiram/first.h b/examples/mqtt_tcp/build/include/config/wifi/lwip/allocation/from/spiram/first.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/wifi/password.h b/examples/mqtt_tcp/build/include/config/wifi/password.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/wifi/ssid.h b/examples/mqtt_tcp/build/include/config/wifi/ssid.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/wl/sector/mode/perf.h b/examples/mqtt_tcp/build/include/config/wl/sector/mode/perf.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/wl/sector/mode/safe.h b/examples/mqtt_tcp/build/include/config/wl/sector/mode/safe.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/wl/sector/size.h b/examples/mqtt_tcp/build/include/config/wl/sector/size.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/config/wl/sector/size/4096.h b/examples/mqtt_tcp/build/include/config/wl/sector/size/4096.h new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/build/include/sdkconfig.h b/examples/mqtt_tcp/build/include/sdkconfig.h new file mode 100644 index 0000000..a4ee8d0 --- /dev/null +++ b/examples/mqtt_tcp/build/include/sdkconfig.h @@ -0,0 +1,211 @@ +/* + * + * Automatically generated file; DO NOT EDIT. + * Espressif IoT Development Framework Configuration + * + */ +#define CONFIG_ESP32_PHY_MAX_TX_POWER 20 +#define CONFIG_TRACEMEM_RESERVE_DRAM 0x0 +#define CONFIG_FREERTOS_MAX_TASK_NAME_LEN 16 +#define CONFIG_FATFS_LFN_NONE 1 +#define CONFIG_TCP_RECVMBOX_SIZE 6 +#define CONFIG_FATFS_CODEPAGE_437 1 +#define CONFIG_LWIP_ETHARP_TRUST_IP_MAC 1 +#define CONFIG_TCP_WND_DEFAULT 5744 +#define CONFIG_SPIFFS_USE_MAGIC_LENGTH 1 +#define CONFIG_IPC_TASK_STACK_SIZE 1024 +#define CONFIG_FATFS_PER_FILE_CACHE 1 +#define CONFIG_ESPTOOLPY_FLASHFREQ "40m" +#define CONFIG_MBEDTLS_KEY_EXCHANGE_RSA 1 +#define CONFIG_UDP_RECVMBOX_SIZE 6 +#define CONFIG_FREERTOS_QUEUE_REGISTRY_SIZE 0 +#define CONFIG_MBEDTLS_AES_C 1 +#define CONFIG_MBEDTLS_ECP_DP_SECP521R1_ENABLED 1 +#define CONFIG_MBEDTLS_GCM_C 1 +#define CONFIG_ESPTOOLPY_FLASHSIZE "2MB" +#define CONFIG_HEAP_POISONING_DISABLED 1 +#define CONFIG_SPIFFS_CACHE_WR 1 +#define CONFIG_BROWNOUT_DET_LVL_SEL_0 1 +#define CONFIG_ESP32_WIFI_DYNAMIC_TX_BUFFER 1 +#define CONFIG_SPIFFS_CACHE 1 +#define CONFIG_INT_WDT 1 +#define CONFIG_MBEDTLS_SSL_PROTO_TLS1 1 +#define CONFIG_MBEDTLS_ECDSA_C 1 +#define CONFIG_ESPTOOLPY_FLASHFREQ_40M 1 +#define CONFIG_LOG_BOOTLOADER_LEVEL_INFO 1 +#define CONFIG_ESPTOOLPY_FLASHSIZE_2MB 1 +#define CONFIG_BTDM_CONTROLLER_PINNED_TO_CORE 0 +#define CONFIG_FREERTOS_THREAD_LOCAL_STORAGE_POINTERS 1 +#define CONFIG_MBEDTLS_ECDH_C 1 +#define CONFIG_MBEDTLS_KEY_EXCHANGE_ELLIPTIC_CURVE 1 +#define CONFIG_ESP32_WIFI_STATIC_RX_BUFFER_NUM 10 +#define CONFIG_MBEDTLS_SSL_ALPN 1 +#define CONFIG_MBEDTLS_PEM_WRITE_C 1 +#define CONFIG_BT_RESERVE_DRAM 0x0 +#define CONFIG_FATFS_FS_LOCK 0 +#define CONFIG_IP_LOST_TIMER_INTERVAL 120 +#define CONFIG_SPIFFS_META_LENGTH 4 +#define CONFIG_ESP32_PANIC_PRINT_REBOOT 1 +#define CONFIG_MBEDTLS_ECP_DP_BP384R1_ENABLED 1 +#define CONFIG_MBEDTLS_ECP_DP_SECP256K1_ENABLED 1 +#define CONFIG_CONSOLE_UART_BAUDRATE 115200 +#define CONFIG_LWIP_MAX_SOCKETS 10 +#define CONFIG_LWIP_NETIF_LOOPBACK 1 +#define CONFIG_EMAC_TASK_PRIORITY 20 +#define CONFIG_TIMER_TASK_STACK_DEPTH 2048 +#define CONFIG_TCP_MSS 1436 +#define CONFIG_MBEDTLS_ECP_DP_CURVE25519_ENABLED 1 +#define CONFIG_FATFS_CODEPAGE 437 +#define CONFIG_ESP32_DEFAULT_CPU_FREQ_160 1 +#define CONFIG_ULP_COPROC_RESERVE_MEM 0 +#define CONFIG_LWIP_MAX_UDP_PCBS 16 +#define CONFIG_ESPTOOLPY_BAUD 921600 +#define CONFIG_INT_WDT_CHECK_CPU1 1 +#define CONFIG_FLASHMODE_DIO 1 +#define CONFIG_ESPTOOLPY_AFTER_RESET 1 +#define CONFIG_OPTIMIZATION_ASSERTIONS_ENABLED 1 +#define CONFIG_LWIP_DHCPS_MAX_STATION_NUM 8 +#define CONFIG_TOOLPREFIX "xtensa-esp32-elf-" +#define CONFIG_MBEDTLS_ECP_C 1 +#define CONFIG_FREERTOS_IDLE_TASK_STACKSIZE 1024 +#define CONFIG_MBEDTLS_RC4_DISABLED 1 +#define CONFIG_CONSOLE_UART_NUM 0 +#define CONFIG_ESP32_APPTRACE_LOCK_ENABLE 1 +#define CONFIG_ESP32_RTC_CLOCK_SOURCE_INTERNAL_RC 1 +#define CONFIG_TCP_OVERSIZE_MSS 1 +#define CONFIG_FOUR_UNIVERSAL_MAC_ADDRESS 1 +#define CONFIG_CONSOLE_UART_DEFAULT 1 +#define CONFIG_MBEDTLS_SSL_MAX_CONTENT_LEN 16384 +#define CONFIG_NUMBER_OF_UNIVERSAL_MAC_ADDRESS 4 +#define CONFIG_ESPTOOLPY_FLASHSIZE_DETECT 1 +#define CONFIG_TIMER_TASK_STACK_SIZE 3584 +#define CONFIG_ESP32_ENABLE_COREDUMP_TO_NONE 1 +#define CONFIG_MBEDTLS_X509_CRL_PARSE_C 1 +#define CONFIG_LWIP_DHCPS_LEASE_UNIT 60 +#define CONFIG_SPIFFS_USE_MAGIC 1 +#define CONFIG_TCPIP_TASK_STACK_SIZE 2560 +#define CONFIG_TASK_WDT 1 +#define CONFIG_MAIN_TASK_STACK_SIZE 3584 +#define CONFIG_SPIFFS_PAGE_CHECK 1 +#define CONFIG_LWIP_MAX_ACTIVE_TCP 16 +#define CONFIG_TASK_WDT_TIMEOUT_S 5 +#define CONFIG_INT_WDT_TIMEOUT_MS 300 +#define CONFIG_ESPTOOLPY_FLASHMODE "dio" +#define CONFIG_NEWLIB_STDIN_LINE_ENDING_CR 1 +#define CONFIG_MBEDTLS_KEY_EXCHANGE_ECDH_RSA 1 +#define CONFIG_ESPTOOLPY_BEFORE "default_reset" +#define CONFIG_LOG_DEFAULT_LEVEL 4 +#define CONFIG_FREERTOS_ASSERT_ON_UNTESTED_FUNCTION 1 +#define CONFIG_TIMER_QUEUE_LENGTH 10 +#define CONFIG_MAKE_WARN_UNDEFINED_VARIABLES 1 +#define CONFIG_FATFS_TIMEOUT_MS 10000 +#define CONFIG_ESP32_WIFI_DYNAMIC_RX_BUFFER_NUM 32 +#define CONFIG_MBEDTLS_CCM_C 1 +#define CONFIG_ESP32_PHY_MAX_WIFI_TX_POWER 20 +#define CONFIG_ESP32_RTC_CLK_CAL_CYCLES 1024 +#define CONFIG_ESP32_WIFI_TX_BA_WIN 6 +#define CONFIG_ESP32_WIFI_NVS_ENABLED 1 +#define CONFIG_LOG_DEFAULT_LEVEL_DEBUG 1 +#define CONFIG_MBEDTLS_ECP_DP_SECP224R1_ENABLED 1 +#define CONFIG_LIBSODIUM_USE_MBEDTLS_SHA 1 +#define CONFIG_DMA_RX_BUF_NUM 10 +#define CONFIG_MBEDTLS_ECP_DP_SECP384R1_ENABLED 1 +#define CONFIG_TCP_SYNMAXRTX 6 +#define CONFIG_MBEDTLS_KEY_EXCHANGE_ECDHE_ECDSA 1 +#define CONFIG_PYTHON "python" +#define CONFIG_MBEDTLS_ECP_NIST_OPTIM 1 +#define CONFIG_ESP32_TIME_SYSCALL_USE_RTC_FRC1 1 +#define CONFIG_ESPTOOLPY_COMPRESSED 1 +#define CONFIG_PARTITION_TABLE_FILENAME "partitions_singleapp.csv" +#define CONFIG_TCP_SND_BUF_DEFAULT 5744 +#define CONFIG_LWIP_DHCP_MAX_NTP_SERVERS 1 +#define CONFIG_TCP_MSL 60000 +#define CONFIG_MBEDTLS_SSL_PROTO_TLS1_1 1 +#define CONFIG_LWIP_SO_REUSE_RXTOALL 1 +#define CONFIG_WIFI_SSID "bichthao" +#define CONFIG_PARTITION_TABLE_SINGLE_APP 1 +#define CONFIG_ESP32_WIFI_RX_BA_WIN 6 +#define CONFIG_MBEDTLS_X509_CSR_PARSE_C 1 +#define CONFIG_SPIFFS_USE_MTIME 1 +#define CONFIG_MBEDTLS_KEY_EXCHANGE_ECDHE_RSA 1 +#define CONFIG_LWIP_DHCP_DOES_ARP_CHECK 1 +#define CONFIG_SYSTEM_EVENT_TASK_STACK_SIZE 2048 +#define CONFIG_ESP32_DEEP_SLEEP_WAKEUP_DELAY 2000 +#define CONFIG_BROWNOUT_DET_LVL 0 +#define CONFIG_MBEDTLS_PEM_PARSE_C 1 +#define CONFIG_SPIFFS_GC_MAX_RUNS 10 +#define CONFIG_ESP32_APPTRACE_DEST_NONE 1 +#define CONFIG_PARTITION_TABLE_CUSTOM_APP_BIN_OFFSET 0x10000 +#define CONFIG_MBEDTLS_SSL_PROTO_TLS1_2 1 +#define CONFIG_MBEDTLS_KEY_EXCHANGE_DHE_RSA 1 +#define CONFIG_ESP32_WIFI_DYNAMIC_TX_BUFFER_NUM 32 +#define CONFIG_MBEDTLS_ECP_DP_BP256R1_ENABLED 1 +#define CONFIG_MBEDTLS_ECP_DP_SECP224K1_ENABLED 1 +#define CONFIG_TASK_WDT_CHECK_IDLE_TASK_CPU1 1 +#define CONFIG_ESP32_DEFAULT_CPU_FREQ_MHZ 160 +#define CONFIG_MBEDTLS_HARDWARE_AES 1 +#define CONFIG_FREERTOS_HZ 100 +#define CONFIG_LOG_COLORS 1 +#define CONFIG_ESP32_PHY_CALIBRATION_AND_DATA_STORAGE 1 +#define CONFIG_STACK_CHECK_NONE 1 +#define CONFIG_FREERTOS_ASSERT_FAIL_ABORT 1 +#define CONFIG_BROWNOUT_DET 1 +#define CONFIG_ESP32_XTAL_FREQ 40 +#define CONFIG_MONITOR_BAUD_115200B 1 +#define CONFIG_LOG_BOOTLOADER_LEVEL 3 +#define CONFIG_MBEDTLS_TLS_ENABLED 1 +#define CONFIG_LWIP_MAX_RAW_PCBS 16 +#define CONFIG_MBEDTLS_SSL_SESSION_TICKETS 1 +#define CONFIG_SPIFFS_MAX_PARTITIONS 3 +#define CONFIG_MBEDTLS_SSL_RENEGOTIATION 1 +#define CONFIG_ESPTOOLPY_BEFORE_RESET 1 +#define CONFIG_ESPTOOLPY_BAUD_OTHER_VAL 115200 +#define CONFIG_SPIFFS_OBJ_NAME_LEN 32 +#define CONFIG_ESP32_PTHREAD_TASK_PRIO_DEFAULT 5 +#define CONFIG_TCPIP_RECVMBOX_SIZE 32 +#define CONFIG_TCP_MAXRTX 12 +#define CONFIG_ESPTOOLPY_AFTER "hard_reset" +#define CONFIG_LWIP_SO_REUSE 1 +#define CONFIG_ESP32_XTAL_FREQ_40 1 +#define CONFIG_DMA_TX_BUF_NUM 10 +#define CONFIG_LWIP_MAX_LISTENING_TCP 16 +#define CONFIG_FREERTOS_INTERRUPT_BACKTRACE 1 +#define CONFIG_WL_SECTOR_SIZE 4096 +#define CONFIG_ESP32_DEBUG_OCDAWARE 1 +#define CONFIG_TIMER_TASK_PRIORITY 1 +#define CONFIG_MBEDTLS_TLS_CLIENT 1 +#define CONFIG_MBEDTLS_ECP_DP_SECP256R1_ENABLED 1 +#define CONFIG_MONITOR_BAUD 115200 +#define CONFIG_FREERTOS_CORETIMER_0 1 +#define CONFIG_PARTITION_TABLE_CUSTOM_FILENAME "partitions.csv" +#define CONFIG_MBEDTLS_HAVE_TIME 1 +#define CONFIG_FREERTOS_CHECK_STACKOVERFLOW_CANARY 1 +#define CONFIG_TCP_QUEUE_OOSEQ 1 +#define CONFIG_MBEDTLS_TLS_SERVER 1 +#define CONFIG_MBEDTLS_TLS_SERVER_AND_CLIENT 1 +#define CONFIG_FREERTOS_ISR_STACKSIZE 1536 +#define CONFIG_OPENSSL_ASSERT_DO_NOTHING 1 +#define CONFIG_WL_SECTOR_SIZE_4096 1 +#define CONFIG_OPTIMIZATION_LEVEL_DEBUG 1 +#define CONFIG_ESP32_WIFI_AMPDU_TX_ENABLED 1 +#define CONFIG_BOOTLOADER_VDDSDIO_BOOST 1 +#define CONFIG_MBEDTLS_ECP_DP_SECP192R1_ENABLED 1 +#define CONFIG_MBEDTLS_ECP_DP_BP512R1_ENABLED 1 +#define CONFIG_MBEDTLS_KEY_EXCHANGE_ECDH_ECDSA 1 +#define CONFIG_WIFI_PASSWORD "chipphon" +#define CONFIG_SYSTEM_EVENT_QUEUE_SIZE 32 +#define CONFIG_ESP32_WIFI_TX_BUFFER_TYPE 1 +#define CONFIG_ESPTOOLPY_BAUD_921600B 1 +#define CONFIG_ESP32_WIFI_AMPDU_RX_ENABLED 1 +#define CONFIG_LWIP_LOOPBACK_MAX_PBUFS 8 +#define CONFIG_APP_OFFSET 0x10000 +#define CONFIG_MEMMAP_SMP 1 +#define CONFIG_SPI_FLASH_ROM_DRIVER_PATCH 1 +#define CONFIG_SPIFFS_PAGE_SIZE 256 +#define CONFIG_MBEDTLS_ECP_DP_SECP192K1_ENABLED 1 +#define CONFIG_TASK_WDT_CHECK_IDLE_TASK_CPU0 1 +#define CONFIG_ESP32_PTHREAD_TASK_STACK_SIZE_DEFAULT 3072 +#define CONFIG_MONITOR_BAUD_OTHER_VAL 115200 +#define CONFIG_NEWLIB_STDOUT_LINE_ENDING_CRLF 1 +#define CONFIG_ESPTOOLPY_PORT "/dev/tty.SLAB_USBtoUART" +#define CONFIG_SPI_FLASH_WRITING_DANGEROUS_REGIONS_ABORTS 1 diff --git a/examples/mqtt_tcp/build/jsmn/component_project_vars.mk b/examples/mqtt_tcp/build/jsmn/component_project_vars.mk new file mode 100644 index 0000000..b7d1a7a --- /dev/null +++ b/examples/mqtt_tcp/build/jsmn/component_project_vars.mk @@ -0,0 +1,7 @@ +# Automatically generated build file. Do not edit. +COMPONENT_INCLUDES += $(IDF_PATH)/components/jsmn/include/ +COMPONENT_LDFLAGS += -L$(BUILD_DIR_BASE)/jsmn -ljsmn +COMPONENT_LINKER_DEPS += +COMPONENT_SUBMODULES += +COMPONENT_LIBRARIES += jsmn +component-jsmn-build: diff --git a/examples/mqtt_tcp/build/jsmn/src/jsmn.d b/examples/mqtt_tcp/build/jsmn/src/jsmn.d new file mode 100644 index 0000000..545964d --- /dev/null +++ b/examples/mqtt_tcp/build/jsmn/src/jsmn.d @@ -0,0 +1,6 @@ +src//jsmn.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/jsmn/src//jsmn.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/jsmn/include/jsmn.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/jsmn/include/jsmn.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/jsmn/src//jsmn.c: diff --git a/examples/mqtt_tcp/build/json/cJSON/cJSON.d b/examples/mqtt_tcp/build/json/cJSON/cJSON.d new file mode 100644 index 0000000..f91a7c2 --- /dev/null +++ b/examples/mqtt_tcp/build/json/cJSON/cJSON.d @@ -0,0 +1,84 @@ +cJSON/cJSON.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/json/cJSON/cJSON.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/math.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/ctype.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/json/cJSON/cJSON.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/math.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/ctype.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/json/cJSON/cJSON.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/json/cJSON/cJSON.c: diff --git a/examples/mqtt_tcp/build/json/cJSON/cJSON_Utils.d b/examples/mqtt_tcp/build/json/cJSON/cJSON_Utils.d new file mode 100644 index 0000000..dce10f2 --- /dev/null +++ b/examples/mqtt_tcp/build/json/cJSON/cJSON_Utils.d @@ -0,0 +1,84 @@ +cJSON/cJSON_Utils.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/json/cJSON/cJSON_Utils.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/ctype.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/json/cJSON/cJSON_Utils.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/json/cJSON/cJSON.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/ctype.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/json/cJSON/cJSON_Utils.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/json/cJSON/cJSON.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/json/cJSON/cJSON_Utils.c: diff --git a/examples/mqtt_tcp/build/json/cJSON/test.d b/examples/mqtt_tcp/build/json/cJSON/test.d new file mode 100644 index 0000000..726df35 --- /dev/null +++ b/examples/mqtt_tcp/build/json/cJSON/test.d @@ -0,0 +1,75 @@ +cJSON/test.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/json/cJSON/test.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/json/cJSON/cJSON.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/json/cJSON/cJSON.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/json/cJSON/test.c: diff --git a/examples/mqtt_tcp/build/json/component_project_vars.mk b/examples/mqtt_tcp/build/json/component_project_vars.mk new file mode 100644 index 0000000..5619ad5 --- /dev/null +++ b/examples/mqtt_tcp/build/json/component_project_vars.mk @@ -0,0 +1,7 @@ +# Automatically generated build file. Do not edit. +COMPONENT_INCLUDES += $(IDF_PATH)/components/json/cJSON +COMPONENT_LDFLAGS += -L$(BUILD_DIR_BASE)/json -ljson +COMPONENT_LINKER_DEPS += +COMPONENT_SUBMODULES += $(IDF_PATH)/components/json/cJSON +COMPONENT_LIBRARIES += json +component-json-build: diff --git a/examples/mqtt_tcp/build/libsodium/component_project_vars.mk b/examples/mqtt_tcp/build/libsodium/component_project_vars.mk new file mode 100644 index 0000000..f502344 --- /dev/null +++ b/examples/mqtt_tcp/build/libsodium/component_project_vars.mk @@ -0,0 +1,7 @@ +# Automatically generated build file. Do not edit. +COMPONENT_INCLUDES += $(IDF_PATH)/components/libsodium/libsodium/src/libsodium/include $(IDF_PATH)/components/libsodium/port_include +COMPONENT_LDFLAGS += -L$(BUILD_DIR_BASE)/libsodium -llibsodium +COMPONENT_LINKER_DEPS += +COMPONENT_SUBMODULES += $(IDF_PATH)/components/libsodium/libsodium +COMPONENT_LIBRARIES += libsodium +component-libsodium-build: diff --git a/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_aead/chacha20poly1305/sodium/aead_chacha20poly1305.d b/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_aead/chacha20poly1305/sodium/aead_chacha20poly1305.d new file mode 100644 index 0000000..bc206e8 --- /dev/null +++ b/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_aead/chacha20poly1305/sodium/aead_chacha20poly1305.d @@ -0,0 +1,105 @@ +libsodium/src/libsodium/crypto_aead/chacha20poly1305/sodium/aead_chacha20poly1305.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_aead/chacha20poly1305/sodium/aead_chacha20poly1305.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_aead_chacha20poly1305.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_onetimeauth_poly1305.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_stream_chacha20.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_verify_16.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/randombytes.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/utils.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/private/common.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_aead_chacha20poly1305.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_onetimeauth_poly1305.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_stream_chacha20.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_verify_16.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/randombytes.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/utils.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/private/common.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_aead/chacha20poly1305/sodium/aead_chacha20poly1305.c: diff --git a/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_aead/xchacha20poly1305/sodium/aead_xchacha20poly1305.d b/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_aead/xchacha20poly1305/sodium/aead_xchacha20poly1305.d new file mode 100644 index 0000000..3c0c4b0 --- /dev/null +++ b/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_aead/xchacha20poly1305/sodium/aead_xchacha20poly1305.d @@ -0,0 +1,96 @@ +libsodium/src/libsodium/crypto_aead/xchacha20poly1305/sodium/aead_xchacha20poly1305.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_aead/xchacha20poly1305/sodium/aead_xchacha20poly1305.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_aead_xchacha20poly1305.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_aead_chacha20poly1305.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_core_hchacha20.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/randombytes.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/utils.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/private/common.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_aead_xchacha20poly1305.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_aead_chacha20poly1305.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_core_hchacha20.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/randombytes.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/utils.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/private/common.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_aead/xchacha20poly1305/sodium/aead_xchacha20poly1305.c: diff --git a/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_auth/crypto_auth.d b/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_auth/crypto_auth.d new file mode 100644 index 0000000..e4c832f --- /dev/null +++ b/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_auth/crypto_auth.d @@ -0,0 +1,84 @@ +libsodium/src/libsodium/crypto_auth/crypto_auth.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_auth/crypto_auth.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_auth.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_auth_hmacsha512256.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_auth_hmacsha512.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_hash_sha512.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/randombytes.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_auth.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_auth_hmacsha512256.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_auth_hmacsha512.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_hash_sha512.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/randombytes.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_auth/crypto_auth.c: diff --git a/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_auth/hmacsha256/auth_hmacsha256.d b/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_auth/hmacsha256/auth_hmacsha256.d new file mode 100644 index 0000000..297d435 --- /dev/null +++ b/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_auth/hmacsha256/auth_hmacsha256.d @@ -0,0 +1,93 @@ +libsodium/src/libsodium/crypto_auth/hmacsha256/auth_hmacsha256.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_auth/hmacsha256/auth_hmacsha256.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_auth_hmacsha256.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_hash_sha256.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_hash_sha256.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_verify_32.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/randombytes.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/utils.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_auth_hmacsha256.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_hash_sha256.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_hash_sha256.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_verify_32.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/randombytes.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/utils.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_auth/hmacsha256/auth_hmacsha256.c: diff --git a/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_auth/hmacsha512/auth_hmacsha512.d b/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_auth/hmacsha512/auth_hmacsha512.d new file mode 100644 index 0000000..6c18a3d --- /dev/null +++ b/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_auth/hmacsha512/auth_hmacsha512.d @@ -0,0 +1,93 @@ +libsodium/src/libsodium/crypto_auth/hmacsha512/auth_hmacsha512.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_auth/hmacsha512/auth_hmacsha512.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_auth_hmacsha512.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_hash_sha512.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_hash_sha512.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_verify_64.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/randombytes.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/utils.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_auth_hmacsha512.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_hash_sha512.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_hash_sha512.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_verify_64.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/randombytes.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/utils.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_auth/hmacsha512/auth_hmacsha512.c: diff --git a/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_auth/hmacsha512256/auth_hmacsha512256.d b/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_auth/hmacsha512256/auth_hmacsha512256.d new file mode 100644 index 0000000..0436d10 --- /dev/null +++ b/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_auth/hmacsha512256/auth_hmacsha512256.d @@ -0,0 +1,99 @@ +libsodium/src/libsodium/crypto_auth/hmacsha512256/auth_hmacsha512256.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_auth/hmacsha512256/auth_hmacsha512256.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_auth_hmacsha512.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_hash_sha512.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_auth_hmacsha512256.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_auth_hmacsha512.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_hash_sha512.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_verify_32.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/randombytes.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/utils.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_auth_hmacsha512.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_hash_sha512.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_auth_hmacsha512256.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_auth_hmacsha512.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_hash_sha512.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_verify_32.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/randombytes.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/utils.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_auth/hmacsha512256/auth_hmacsha512256.c: diff --git a/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_box/crypto_box.d b/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_box/crypto_box.d new file mode 100644 index 0000000..b3c671f --- /dev/null +++ b/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_box/crypto_box.d @@ -0,0 +1,12 @@ +libsodium/src/libsodium/crypto_box/crypto_box.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_box/crypto_box.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_box.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_box_curve25519xsalsa20poly1305.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_box.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_box_curve25519xsalsa20poly1305.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_box/crypto_box.c: diff --git a/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_box/crypto_box_easy.d b/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_box/crypto_box_easy.d new file mode 100644 index 0000000..f3c367d --- /dev/null +++ b/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_box/crypto_box_easy.d @@ -0,0 +1,87 @@ +libsodium/src/libsodium/crypto_box/crypto_box_easy.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_box/crypto_box_easy.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_box.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_box_curve25519xsalsa20poly1305.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_secretbox.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_secretbox_xsalsa20poly1305.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/private/common.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/utils.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_box.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_box_curve25519xsalsa20poly1305.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_secretbox.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_secretbox_xsalsa20poly1305.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/private/common.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/utils.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_box/crypto_box_easy.c: diff --git a/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_box/crypto_box_seal.d b/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_box/crypto_box_seal.d new file mode 100644 index 0000000..8d884e5 --- /dev/null +++ b/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_box/crypto_box_seal.d @@ -0,0 +1,84 @@ +libsodium/src/libsodium/crypto_box/crypto_box_seal.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_box/crypto_box_seal.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_box.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_box_curve25519xsalsa20poly1305.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_generichash.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_generichash_blake2b.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/private/common.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/utils.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_box.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_box_curve25519xsalsa20poly1305.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_generichash.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_generichash_blake2b.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/private/common.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/utils.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_box/crypto_box_seal.c: diff --git a/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_box/curve25519xsalsa20poly1305/box_curve25519xsalsa20poly1305.d b/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_box/curve25519xsalsa20poly1305/box_curve25519xsalsa20poly1305.d new file mode 100644 index 0000000..a16a30b --- /dev/null +++ b/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_box/curve25519xsalsa20poly1305/box_curve25519xsalsa20poly1305.d @@ -0,0 +1,96 @@ +libsodium/src/libsodium/crypto_box/curve25519xsalsa20poly1305/box_curve25519xsalsa20poly1305.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_box/curve25519xsalsa20poly1305/box_curve25519xsalsa20poly1305.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_box_curve25519xsalsa20poly1305.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_core_hsalsa20.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_hash_sha512.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_scalarmult_curve25519.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_secretbox_xsalsa20poly1305.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/randombytes.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/utils.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_box_curve25519xsalsa20poly1305.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_core_hsalsa20.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_hash_sha512.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_scalarmult_curve25519.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_secretbox_xsalsa20poly1305.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/randombytes.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/utils.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_box/curve25519xsalsa20poly1305/box_curve25519xsalsa20poly1305.c: diff --git a/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_core/curve25519/ref10/curve25519_ref10.d b/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_core/curve25519/ref10/curve25519_ref10.d new file mode 100644 index 0000000..05a4534 --- /dev/null +++ b/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_core/curve25519/ref10/curve25519_ref10.d @@ -0,0 +1,69 @@ +libsodium/src/libsodium/crypto_core/curve25519/ref10/curve25519_ref10.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_core/curve25519/ref10/curve25519_ref10.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_verify_32.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/private/curve25519_ref10.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_core/curve25519/ref10/base2.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_core/curve25519/ref10/base.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_verify_32.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/private/curve25519_ref10.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_core/curve25519/ref10/base2.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_core/curve25519/ref10/base.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_core/curve25519/ref10/curve25519_ref10.c: diff --git a/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_core/hchacha20/core_hchacha20.d b/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_core/hchacha20/core_hchacha20.d new file mode 100644 index 0000000..ff7e860 --- /dev/null +++ b/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_core/hchacha20/core_hchacha20.d @@ -0,0 +1,72 @@ +libsodium/src/libsodium/crypto_core/hchacha20/core_hchacha20.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_core/hchacha20/core_hchacha20.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_core_hchacha20.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/private/common.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_core_hchacha20.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/private/common.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_core/hchacha20/core_hchacha20.c: diff --git a/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_core/hsalsa20/core_hsalsa20.d b/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_core/hsalsa20/core_hsalsa20.d new file mode 100644 index 0000000..4c2a799 --- /dev/null +++ b/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_core/hsalsa20/core_hsalsa20.d @@ -0,0 +1,9 @@ +libsodium/src/libsodium/crypto_core/hsalsa20/core_hsalsa20.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_core/hsalsa20/core_hsalsa20.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_core_hsalsa20.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_core_hsalsa20.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_core/hsalsa20/core_hsalsa20.c: diff --git a/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_core/hsalsa20/ref2/core_hsalsa20_ref2.d b/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_core/hsalsa20/ref2/core_hsalsa20_ref2.d new file mode 100644 index 0000000..58ebb8e --- /dev/null +++ b/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_core/hsalsa20/ref2/core_hsalsa20_ref2.d @@ -0,0 +1,72 @@ +libsodium/src/libsodium/crypto_core/hsalsa20/ref2/core_hsalsa20_ref2.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_core/hsalsa20/ref2/core_hsalsa20_ref2.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_core_hsalsa20.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/private/common.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_core_hsalsa20.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/private/common.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_core/hsalsa20/ref2/core_hsalsa20_ref2.c: diff --git a/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_core/salsa/ref/core_salsa_ref.d b/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_core/salsa/ref/core_salsa_ref.d new file mode 100644 index 0000000..9754f5a --- /dev/null +++ b/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_core/salsa/ref/core_salsa_ref.d @@ -0,0 +1,78 @@ +libsodium/src/libsodium/crypto_core/salsa/ref/core_salsa_ref.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_core/salsa/ref/core_salsa_ref.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_core_salsa20.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_core_salsa2012.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_core_salsa208.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/private/common.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_core_salsa20.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_core_salsa2012.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_core_salsa208.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/private/common.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_core/salsa/ref/core_salsa_ref.c: diff --git a/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_generichash/blake2b/generichash_blake2.d b/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_generichash/blake2b/generichash_blake2.d new file mode 100644 index 0000000..7d1e305 --- /dev/null +++ b/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_generichash/blake2b/generichash_blake2.d @@ -0,0 +1,75 @@ +libsodium/src/libsodium/crypto_generichash/blake2b/generichash_blake2.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_generichash/blake2b/generichash_blake2.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_generichash_blake2b.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/randombytes.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_generichash_blake2b.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/randombytes.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_generichash/blake2b/generichash_blake2.c: diff --git a/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-compress-avx2.d b/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-compress-avx2.d new file mode 100644 index 0000000..a770fd7 --- /dev/null +++ b/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-compress-avx2.d @@ -0,0 +1,84 @@ +libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-compress-avx2.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-compress-avx2.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_generichash_blake2b.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/private/common.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/private/sse2_64_32.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/private/common.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_generichash_blake2b.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/private/common.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/private/sse2_64_32.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/private/common.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-compress-avx2.c: diff --git a/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-compress-ref.d b/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-compress-ref.d new file mode 100644 index 0000000..725729b --- /dev/null +++ b/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-compress-ref.d @@ -0,0 +1,78 @@ +libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-compress-ref.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-compress-ref.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_generichash_blake2b.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/private/common.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_generichash_blake2b.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/private/common.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-compress-ref.c: diff --git a/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-compress-sse41.d b/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-compress-sse41.d new file mode 100644 index 0000000..b6a35ca --- /dev/null +++ b/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-compress-sse41.d @@ -0,0 +1,84 @@ +libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-compress-sse41.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-compress-sse41.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_generichash_blake2b.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/private/common.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/private/sse2_64_32.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/private/common.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_generichash_blake2b.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/private/common.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/private/sse2_64_32.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/private/common.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-compress-sse41.c: diff --git a/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-compress-ssse3.d b/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-compress-ssse3.d new file mode 100644 index 0000000..904411c --- /dev/null +++ b/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-compress-ssse3.d @@ -0,0 +1,84 @@ +libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-compress-ssse3.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-compress-ssse3.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_generichash_blake2b.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/private/common.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/private/sse2_64_32.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/private/common.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_generichash_blake2b.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/private/common.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/private/sse2_64_32.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/private/common.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-compress-ssse3.c: diff --git a/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-ref.d b/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-ref.d new file mode 100644 index 0000000..b2df077 --- /dev/null +++ b/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-ref.d @@ -0,0 +1,93 @@ +libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-ref.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-ref.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_generichash_blake2b.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/private/common.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/runtime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/utils.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_generichash_blake2b.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/private/common.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/runtime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/utils.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-ref.c: diff --git a/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_generichash/blake2b/ref/generichash_blake2b.d b/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_generichash/blake2b/ref/generichash_blake2b.d new file mode 100644 index 0000000..7624d8e --- /dev/null +++ b/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_generichash/blake2b/ref/generichash_blake2b.d @@ -0,0 +1,81 @@ +libsodium/src/libsodium/crypto_generichash/blake2b/ref/generichash_blake2b.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_generichash/blake2b/ref/generichash_blake2b.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_generichash_blake2b.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_generichash_blake2b.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_generichash/blake2b/ref/generichash_blake2b.c: diff --git a/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_generichash/crypto_generichash.d b/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_generichash/crypto_generichash.d new file mode 100644 index 0000000..17cabe1 --- /dev/null +++ b/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_generichash/crypto_generichash.d @@ -0,0 +1,78 @@ +libsodium/src/libsodium/crypto_generichash/crypto_generichash.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_generichash/crypto_generichash.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_generichash.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_generichash_blake2b.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/randombytes.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_generichash.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_generichash_blake2b.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/randombytes.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_generichash/crypto_generichash.c: diff --git a/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_hash/crypto_hash.d b/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_hash/crypto_hash.d new file mode 100644 index 0000000..8cf0130 --- /dev/null +++ b/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_hash/crypto_hash.d @@ -0,0 +1,66 @@ +libsodium/src/libsodium/crypto_hash/crypto_hash.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_hash/crypto_hash.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_hash.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_hash_sha512.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_hash.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_hash_sha512.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_hash/crypto_hash.c: diff --git a/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_hash/sha256/hash_sha256.d b/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_hash/sha256/hash_sha256.d new file mode 100644 index 0000000..cd9e6b4 --- /dev/null +++ b/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_hash/sha256/hash_sha256.d @@ -0,0 +1,63 @@ +libsodium/src/libsodium/crypto_hash/sha256/hash_sha256.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_hash/sha256/hash_sha256.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_hash_sha256.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_hash_sha256.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_hash/sha256/hash_sha256.c: diff --git a/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_hash/sha512/hash_sha512.d b/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_hash/sha512/hash_sha512.d new file mode 100644 index 0000000..20177a6 --- /dev/null +++ b/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_hash/sha512/hash_sha512.d @@ -0,0 +1,63 @@ +libsodium/src/libsodium/crypto_hash/sha512/hash_sha512.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_hash/sha512/hash_sha512.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_hash_sha512.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_hash_sha512.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_hash/sha512/hash_sha512.c: diff --git a/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_kdf/blake2b/kdf_blake2b.d b/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_kdf/blake2b/kdf_blake2b.d new file mode 100644 index 0000000..6de5b0a --- /dev/null +++ b/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_kdf/blake2b/kdf_blake2b.d @@ -0,0 +1,84 @@ +libsodium/src/libsodium/crypto_kdf/blake2b/kdf_blake2b.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_kdf/blake2b/kdf_blake2b.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_kdf_blake2b.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_kdf_blake2b.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_generichash_blake2b.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/private/common.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_kdf_blake2b.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_kdf_blake2b.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_generichash_blake2b.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/private/common.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_kdf/blake2b/kdf_blake2b.c: diff --git a/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_kdf/crypto_kdf.d b/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_kdf/crypto_kdf.d new file mode 100644 index 0000000..15088d4 --- /dev/null +++ b/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_kdf/crypto_kdf.d @@ -0,0 +1,60 @@ +libsodium/src/libsodium/crypto_kdf/crypto_kdf.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_kdf/crypto_kdf.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_kdf.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_kdf_blake2b.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/randombytes.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_kdf.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_kdf_blake2b.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/randombytes.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_kdf/crypto_kdf.c: diff --git a/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_kx/crypto_kx.d b/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_kx/crypto_kx.d new file mode 100644 index 0000000..5702877 --- /dev/null +++ b/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_kx/crypto_kx.d @@ -0,0 +1,99 @@ +libsodium/src/libsodium/crypto_kx/crypto_kx.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_kx/crypto_kx.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_generichash.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_generichash_blake2b.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_kx.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_scalarmult.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_scalarmult_curve25519.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/private/common.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/randombytes.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/utils.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_generichash.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_generichash_blake2b.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_kx.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_scalarmult.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_scalarmult_curve25519.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/private/common.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/randombytes.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/utils.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_kx/crypto_kx.c: diff --git a/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_onetimeauth/crypto_onetimeauth.d b/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_onetimeauth/crypto_onetimeauth.d new file mode 100644 index 0000000..e017e6f --- /dev/null +++ b/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_onetimeauth/crypto_onetimeauth.d @@ -0,0 +1,84 @@ +libsodium/src/libsodium/crypto_onetimeauth/crypto_onetimeauth.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_onetimeauth/crypto_onetimeauth.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_onetimeauth.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_onetimeauth_poly1305.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/randombytes.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_onetimeauth.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_onetimeauth_poly1305.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/randombytes.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_onetimeauth/crypto_onetimeauth.c: diff --git a/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_onetimeauth/poly1305/donna/poly1305_donna.d b/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_onetimeauth/poly1305/donna/poly1305_donna.d new file mode 100644 index 0000000..05451c8 --- /dev/null +++ b/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_onetimeauth/poly1305/donna/poly1305_donna.d @@ -0,0 +1,102 @@ +libsodium/src/libsodium/crypto_onetimeauth/poly1305/donna/poly1305_donna.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_onetimeauth/poly1305/donna/poly1305_donna.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_onetimeauth/poly1305/donna/poly1305_donna.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_onetimeauth/poly1305/donna/../onetimeauth_poly1305.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_onetimeauth_poly1305.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_verify_16.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/private/common.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/utils.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_onetimeauth/poly1305/donna/poly1305_donna32.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_onetimeauth/poly1305/donna/poly1305_donna.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_onetimeauth/poly1305/donna/../onetimeauth_poly1305.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_onetimeauth_poly1305.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_verify_16.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/private/common.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/utils.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_onetimeauth/poly1305/donna/poly1305_donna32.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_onetimeauth/poly1305/donna/poly1305_donna.c: diff --git a/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_onetimeauth/poly1305/onetimeauth_poly1305.d b/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_onetimeauth/poly1305/onetimeauth_poly1305.d new file mode 100644 index 0000000..953ff45 --- /dev/null +++ b/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_onetimeauth/poly1305/onetimeauth_poly1305.d @@ -0,0 +1,102 @@ +libsodium/src/libsodium/crypto_onetimeauth/poly1305/onetimeauth_poly1305.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_onetimeauth/poly1305/onetimeauth_poly1305.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_onetimeauth/poly1305/onetimeauth_poly1305.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_onetimeauth_poly1305.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/private/common.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/randombytes.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/runtime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_onetimeauth/poly1305/donna/poly1305_donna.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_onetimeauth/poly1305/donna/../onetimeauth_poly1305.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_onetimeauth/poly1305/onetimeauth_poly1305.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_onetimeauth_poly1305.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/private/common.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/randombytes.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/runtime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_onetimeauth/poly1305/donna/poly1305_donna.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_onetimeauth/poly1305/donna/../onetimeauth_poly1305.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_onetimeauth/poly1305/onetimeauth_poly1305.c: diff --git a/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-core.d b/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-core.d new file mode 100644 index 0000000..798f82b --- /dev/null +++ b/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-core.d @@ -0,0 +1,111 @@ +libsodium/src/libsodium/crypto_pwhash/argon2/argon2-core.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-core.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_generichash_blake2b.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/private/common.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/runtime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/utils.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_pwhash/argon2/argon2.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_pwhash/argon2/blake2b-long.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_generichash_blake2b.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/private/common.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/runtime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/utils.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_pwhash/argon2/argon2.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_pwhash/argon2/blake2b-long.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-core.c: diff --git a/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-encoding.d b/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-encoding.d new file mode 100644 index 0000000..7da7fd4 --- /dev/null +++ b/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-encoding.d @@ -0,0 +1,90 @@ +libsodium/src/libsodium/crypto_pwhash/argon2/argon2-encoding.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-encoding.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-encoding.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_pwhash/argon2/argon2.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-encoding.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_pwhash/argon2/argon2.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-encoding.c: diff --git a/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-fill-block-ref.d b/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-fill-block-ref.d new file mode 100644 index 0000000..baf92fa --- /dev/null +++ b/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-fill-block-ref.d @@ -0,0 +1,78 @@ +libsodium/src/libsodium/crypto_pwhash/argon2/argon2-fill-block-ref.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-fill-block-ref.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_pwhash/argon2/argon2.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_pwhash/argon2/blamka-round-ref.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/private/common.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_pwhash/argon2/argon2.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_pwhash/argon2/blamka-round-ref.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/private/common.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-fill-block-ref.c: diff --git a/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-fill-block-ssse3.d b/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-fill-block-ssse3.d new file mode 100644 index 0000000..1e92aa6 --- /dev/null +++ b/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-fill-block-ssse3.d @@ -0,0 +1,81 @@ +libsodium/src/libsodium/crypto_pwhash/argon2/argon2-fill-block-ssse3.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-fill-block-ssse3.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_pwhash/argon2/argon2.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/private/common.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/private/sse2_64_32.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/private/common.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_pwhash/argon2/argon2.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/private/common.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/private/sse2_64_32.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/private/common.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-fill-block-ssse3.c: diff --git a/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_pwhash/argon2/argon2.d b/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_pwhash/argon2/argon2.d new file mode 100644 index 0000000..e7972be --- /dev/null +++ b/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_pwhash/argon2/argon2.d @@ -0,0 +1,96 @@ +libsodium/src/libsodium/crypto_pwhash/argon2/argon2.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_pwhash/argon2/argon2.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/utils.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_pwhash/argon2/argon2.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-encoding.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/utils.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_pwhash/argon2/argon2.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-encoding.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_pwhash/argon2/argon2.c: diff --git a/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_pwhash/argon2/blake2b-long.d b/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_pwhash/argon2/blake2b-long.d new file mode 100644 index 0000000..98b0872 --- /dev/null +++ b/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_pwhash/argon2/blake2b-long.d @@ -0,0 +1,81 @@ +libsodium/src/libsodium/crypto_pwhash/argon2/blake2b-long.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_pwhash/argon2/blake2b-long.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_generichash_blake2b.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/private/common.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/utils.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_pwhash/argon2/blake2b-long.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_generichash_blake2b.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/private/common.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/utils.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_pwhash/argon2/blake2b-long.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_pwhash/argon2/blake2b-long.c: diff --git a/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_pwhash/argon2/pwhash_argon2i.d b/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_pwhash/argon2/pwhash_argon2i.d new file mode 100644 index 0000000..3a348c7 --- /dev/null +++ b/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_pwhash/argon2/pwhash_argon2i.d @@ -0,0 +1,90 @@ +libsodium/src/libsodium/crypto_pwhash/argon2/pwhash_argon2i.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_pwhash/argon2/pwhash_argon2i.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_pwhash/argon2/argon2.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_pwhash_argon2i.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/randombytes.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/utils.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_pwhash/argon2/argon2.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_pwhash_argon2i.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/randombytes.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/utils.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_pwhash/argon2/pwhash_argon2i.c: diff --git a/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_pwhash/crypto_pwhash.d b/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_pwhash/crypto_pwhash.d new file mode 100644 index 0000000..47711a0 --- /dev/null +++ b/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_pwhash/crypto_pwhash.d @@ -0,0 +1,60 @@ +libsodium/src/libsodium/crypto_pwhash/crypto_pwhash.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_pwhash/crypto_pwhash.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_pwhash.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_pwhash_argon2i.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_pwhash.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_pwhash_argon2i.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_pwhash/crypto_pwhash.c: diff --git a/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/crypto_scrypt-common.d b/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/crypto_scrypt-common.d new file mode 100644 index 0000000..e6a97d3 --- /dev/null +++ b/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/crypto_scrypt-common.d @@ -0,0 +1,84 @@ +libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/crypto_scrypt-common.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/crypto_scrypt-common.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_pwhash_scryptsalsa208sha256.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/crypto_scrypt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/private/common.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/runtime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/utils.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_pwhash_scryptsalsa208sha256.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/crypto_scrypt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/private/common.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/runtime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/utils.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/crypto_scrypt-common.c: diff --git a/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/nosse/pwhash_scryptsalsa208sha256_nosse.d b/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/nosse/pwhash_scryptsalsa208sha256_nosse.d new file mode 100644 index 0000000..693e703 --- /dev/null +++ b/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/nosse/pwhash_scryptsalsa208sha256_nosse.d @@ -0,0 +1,99 @@ +libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/nosse/pwhash_scryptsalsa208sha256_nosse.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/nosse/pwhash_scryptsalsa208sha256_nosse.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/nosse/../crypto_scrypt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/nosse/../pbkdf2-sha256.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_auth_hmacsha256.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_hash_sha256.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/private/common.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/nosse/../crypto_scrypt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/nosse/../pbkdf2-sha256.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_auth_hmacsha256.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_hash_sha256.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/private/common.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/nosse/pwhash_scryptsalsa208sha256_nosse.c: diff --git a/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/pbkdf2-sha256.d b/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/pbkdf2-sha256.d new file mode 100644 index 0000000..564da42 --- /dev/null +++ b/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/pbkdf2-sha256.d @@ -0,0 +1,93 @@ +libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/pbkdf2-sha256.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/pbkdf2-sha256.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_auth_hmacsha256.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_hash_sha256.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/pbkdf2-sha256.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/private/common.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/utils.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_auth_hmacsha256.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_hash_sha256.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/pbkdf2-sha256.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/private/common.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/utils.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/pbkdf2-sha256.c: diff --git a/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/pwhash_scryptsalsa208sha256.d b/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/pwhash_scryptsalsa208sha256.d new file mode 100644 index 0000000..5b3f1dd --- /dev/null +++ b/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/pwhash_scryptsalsa208sha256.d @@ -0,0 +1,99 @@ +libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/pwhash_scryptsalsa208sha256.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/pwhash_scryptsalsa208sha256.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_pwhash_scryptsalsa208sha256.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/crypto_scrypt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/private/common.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/randombytes.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/utils.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_pwhash_scryptsalsa208sha256.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/crypto_scrypt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/private/common.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/randombytes.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/utils.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/pwhash_scryptsalsa208sha256.c: diff --git a/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/scrypt_platform.d b/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/scrypt_platform.d new file mode 100644 index 0000000..4d817d2 --- /dev/null +++ b/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/scrypt_platform.d @@ -0,0 +1,75 @@ +libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/scrypt_platform.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/scrypt_platform.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/crypto_scrypt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/runtime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/crypto_scrypt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/runtime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/scrypt_platform.c: diff --git a/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_scalarmult/crypto_scalarmult.d b/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_scalarmult/crypto_scalarmult.d new file mode 100644 index 0000000..ddc64e8 --- /dev/null +++ b/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_scalarmult/crypto_scalarmult.d @@ -0,0 +1,12 @@ +libsodium/src/libsodium/crypto_scalarmult/crypto_scalarmult.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_scalarmult/crypto_scalarmult.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_scalarmult.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_scalarmult_curve25519.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_scalarmult.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_scalarmult_curve25519.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_scalarmult/crypto_scalarmult.c: diff --git a/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_scalarmult/curve25519/ref10/x25519_ref10.d b/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_scalarmult/curve25519/ref10/x25519_ref10.d new file mode 100644 index 0000000..1bf5e06 --- /dev/null +++ b/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_scalarmult/curve25519/ref10/x25519_ref10.d @@ -0,0 +1,33 @@ +libsodium/src/libsodium/crypto_scalarmult/curve25519/ref10/x25519_ref10.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_scalarmult/curve25519/ref10/x25519_ref10.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_scalarmult/curve25519/ref10/../scalarmult_curve25519.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/private/curve25519_ref10.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/utils.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_scalarmult/curve25519/ref10/x25519_ref10.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_scalarmult_curve25519.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_scalarmult/curve25519/ref10/../scalarmult_curve25519.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/private/curve25519_ref10.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/utils.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_scalarmult/curve25519/ref10/x25519_ref10.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_scalarmult_curve25519.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_scalarmult/curve25519/ref10/x25519_ref10.c: diff --git a/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_scalarmult/curve25519/scalarmult_curve25519.d b/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_scalarmult/curve25519/scalarmult_curve25519.d new file mode 100644 index 0000000..5a0e804 --- /dev/null +++ b/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_scalarmult/curve25519/scalarmult_curve25519.d @@ -0,0 +1,21 @@ +libsodium/src/libsodium/crypto_scalarmult/curve25519/scalarmult_curve25519.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_scalarmult/curve25519/scalarmult_curve25519.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_scalarmult_curve25519.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_scalarmult/curve25519/scalarmult_curve25519.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/runtime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_scalarmult/curve25519/ref10/x25519_ref10.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_scalarmult/curve25519/ref10/../scalarmult_curve25519.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_scalarmult_curve25519.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_scalarmult/curve25519/scalarmult_curve25519.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/runtime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_scalarmult/curve25519/ref10/x25519_ref10.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_scalarmult/curve25519/ref10/../scalarmult_curve25519.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_scalarmult/curve25519/scalarmult_curve25519.c: diff --git a/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_secretbox/crypto_secretbox.d b/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_secretbox/crypto_secretbox.d new file mode 100644 index 0000000..05a0845 --- /dev/null +++ b/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_secretbox/crypto_secretbox.d @@ -0,0 +1,60 @@ +libsodium/src/libsodium/crypto_secretbox/crypto_secretbox.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_secretbox/crypto_secretbox.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_secretbox.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_secretbox_xsalsa20poly1305.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/randombytes.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_secretbox.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_secretbox_xsalsa20poly1305.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/randombytes.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_secretbox/crypto_secretbox.c: diff --git a/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_secretbox/crypto_secretbox_easy.d b/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_secretbox/crypto_secretbox_easy.d new file mode 100644 index 0000000..d7b0e3e --- /dev/null +++ b/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_secretbox/crypto_secretbox_easy.d @@ -0,0 +1,114 @@ +libsodium/src/libsodium/crypto_secretbox/crypto_secretbox_easy.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_secretbox/crypto_secretbox_easy.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_core_hsalsa20.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_onetimeauth_poly1305.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_secretbox.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_secretbox_xsalsa20poly1305.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_stream_salsa20.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/private/common.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/utils.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_core_hsalsa20.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_onetimeauth_poly1305.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_secretbox.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_secretbox_xsalsa20poly1305.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_stream_salsa20.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/private/common.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/utils.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_secretbox/crypto_secretbox_easy.c: diff --git a/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_secretbox/xsalsa20poly1305/secretbox_xsalsa20poly1305.d b/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_secretbox/xsalsa20poly1305/secretbox_xsalsa20poly1305.d new file mode 100644 index 0000000..86f97aa --- /dev/null +++ b/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_secretbox/xsalsa20poly1305/secretbox_xsalsa20poly1305.d @@ -0,0 +1,87 @@ +libsodium/src/libsodium/crypto_secretbox/xsalsa20poly1305/secretbox_xsalsa20poly1305.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_secretbox/xsalsa20poly1305/secretbox_xsalsa20poly1305.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_onetimeauth_poly1305.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_secretbox_xsalsa20poly1305.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_stream_xsalsa20.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/randombytes.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_onetimeauth_poly1305.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_secretbox_xsalsa20poly1305.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_stream_xsalsa20.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/randombytes.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_secretbox/xsalsa20poly1305/secretbox_xsalsa20poly1305.c: diff --git a/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_shorthash/crypto_shorthash.d b/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_shorthash/crypto_shorthash.d new file mode 100644 index 0000000..272f9d7 --- /dev/null +++ b/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_shorthash/crypto_shorthash.d @@ -0,0 +1,60 @@ +libsodium/src/libsodium/crypto_shorthash/crypto_shorthash.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_shorthash/crypto_shorthash.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_shorthash.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_shorthash_siphash24.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/randombytes.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_shorthash.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_shorthash_siphash24.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/randombytes.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_shorthash/crypto_shorthash.c: diff --git a/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_shorthash/siphash24/ref/shorthash_siphash24_ref.d b/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_shorthash/siphash24/ref/shorthash_siphash24_ref.d new file mode 100644 index 0000000..e29e6ea --- /dev/null +++ b/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_shorthash/siphash24/ref/shorthash_siphash24_ref.d @@ -0,0 +1,75 @@ +libsodium/src/libsodium/crypto_shorthash/siphash24/ref/shorthash_siphash24_ref.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_shorthash/siphash24/ref/shorthash_siphash24_ref.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_shorthash_siphash24.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/private/common.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_shorthash/siphash24/ref/shorthash_siphash_ref.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_shorthash_siphash24.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/private/common.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_shorthash/siphash24/ref/shorthash_siphash_ref.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_shorthash/siphash24/ref/shorthash_siphash24_ref.c: diff --git a/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_shorthash/siphash24/ref/shorthash_siphashx24_ref.d b/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_shorthash/siphash24/ref/shorthash_siphashx24_ref.d new file mode 100644 index 0000000..312e42f --- /dev/null +++ b/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_shorthash/siphash24/ref/shorthash_siphashx24_ref.d @@ -0,0 +1,75 @@ +libsodium/src/libsodium/crypto_shorthash/siphash24/ref/shorthash_siphashx24_ref.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_shorthash/siphash24/ref/shorthash_siphashx24_ref.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_shorthash_siphash24.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/private/common.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_shorthash/siphash24/ref/shorthash_siphash_ref.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_shorthash_siphash24.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/private/common.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_shorthash/siphash24/ref/shorthash_siphash_ref.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_shorthash/siphash24/ref/shorthash_siphashx24_ref.c: diff --git a/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_shorthash/siphash24/shorthash_siphash24.d b/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_shorthash/siphash24/shorthash_siphash24.d new file mode 100644 index 0000000..27eab63 --- /dev/null +++ b/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_shorthash/siphash24/shorthash_siphash24.d @@ -0,0 +1,9 @@ +libsodium/src/libsodium/crypto_shorthash/siphash24/shorthash_siphash24.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_shorthash/siphash24/shorthash_siphash24.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_shorthash_siphash24.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_shorthash_siphash24.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_shorthash/siphash24/shorthash_siphash24.c: diff --git a/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_shorthash/siphash24/shorthash_siphashx24.d b/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_shorthash/siphash24/shorthash_siphashx24.d new file mode 100644 index 0000000..75e0f86 --- /dev/null +++ b/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_shorthash/siphash24/shorthash_siphashx24.d @@ -0,0 +1,9 @@ +libsodium/src/libsodium/crypto_shorthash/siphash24/shorthash_siphashx24.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_shorthash/siphash24/shorthash_siphashx24.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_shorthash_siphash24.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_shorthash_siphash24.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_shorthash/siphash24/shorthash_siphashx24.c: diff --git a/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_sign/crypto_sign.d b/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_sign/crypto_sign.d new file mode 100644 index 0000000..199dd81 --- /dev/null +++ b/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_sign/crypto_sign.d @@ -0,0 +1,69 @@ +libsodium/src/libsodium/crypto_sign/crypto_sign.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_sign/crypto_sign.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_sign.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_sign_ed25519.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_hash_sha512.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_sign.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_sign_ed25519.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_hash_sha512.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_sign/crypto_sign.c: diff --git a/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_sign/ed25519/ref10/keypair.d b/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_sign/ed25519/ref10/keypair.d new file mode 100644 index 0000000..e32fca5 --- /dev/null +++ b/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_sign/ed25519/ref10/keypair.d @@ -0,0 +1,96 @@ +libsodium/src/libsodium/crypto_sign/ed25519/ref10/keypair.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_sign/ed25519/ref10/keypair.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_hash_sha512.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_scalarmult_curve25519.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_sign_ed25519.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_hash_sha512.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/private/curve25519_ref10.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/randombytes.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/utils.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_hash_sha512.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_scalarmult_curve25519.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_sign_ed25519.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_hash_sha512.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/private/curve25519_ref10.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/randombytes.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/utils.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_sign/ed25519/ref10/keypair.c: diff --git a/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_sign/ed25519/ref10/obsolete.d b/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_sign/ed25519/ref10/obsolete.d new file mode 100644 index 0000000..e4b3bf5 --- /dev/null +++ b/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_sign/ed25519/ref10/obsolete.d @@ -0,0 +1,96 @@ +libsodium/src/libsodium/crypto_sign/ed25519/ref10/obsolete.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_sign/ed25519/ref10/obsolete.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_hash_sha512.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_sign_edwards25519sha512batch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_verify_32.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/private/curve25519_ref10.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/randombytes.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/utils.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_hash_sha512.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_sign_edwards25519sha512batch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_verify_32.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/private/curve25519_ref10.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/randombytes.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/utils.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_sign/ed25519/ref10/obsolete.c: diff --git a/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_sign/ed25519/ref10/open.d b/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_sign/ed25519/ref10/open.d new file mode 100644 index 0000000..e7e9f73 --- /dev/null +++ b/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_sign/ed25519/ref10/open.d @@ -0,0 +1,90 @@ +libsodium/src/libsodium/crypto_sign/ed25519/ref10/open.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_sign/ed25519/ref10/open.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_hash_sha512.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_sign_ed25519.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_hash_sha512.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_verify_32.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_sign/ed25519/ref10/ed25519_ref10.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/private/curve25519_ref10.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/utils.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_hash_sha512.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_sign_ed25519.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_hash_sha512.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_verify_32.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_sign/ed25519/ref10/ed25519_ref10.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/private/curve25519_ref10.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/utils.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_sign/ed25519/ref10/open.c: diff --git a/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_sign/ed25519/ref10/sign.d b/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_sign/ed25519/ref10/sign.d new file mode 100644 index 0000000..41ffee3 --- /dev/null +++ b/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_sign/ed25519/ref10/sign.d @@ -0,0 +1,84 @@ +libsodium/src/libsodium/crypto_sign/ed25519/ref10/sign.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_sign/ed25519/ref10/sign.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_hash_sha512.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_sign_ed25519.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_hash_sha512.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_sign/ed25519/ref10/ed25519_ref10.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/private/curve25519_ref10.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/utils.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_hash_sha512.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_sign_ed25519.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_hash_sha512.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_sign/ed25519/ref10/ed25519_ref10.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/private/curve25519_ref10.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/utils.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_sign/ed25519/ref10/sign.c: diff --git a/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_sign/ed25519/sign_ed25519.d b/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_sign/ed25519/sign_ed25519.d new file mode 100644 index 0000000..eae95ba --- /dev/null +++ b/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_sign/ed25519/sign_ed25519.d @@ -0,0 +1,78 @@ +libsodium/src/libsodium/crypto_sign/ed25519/sign_ed25519.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_sign/ed25519/sign_ed25519.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_hash_sha512.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_sign_ed25519.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_hash_sha512.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_sign/ed25519/ref10/ed25519_ref10.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_hash_sha512.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_sign_ed25519.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_hash_sha512.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_sign/ed25519/ref10/ed25519_ref10.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_sign/ed25519/sign_ed25519.c: diff --git a/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_stream/chacha20/ref/chacha20_ref.d b/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_stream/chacha20/ref/chacha20_ref.d new file mode 100644 index 0000000..57911a6 --- /dev/null +++ b/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_stream/chacha20/ref/chacha20_ref.d @@ -0,0 +1,81 @@ +libsodium/src/libsodium/crypto_stream/chacha20/ref/chacha20_ref.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_stream/chacha20/ref/chacha20_ref.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_stream_chacha20.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/private/common.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/utils.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_stream/chacha20/ref/../stream_chacha20.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_stream/chacha20/ref/chacha20_ref.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_stream_chacha20.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/private/common.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/utils.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_stream/chacha20/ref/../stream_chacha20.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_stream/chacha20/ref/chacha20_ref.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_stream/chacha20/ref/chacha20_ref.c: diff --git a/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_stream/chacha20/stream_chacha20.d b/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_stream/chacha20/stream_chacha20.d new file mode 100644 index 0000000..50f0de3 --- /dev/null +++ b/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_stream/chacha20/stream_chacha20.d @@ -0,0 +1,96 @@ +libsodium/src/libsodium/crypto_stream/chacha20/stream_chacha20.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_stream/chacha20/stream_chacha20.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_stream_chacha20.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/private/common.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/randombytes.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/runtime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_stream/chacha20/stream_chacha20.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_stream/chacha20/ref/chacha20_ref.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_stream/chacha20/ref/../stream_chacha20.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_stream_chacha20.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/private/common.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/randombytes.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/runtime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_stream/chacha20/stream_chacha20.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_stream/chacha20/ref/chacha20_ref.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_stream/chacha20/ref/../stream_chacha20.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_stream/chacha20/stream_chacha20.c: diff --git a/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_stream/crypto_stream.d b/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_stream/crypto_stream.d new file mode 100644 index 0000000..d5446a6 --- /dev/null +++ b/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_stream/crypto_stream.d @@ -0,0 +1,60 @@ +libsodium/src/libsodium/crypto_stream/crypto_stream.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_stream/crypto_stream.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_stream.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_stream_xsalsa20.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/randombytes.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_stream.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_stream_xsalsa20.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/randombytes.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_stream/crypto_stream.c: diff --git a/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_stream/salsa20/ref/salsa20_ref.d b/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_stream/salsa20/ref/salsa20_ref.d new file mode 100644 index 0000000..593e3e6 --- /dev/null +++ b/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_stream/salsa20/ref/salsa20_ref.d @@ -0,0 +1,33 @@ +libsodium/src/libsodium/crypto_stream/salsa20/ref/salsa20_ref.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_stream/salsa20/ref/salsa20_ref.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_core_salsa20.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_stream_salsa20.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/utils.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_stream/salsa20/ref/../stream_salsa20.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_stream/salsa20/ref/salsa20_ref.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_core_salsa20.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_stream_salsa20.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/utils.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_stream/salsa20/ref/../stream_salsa20.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_stream/salsa20/ref/salsa20_ref.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_stream/salsa20/ref/salsa20_ref.c: diff --git a/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_stream/salsa20/stream_salsa20.d b/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_stream/salsa20/stream_salsa20.d new file mode 100644 index 0000000..e00aaae --- /dev/null +++ b/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_stream/salsa20/stream_salsa20.d @@ -0,0 +1,96 @@ +libsodium/src/libsodium/crypto_stream/salsa20/stream_salsa20.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_stream/salsa20/stream_salsa20.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_stream_salsa20.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/private/common.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/randombytes.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/runtime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_stream/salsa20/stream_salsa20.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_stream/salsa20/ref/salsa20_ref.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_stream/salsa20/ref/../stream_salsa20.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_stream_salsa20.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/private/common.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/randombytes.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/runtime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_stream/salsa20/stream_salsa20.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_stream/salsa20/ref/salsa20_ref.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_stream/salsa20/ref/../stream_salsa20.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_stream/salsa20/stream_salsa20.c: diff --git a/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_stream/xsalsa20/stream_xsalsa20.d b/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_stream/xsalsa20/stream_xsalsa20.d new file mode 100644 index 0000000..cff0de0 --- /dev/null +++ b/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_stream/xsalsa20/stream_xsalsa20.d @@ -0,0 +1,66 @@ +libsodium/src/libsodium/crypto_stream/xsalsa20/stream_xsalsa20.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_stream/xsalsa20/stream_xsalsa20.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_core_hsalsa20.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_stream_salsa20.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_stream_xsalsa20.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/randombytes.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/utils.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_core_hsalsa20.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_stream_salsa20.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_stream_xsalsa20.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/randombytes.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/utils.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_stream/xsalsa20/stream_xsalsa20.c: diff --git a/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_verify/sodium/verify.d b/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_verify/sodium/verify.d new file mode 100644 index 0000000..4e6e397 --- /dev/null +++ b/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/crypto_verify/sodium/verify.d @@ -0,0 +1,27 @@ +libsodium/src/libsodium/crypto_verify/sodium/verify.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_verify/sodium/verify.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_verify_16.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_verify_32.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_verify_64.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_verify_16.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_verify_32.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_verify_64.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/crypto_verify/sodium/verify.c: diff --git a/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/randombytes/randombytes.d b/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/randombytes/randombytes.d new file mode 100644 index 0000000..d7ab234 --- /dev/null +++ b/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/randombytes/randombytes.d @@ -0,0 +1,102 @@ +libsodium/src/libsodium/randombytes/randombytes.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/randombytes/randombytes.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_stream_chacha20.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/randombytes.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/port/randombytes_default.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/private/common.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_stream_chacha20.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/randombytes.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/port/randombytes_default.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/private/common.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/randombytes/randombytes.c: diff --git a/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/sodium/core.d b/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/sodium/core.d new file mode 100644 index 0000000..fa39179 --- /dev/null +++ b/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/sodium/core.d @@ -0,0 +1,132 @@ +libsodium/src/libsodium/sodium/core.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/sodium/core.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_generichash.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_generichash_blake2b.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_onetimeauth.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_onetimeauth_poly1305.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_pwhash_argon2i.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_scalarmult.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_scalarmult_curve25519.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_stream_chacha20.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_stream_salsa20.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/randombytes.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/runtime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/utils.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/private/mutex.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_generichash.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_generichash_blake2b.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_onetimeauth.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_onetimeauth_poly1305.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_pwhash_argon2i.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_scalarmult.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_scalarmult_curve25519.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_stream_chacha20.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_stream_salsa20.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/randombytes.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/runtime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/utils.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/private/mutex.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/sodium/core.c: diff --git a/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/sodium/runtime.d b/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/sodium/runtime.d new file mode 100644 index 0000000..e1aee03 --- /dev/null +++ b/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/sodium/runtime.d @@ -0,0 +1,72 @@ +libsodium/src/libsodium/sodium/runtime.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/sodium/runtime.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/private/common.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/runtime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/private/common.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/runtime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/sodium/runtime.c: diff --git a/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/sodium/utils.d b/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/sodium/utils.d new file mode 100644 index 0000000..6ef90bd --- /dev/null +++ b/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/sodium/utils.d @@ -0,0 +1,111 @@ +libsodium/src/libsodium/sodium/utils.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/sodium/utils.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/signal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/signal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/randombytes.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/utils.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/signal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/signal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/randombytes.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/utils.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/sodium/utils.c: diff --git a/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/sodium/version.d b/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/sodium/version.d new file mode 100644 index 0000000..e02a843 --- /dev/null +++ b/examples/mqtt_tcp/build/libsodium/libsodium/src/libsodium/sodium/version.d @@ -0,0 +1,9 @@ +libsodium/src/libsodium/sodium/version.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/sodium/version.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/port_include/sodium/version.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/port_include/sodium/version.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/sodium/version.c: diff --git a/examples/mqtt_tcp/build/libsodium/port/crypto_hash_mbedtls/crypto_hash_sha256_mbedtls.d b/examples/mqtt_tcp/build/libsodium/port/crypto_hash_mbedtls/crypto_hash_sha256_mbedtls.d new file mode 100644 index 0000000..7a24330 --- /dev/null +++ b/examples/mqtt_tcp/build/libsodium/port/crypto_hash_mbedtls/crypto_hash_sha256_mbedtls.d @@ -0,0 +1,84 @@ +port/crypto_hash_mbedtls/crypto_hash_sha256_mbedtls.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/port/crypto_hash_mbedtls/crypto_hash_sha256_mbedtls.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_hash_sha256.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/sha256.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_hash_sha256.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/sha256.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/port/crypto_hash_mbedtls/crypto_hash_sha256_mbedtls.c: diff --git a/examples/mqtt_tcp/build/libsodium/port/crypto_hash_mbedtls/crypto_hash_sha512_mbedtls.d b/examples/mqtt_tcp/build/libsodium/port/crypto_hash_mbedtls/crypto_hash_sha512_mbedtls.d new file mode 100644 index 0000000..57ea4d0 --- /dev/null +++ b/examples/mqtt_tcp/build/libsodium/port/crypto_hash_mbedtls/crypto_hash_sha512_mbedtls.d @@ -0,0 +1,84 @@ +port/crypto_hash_mbedtls/crypto_hash_sha512_mbedtls.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/port/crypto_hash_mbedtls/crypto_hash_sha512_mbedtls.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_hash_sha512.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/sha512.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/crypto_hash_sha512.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/sha512.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/port/crypto_hash_mbedtls/crypto_hash_sha512_mbedtls.c: diff --git a/examples/mqtt_tcp/build/libsodium/port/randombytes_esp32.d b/examples/mqtt_tcp/build/libsodium/port/randombytes_esp32.d new file mode 100644 index 0000000..2287f80 --- /dev/null +++ b/examples/mqtt_tcp/build/libsodium/port/randombytes_esp32.d @@ -0,0 +1,183 @@ +port/randombytes_esp32.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/port/randombytes_esp32.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/port/randombytes_default.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/randombytes.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/port/randombytes_default.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/randombytes.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/libsodium/src/libsodium/include/sodium/export.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/libsodium/port/randombytes_esp32.c: diff --git a/examples/mqtt_tcp/build/log/component_project_vars.mk b/examples/mqtt_tcp/build/log/component_project_vars.mk new file mode 100644 index 0000000..9ca33b1 --- /dev/null +++ b/examples/mqtt_tcp/build/log/component_project_vars.mk @@ -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: diff --git a/examples/mqtt_tcp/build/log/log.d b/examples/mqtt_tcp/build/log/log.d new file mode 100644 index 0000000..ceeef80 --- /dev/null +++ b/examples/mqtt_tcp/build/log/log.d @@ -0,0 +1,263 @@ +log.o: /Volumes/tools/esp32/sdk/esp-idf-github/components/log/./log.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/ctype.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/queue.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/ctype.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/queue.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/./log.c: diff --git a/examples/mqtt_tcp/build/lwip/api/api_lib.d b/examples/mqtt_tcp/build/lwip/api/api_lib.d new file mode 100644 index 0000000..c858fba --- /dev/null +++ b/examples/mqtt_tcp/build/lwip/api/api_lib.d @@ -0,0 +1,396 @@ +api/api_lib.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/api/api_lib.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/netbuf.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/pbuf.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/memp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_std.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_priv.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/netif.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/stats.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/raw.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/udp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/api_msg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/igmp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/tcp_priv.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/tcp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/icmp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/icmp6.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/tcpip_priv.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/tcpip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/timers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/netbuf.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/pbuf.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/memp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_std.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_priv.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/netif.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/stats.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/raw.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/udp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/api_msg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/igmp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/tcp_priv.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/tcp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/icmp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/icmp6.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/tcpip_priv.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/tcpip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/timers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/api/api_lib.c: diff --git a/examples/mqtt_tcp/build/lwip/api/api_msg.d b/examples/mqtt_tcp/build/lwip/api/api_msg.d new file mode 100644 index 0000000..92665df --- /dev/null +++ b/examples/mqtt_tcp/build/lwip/api/api_msg.d @@ -0,0 +1,399 @@ +api/api_msg.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/api/api_msg.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/api_msg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/igmp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/netif.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/pbuf.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/stats.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/memp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_std.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_priv.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/netbuf.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/udp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/tcp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/icmp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/icmp6.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/raw.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/dns.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mld6.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/tcpip_priv.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/tcpip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/timers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/api_msg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/igmp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/netif.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/pbuf.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/stats.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/memp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_std.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_priv.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/netbuf.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/udp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/tcp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/icmp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/icmp6.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/raw.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/dns.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mld6.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/tcpip_priv.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/tcpip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/timers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/api/api_msg.c: diff --git a/examples/mqtt_tcp/build/lwip/api/err.d b/examples/mqtt_tcp/build/lwip/api/err.d new file mode 100644 index 0000000..b334c28 --- /dev/null +++ b/examples/mqtt_tcp/build/lwip/api/err.d @@ -0,0 +1,306 @@ +api/err.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/api/err.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/api/err.c: diff --git a/examples/mqtt_tcp/build/lwip/api/netbuf.d b/examples/mqtt_tcp/build/lwip/api/netbuf.d new file mode 100644 index 0000000..2bf6b3c --- /dev/null +++ b/examples/mqtt_tcp/build/lwip/api/netbuf.d @@ -0,0 +1,342 @@ +api/netbuf.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/api/netbuf.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/netbuf.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/pbuf.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/memp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_std.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_priv.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/netbuf.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/pbuf.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/memp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_std.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_priv.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/api/netbuf.c: diff --git a/examples/mqtt_tcp/build/lwip/api/netdb.d b/examples/mqtt_tcp/build/lwip/api/netdb.d new file mode 100644 index 0000000..b39d5d4 --- /dev/null +++ b/examples/mqtt_tcp/build/lwip/api/netdb.d @@ -0,0 +1,360 @@ +api/netdb.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/api/netdb.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/netdb.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/inet.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/sockets.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/memp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_std.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_priv.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/netbuf.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/pbuf.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/dns.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/netdb.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/inet.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/sockets.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/memp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_std.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_priv.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/netbuf.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/pbuf.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/dns.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/api/netdb.c: diff --git a/examples/mqtt_tcp/build/lwip/api/netifapi.d b/examples/mqtt_tcp/build/lwip/api/netifapi.d new file mode 100644 index 0000000..5c2481a --- /dev/null +++ b/examples/mqtt_tcp/build/lwip/api/netifapi.d @@ -0,0 +1,303 @@ +api/netifapi.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/api/netifapi.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/api/netifapi.c: diff --git a/examples/mqtt_tcp/build/lwip/api/pppapi.d b/examples/mqtt_tcp/build/lwip/api/pppapi.d new file mode 100644 index 0000000..bfacd24 --- /dev/null +++ b/examples/mqtt_tcp/build/lwip/api/pppapi.d @@ -0,0 +1,303 @@ +api/pppapi.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/api/pppapi.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/api/pppapi.c: diff --git a/examples/mqtt_tcp/build/lwip/api/sockets.d b/examples/mqtt_tcp/build/lwip/api/sockets.d new file mode 100644 index 0000000..cab8ddf --- /dev/null +++ b/examples/mqtt_tcp/build/lwip/api/sockets.d @@ -0,0 +1,402 @@ +api/sockets.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/api/sockets.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/sockets.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/inet.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/netbuf.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/pbuf.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/igmp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/netif.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/stats.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/memp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_std.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_priv.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mld6.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/tcp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/icmp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/icmp6.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/raw.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/udp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/tcpip_priv.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/tcpip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/timers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/api_msg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/sockets.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/inet.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/netbuf.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/pbuf.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/igmp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/netif.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/stats.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/memp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_std.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_priv.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mld6.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/tcp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/icmp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/icmp6.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/raw.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/udp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/tcpip_priv.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/tcpip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/timers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/api_msg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/api/sockets.c: diff --git a/examples/mqtt_tcp/build/lwip/api/tcpip.d b/examples/mqtt_tcp/build/lwip/api/tcpip.d new file mode 100644 index 0000000..a78350d --- /dev/null +++ b/examples/mqtt_tcp/build/lwip/api/tcpip.d @@ -0,0 +1,381 @@ +api/tcpip.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/api/tcpip.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/tcpip_priv.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/tcpip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/timers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/netif.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/pbuf.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/stats.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/memp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_std.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_priv.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/api_msg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/igmp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/netbuf.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/init.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/netif/etharp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/netif/ethernet.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/tcpip_priv.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/tcpip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/timers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/netif.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/pbuf.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/stats.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/memp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_std.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_priv.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/api_msg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/igmp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/netbuf.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/init.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/netif/etharp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/netif/ethernet.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/api/tcpip.c: diff --git a/examples/mqtt_tcp/build/lwip/apps/dhcpserver.d b/examples/mqtt_tcp/build/lwip/apps/dhcpserver.d new file mode 100644 index 0000000..b651f7a --- /dev/null +++ b/examples/mqtt_tcp/build/lwip/apps/dhcpserver.d @@ -0,0 +1,381 @@ +apps/dhcpserver.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/apps/dhcpserver.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/inet.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/pbuf.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/udp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/netif.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/stats.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/memp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_std.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_priv.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/tcpip_adapter/include/tcpip_adapter.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_wifi_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_interface.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/apps/dhcpserver.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/apps/dhcpserver_options.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/inet.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/pbuf.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/udp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/netif.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/stats.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/memp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_std.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_priv.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/tcpip_adapter/include/tcpip_adapter.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_wifi_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_interface.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/apps/dhcpserver.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/apps/dhcpserver_options.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/apps/dhcpserver.c: diff --git a/examples/mqtt_tcp/build/lwip/apps/ping/esp_ping.d b/examples/mqtt_tcp/build/lwip/apps/ping/esp_ping.d new file mode 100644 index 0000000..2f97b0f --- /dev/null +++ b/examples/mqtt_tcp/build/lwip/apps/ping/esp_ping.d @@ -0,0 +1,324 @@ +apps/ping/esp_ping.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/apps/ping/esp_ping.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/apps/ping/esp_ping.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/apps/ping/esp_ping.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/apps/ping/esp_ping.c: diff --git a/examples/mqtt_tcp/build/lwip/apps/ping/ping.d b/examples/mqtt_tcp/build/lwip/apps/ping/ping.d new file mode 100644 index 0000000..b020306 --- /dev/null +++ b/examples/mqtt_tcp/build/lwip/apps/ping/ping.d @@ -0,0 +1,378 @@ +apps/ping/ping.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/apps/ping/ping.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/apps/ping/ping.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/raw.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/pbuf.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/netif.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/stats.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/memp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_std.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_priv.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/icmp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/icmp6.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/timers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/inet_chksum.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/sockets.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/inet.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/apps/ping/esp_ping.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/apps/ping/ping.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/raw.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/pbuf.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/netif.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/stats.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/memp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_std.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_priv.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/icmp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/icmp6.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/timers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/inet_chksum.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/sockets.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/inet.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/apps/ping/esp_ping.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/apps/ping/ping.c: diff --git a/examples/mqtt_tcp/build/lwip/apps/sntp/sntp.d b/examples/mqtt_tcp/build/lwip/apps/sntp/sntp.d new file mode 100644 index 0000000..010836d --- /dev/null +++ b/examples/mqtt_tcp/build/lwip/apps/sntp/sntp.d @@ -0,0 +1,375 @@ +apps/sntp/sntp.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/apps/sntp/sntp.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/apps/sntp/sntp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/apps/sntp/sntp_opts.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/timers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/udp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/pbuf.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/netif.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/stats.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/memp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_std.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_priv.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/dns.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/dhcp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/apps/sntp/sntp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/apps/sntp/sntp_opts.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/timers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/udp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/pbuf.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/netif.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/stats.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/memp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_std.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_priv.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/dns.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/dhcp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/apps/sntp/sntp.c: diff --git a/examples/mqtt_tcp/build/lwip/component_project_vars.mk b/examples/mqtt_tcp/build/lwip/component_project_vars.mk new file mode 100644 index 0000000..05f17c2 --- /dev/null +++ b/examples/mqtt_tcp/build/lwip/component_project_vars.mk @@ -0,0 +1,7 @@ +# Automatically generated build file. Do not edit. +COMPONENT_INCLUDES += $(IDF_PATH)/components/lwip/include/lwip $(IDF_PATH)/components/lwip/include/lwip/port $(IDF_PATH)/components/lwip/include/lwip/posix $(IDF_PATH)/components/lwip/apps/ping +COMPONENT_LDFLAGS += -L$(BUILD_DIR_BASE)/lwip -llwip +COMPONENT_LINKER_DEPS += +COMPONENT_SUBMODULES += +COMPONENT_LIBRARIES += lwip +component-lwip-build: diff --git a/examples/mqtt_tcp/build/lwip/core/def.d b/examples/mqtt_tcp/build/lwip/core/def.d new file mode 100644 index 0000000..1aaf151 --- /dev/null +++ b/examples/mqtt_tcp/build/lwip/core/def.d @@ -0,0 +1,306 @@ +core/def.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/core/def.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/core/def.c: diff --git a/examples/mqtt_tcp/build/lwip/core/dns.d b/examples/mqtt_tcp/build/lwip/core/dns.d new file mode 100644 index 0000000..2aa8167 --- /dev/null +++ b/examples/mqtt_tcp/build/lwip/core/dns.d @@ -0,0 +1,360 @@ +core/dns.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/core/dns.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/udp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/pbuf.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/netif.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/stats.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/memp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_std.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_priv.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/dns.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/udp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/pbuf.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/netif.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/stats.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/memp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_std.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_priv.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/dns.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/core/dns.c: diff --git a/examples/mqtt_tcp/build/lwip/core/inet_chksum.d b/examples/mqtt_tcp/build/lwip/core/inet_chksum.d new file mode 100644 index 0000000..132c678 --- /dev/null +++ b/examples/mqtt_tcp/build/lwip/core/inet_chksum.d @@ -0,0 +1,330 @@ +core/inet_chksum.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/core/inet_chksum.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/inet_chksum.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/pbuf.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/inet_chksum.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/pbuf.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/core/inet_chksum.c: diff --git a/examples/mqtt_tcp/build/lwip/core/init.d b/examples/mqtt_tcp/build/lwip/core/init.d new file mode 100644 index 0000000..7ba83a2 --- /dev/null +++ b/examples/mqtt_tcp/build/lwip/core/init.d @@ -0,0 +1,411 @@ +core/init.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/core/init.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/init.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/stats.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/memp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_std.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_priv.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/pbuf.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/netif.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/sockets.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/inet.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/raw.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/udp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/tcp_priv.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/tcp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/icmp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/icmp6.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/autoip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/igmp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/dns.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/timers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/netif/etharp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/netif/ethernet.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/nd6.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mld6.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/netbuf.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/netif/ppp/ppp_impl.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/init.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/stats.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/memp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_std.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_priv.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/pbuf.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/netif.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/sockets.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/inet.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/raw.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/udp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/tcp_priv.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/tcp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/icmp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/icmp6.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/autoip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/igmp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/dns.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/timers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/netif/etharp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/netif/ethernet.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/nd6.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mld6.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/netbuf.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/netif/ppp/ppp_impl.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/core/init.c: diff --git a/examples/mqtt_tcp/build/lwip/core/ip.d b/examples/mqtt_tcp/build/lwip/core/ip.d new file mode 100644 index 0000000..6c3d0f8 --- /dev/null +++ b/examples/mqtt_tcp/build/lwip/core/ip.d @@ -0,0 +1,348 @@ +core/ip.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/core/ip.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/pbuf.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/netif.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/stats.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/memp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_std.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_priv.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/pbuf.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/netif.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/stats.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/memp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_std.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_priv.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/core/ip.c: diff --git a/examples/mqtt_tcp/build/lwip/core/ipv4/autoip.d b/examples/mqtt_tcp/build/lwip/core/ipv4/autoip.d new file mode 100644 index 0000000..c887e61 --- /dev/null +++ b/examples/mqtt_tcp/build/lwip/core/ipv4/autoip.d @@ -0,0 +1,303 @@ +core/ipv4/autoip.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/core/ipv4/autoip.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/core/ipv4/autoip.c: diff --git a/examples/mqtt_tcp/build/lwip/core/ipv4/dhcp.d b/examples/mqtt_tcp/build/lwip/core/ipv4/dhcp.d new file mode 100644 index 0000000..e3ae882 --- /dev/null +++ b/examples/mqtt_tcp/build/lwip/core/ipv4/dhcp.d @@ -0,0 +1,372 @@ +core/ipv4/dhcp.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/core/ipv4/dhcp.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/stats.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/memp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_std.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_priv.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/udp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/pbuf.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/netif.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/dhcp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/autoip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/dns.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/netif/etharp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/netif/ethernet.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/stats.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/memp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_std.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_priv.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/udp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/pbuf.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/netif.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/dhcp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/autoip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/dns.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/netif/etharp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/netif/ethernet.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/core/ipv4/dhcp.c: diff --git a/examples/mqtt_tcp/build/lwip/core/ipv4/icmp.d b/examples/mqtt_tcp/build/lwip/core/ipv4/icmp.d new file mode 100644 index 0000000..0490b58 --- /dev/null +++ b/examples/mqtt_tcp/build/lwip/core/ipv4/icmp.d @@ -0,0 +1,363 @@ +core/ipv4/icmp.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/core/ipv4/icmp.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/icmp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/pbuf.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/netif.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/stats.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/memp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_std.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_priv.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/icmp6.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/inet_chksum.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/icmp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/pbuf.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/netif.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/stats.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/memp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_std.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_priv.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/icmp6.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/inet_chksum.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/core/ipv4/icmp.c: diff --git a/examples/mqtt_tcp/build/lwip/core/ipv4/igmp.d b/examples/mqtt_tcp/build/lwip/core/ipv4/igmp.d new file mode 100644 index 0000000..a88804f --- /dev/null +++ b/examples/mqtt_tcp/build/lwip/core/ipv4/igmp.d @@ -0,0 +1,360 @@ +core/ipv4/igmp.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/core/ipv4/igmp.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/igmp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/netif.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/pbuf.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/stats.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/memp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_std.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_priv.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/inet_chksum.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/igmp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/netif.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/pbuf.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/stats.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/memp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_std.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_priv.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/inet_chksum.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/core/ipv4/igmp.c: diff --git a/examples/mqtt_tcp/build/lwip/core/ipv4/ip4.d b/examples/mqtt_tcp/build/lwip/core/ipv4/ip4.d new file mode 100644 index 0000000..03914e0 --- /dev/null +++ b/examples/mqtt_tcp/build/lwip/core/ipv4/ip4.d @@ -0,0 +1,387 @@ +core/ipv4/ip4.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/core/ipv4/ip4.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/pbuf.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/netif.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/stats.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/memp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_std.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_priv.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_frag.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/inet_chksum.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/icmp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/icmp6.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/igmp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/raw.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/udp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/tcp_priv.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/tcp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/dhcp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/autoip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/pbuf.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/netif.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/stats.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/memp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_std.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_priv.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_frag.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/inet_chksum.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/icmp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/icmp6.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/igmp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/raw.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/udp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/tcp_priv.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/tcp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/dhcp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/autoip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/core/ipv4/ip4.c: diff --git a/examples/mqtt_tcp/build/lwip/core/ipv4/ip4_addr.d b/examples/mqtt_tcp/build/lwip/core/ipv4/ip4_addr.d new file mode 100644 index 0000000..19b544f --- /dev/null +++ b/examples/mqtt_tcp/build/lwip/core/ipv4/ip4_addr.d @@ -0,0 +1,339 @@ +core/ipv4/ip4_addr.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/core/ipv4/ip4_addr.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/netif.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/pbuf.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/stats.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/memp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_std.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_priv.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/netif.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/pbuf.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/stats.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/memp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_std.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_priv.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/core/ipv4/ip4_addr.c: diff --git a/examples/mqtt_tcp/build/lwip/core/ipv4/ip_frag.d b/examples/mqtt_tcp/build/lwip/core/ipv4/ip_frag.d new file mode 100644 index 0000000..b55657f --- /dev/null +++ b/examples/mqtt_tcp/build/lwip/core/ipv4/ip_frag.d @@ -0,0 +1,366 @@ +core/ipv4/ip_frag.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/core/ipv4/ip_frag.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_frag.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/pbuf.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/netif.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/stats.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/memp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_std.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_priv.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/inet_chksum.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/icmp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/icmp6.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_frag.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/pbuf.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/netif.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/stats.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/memp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_std.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_priv.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/inet_chksum.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/icmp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/icmp6.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/core/ipv4/ip_frag.c: diff --git a/examples/mqtt_tcp/build/lwip/core/ipv6/dhcp6.d b/examples/mqtt_tcp/build/lwip/core/ipv6/dhcp6.d new file mode 100644 index 0000000..73ab4be --- /dev/null +++ b/examples/mqtt_tcp/build/lwip/core/ipv6/dhcp6.d @@ -0,0 +1,303 @@ +core/ipv6/dhcp6.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/core/ipv6/dhcp6.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/core/ipv6/dhcp6.c: diff --git a/examples/mqtt_tcp/build/lwip/core/ipv6/ethip6.d b/examples/mqtt_tcp/build/lwip/core/ipv6/ethip6.d new file mode 100644 index 0000000..e0d2b28 --- /dev/null +++ b/examples/mqtt_tcp/build/lwip/core/ipv6/ethip6.d @@ -0,0 +1,363 @@ +core/ipv6/ethip6.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/core/ipv6/ethip6.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ethip6.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/pbuf.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/netif.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/stats.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/memp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_std.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_priv.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/nd6.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/inet_chksum.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/icmp6.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/netif/ethernet.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ethip6.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/pbuf.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/netif.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/stats.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/memp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_std.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_priv.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/nd6.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/inet_chksum.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/icmp6.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/netif/ethernet.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/core/ipv6/ethip6.c: diff --git a/examples/mqtt_tcp/build/lwip/core/ipv6/icmp6.d b/examples/mqtt_tcp/build/lwip/core/ipv6/icmp6.d new file mode 100644 index 0000000..492c537 --- /dev/null +++ b/examples/mqtt_tcp/build/lwip/core/ipv6/icmp6.d @@ -0,0 +1,366 @@ +core/ipv6/icmp6.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/core/ipv6/icmp6.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/icmp6.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/pbuf.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/netif.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/stats.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/memp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_std.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_priv.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/inet_chksum.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/nd6.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mld6.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/icmp6.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/pbuf.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/netif.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/stats.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/memp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_std.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_priv.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/inet_chksum.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/nd6.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mld6.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/core/ipv6/icmp6.c: diff --git a/examples/mqtt_tcp/build/lwip/core/ipv6/inet6.d b/examples/mqtt_tcp/build/lwip/core/ipv6/inet6.d new file mode 100644 index 0000000..e94e28e --- /dev/null +++ b/examples/mqtt_tcp/build/lwip/core/ipv6/inet6.d @@ -0,0 +1,318 @@ +core/ipv6/inet6.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/core/ipv6/inet6.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/inet.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/inet.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/core/ipv6/inet6.c: diff --git a/examples/mqtt_tcp/build/lwip/core/ipv6/ip6.d b/examples/mqtt_tcp/build/lwip/core/ipv6/ip6.d new file mode 100644 index 0000000..52f022b --- /dev/null +++ b/examples/mqtt_tcp/build/lwip/core/ipv6/ip6.d @@ -0,0 +1,378 @@ +core/ipv6/ip6.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/core/ipv6/ip6.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/netif.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/pbuf.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/stats.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/memp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_std.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_priv.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_frag.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/icmp6.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/raw.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/udp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/tcp_priv.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/tcp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/icmp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/dhcp6.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/nd6.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mld6.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/netif.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/pbuf.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/stats.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/memp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_std.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_priv.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_frag.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/icmp6.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/raw.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/udp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/tcp_priv.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/tcp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/icmp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/dhcp6.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/nd6.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mld6.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/core/ipv6/ip6.c: diff --git a/examples/mqtt_tcp/build/lwip/core/ipv6/ip6_addr.d b/examples/mqtt_tcp/build/lwip/core/ipv6/ip6_addr.d new file mode 100644 index 0000000..6eecd46 --- /dev/null +++ b/examples/mqtt_tcp/build/lwip/core/ipv6/ip6_addr.d @@ -0,0 +1,315 @@ +core/ipv6/ip6_addr.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/core/ipv6/ip6_addr.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/core/ipv6/ip6_addr.c: diff --git a/examples/mqtt_tcp/build/lwip/core/ipv6/ip6_frag.d b/examples/mqtt_tcp/build/lwip/core/ipv6/ip6_frag.d new file mode 100644 index 0000000..830873b --- /dev/null +++ b/examples/mqtt_tcp/build/lwip/core/ipv6/ip6_frag.d @@ -0,0 +1,363 @@ +core/ipv6/ip6_frag.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/core/ipv6/ip6_frag.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_frag.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/pbuf.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/netif.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/stats.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/memp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_std.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_priv.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/icmp6.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/nd6.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_frag.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/pbuf.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/netif.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/stats.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/memp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_std.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_priv.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/icmp6.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/nd6.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/core/ipv6/ip6_frag.c: diff --git a/examples/mqtt_tcp/build/lwip/core/ipv6/mld6.d b/examples/mqtt_tcp/build/lwip/core/ipv6/mld6.d new file mode 100644 index 0000000..59cf914 --- /dev/null +++ b/examples/mqtt_tcp/build/lwip/core/ipv6/mld6.d @@ -0,0 +1,363 @@ +core/ipv6/mld6.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/core/ipv6/mld6.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mld6.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/pbuf.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/netif.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/stats.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/memp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_std.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_priv.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/icmp6.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/inet_chksum.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mld6.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/pbuf.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/netif.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/stats.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/memp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_std.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_priv.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/icmp6.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/inet_chksum.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/core/ipv6/mld6.c: diff --git a/examples/mqtt_tcp/build/lwip/core/ipv6/nd6.d b/examples/mqtt_tcp/build/lwip/core/ipv6/nd6.d new file mode 100644 index 0000000..c7cd541 --- /dev/null +++ b/examples/mqtt_tcp/build/lwip/core/ipv6/nd6.d @@ -0,0 +1,366 @@ +core/ipv6/nd6.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/core/ipv6/nd6.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/nd6.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/pbuf.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/netif.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/stats.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/memp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_std.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_priv.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/inet_chksum.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/icmp6.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mld6.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/nd6.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/pbuf.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/netif.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/stats.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/memp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_std.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_priv.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/inet_chksum.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/icmp6.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mld6.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/core/ipv6/nd6.c: diff --git a/examples/mqtt_tcp/build/lwip/core/mem.d b/examples/mqtt_tcp/build/lwip/core/mem.d new file mode 100644 index 0000000..e2e83b6 --- /dev/null +++ b/examples/mqtt_tcp/build/lwip/core/mem.d @@ -0,0 +1,303 @@ +core/mem.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/core/mem.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/core/mem.c: diff --git a/examples/mqtt_tcp/build/lwip/core/memp.d b/examples/mqtt_tcp/build/lwip/core/memp.d new file mode 100644 index 0000000..3a5f595 --- /dev/null +++ b/examples/mqtt_tcp/build/lwip/core/memp.d @@ -0,0 +1,441 @@ +core/memp.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/core/memp.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/memp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_std.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_priv.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/pbuf.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/udp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/netif.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/stats.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/raw.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/igmp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/netbuf.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/api_msg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/sockets.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/inet.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/timers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/netif/etharp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/netif/ethernet.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_frag.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/dns.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/netdb.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/netif/ppp/ppp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/netif/ppp/pppos.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/netif/ppp/pppoe.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/netif/ppp/pppol2tp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/nd6.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_frag.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mld6.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/tcp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/icmp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/icmp6.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/tcpip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/tcp_priv.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/tcpip_priv.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/netifapi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/memp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_std.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_priv.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/pbuf.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/udp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/netif.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/stats.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/raw.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/igmp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/netbuf.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/api_msg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/sockets.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/inet.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/timers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/netif/etharp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/netif/ethernet.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_frag.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/dns.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/netdb.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/netif/ppp/ppp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/netif/ppp/pppos.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/netif/ppp/pppoe.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/netif/ppp/pppol2tp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/nd6.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_frag.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mld6.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/tcp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/icmp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/icmp6.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/tcpip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/tcp_priv.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/tcpip_priv.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/netifapi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/core/memp.c: diff --git a/examples/mqtt_tcp/build/lwip/core/netif.d b/examples/mqtt_tcp/build/lwip/core/netif.d new file mode 100644 index 0000000..b49a61f --- /dev/null +++ b/examples/mqtt_tcp/build/lwip/core/netif.d @@ -0,0 +1,390 @@ +core/netif.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/core/netif.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/netif.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/pbuf.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/stats.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/memp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_std.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_priv.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/tcp_priv.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/tcp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/icmp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/icmp6.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/udp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/snmp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/igmp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/netif/etharp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/netif/ethernet.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/tcpip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/timers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/dhcp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mld6.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/netif.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/pbuf.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/stats.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/memp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_std.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_priv.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/tcp_priv.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/tcp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/icmp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/icmp6.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/udp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/snmp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/igmp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/netif/etharp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/netif/ethernet.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/tcpip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/timers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/dhcp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mld6.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/core/netif.c: diff --git a/examples/mqtt_tcp/build/lwip/core/pbuf.d b/examples/mqtt_tcp/build/lwip/core/pbuf.d new file mode 100644 index 0000000..f2dd0bf --- /dev/null +++ b/examples/mqtt_tcp/build/lwip/core/pbuf.d @@ -0,0 +1,375 @@ +core/pbuf.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/core/pbuf.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/stats.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/memp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_std.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_priv.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/pbuf.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/tcp_priv.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/tcp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/netif.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/icmp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/icmp6.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/tcpip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/timers.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/stats.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/memp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_std.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_priv.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/pbuf.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/tcp_priv.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/tcp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/netif.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/icmp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/icmp6.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/tcpip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/timers.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/core/pbuf.c: diff --git a/examples/mqtt_tcp/build/lwip/core/raw.d b/examples/mqtt_tcp/build/lwip/core/raw.d new file mode 100644 index 0000000..809e3ea --- /dev/null +++ b/examples/mqtt_tcp/build/lwip/core/raw.d @@ -0,0 +1,360 @@ +core/raw.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/core/raw.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/memp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_std.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_priv.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/netif.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/pbuf.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/stats.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/raw.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/inet_chksum.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/memp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_std.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_priv.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/netif.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/pbuf.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/stats.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/raw.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/inet_chksum.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/core/raw.c: diff --git a/examples/mqtt_tcp/build/lwip/core/stats.d b/examples/mqtt_tcp/build/lwip/core/stats.d new file mode 100644 index 0000000..74133d0 --- /dev/null +++ b/examples/mqtt_tcp/build/lwip/core/stats.d @@ -0,0 +1,303 @@ +core/stats.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/core/stats.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/core/stats.c: diff --git a/examples/mqtt_tcp/build/lwip/core/sys.d b/examples/mqtt_tcp/build/lwip/core/sys.d new file mode 100644 index 0000000..9ecf681 --- /dev/null +++ b/examples/mqtt_tcp/build/lwip/core/sys.d @@ -0,0 +1,309 @@ +core/sys.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/core/sys.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/err.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/err.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/core/sys.c: diff --git a/examples/mqtt_tcp/build/lwip/core/tcp.d b/examples/mqtt_tcp/build/lwip/core/tcp.d new file mode 100644 index 0000000..5ab0c8b --- /dev/null +++ b/examples/mqtt_tcp/build/lwip/core/tcp.d @@ -0,0 +1,369 @@ +core/tcp.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/core/tcp.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/memp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_std.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_priv.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/tcp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/pbuf.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/netif.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/stats.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/icmp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/icmp6.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/tcp_priv.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/nd6.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/memp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_std.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_priv.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/tcp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/pbuf.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/netif.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/stats.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/icmp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/icmp6.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/tcp_priv.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/nd6.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/core/tcp.c: diff --git a/examples/mqtt_tcp/build/lwip/core/tcp_in.d b/examples/mqtt_tcp/build/lwip/core/tcp_in.d new file mode 100644 index 0000000..d3de09c --- /dev/null +++ b/examples/mqtt_tcp/build/lwip/core/tcp_in.d @@ -0,0 +1,366 @@ +core/tcp_in.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/core/tcp_in.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/tcp_priv.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/tcp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/pbuf.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/netif.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/stats.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/memp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_std.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_priv.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/icmp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/icmp6.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/inet_chksum.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/nd6.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/tcp_priv.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/tcp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/pbuf.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/netif.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/stats.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/memp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_std.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_priv.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/icmp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/icmp6.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/inet_chksum.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/nd6.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/core/tcp_in.c: diff --git a/examples/mqtt_tcp/build/lwip/core/tcp_out.d b/examples/mqtt_tcp/build/lwip/core/tcp_out.d new file mode 100644 index 0000000..fc65934 --- /dev/null +++ b/examples/mqtt_tcp/build/lwip/core/tcp_out.d @@ -0,0 +1,369 @@ +core/tcp_out.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/core/tcp_out.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/tcp_priv.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/tcp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/pbuf.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/netif.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/stats.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/memp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_std.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_priv.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/icmp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/icmp6.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/inet_chksum.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/tcp_priv.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/tcp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/pbuf.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/netif.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/stats.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/memp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_std.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_priv.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/icmp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/icmp6.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/inet_chksum.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/core/tcp_out.c: diff --git a/examples/mqtt_tcp/build/lwip/core/timers.d b/examples/mqtt_tcp/build/lwip/core/timers.d new file mode 100644 index 0000000..2661f83 --- /dev/null +++ b/examples/mqtt_tcp/build/lwip/core/timers.d @@ -0,0 +1,405 @@ +core/timers.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/core/timers.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/timers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/tcp_priv.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/tcp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/pbuf.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/netif.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/stats.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/memp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_std.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_priv.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/icmp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/icmp6.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/tcpip_priv.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/tcpip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_frag.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/netif/etharp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/netif/ethernet.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/dhcp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/udp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/autoip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/igmp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/dns.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/nd6.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_frag.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mld6.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/timers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/tcp_priv.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/tcp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/pbuf.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/netif.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/stats.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/memp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_std.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_priv.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/icmp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/icmp6.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/tcpip_priv.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/tcpip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_frag.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/netif/etharp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/netif/ethernet.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/dhcp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/udp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/autoip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/igmp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/dns.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/nd6.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_frag.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mld6.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/core/timers.c: diff --git a/examples/mqtt_tcp/build/lwip/core/udp.d b/examples/mqtt_tcp/build/lwip/core/udp.d new file mode 100644 index 0000000..66840c1 --- /dev/null +++ b/examples/mqtt_tcp/build/lwip/core/udp.d @@ -0,0 +1,372 @@ +core/udp.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/core/udp.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/udp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/pbuf.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/netif.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/stats.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/memp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_std.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_priv.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/inet_chksum.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/icmp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/icmp6.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/snmp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/dhcp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/udp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/pbuf.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/netif.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/stats.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/memp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_std.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_priv.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/inet_chksum.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/icmp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/icmp6.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/snmp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/dhcp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/core/udp.c: diff --git a/examples/mqtt_tcp/build/lwip/netif/etharp.d b/examples/mqtt_tcp/build/lwip/netif/etharp.d new file mode 100644 index 0000000..16c4967 --- /dev/null +++ b/examples/mqtt_tcp/build/lwip/netif/etharp.d @@ -0,0 +1,372 @@ +netif/etharp.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/netif/etharp.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/netif/etharp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/pbuf.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/netif.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/stats.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/memp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_std.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_priv.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/netif/ethernet.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/snmp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/dhcp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/udp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/autoip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/netif/etharp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/pbuf.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/netif.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/stats.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/memp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_std.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_priv.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/netif/ethernet.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/snmp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/dhcp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/udp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/autoip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/netif/etharp.c: diff --git a/examples/mqtt_tcp/build/lwip/netif/ethernet.d b/examples/mqtt_tcp/build/lwip/netif/ethernet.d new file mode 100644 index 0000000..702bc4e --- /dev/null +++ b/examples/mqtt_tcp/build/lwip/netif/ethernet.d @@ -0,0 +1,363 @@ +netif/ethernet.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/netif/ethernet.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/netif/ethernet.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/pbuf.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/netif.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/stats.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/memp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_std.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_priv.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/netif/etharp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/snmp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/netif/ethernet.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/pbuf.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/netif.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/stats.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/memp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_std.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_priv.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/netif/etharp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/snmp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/netif/ethernet.c: diff --git a/examples/mqtt_tcp/build/lwip/netif/ethernetif.d b/examples/mqtt_tcp/build/lwip/netif/ethernetif.d new file mode 100644 index 0000000..7632295 --- /dev/null +++ b/examples/mqtt_tcp/build/lwip/netif/ethernetif.d @@ -0,0 +1,303 @@ +netif/ethernetif.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/netif/ethernetif.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/netif/ethernetif.c: diff --git a/examples/mqtt_tcp/build/lwip/netif/lowpan6.d b/examples/mqtt_tcp/build/lwip/netif/lowpan6.d new file mode 100644 index 0000000..dccc1b4 --- /dev/null +++ b/examples/mqtt_tcp/build/lwip/netif/lowpan6.d @@ -0,0 +1,309 @@ +netif/lowpan6.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/netif/lowpan6.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/netif/lowpan6.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/netif/lowpan6_opts.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/netif/lowpan6.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/netif/lowpan6_opts.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/netif/lowpan6.c: diff --git a/examples/mqtt_tcp/build/lwip/netif/slipif.d b/examples/mqtt_tcp/build/lwip/netif/slipif.d new file mode 100644 index 0000000..27ee332 --- /dev/null +++ b/examples/mqtt_tcp/build/lwip/netif/slipif.d @@ -0,0 +1,342 @@ +netif/slipif.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/netif/slipif.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/netif/slipif.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/netif.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/pbuf.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/stats.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/memp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_std.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_priv.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/netif/slipif.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/netif.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/pbuf.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/stats.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/memp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_std.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_priv.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/netif/slipif.c: diff --git a/examples/mqtt_tcp/build/lwip/port/debug/lwip_debug.d b/examples/mqtt_tcp/build/lwip/port/debug/lwip_debug.d new file mode 100644 index 0000000..20704f9 --- /dev/null +++ b/examples/mqtt_tcp/build/lwip/port/debug/lwip_debug.d @@ -0,0 +1,381 @@ +port/debug/lwip_debug.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/port/debug/lwip_debug.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/lwip_debug.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/netbuf.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/pbuf.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/tcp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/netif.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/stats.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/memp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_std.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_priv.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/icmp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/icmp6.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/udp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/tcp_priv.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/lwip_debug.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/netbuf.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/pbuf.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/tcp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/netif.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/stats.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/memp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_std.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_priv.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/icmp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/icmp6.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/udp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/tcp_priv.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/port/debug/lwip_debug.c: diff --git a/examples/mqtt_tcp/build/lwip/port/freertos/sys_arch.d b/examples/mqtt_tcp/build/lwip/port/freertos/sys_arch.d new file mode 100644 index 0000000..c15cb28 --- /dev/null +++ b/examples/mqtt_tcp/build/lwip/port/freertos/sys_arch.d @@ -0,0 +1,336 @@ +port/freertos/sys_arch.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/port/freertos/sys_arch.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/pthread.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/stats.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/memp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_std.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_priv.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/pthread.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/stats.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/memp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_std.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_priv.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/port/freertos/sys_arch.c: diff --git a/examples/mqtt_tcp/build/lwip/port/netif/ethernetif.d b/examples/mqtt_tcp/build/lwip/port/netif/ethernetif.d new file mode 100644 index 0000000..cefe116 --- /dev/null +++ b/examples/mqtt_tcp/build/lwip/port/netif/ethernetif.d @@ -0,0 +1,384 @@ +port/netif/ethernetif.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/port/netif/ethernetif.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/pbuf.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/stats.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/memp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_std.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_priv.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/snmp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ethip6.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/netif.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/netif/etharp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/netif/ethernet.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/ethernet/include/esp_eth.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/tcpip_adapter/include/tcpip_adapter.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_wifi_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_interface.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/apps/dhcpserver.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/pbuf.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/stats.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/memp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_std.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_priv.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/snmp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ethip6.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/netif.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/netif/etharp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/netif/ethernet.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/ethernet/include/esp_eth.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/tcpip_adapter/include/tcpip_adapter.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_wifi_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_interface.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/apps/dhcpserver.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/port/netif/ethernetif.c: diff --git a/examples/mqtt_tcp/build/lwip/port/netif/wlanif.d b/examples/mqtt_tcp/build/lwip/port/netif/wlanif.d new file mode 100644 index 0000000..800825d --- /dev/null +++ b/examples/mqtt_tcp/build/lwip/port/netif/wlanif.d @@ -0,0 +1,399 @@ +port/netif/wlanif.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/port/netif/wlanif.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/pbuf.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/stats.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/memp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_std.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_priv.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/snmp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ethip6.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/netif.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/netif/etharp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/netif/ethernet.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/netif/wlanif.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_wifi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_wifi_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_interface.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_wifi_crypto_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_event.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/tcpip_adapter/include/tcpip_adapter.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_wifi_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/apps/dhcpserver.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_wifi_internal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/pbuf.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/stats.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/memp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_std.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_priv.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/snmp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ethip6.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/netif.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/netif/etharp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/netif/ethernet.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/netif/wlanif.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_wifi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_wifi_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_interface.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_wifi_crypto_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_event.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/tcpip_adapter/include/tcpip_adapter.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_wifi_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/apps/dhcpserver.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_wifi_internal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/port/netif/wlanif.c: diff --git a/examples/mqtt_tcp/build/lwip/port/vfs_lwip.d b/examples/mqtt_tcp/build/lwip/port/vfs_lwip.d new file mode 100644 index 0000000..12841a8 --- /dev/null +++ b/examples/mqtt_tcp/build/lwip/port/vfs_lwip.d @@ -0,0 +1,348 @@ +port/vfs_lwip.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/port/vfs_lwip.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/esp_vfs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/dirent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/dirent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/esp_vfs_dev.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/esp_vfs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/uart_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/sockets.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/inet.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/esp_vfs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/dirent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/dirent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/esp_vfs_dev.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/esp_vfs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/uart_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/sockets.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/inet.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/port/vfs_lwip.c: diff --git a/examples/mqtt_tcp/build/main/app_main.d b/examples/mqtt_tcp/build/main/app_main.d new file mode 100644 index 0000000..78c5118 --- /dev/null +++ b/examples/mqtt_tcp/build/main/app_main.d @@ -0,0 +1,396 @@ +app_main.o: \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/main/./app_main.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_wifi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_wifi_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_interface.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_wifi_crypto_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_event.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/tcpip_adapter/include/tcpip_adapter.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_wifi_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/apps/dhcpserver.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nvs_flash/include/nvs_flash.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nvs_flash/include/nvs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_event_loop.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/event_groups.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/timers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/sockets.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/inet.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/dns.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/netdb.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/include/mqtt_client.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/include/mqtt_config.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_wifi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_wifi_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_interface.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_wifi_crypto_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_event.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/tcpip_adapter/include/tcpip_adapter.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_wifi_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/apps/dhcpserver.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nvs_flash/include/nvs_flash.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nvs_flash/include/nvs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_event_loop.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/event_groups.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/timers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/sockets.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/inet.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/dns.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/netdb.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/include/mqtt_client.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/include/mqtt_config.h: +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/main/./app_main.c: diff --git a/examples/mqtt_tcp/build/main/component_project_vars.mk b/examples/mqtt_tcp/build/main/component_project_vars.mk new file mode 100644 index 0000000..7d45948 --- /dev/null +++ b/examples/mqtt_tcp/build/main/component_project_vars.mk @@ -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 +COMPONENT_LINKER_DEPS += +COMPONENT_SUBMODULES += +COMPONENT_LIBRARIES += main +component-main-build: diff --git a/examples/mqtt_tcp/build/mbedtls/component_project_vars.mk b/examples/mqtt_tcp/build/mbedtls/component_project_vars.mk new file mode 100644 index 0000000..63711bb --- /dev/null +++ b/examples/mqtt_tcp/build/mbedtls/component_project_vars.mk @@ -0,0 +1,7 @@ +# Automatically generated build file. Do not edit. +COMPONENT_INCLUDES += $(IDF_PATH)/components/mbedtls/port/include $(IDF_PATH)/components/mbedtls/include +COMPONENT_LDFLAGS += -L$(BUILD_DIR_BASE)/mbedtls -lmbedtls +COMPONENT_LINKER_DEPS += +COMPONENT_SUBMODULES += +COMPONENT_LIBRARIES += mbedtls +component-mbedtls-build: diff --git a/examples/mqtt_tcp/build/mbedtls/library/aes.d b/examples/mqtt_tcp/build/mbedtls/library/aes.d new file mode 100644 index 0000000..fe00ae4 --- /dev/null +++ b/examples/mqtt_tcp/build/mbedtls/library/aes.d @@ -0,0 +1,126 @@ +library/aes.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/library/aes.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/aes.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/aes_alt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/hwcrypto/aes.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/aes.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/padlock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/aes.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/aesni.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform_time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/aes.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/aes_alt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/hwcrypto/aes.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/aes.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/padlock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/aes.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/aesni.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform_time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/library/aes.c: diff --git a/examples/mqtt_tcp/build/mbedtls/library/aesni.d b/examples/mqtt_tcp/build/mbedtls/library/aesni.d new file mode 100644 index 0000000..f772580 --- /dev/null +++ b/examples/mqtt_tcp/build/mbedtls/library/aesni.d @@ -0,0 +1,84 @@ +library/aesni.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/library/aesni.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/aesni.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/aes.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/aes_alt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/hwcrypto/aes.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/aes.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/aesni.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/aes.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/aes_alt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/hwcrypto/aes.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/aes.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/library/aesni.c: diff --git a/examples/mqtt_tcp/build/mbedtls/library/arc4.d b/examples/mqtt_tcp/build/mbedtls/library/arc4.d new file mode 100644 index 0000000..06ab831 --- /dev/null +++ b/examples/mqtt_tcp/build/mbedtls/library/arc4.d @@ -0,0 +1,18 @@ +library/arc4.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/library/arc4.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/library/arc4.c: diff --git a/examples/mqtt_tcp/build/mbedtls/library/asn1parse.d b/examples/mqtt_tcp/build/mbedtls/library/asn1parse.d new file mode 100644 index 0000000..f2b4812 --- /dev/null +++ b/examples/mqtt_tcp/build/mbedtls/library/asn1parse.d @@ -0,0 +1,114 @@ +library/asn1parse.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/library/asn1parse.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/asn1.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/bignum.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/bignum.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/bignum.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform_time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/asn1.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/bignum.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/bignum.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/bignum.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform_time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/library/asn1parse.c: diff --git a/examples/mqtt_tcp/build/mbedtls/library/asn1write.d b/examples/mqtt_tcp/build/mbedtls/library/asn1write.d new file mode 100644 index 0000000..8e58d5b --- /dev/null +++ b/examples/mqtt_tcp/build/mbedtls/library/asn1write.d @@ -0,0 +1,111 @@ +library/asn1write.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/library/asn1write.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/asn1write.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/asn1.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/bignum.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform_time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/asn1write.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/asn1.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/bignum.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform_time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/library/asn1write.c: diff --git a/examples/mqtt_tcp/build/mbedtls/library/base64.d b/examples/mqtt_tcp/build/mbedtls/library/base64.d new file mode 100644 index 0000000..cd48ae6 --- /dev/null +++ b/examples/mqtt_tcp/build/mbedtls/library/base64.d @@ -0,0 +1,105 @@ +library/base64.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/library/base64.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/base64.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform_time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/base64.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform_time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/library/base64.c: diff --git a/examples/mqtt_tcp/build/mbedtls/library/bignum.d b/examples/mqtt_tcp/build/mbedtls/library/bignum.d new file mode 100644 index 0000000..b56c790 --- /dev/null +++ b/examples/mqtt_tcp/build/mbedtls/library/bignum.d @@ -0,0 +1,114 @@ +library/bignum.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/library/bignum.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/bignum.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/bignum.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/bn_mul.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/bignum.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform_time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/bignum.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/bignum.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/bn_mul.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/bignum.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform_time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/library/bignum.c: diff --git a/examples/mqtt_tcp/build/mbedtls/library/blowfish.d b/examples/mqtt_tcp/build/mbedtls/library/blowfish.d new file mode 100644 index 0000000..3525914 --- /dev/null +++ b/examples/mqtt_tcp/build/mbedtls/library/blowfish.d @@ -0,0 +1,18 @@ +library/blowfish.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/library/blowfish.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/library/blowfish.c: diff --git a/examples/mqtt_tcp/build/mbedtls/library/camellia.d b/examples/mqtt_tcp/build/mbedtls/library/camellia.d new file mode 100644 index 0000000..90b3a6b --- /dev/null +++ b/examples/mqtt_tcp/build/mbedtls/library/camellia.d @@ -0,0 +1,18 @@ +library/camellia.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/library/camellia.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/library/camellia.c: diff --git a/examples/mqtt_tcp/build/mbedtls/library/ccm.d b/examples/mqtt_tcp/build/mbedtls/library/ccm.d new file mode 100644 index 0000000..a541189 --- /dev/null +++ b/examples/mqtt_tcp/build/mbedtls/library/ccm.d @@ -0,0 +1,102 @@ +library/ccm.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/library/ccm.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ccm.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/cipher.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform_time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ccm.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/cipher.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform_time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/library/ccm.c: diff --git a/examples/mqtt_tcp/build/mbedtls/library/certs.d b/examples/mqtt_tcp/build/mbedtls/library/certs.d new file mode 100644 index 0000000..dbc1284 --- /dev/null +++ b/examples/mqtt_tcp/build/mbedtls/library/certs.d @@ -0,0 +1,21 @@ +library/certs.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/library/certs.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/certs.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/certs.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/library/certs.c: diff --git a/examples/mqtt_tcp/build/mbedtls/library/cipher.d b/examples/mqtt_tcp/build/mbedtls/library/cipher.d new file mode 100644 index 0000000..cb35ee0 --- /dev/null +++ b/examples/mqtt_tcp/build/mbedtls/library/cipher.d @@ -0,0 +1,117 @@ +library/cipher.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/library/cipher.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/cipher.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/cipher_internal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/cipher.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/gcm.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ccm.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform_time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/cipher.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/cipher_internal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/cipher.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/gcm.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ccm.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform_time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/library/cipher.c: diff --git a/examples/mqtt_tcp/build/mbedtls/library/cipher_wrap.d b/examples/mqtt_tcp/build/mbedtls/library/cipher_wrap.d new file mode 100644 index 0000000..e4086a9 --- /dev/null +++ b/examples/mqtt_tcp/build/mbedtls/library/cipher_wrap.d @@ -0,0 +1,123 @@ +library/cipher_wrap.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/library/cipher_wrap.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/cipher_internal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/cipher.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/aes.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/aes_alt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/hwcrypto/aes.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/aes.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/gcm.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ccm.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform_time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/cipher_internal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/cipher.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/aes.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/aes_alt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/hwcrypto/aes.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/aes.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/gcm.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ccm.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform_time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/library/cipher_wrap.c: diff --git a/examples/mqtt_tcp/build/mbedtls/library/cmac.d b/examples/mqtt_tcp/build/mbedtls/library/cmac.d new file mode 100644 index 0000000..0b7cf9d --- /dev/null +++ b/examples/mqtt_tcp/build/mbedtls/library/cmac.d @@ -0,0 +1,18 @@ +library/cmac.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/library/cmac.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/library/cmac.c: diff --git a/examples/mqtt_tcp/build/mbedtls/library/ctr_drbg.d b/examples/mqtt_tcp/build/mbedtls/library/ctr_drbg.d new file mode 100644 index 0000000..ea6479f --- /dev/null +++ b/examples/mqtt_tcp/build/mbedtls/library/ctr_drbg.d @@ -0,0 +1,120 @@ +library/ctr_drbg.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/library/ctr_drbg.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ctr_drbg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/aes.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/aes_alt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/hwcrypto/aes.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/aes.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform_time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ctr_drbg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/aes.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/aes_alt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/hwcrypto/aes.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/aes.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform_time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/library/ctr_drbg.c: diff --git a/examples/mqtt_tcp/build/mbedtls/library/debug.d b/examples/mqtt_tcp/build/mbedtls/library/debug.d new file mode 100644 index 0000000..e1c576e --- /dev/null +++ b/examples/mqtt_tcp/build/mbedtls/library/debug.d @@ -0,0 +1,18 @@ +library/debug.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/library/debug.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/library/debug.c: diff --git a/examples/mqtt_tcp/build/mbedtls/library/des.d b/examples/mqtt_tcp/build/mbedtls/library/des.d new file mode 100644 index 0000000..a21088d --- /dev/null +++ b/examples/mqtt_tcp/build/mbedtls/library/des.d @@ -0,0 +1,18 @@ +library/des.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/library/des.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/library/des.c: diff --git a/examples/mqtt_tcp/build/mbedtls/library/dhm.d b/examples/mqtt_tcp/build/mbedtls/library/dhm.d new file mode 100644 index 0000000..cbb6f1f --- /dev/null +++ b/examples/mqtt_tcp/build/mbedtls/library/dhm.d @@ -0,0 +1,114 @@ +library/dhm.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/library/dhm.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/dhm.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/bignum.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/pem.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/asn1.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform_time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/dhm.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/bignum.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/pem.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/asn1.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform_time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/library/dhm.c: diff --git a/examples/mqtt_tcp/build/mbedtls/library/ecdh.d b/examples/mqtt_tcp/build/mbedtls/library/ecdh.d new file mode 100644 index 0000000..9284d7b --- /dev/null +++ b/examples/mqtt_tcp/build/mbedtls/library/ecdh.d @@ -0,0 +1,90 @@ +library/ecdh.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/library/ecdh.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecdh.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/bignum.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecdh.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/bignum.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/library/ecdh.c: diff --git a/examples/mqtt_tcp/build/mbedtls/library/ecdsa.d b/examples/mqtt_tcp/build/mbedtls/library/ecdsa.d new file mode 100644 index 0000000..d4c1dc0 --- /dev/null +++ b/examples/mqtt_tcp/build/mbedtls/library/ecdsa.d @@ -0,0 +1,102 @@ +library/ecdsa.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/library/ecdsa.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecdsa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/bignum.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/md.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/asn1write.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/asn1.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/hmac_drbg.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecdsa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/bignum.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/md.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/asn1write.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/asn1.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/hmac_drbg.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/library/ecdsa.c: diff --git a/examples/mqtt_tcp/build/mbedtls/library/ecjpake.d b/examples/mqtt_tcp/build/mbedtls/library/ecjpake.d new file mode 100644 index 0000000..f20aae8 --- /dev/null +++ b/examples/mqtt_tcp/build/mbedtls/library/ecjpake.d @@ -0,0 +1,18 @@ +library/ecjpake.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/library/ecjpake.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/library/ecjpake.c: diff --git a/examples/mqtt_tcp/build/mbedtls/library/ecp.d b/examples/mqtt_tcp/build/mbedtls/library/ecp.d new file mode 100644 index 0000000..6ec9b12 --- /dev/null +++ b/examples/mqtt_tcp/build/mbedtls/library/ecp.d @@ -0,0 +1,114 @@ +library/ecp.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/library/ecp.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/bignum.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/threading.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform_time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecp_internal.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/bignum.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/threading.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform_time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecp_internal.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/library/ecp.c: diff --git a/examples/mqtt_tcp/build/mbedtls/library/ecp_curves.d b/examples/mqtt_tcp/build/mbedtls/library/ecp_curves.d new file mode 100644 index 0000000..cac23c0 --- /dev/null +++ b/examples/mqtt_tcp/build/mbedtls/library/ecp_curves.d @@ -0,0 +1,87 @@ +library/ecp_curves.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/library/ecp_curves.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/bignum.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/bignum.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/library/ecp_curves.c: diff --git a/examples/mqtt_tcp/build/mbedtls/library/entropy.d b/examples/mqtt_tcp/build/mbedtls/library/entropy.d new file mode 100644 index 0000000..413c9e3 --- /dev/null +++ b/examples/mqtt_tcp/build/mbedtls/library/entropy.d @@ -0,0 +1,111 @@ +library/entropy.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/library/entropy.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/entropy.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/sha512.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/entropy_poll.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform_time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/entropy.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/sha512.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/entropy_poll.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform_time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/library/entropy.c: diff --git a/examples/mqtt_tcp/build/mbedtls/library/entropy_poll.d b/examples/mqtt_tcp/build/mbedtls/library/entropy_poll.d new file mode 100644 index 0000000..7cc0a3b --- /dev/null +++ b/examples/mqtt_tcp/build/mbedtls/library/entropy_poll.d @@ -0,0 +1,39 @@ +library/entropy_poll.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/library/entropy_poll.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/entropy.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/sha512.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/entropy_poll.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/entropy.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/sha512.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/entropy_poll.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/library/entropy_poll.c: diff --git a/examples/mqtt_tcp/build/mbedtls/library/error.d b/examples/mqtt_tcp/build/mbedtls/library/error.d new file mode 100644 index 0000000..e23e065 --- /dev/null +++ b/examples/mqtt_tcp/build/mbedtls/library/error.d @@ -0,0 +1,231 @@ +library/error.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/library/error.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/error.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform_time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/aes.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/aes_alt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/hwcrypto/aes.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/aes.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/base64.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/bignum.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/bignum.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ccm.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/cipher.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/cipher.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ctr_drbg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/aes.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/dhm.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/bignum.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/entropy.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/sha512.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/gcm.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/hmac_drbg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/md.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/md.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/oid.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/asn1.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/pk.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/rsa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecdsa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/x509.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/padlock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/pem.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/pk.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/pkcs12.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/pkcs5.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/rsa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ssl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ssl_ciphersuites.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/x509_crt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/x509_crl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/dhm.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecdh.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/x509.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/error.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform_time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/aes.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/aes_alt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/hwcrypto/aes.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/aes.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/base64.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/bignum.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/bignum.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ccm.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/cipher.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/cipher.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ctr_drbg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/aes.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/dhm.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/bignum.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/entropy.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/sha512.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/gcm.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/hmac_drbg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/md.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/md.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/oid.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/asn1.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/pk.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/rsa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecdsa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/x509.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/padlock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/pem.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/pk.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/pkcs12.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/pkcs5.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/rsa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ssl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ssl_ciphersuites.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/x509_crt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/x509_crl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/dhm.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecdh.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/x509.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/library/error.c: diff --git a/examples/mqtt_tcp/build/mbedtls/library/gcm.d b/examples/mqtt_tcp/build/mbedtls/library/gcm.d new file mode 100644 index 0000000..e779ec6 --- /dev/null +++ b/examples/mqtt_tcp/build/mbedtls/library/gcm.d @@ -0,0 +1,126 @@ +library/gcm.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/library/gcm.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/gcm.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/cipher.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/aesni.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/aes.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/aes_alt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/hwcrypto/aes.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/aes.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform_time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/gcm.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/cipher.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/aesni.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/aes.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/aes_alt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/hwcrypto/aes.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/aes.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform_time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/library/gcm.c: diff --git a/examples/mqtt_tcp/build/mbedtls/library/havege.d b/examples/mqtt_tcp/build/mbedtls/library/havege.d new file mode 100644 index 0000000..c1d0f2a --- /dev/null +++ b/examples/mqtt_tcp/build/mbedtls/library/havege.d @@ -0,0 +1,18 @@ +library/havege.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/library/havege.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/library/havege.c: diff --git a/examples/mqtt_tcp/build/mbedtls/library/hmac_drbg.d b/examples/mqtt_tcp/build/mbedtls/library/hmac_drbg.d new file mode 100644 index 0000000..407ded0 --- /dev/null +++ b/examples/mqtt_tcp/build/mbedtls/library/hmac_drbg.d @@ -0,0 +1,102 @@ +library/hmac_drbg.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/library/hmac_drbg.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/hmac_drbg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/md.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform_time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/hmac_drbg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/md.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform_time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/library/hmac_drbg.c: diff --git a/examples/mqtt_tcp/build/mbedtls/library/md.d b/examples/mqtt_tcp/build/mbedtls/library/md.d new file mode 100644 index 0000000..d70ff1b --- /dev/null +++ b/examples/mqtt_tcp/build/mbedtls/library/md.d @@ -0,0 +1,105 @@ +library/md.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/library/md.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/md.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/md_internal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/md.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform_time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/md.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/md_internal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/md.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform_time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/library/md.c: diff --git a/examples/mqtt_tcp/build/mbedtls/library/md2.d b/examples/mqtt_tcp/build/mbedtls/library/md2.d new file mode 100644 index 0000000..8278b3e --- /dev/null +++ b/examples/mqtt_tcp/build/mbedtls/library/md2.d @@ -0,0 +1,18 @@ +library/md2.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/library/md2.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/library/md2.c: diff --git a/examples/mqtt_tcp/build/mbedtls/library/md4.d b/examples/mqtt_tcp/build/mbedtls/library/md4.d new file mode 100644 index 0000000..8fa94af --- /dev/null +++ b/examples/mqtt_tcp/build/mbedtls/library/md4.d @@ -0,0 +1,18 @@ +library/md4.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/library/md4.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/library/md4.c: diff --git a/examples/mqtt_tcp/build/mbedtls/library/md5.d b/examples/mqtt_tcp/build/mbedtls/library/md5.d new file mode 100644 index 0000000..262dcfd --- /dev/null +++ b/examples/mqtt_tcp/build/mbedtls/library/md5.d @@ -0,0 +1,105 @@ +library/md5.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/library/md5.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/md5.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform_time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/md5.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform_time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/library/md5.c: diff --git a/examples/mqtt_tcp/build/mbedtls/library/md_wrap.d b/examples/mqtt_tcp/build/mbedtls/library/md_wrap.d new file mode 100644 index 0000000..a9aa678 --- /dev/null +++ b/examples/mqtt_tcp/build/mbedtls/library/md_wrap.d @@ -0,0 +1,114 @@ +library/md_wrap.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/library/md_wrap.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/md_internal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/md.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/md5.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/sha1.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/sha256.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/sha512.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform_time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/md_internal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/md.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/md5.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/sha1.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/sha256.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/sha512.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform_time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/library/md_wrap.c: diff --git a/examples/mqtt_tcp/build/mbedtls/library/memory_buffer_alloc.d b/examples/mqtt_tcp/build/mbedtls/library/memory_buffer_alloc.d new file mode 100644 index 0000000..e52cb67 --- /dev/null +++ b/examples/mqtt_tcp/build/mbedtls/library/memory_buffer_alloc.d @@ -0,0 +1,18 @@ +library/memory_buffer_alloc.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/library/memory_buffer_alloc.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/library/memory_buffer_alloc.c: diff --git a/examples/mqtt_tcp/build/mbedtls/library/oid.d b/examples/mqtt_tcp/build/mbedtls/library/oid.d new file mode 100644 index 0000000..94584dc --- /dev/null +++ b/examples/mqtt_tcp/build/mbedtls/library/oid.d @@ -0,0 +1,138 @@ +library/oid.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/library/oid.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/oid.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/asn1.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/bignum.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/pk.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/md.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/rsa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecdsa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/cipher.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/x509.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/rsa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform_time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/x509.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/oid.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/asn1.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/bignum.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/pk.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/md.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/rsa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecdsa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/cipher.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/x509.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/rsa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform_time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/x509.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/library/oid.c: diff --git a/examples/mqtt_tcp/build/mbedtls/library/padlock.d b/examples/mqtt_tcp/build/mbedtls/library/padlock.d new file mode 100644 index 0000000..019ee4c --- /dev/null +++ b/examples/mqtt_tcp/build/mbedtls/library/padlock.d @@ -0,0 +1,84 @@ +library/padlock.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/library/padlock.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/padlock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/aes.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/aes_alt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/hwcrypto/aes.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/aes.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/padlock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/aes.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/aes_alt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/hwcrypto/aes.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/aes.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/library/padlock.c: diff --git a/examples/mqtt_tcp/build/mbedtls/library/pem.d b/examples/mqtt_tcp/build/mbedtls/library/pem.d new file mode 100644 index 0000000..1ccc170 --- /dev/null +++ b/examples/mqtt_tcp/build/mbedtls/library/pem.d @@ -0,0 +1,132 @@ +library/pem.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/library/pem.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/pem.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/base64.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/des.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/aes.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/aes_alt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/hwcrypto/aes.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/aes.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/md5.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/cipher.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform_time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/pem.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/base64.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/des.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/aes.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/aes_alt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/hwcrypto/aes.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/aes.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/md5.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/cipher.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform_time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/library/pem.c: diff --git a/examples/mqtt_tcp/build/mbedtls/library/pk.d b/examples/mqtt_tcp/build/mbedtls/library/pk.d new file mode 100644 index 0000000..3c22bd7 --- /dev/null +++ b/examples/mqtt_tcp/build/mbedtls/library/pk.d @@ -0,0 +1,114 @@ +library/pk.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/library/pk.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/pk.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/md.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/rsa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/bignum.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecdsa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/pk_internal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/pk.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/bignum.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/bignum.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/rsa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecdsa.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/pk.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/md.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/rsa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/bignum.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecdsa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/pk_internal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/pk.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/bignum.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/bignum.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/rsa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecdsa.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/library/pk.c: diff --git a/examples/mqtt_tcp/build/mbedtls/library/pk_wrap.d b/examples/mqtt_tcp/build/mbedtls/library/pk_wrap.d new file mode 100644 index 0000000..c2e3e7b --- /dev/null +++ b/examples/mqtt_tcp/build/mbedtls/library/pk_wrap.d @@ -0,0 +1,138 @@ +library/pk_wrap.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/library/pk_wrap.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/pk_internal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/pk.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/md.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/rsa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/bignum.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecdsa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/rsa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/bignum.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/bignum.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecdsa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform_time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/pk_internal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/pk.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/md.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/rsa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/bignum.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecdsa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/rsa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/bignum.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/bignum.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecdsa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform_time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/library/pk_wrap.c: diff --git a/examples/mqtt_tcp/build/mbedtls/library/pkcs11.d b/examples/mqtt_tcp/build/mbedtls/library/pkcs11.d new file mode 100644 index 0000000..9d7e2f7 --- /dev/null +++ b/examples/mqtt_tcp/build/mbedtls/library/pkcs11.d @@ -0,0 +1,21 @@ +library/pkcs11.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/library/pkcs11.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/pkcs11.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/pkcs11.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/library/pkcs11.c: diff --git a/examples/mqtt_tcp/build/mbedtls/library/pkcs12.d b/examples/mqtt_tcp/build/mbedtls/library/pkcs12.d new file mode 100644 index 0000000..8541250 --- /dev/null +++ b/examples/mqtt_tcp/build/mbedtls/library/pkcs12.d @@ -0,0 +1,102 @@ +library/pkcs12.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/library/pkcs12.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/pkcs12.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/md.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/cipher.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/asn1.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/bignum.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/asn1.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/cipher.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/pkcs12.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/md.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/cipher.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/asn1.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/bignum.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/asn1.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/cipher.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/library/pkcs12.c: diff --git a/examples/mqtt_tcp/build/mbedtls/library/pkcs5.d b/examples/mqtt_tcp/build/mbedtls/library/pkcs5.d new file mode 100644 index 0000000..c89c24d --- /dev/null +++ b/examples/mqtt_tcp/build/mbedtls/library/pkcs5.d @@ -0,0 +1,141 @@ +library/pkcs5.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/library/pkcs5.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/pkcs5.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/asn1.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/bignum.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/md.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/asn1.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/cipher.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/oid.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/pk.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/rsa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecdsa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/cipher.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/x509.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform_time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/pkcs5.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/asn1.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/bignum.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/md.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/asn1.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/cipher.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/oid.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/pk.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/rsa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecdsa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/cipher.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/x509.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform_time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/library/pkcs5.c: diff --git a/examples/mqtt_tcp/build/mbedtls/library/pkparse.d b/examples/mqtt_tcp/build/mbedtls/library/pkparse.d new file mode 100644 index 0000000..636c4da --- /dev/null +++ b/examples/mqtt_tcp/build/mbedtls/library/pkparse.d @@ -0,0 +1,156 @@ +library/pkparse.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/library/pkparse.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/pk.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/md.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/rsa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/bignum.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecdsa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/asn1.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/oid.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/asn1.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/pk.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/cipher.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/x509.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/rsa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecdsa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/pem.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/pkcs5.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/pkcs12.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform_time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/pk.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/md.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/rsa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/bignum.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecdsa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/asn1.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/oid.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/asn1.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/pk.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/cipher.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/x509.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/rsa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecdsa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/pem.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/pkcs5.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/pkcs12.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform_time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/library/pkparse.c: diff --git a/examples/mqtt_tcp/build/mbedtls/library/pkwrite.d b/examples/mqtt_tcp/build/mbedtls/library/pkwrite.d new file mode 100644 index 0000000..828b26c --- /dev/null +++ b/examples/mqtt_tcp/build/mbedtls/library/pkwrite.d @@ -0,0 +1,150 @@ +library/pkwrite.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/library/pkwrite.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/pk.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/md.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/rsa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/bignum.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecdsa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/asn1write.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/asn1.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/oid.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/pk.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/cipher.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/x509.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/rsa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecdsa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/pem.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform_time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/pk.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/md.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/rsa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/bignum.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecdsa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/asn1write.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/asn1.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/oid.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/pk.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/cipher.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/x509.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/rsa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecdsa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/pem.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform_time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/library/pkwrite.c: diff --git a/examples/mqtt_tcp/build/mbedtls/library/platform.d b/examples/mqtt_tcp/build/mbedtls/library/platform.d new file mode 100644 index 0000000..867aa39 --- /dev/null +++ b/examples/mqtt_tcp/build/mbedtls/library/platform.d @@ -0,0 +1,90 @@ +library/platform.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/library/platform.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform_time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform_time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/library/platform.c: diff --git a/examples/mqtt_tcp/build/mbedtls/library/ripemd160.d b/examples/mqtt_tcp/build/mbedtls/library/ripemd160.d new file mode 100644 index 0000000..0a5e42e --- /dev/null +++ b/examples/mqtt_tcp/build/mbedtls/library/ripemd160.d @@ -0,0 +1,18 @@ +library/ripemd160.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/library/ripemd160.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/library/ripemd160.c: diff --git a/examples/mqtt_tcp/build/mbedtls/library/rsa.d b/examples/mqtt_tcp/build/mbedtls/library/rsa.d new file mode 100644 index 0000000..a7db42e --- /dev/null +++ b/examples/mqtt_tcp/build/mbedtls/library/rsa.d @@ -0,0 +1,141 @@ +library/rsa.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/library/rsa.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/rsa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/bignum.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/md.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/oid.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/asn1.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/pk.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/rsa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecdsa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/cipher.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/x509.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/md.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform_time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/sha1.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/rsa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/bignum.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/md.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/oid.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/asn1.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/pk.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/rsa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecdsa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/cipher.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/x509.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/md.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform_time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/sha1.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/library/rsa.c: diff --git a/examples/mqtt_tcp/build/mbedtls/library/sha1.d b/examples/mqtt_tcp/build/mbedtls/library/sha1.d new file mode 100644 index 0000000..506faa6 --- /dev/null +++ b/examples/mqtt_tcp/build/mbedtls/library/sha1.d @@ -0,0 +1,105 @@ +library/sha1.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/library/sha1.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/sha1.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform_time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/sha1.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform_time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/library/sha1.c: diff --git a/examples/mqtt_tcp/build/mbedtls/library/sha256.d b/examples/mqtt_tcp/build/mbedtls/library/sha256.d new file mode 100644 index 0000000..16f1fb6 --- /dev/null +++ b/examples/mqtt_tcp/build/mbedtls/library/sha256.d @@ -0,0 +1,105 @@ +library/sha256.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/library/sha256.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/sha256.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform_time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/sha256.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform_time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/library/sha256.c: diff --git a/examples/mqtt_tcp/build/mbedtls/library/sha512.d b/examples/mqtt_tcp/build/mbedtls/library/sha512.d new file mode 100644 index 0000000..3741859 --- /dev/null +++ b/examples/mqtt_tcp/build/mbedtls/library/sha512.d @@ -0,0 +1,105 @@ +library/sha512.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/library/sha512.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/sha512.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform_time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/sha512.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform_time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/library/sha512.c: diff --git a/examples/mqtt_tcp/build/mbedtls/library/ssl_cache.d b/examples/mqtt_tcp/build/mbedtls/library/ssl_cache.d new file mode 100644 index 0000000..0bcedb0 --- /dev/null +++ b/examples/mqtt_tcp/build/mbedtls/library/ssl_cache.d @@ -0,0 +1,150 @@ +library/ssl_cache.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/library/ssl_cache.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform_time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ssl_cache.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ssl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/bignum.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ssl_ciphersuites.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/pk.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/md.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/rsa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecdsa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/cipher.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/x509_crt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/x509.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/asn1.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/x509_crl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/dhm.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecdh.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform_time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ssl_cache.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ssl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/bignum.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ssl_ciphersuites.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/pk.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/md.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/rsa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecdsa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/cipher.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/x509_crt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/x509.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/asn1.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/x509_crl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/dhm.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecdh.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/library/ssl_cache.c: diff --git a/examples/mqtt_tcp/build/mbedtls/library/ssl_ciphersuites.d b/examples/mqtt_tcp/build/mbedtls/library/ssl_ciphersuites.d new file mode 100644 index 0000000..d7be42f --- /dev/null +++ b/examples/mqtt_tcp/build/mbedtls/library/ssl_ciphersuites.d @@ -0,0 +1,150 @@ +library/ssl_ciphersuites.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/library/ssl_ciphersuites.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform_time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ssl_ciphersuites.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/pk.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/md.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/rsa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/bignum.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecdsa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/cipher.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ssl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ssl_ciphersuites.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/x509_crt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/x509.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/asn1.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/x509_crl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/dhm.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecdh.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform_time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ssl_ciphersuites.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/pk.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/md.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/rsa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/bignum.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecdsa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/cipher.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ssl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ssl_ciphersuites.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/x509_crt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/x509.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/asn1.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/x509_crl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/dhm.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecdh.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/library/ssl_ciphersuites.c: diff --git a/examples/mqtt_tcp/build/mbedtls/library/ssl_cli.d b/examples/mqtt_tcp/build/mbedtls/library/ssl_cli.d new file mode 100644 index 0000000..27dca3b --- /dev/null +++ b/examples/mqtt_tcp/build/mbedtls/library/ssl_cli.d @@ -0,0 +1,168 @@ +library/ssl_cli.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/library/ssl_cli.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform_time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/debug.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ssl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/bignum.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ssl_ciphersuites.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/pk.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/md.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/rsa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecdsa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/cipher.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/x509_crt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/x509.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/asn1.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/x509_crl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/dhm.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecdh.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ssl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ssl_internal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/md5.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/sha1.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/sha256.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/sha512.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform_time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/debug.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ssl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/bignum.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ssl_ciphersuites.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/pk.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/md.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/rsa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecdsa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/cipher.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/x509_crt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/x509.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/asn1.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/x509_crl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/dhm.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecdh.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ssl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ssl_internal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/md5.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/sha1.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/sha256.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/sha512.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/library/ssl_cli.c: diff --git a/examples/mqtt_tcp/build/mbedtls/library/ssl_cookie.d b/examples/mqtt_tcp/build/mbedtls/library/ssl_cookie.d new file mode 100644 index 0000000..265ee2e --- /dev/null +++ b/examples/mqtt_tcp/build/mbedtls/library/ssl_cookie.d @@ -0,0 +1,165 @@ +library/ssl_cookie.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/library/ssl_cookie.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform_time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ssl_cookie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ssl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/bignum.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ssl_ciphersuites.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/pk.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/md.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/rsa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecdsa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/cipher.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/x509_crt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/x509.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/asn1.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/x509_crl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/dhm.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecdh.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ssl_internal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/md5.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/sha1.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/sha256.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/sha512.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform_time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ssl_cookie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ssl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/bignum.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ssl_ciphersuites.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/pk.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/md.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/rsa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecdsa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/cipher.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/x509_crt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/x509.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/asn1.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/x509_crl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/dhm.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecdh.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ssl_internal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/md5.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/sha1.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/sha256.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/sha512.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/library/ssl_cookie.c: diff --git a/examples/mqtt_tcp/build/mbedtls/library/ssl_srv.d b/examples/mqtt_tcp/build/mbedtls/library/ssl_srv.d new file mode 100644 index 0000000..d5e494b --- /dev/null +++ b/examples/mqtt_tcp/build/mbedtls/library/ssl_srv.d @@ -0,0 +1,171 @@ +library/ssl_srv.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/library/ssl_srv.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform_time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/debug.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ssl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/bignum.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ssl_ciphersuites.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/pk.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/md.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/rsa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecdsa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/cipher.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/x509_crt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/x509.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/asn1.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/x509_crl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/dhm.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecdh.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ssl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ssl_internal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/md5.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/sha1.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/sha256.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/sha512.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecp.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform_time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/debug.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ssl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/bignum.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ssl_ciphersuites.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/pk.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/md.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/rsa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecdsa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/cipher.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/x509_crt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/x509.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/asn1.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/x509_crl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/dhm.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecdh.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ssl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ssl_internal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/md5.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/sha1.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/sha256.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/sha512.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecp.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/library/ssl_srv.c: diff --git a/examples/mqtt_tcp/build/mbedtls/library/ssl_ticket.d b/examples/mqtt_tcp/build/mbedtls/library/ssl_ticket.d new file mode 100644 index 0000000..ae6cd25 --- /dev/null +++ b/examples/mqtt_tcp/build/mbedtls/library/ssl_ticket.d @@ -0,0 +1,150 @@ +library/ssl_ticket.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/library/ssl_ticket.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform_time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ssl_ticket.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ssl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/bignum.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ssl_ciphersuites.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/pk.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/md.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/rsa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecdsa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/cipher.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/x509_crt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/x509.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/asn1.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/x509_crl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/dhm.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecdh.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform_time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ssl_ticket.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ssl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/bignum.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ssl_ciphersuites.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/pk.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/md.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/rsa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecdsa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/cipher.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/x509_crt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/x509.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/asn1.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/x509_crl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/dhm.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecdh.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/library/ssl_ticket.c: diff --git a/examples/mqtt_tcp/build/mbedtls/library/ssl_tls.d b/examples/mqtt_tcp/build/mbedtls/library/ssl_tls.d new file mode 100644 index 0000000..af0749d --- /dev/null +++ b/examples/mqtt_tcp/build/mbedtls/library/ssl_tls.d @@ -0,0 +1,171 @@ +library/ssl_tls.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/library/ssl_tls.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform_time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/debug.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ssl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/bignum.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ssl_ciphersuites.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/pk.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/md.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/rsa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecdsa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/cipher.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/x509_crt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/x509.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/asn1.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/x509_crl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/dhm.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecdh.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ssl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ssl_internal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/md5.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/sha1.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/sha256.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/sha512.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/oid.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform_time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/debug.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ssl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/bignum.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ssl_ciphersuites.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/pk.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/md.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/rsa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecdsa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/cipher.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/x509_crt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/x509.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/asn1.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/x509_crl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/dhm.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecdh.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ssl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ssl_internal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/md5.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/sha1.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/sha256.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/sha512.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/oid.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/library/ssl_tls.c: diff --git a/examples/mqtt_tcp/build/mbedtls/library/threading.d b/examples/mqtt_tcp/build/mbedtls/library/threading.d new file mode 100644 index 0000000..ab863e6 --- /dev/null +++ b/examples/mqtt_tcp/build/mbedtls/library/threading.d @@ -0,0 +1,18 @@ +library/threading.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/library/threading.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/library/threading.c: diff --git a/examples/mqtt_tcp/build/mbedtls/library/timing.d b/examples/mqtt_tcp/build/mbedtls/library/timing.d new file mode 100644 index 0000000..ae1848f --- /dev/null +++ b/examples/mqtt_tcp/build/mbedtls/library/timing.d @@ -0,0 +1,90 @@ +library/timing.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/library/timing.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform_time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform_time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/library/timing.c: diff --git a/examples/mqtt_tcp/build/mbedtls/library/version.d b/examples/mqtt_tcp/build/mbedtls/library/version.d new file mode 100644 index 0000000..38390b4 --- /dev/null +++ b/examples/mqtt_tcp/build/mbedtls/library/version.d @@ -0,0 +1,63 @@ +library/version.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/library/version.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/version.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/version.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/library/version.c: diff --git a/examples/mqtt_tcp/build/mbedtls/library/version_features.d b/examples/mqtt_tcp/build/mbedtls/library/version_features.d new file mode 100644 index 0000000..f44eb61 --- /dev/null +++ b/examples/mqtt_tcp/build/mbedtls/library/version_features.d @@ -0,0 +1,63 @@ +library/version_features.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/library/version_features.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/version.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/version.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/library/version_features.c: diff --git a/examples/mqtt_tcp/build/mbedtls/library/x509.d b/examples/mqtt_tcp/build/mbedtls/library/x509.d new file mode 100644 index 0000000..b825fa8 --- /dev/null +++ b/examples/mqtt_tcp/build/mbedtls/library/x509.d @@ -0,0 +1,159 @@ +library/x509.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/library/x509.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/x509.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/asn1.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/bignum.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/pk.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/md.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/rsa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecdsa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/asn1.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/oid.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/cipher.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/x509.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/pem.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform_time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/dirent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/dirent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/x509_crt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/x509_crl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/certs.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/x509.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/asn1.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/bignum.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/pk.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/md.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/rsa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecdsa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/asn1.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/oid.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/cipher.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/x509.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/pem.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform_time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/dirent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/dirent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/x509_crt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/x509_crl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/certs.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/library/x509.c: diff --git a/examples/mqtt_tcp/build/mbedtls/library/x509_create.d b/examples/mqtt_tcp/build/mbedtls/library/x509_create.d new file mode 100644 index 0000000..145b508 --- /dev/null +++ b/examples/mqtt_tcp/build/mbedtls/library/x509_create.d @@ -0,0 +1,117 @@ +library/x509_create.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/library/x509_create.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/x509.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/asn1.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/bignum.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/pk.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/md.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/rsa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecdsa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/asn1write.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/oid.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/cipher.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/x509.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/x509.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/asn1.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/bignum.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/pk.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/md.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/rsa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecdsa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/asn1write.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/oid.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/cipher.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/x509.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/library/x509_create.c: diff --git a/examples/mqtt_tcp/build/mbedtls/library/x509_crl.d b/examples/mqtt_tcp/build/mbedtls/library/x509_crl.d new file mode 100644 index 0000000..c8a58be --- /dev/null +++ b/examples/mqtt_tcp/build/mbedtls/library/x509_crl.d @@ -0,0 +1,138 @@ +library/x509_crl.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/library/x509_crl.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/x509_crl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/x509.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/asn1.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/bignum.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/pk.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/md.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/rsa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecdsa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/oid.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/cipher.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/pem.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform_time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/x509_crl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/x509.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/asn1.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/bignum.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/pk.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/md.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/rsa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecdsa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/oid.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/cipher.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/pem.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform_time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/library/x509_crl.c: diff --git a/examples/mqtt_tcp/build/mbedtls/library/x509_crt.d b/examples/mqtt_tcp/build/mbedtls/library/x509_crt.d new file mode 100644 index 0000000..b483714 --- /dev/null +++ b/examples/mqtt_tcp/build/mbedtls/library/x509_crt.d @@ -0,0 +1,150 @@ +library/x509_crt.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/library/x509_crt.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/x509_crt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/x509.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/asn1.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/bignum.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/pk.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/md.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/rsa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecdsa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/x509_crl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/oid.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/cipher.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/pem.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform_time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/dirent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/dirent.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/x509_crt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/x509.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/asn1.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/bignum.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/pk.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/md.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/rsa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecdsa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/x509_crl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/oid.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/cipher.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/pem.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform_time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/dirent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/dirent.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/library/x509_crt.c: diff --git a/examples/mqtt_tcp/build/mbedtls/library/x509_csr.d b/examples/mqtt_tcp/build/mbedtls/library/x509_csr.d new file mode 100644 index 0000000..8a49d81 --- /dev/null +++ b/examples/mqtt_tcp/build/mbedtls/library/x509_csr.d @@ -0,0 +1,138 @@ +library/x509_csr.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/library/x509_csr.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/x509_csr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/x509.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/asn1.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/bignum.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/pk.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/md.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/rsa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecdsa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/oid.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/cipher.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/pem.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform_time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/x509_csr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/x509.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/asn1.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/bignum.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/pk.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/md.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/rsa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecdsa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/oid.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/cipher.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/pem.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform_time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/library/x509_csr.c: diff --git a/examples/mqtt_tcp/build/mbedtls/library/x509write_crt.d b/examples/mqtt_tcp/build/mbedtls/library/x509write_crt.d new file mode 100644 index 0000000..456767c --- /dev/null +++ b/examples/mqtt_tcp/build/mbedtls/library/x509write_crt.d @@ -0,0 +1,126 @@ +library/x509write_crt.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/library/x509write_crt.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/x509_crt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/x509.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/asn1.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/bignum.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/pk.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/md.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/rsa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecdsa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/x509_crl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/oid.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/cipher.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/asn1write.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/sha1.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/pem.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/x509_crt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/x509.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/asn1.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/bignum.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/pk.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/md.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/rsa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecdsa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/x509_crl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/oid.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/cipher.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/asn1write.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/sha1.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/pem.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/library/x509write_crt.c: diff --git a/examples/mqtt_tcp/build/mbedtls/library/x509write_csr.d b/examples/mqtt_tcp/build/mbedtls/library/x509write_csr.d new file mode 100644 index 0000000..0fb4e4e --- /dev/null +++ b/examples/mqtt_tcp/build/mbedtls/library/x509write_csr.d @@ -0,0 +1,129 @@ +library/x509write_csr.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/library/x509write_csr.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/x509_csr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/x509.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/asn1.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/bignum.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/pk.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/md.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/rsa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecdsa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/oid.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/cipher.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/asn1write.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/pem.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/x509_csr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/x509.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/asn1.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/bignum.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/pk.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/md.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/rsa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecdsa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/oid.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/cipher.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/asn1write.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/pem.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/library/x509write_csr.c: diff --git a/examples/mqtt_tcp/build/mbedtls/library/xtea.d b/examples/mqtt_tcp/build/mbedtls/library/xtea.d new file mode 100644 index 0000000..16d51f5 --- /dev/null +++ b/examples/mqtt_tcp/build/mbedtls/library/xtea.d @@ -0,0 +1,18 @@ +library/xtea.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/library/xtea.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/library/xtea.c: diff --git a/examples/mqtt_tcp/build/mbedtls/port/esp_bignum.d b/examples/mqtt_tcp/build/mbedtls/port/esp_bignum.d new file mode 100644 index 0000000..0a50075 --- /dev/null +++ b/examples/mqtt_tcp/build/mbedtls/port/esp_bignum.d @@ -0,0 +1,288 @@ +port/esp_bignum.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/esp_bignum.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/malloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/malloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/bignum.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/bignum.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/bigint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/hwcrypto_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_access.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_dport_access.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/malloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/malloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/bignum.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/bignum.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/bigint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/hwcrypto_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_access.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_dport_access.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/esp_bignum.c: diff --git a/examples/mqtt_tcp/build/mbedtls/port/esp_hardware.d b/examples/mqtt_tcp/build/mbedtls/port/esp_hardware.d new file mode 100644 index 0000000..9c0d6e5 --- /dev/null +++ b/examples/mqtt_tcp/build/mbedtls/port/esp_hardware.d @@ -0,0 +1,78 @@ +port/esp_hardware.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/esp_hardware.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/esp_hardware.c: diff --git a/examples/mqtt_tcp/build/mbedtls/port/esp_sha1.d b/examples/mqtt_tcp/build/mbedtls/port/esp_sha1.d new file mode 100644 index 0000000..28075fd --- /dev/null +++ b/examples/mqtt_tcp/build/mbedtls/port/esp_sha1.d @@ -0,0 +1,18 @@ +port/esp_sha1.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/esp_sha1.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/esp_sha1.c: diff --git a/examples/mqtt_tcp/build/mbedtls/port/esp_sha256.d b/examples/mqtt_tcp/build/mbedtls/port/esp_sha256.d new file mode 100644 index 0000000..e510c2e --- /dev/null +++ b/examples/mqtt_tcp/build/mbedtls/port/esp_sha256.d @@ -0,0 +1,18 @@ +port/esp_sha256.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/esp_sha256.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/esp_sha256.c: diff --git a/examples/mqtt_tcp/build/mbedtls/port/esp_sha512.d b/examples/mqtt_tcp/build/mbedtls/port/esp_sha512.d new file mode 100644 index 0000000..39b0343 --- /dev/null +++ b/examples/mqtt_tcp/build/mbedtls/port/esp_sha512.d @@ -0,0 +1,18 @@ +port/esp_sha512.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/esp_sha512.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/esp_sha512.c: diff --git a/examples/mqtt_tcp/build/mbedtls/port/mbedtls_debug.d b/examples/mqtt_tcp/build/mbedtls/port/mbedtls_debug.d new file mode 100644 index 0000000..1dd0e72 --- /dev/null +++ b/examples/mqtt_tcp/build/mbedtls/port/mbedtls_debug.d @@ -0,0 +1,174 @@ +port/mbedtls_debug.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/mbedtls_debug.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/strings.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform_time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/debug.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ssl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/bignum.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ssl_ciphersuites.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/pk.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/md.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/rsa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecdsa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/cipher.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/x509_crt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/x509.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/asn1.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/x509_crl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/dhm.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecdh.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ssl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_debug.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/strings.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform_time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/debug.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ssl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/bignum.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ssl_ciphersuites.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/pk.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/md.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/rsa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecdsa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/cipher.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/x509_crt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/x509.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/asn1.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/x509_crl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/dhm.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecdh.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ssl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_debug.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/mbedtls_debug.c: diff --git a/examples/mqtt_tcp/build/mbedtls/port/net_sockets.d b/examples/mqtt_tcp/build/mbedtls/port/net_sockets.d new file mode 100644 index 0000000..5e3dfe6 --- /dev/null +++ b/examples/mqtt_tcp/build/mbedtls/port/net_sockets.d @@ -0,0 +1,399 @@ +port/net_sockets.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/net_sockets.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform_time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/net_sockets.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ssl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/bignum.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ssl_ciphersuites.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/pk.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/md.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/rsa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecdsa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/cipher.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/x509_crt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/x509.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/asn1.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/x509_crl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/dhm.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecdh.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/posix/sys/socket.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/sockets.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/inet.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/posix/netdb.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/netdb.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform_time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/net_sockets.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ssl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/bignum.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ssl_ciphersuites.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/pk.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/md.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/rsa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecdsa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/cipher.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/x509_crt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/x509.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/asn1.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/x509_crl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/dhm.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecdh.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/posix/sys/socket.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/sockets.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/inet.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/posix/netdb.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/netdb.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/net_sockets.c: diff --git a/examples/mqtt_tcp/build/mdns/component_project_vars.mk b/examples/mqtt_tcp/build/mdns/component_project_vars.mk new file mode 100644 index 0000000..5d675b3 --- /dev/null +++ b/examples/mqtt_tcp/build/mdns/component_project_vars.mk @@ -0,0 +1,7 @@ +# Automatically generated build file. Do not edit. +COMPONENT_INCLUDES += $(IDF_PATH)/components/mdns/include +COMPONENT_LDFLAGS += -L$(BUILD_DIR_BASE)/mdns -lmdns +COMPONENT_LINKER_DEPS += +COMPONENT_SUBMODULES += +COMPONENT_LIBRARIES += mdns +component-mdns-build: diff --git a/examples/mqtt_tcp/build/mdns/mdns.d b/examples/mqtt_tcp/build/mdns/mdns.d new file mode 100644 index 0000000..750135d --- /dev/null +++ b/examples/mqtt_tcp/build/mdns/mdns.d @@ -0,0 +1,416 @@ +mdns.o: /Volumes/tools/esp32/sdk/esp-idf-github/components/mdns/./mdns.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mdns/include/mdns.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/tcpip_adapter/include/tcpip_adapter.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_wifi_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_interface.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/apps/dhcpserver.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_event.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_wifi_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/pbuf.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/igmp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/netif.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/stats.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/memp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_std.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_priv.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/udp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mld6.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/tcpip_priv.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/tcpip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/timers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_wifi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_wifi_crypto_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_event.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_event_loop.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mdns/private_include/mdns_private.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mdns/include/mdns.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/tcpip_adapter/include/tcpip_adapter.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_wifi_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_interface.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/apps/dhcpserver.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_event.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_wifi_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/pbuf.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/igmp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/netif.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/stats.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/memp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_std.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_priv.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/udp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mld6.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/tcpip_priv.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/tcpip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/timers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_wifi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_wifi_crypto_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_event.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_event_loop.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mdns/private_include/mdns_private.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/mdns/./mdns.c: diff --git a/examples/mqtt_tcp/build/mdns/mdns_console.d b/examples/mqtt_tcp/build/mdns/mdns_console.d new file mode 100644 index 0000000..97a7c65 --- /dev/null +++ b/examples/mqtt_tcp/build/mdns/mdns_console.d @@ -0,0 +1,354 @@ +mdns_console.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mdns/./mdns_console.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/console/./esp_console.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/console/./argtable3/argtable3.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mdns/include/mdns.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/tcpip_adapter/include/tcpip_adapter.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_wifi_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_interface.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/apps/dhcpserver.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_event.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_wifi_types.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/console/./esp_console.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/console/./argtable3/argtable3.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mdns/include/mdns.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/tcpip_adapter/include/tcpip_adapter.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_wifi_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_interface.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/apps/dhcpserver.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_event.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_wifi_types.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/mdns/./mdns_console.c: diff --git a/examples/mqtt_tcp/build/micro-ecc/component_project_vars.mk b/examples/mqtt_tcp/build/micro-ecc/component_project_vars.mk new file mode 100644 index 0000000..b070564 --- /dev/null +++ b/examples/mqtt_tcp/build/micro-ecc/component_project_vars.mk @@ -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: diff --git a/examples/mqtt_tcp/build/micro-ecc/micro-ecc/uECC.d b/examples/mqtt_tcp/build/micro-ecc/micro-ecc/uECC.d new file mode 100644 index 0000000..8864e52 --- /dev/null +++ b/examples/mqtt_tcp/build/micro-ecc/micro-ecc/uECC.d @@ -0,0 +1,30 @@ +micro-ecc/uECC.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/micro-ecc/micro-ecc/uECC.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/micro-ecc/micro-ecc/uECC.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/micro-ecc/micro-ecc/uECC_vli.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/micro-ecc/micro-ecc/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/micro-ecc/micro-ecc/platform-specific.inc \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/micro-ecc/micro-ecc/curve-specific.inc + +/Volumes/tools/esp32/sdk/esp-idf-github/components/micro-ecc/micro-ecc/uECC.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/micro-ecc/micro-ecc/uECC_vli.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/micro-ecc/micro-ecc/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/micro-ecc/micro-ecc/platform-specific.inc: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/micro-ecc/micro-ecc/curve-specific.inc: +/Volumes/tools/esp32/sdk/esp-idf-github/components/micro-ecc/micro-ecc/uECC.c: diff --git a/examples/mqtt_tcp/build/mqtt_tcp.bin b/examples/mqtt_tcp/build/mqtt_tcp.bin new file mode 100644 index 0000000..7894cc4 Binary files /dev/null and b/examples/mqtt_tcp/build/mqtt_tcp.bin differ diff --git a/examples/mqtt_tcp/build/mqtt_tcp.map b/examples/mqtt_tcp/build/mqtt_tcp.map new file mode 100644 index 0000000..f4d50a9 --- /dev/null +++ b/examples/mqtt_tcp/build/mqtt_tcp.map @@ -0,0 +1,39291 @@ +Archive member included to satisfy reference by file (symbol) + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/cxx/libcxx.a(cxx_exception_stubs.o) + (__cxx_fatal_exception) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/cxx/libcxx.a(cxx_guards.o) + (__cxa_guard_dummy) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(cpu_start.o) + (call_start_cpu0) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(crosscore_int.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(cpu_start.o) (esp_crosscore_int_init) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(dport_access.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(cpu_start.o) (esp_dport_access_stall_other_cpu_start) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(esp_timer.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(cpu_start.o) (esp_timer_init) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(esp_timer_esp32.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(esp_timer.o) (esp_timer_impl_get_time) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(int_wdt.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(cpu_start.o) (esp_int_wdt_init) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(intr_alloc.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(esp_timer_esp32.o) (esp_intr_enable) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(ipc.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(cpu_start.o) (esp_ipc_init) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(panic.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/cxx/libcxx.a(cxx_exception_stubs.o) (abort) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(system_api.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(panic.o) (esp_restart_noos) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(task_wdt.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(cpu_start.o) (esp_task_wdt_init) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(dport_panic_highint_hdl.o) + (ld_include_panic_highint_hdl) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(brownout.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(cpu_start.o) (esp_brownout_init) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(cache_err_int.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(cpu_start.o) (esp_cache_err_int_init) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(clk.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(cpu_start.o) (esp_clk_init) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(freertos_hooks.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(task_wdt.o) (esp_register_freertos_idle_hook_for_cpu) +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/libhal.a(int_asm--set_intclear.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(intr_alloc.o) (xthal_set_intclear) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(FreeRTOS-openocd.o) + (uxTopUsedPriority) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(port.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(cpu_start.o) (port_xSchedulerRunning) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(queue.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(ipc.o) (xQueueGenericCreate) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(system_api.o) (vTaskSuspendAll) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(timers.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) (xTimerCreateTimerTask) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(xtensa_init.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(port.o) (_xt_tick_divisor_init) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(xtensa_intr.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(intr_alloc.o) (xt_unhandled_interrupt) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(portasm.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(crosscore_int.o) (_frxt_setup_switch) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(xtensa_context.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(dport_panic_highint_hdl.o) (_xt_context_save) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(xtensa_intr_asm.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(intr_alloc.o) (_xt_interrupt_table) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(xtensa_vectors.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(port.o) (_xt_user_exit) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(list.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(queue.o) (vListInitialise) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(xtensa_vector_defaults.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(xtensa_vectors.o) (xt_debugexception) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/heap/libheap.a(heap_caps_init.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(cpu_start.o) (heap_caps_enable_nonos_stack_heaps) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/heap/libheap.a(heap_caps.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/heap/libheap.a(heap_caps_init.o) (heap_caps_match) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/heap/libheap.a(multi_heap.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/heap/libheap.a(heap_caps.o) (multi_heap_get_allocated_size) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/log/liblog.a(log.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(cpu_start.o) (esp_log_write) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/main/libmain.a(app_main.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(cpu_start.o) (app_main) +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-assert.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/cxx/libcxx.a(cxx_guards.o) (__assert_func) +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-fiprintf.o) + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-assert.o) (fiprintf) +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-fopen.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(cpu_start.o) (fopen) +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-fputs.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(esp_timer.o) (fputs) +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-fseek.o) + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-fopen.o) (_fseek_r) +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-fseeko.o) + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-fseek.o) (_fseeko_r) +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-printf.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/cxx/libcxx.a(cxx_exception_stubs.o) (printf) +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-puts.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/heap/libheap.a(heap_caps.o) (puts) +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-reent.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) (_reclaim_reent) +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-snprintf.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(esp_timer.o) (snprintf) +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-sprintf.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(ipc.o) (sprintf) +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-svfprintf.o) + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-snprintf.o) (_svfprintf_r) +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-vfiprintf.o) + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-fiprintf.o) (_vfiprintf_r) +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-vfprintf.o) + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-printf.o) (_vfprintf_r) +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-vprintf.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/log/liblog.a(log.o) (vprintf) +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-dtoa.o) + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-svfprintf.o) (_dtoa_r) +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-flags.o) + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-fopen.o) (__sflags) +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-mprec.o) + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-dtoa.o) (_Balloc) +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-s_frexp.o) + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-svfprintf.o) (frexp) +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-svfiprintf.o) + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-svfprintf.o) (__chclass) +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libm.a(lib_a-s_fpclassify.o) + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-svfprintf.o) (__fpclassifyd) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/newlib/libnewlib.a(locks.o) + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-vfiprintf.o) (_lock_init_recursive) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/newlib/libnewlib.a(reent_init.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(cpu_start.o) (esp_reent_init) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/newlib/libnewlib.a(syscall_table.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(cpu_start.o) (esp_setup_syscall_table) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/newlib/libnewlib.a(syscalls.o) + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-svfprintf.o) (_malloc_r) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/newlib/libnewlib.a(time.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(clk.o) (esp_clk_slowclk_cal_set) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/main/libmain.a(app_main.o) (nvs_flash_init) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_storage.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) (_ZN3nvs7StorageD1Ev) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_item_hash_list.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_storage.o) (_ZN3nvs8HashListD1Ev) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_page.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_storage.o) (_ZN3nvs4Page9writeItemEhNS_8ItemTypeEPKcPKvj) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_pagemanager.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_storage.o) (_ZN3nvs11PageManager14requestNewPageEv) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_types.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_page.o) (_ZNK3nvs4Item14calculateCrc32Ev) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/pthread/libpthread.a(pthread.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(cpu_start.o) (esp_pthread_init) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/pthread/libpthread.a(pthread_local_storage.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/pthread/libpthread.a(pthread.o) (pthread_internal_local_storage_destructor_callback) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(cpu_util.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(panic.o) (esp_cpu_stall) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_clk.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(clk.o) (rtc_clk_32k_enable) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_init.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(clk.o) (rtc_init) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_time.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_clk.o) (rtc_clk_cal_ratio) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(soc_memory_layout.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/heap/libheap.a(heap_caps_init.o) (soc_reserved_region_count) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(cache_utils.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(panic.o) (spi_flash_cache_enabled) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(flash_ops.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(cpu_start.o) (spi_flash_init) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(partition.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) (esp_partition_find_first) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(spi_flash_rom_patch.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(flash_ops.o) (esp_rom_spiflash_unlock) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(flash_mmap.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(flash_ops.o) (spi_flash_mmap) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_lwip.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/main/libmain.a(app_main.o) (tcpip_adapter_init) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/vfs/libvfs.a(vfs.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/newlib/libnewlib.a(syscall_table.o) (esp_vfs_open) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/vfs/libvfs.a(vfs_uart.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(cpu_start.o) (esp_vfs_dev_uart_register) +/Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_addsubdf3.o) + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-dtoa.o) (__adddf3) +/Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_muldf3.o) + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-svfprintf.o) (__muldf3) +/Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_divdf3.o) + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-dtoa.o) (__divdf3) +/Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_cmpdf2.o) + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-svfprintf.o) (__eqdf2) +/Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_fixdfsi.o) + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-svfprintf.o) (__fixdfsi) +/Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_floatsidf.o) + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-dtoa.o) (__floatunsidf) +/Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_udivdi3.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(esp_timer_esp32.o) (__udivdi3) +/Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_umoddi3.o) + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-svfprintf.o) (__umoddi3) +/Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(del_op.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) (_ZdlPv) +/Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(del_opv.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_storage.o) (_ZdaPv) +/Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(new_op.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) (_Znwj) +/Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(new_opv.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_pagemanager.o) (_Znaj) +/Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(si_class_type_info.o) + /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(new_op.o) (_ZTVN10__cxxabiv120__si_class_type_infoE) +/Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(tinfo.o) + /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(si_class_type_info.o) (_ZNKSt9type_info15__is_function_pEv) +/Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(bad_alloc.o) + /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(new_op.o) (_ZTVSt9bad_alloc) +/Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(class_type_info.o) + /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(si_class_type_info.o) (_ZNK10__cxxabiv117__class_type_info11__do_upcastEPKS0_PPv) +/Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_exception.o) + /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(bad_alloc.o) (_ZNSt9exceptionD2Ev) +/Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_personality.o) + /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(new_opv.o) (__gxx_personality_v0) +/Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_terminate.o) + /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_personality.o) (_ZN10__cxxabiv111__terminateEPFvvE) +/Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_unex_handler.o) + /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_terminate.o) (_ZN10__cxxabiv120__unexpected_handlerE) +/Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(new_handler.o) + /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(new_op.o) (_ZSt15get_new_handlerv) +/Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(pure.o) + /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_exception.o) (__cxa_pure_virtual) +/Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_globals.o) + /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_personality.o) (__cxa_get_globals_fast) +/Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_term_handler.o) + /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_terminate.o) (_ZN10__cxxabiv119__terminate_handlerE) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/app_update/libapp_update.a(esp_ota_ops.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(flash_ops.o) (esp_ota_get_running_partition) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader_support/libbootloader_support.a(esp_image_format.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/app_update/libapp_update.a(esp_ota_ops.o) (esp_image_load) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader_support/libbootloader_support.a(bootloader_flash.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader_support/libbootloader_support.a(esp_image_format.o) (bootloader_mmap) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader_support/libbootloader_support.a(bootloader_sha.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader_support/libbootloader_support.a(esp_image_format.o) (bootloader_sha256_start) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(periph_ctrl.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(int_wdt.o) (periph_module_enable) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(cpu_start.o) (rtc_gpio_force_hold_dis_all) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(timer.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(int_wdt.o) (timer_group_intr_enable) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/vfs/libvfs.a(vfs_uart.o) (uart_write_bytes) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(gpio.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) (GPIO_PIN_MUX_REG) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(event_loop.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/main/libmain.a(app_main.o) (esp_event_send) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(fast_crypto_ops.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/main/libmain.a(app_main.o) (g_wifi_default_wpa_crypto_funcs) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(wifi_init.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/main/libmain.a(app_main.o) (esp_wifi_init) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(event_default_handlers.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(event_loop.o) (esp_event_process_default) +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/libhal.a(clock.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/log/liblog.a(log.o) (xthal_get_ccount) +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/libhal.a(windowspill_asm.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(portasm.o) (xthal_window_spill_nw) +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/libhal.a(interrupts--intlevel.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(xtensa_intr.o) (Xthal_intlevel) +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/libhal.a(state_asm--restore_extra_nw.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(xtensa_context.o) (xthal_restore_extra_nw) +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/libhal.a(state_asm--save_extra_nw.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(xtensa_context.o) (xthal_save_extra_nw) +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(wifi_init.o) (esp_wifi_init_internal) +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211.o) + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) (g_ic) +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_crypto.o) + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211.o) (ieee80211_crypto_attach) +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_crypto_ccmp.o) + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) (ccmp) +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_debug.o) + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211.o) (g_dbg_cnt_hmac) +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_hostap.o) + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211.o) (ap_rx_cb) +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ht.o) + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211.o) (ieee80211_ht_attach) +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ie_vendor.o) + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) (ieee80211_add_ie_vendor_esp_head) +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_input.o) + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_hostap.o) (ieee80211_decap) +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_debug.o) (g_wifi_menuconfig) +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_mesh_quick.o) + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_hostap.o) (ieee80211_mesh_quick_get) +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_misc.o) + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) (ieee80211_misc_init) +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_nvs.o) + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) (g_wifi_nvs) +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_output.o) + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_hostap.o) (ieee80211_output) +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_phy.o) + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211.o) (ieee80211_phy_init) +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_power.o) + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_hostap.o) (ieee80211_psq_init) +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_proto.o) + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211.o) (ieee80211_proto_attach) +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_regdomain.o) + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) (ieee80211_regdomain_max_tx_power) +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_rfid.o) + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211.o) (ieee80211_rfid_locp_recv_reset) +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_scan.o) + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) (scannum) +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_sta.o) + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) (ieee80211_sta_new_state) +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_timer.o) + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_misc.o) (ieee80211_timer_do_process) +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_chm.o) + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_debug.o) (g_chm) +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_cnx.o) + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_scan.o) (cnx_connect_timeout) +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_action.o) + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ht.o) (ieee80211_send_action_register) +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_action_vendor.o) + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211.o) (ieee80211_action_vendor_spec_attach) +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ets.o) + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ht.o) (ieee80211_getmgtframe) +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_output.o) (ic_get_addr) +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(lmac.o) + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) (lmacIsIdle) +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) (pm_set_sleep_type) +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm_for_bcn_only_mode.o) + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_scan.o) (fpm_allow_tx) +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) (g_intr_lock_mux) +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp_debug.o) + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(lmac.o) (g_dbg_cnt_lmac) +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(rate_control.o) + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(lmac.o) (RC_SetBasicRate) +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(trc.o) + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp_debug.o) (rx11NRate2AMPDULimit) +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(wdev.o) + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) (wDevCtrl) +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(esf_buf.o) + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) (esf_buf_alloc) +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(common.o) + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) (hexstr2bin) +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_auth.o) + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_timer.o) (hostap_eapol_resend_process) +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_auth_ie.o) + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_auth.o) (wpa_auth_gen_wpa_ie) +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa.o) + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) (pp_michael_mic_failure) +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_common.o) + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_auth_ie.o) (wpa_parse_wpa_ie_rsn) +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_debug.o) + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_auth.o) (wpa_dump_mem) +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_ie.o) + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_scan.o) (wpa_parse_wpa_ie) +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_main.o) + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_cnx.o) (ppInstallKey) +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpas_glue.o) + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa.o) (wpa_sm_alloc_eapol) +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(ap_config.o) + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_auth.o) (hostapd_get_psk) +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libcoexist.a(coexist.o) + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(wdev.o) (coexist_get_enable) +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps.o) + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_cnx.o) (wps_start) +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_common.o) + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps.o) (wps_generate_pin) +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_dev_attr.o) + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps.o) (wps_build_manufacturer) +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_enrollee.o) + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps.o) (wps_enrollee_get_msg) +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_registrar.o) + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_enrollee.o) (wps_device_store) +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_validate.o) + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_registrar.o) (wps_validate_m1) +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(eap_common.o) + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps.o) (eap_msg_alloc) +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(uuid.o) + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_registrar.o) (uuid_bin2str) +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_attr_build.o) + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps.o) (wps_build_public_key) +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_attr_parse.o) + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps.o) (wps_parse_msg) +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_attr_process.o) + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_enrollee.o) (wps_process_authenticator) +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap.o) + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_cnx.o) (wpa2_machine_start) +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_peap.o) + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap.o) (eap_peer_peap_register) +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_tls_common.o) + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_peap.o) (eap_peer_tls_ssl_init) +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_tls.o) + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap.o) (eap_peer_tls_register) +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_ttls.o) + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap.o) (eap_peer_ttls_register) +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(mschapv2.o) + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_ttls.o) (mschapv2_derive_response) +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tls_internal.o) + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap.o) (tls_init) +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_client.o) + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tls_internal.o) (tlsv1_client_handshake) +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_client_read.o) + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_client.o) (tlsv1_client_process_handshake) +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_client_write.o) + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_client.o) (tls_send_client_hello) +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_common.o) + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_client_read.o) (tls_get_cipher_suite) +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_cred.o) + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tls_internal.o) (tlsv1_cred_alloc) +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_record.o) + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_client.o) (tlsv1_record_set_cipher_suite) +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(x509v3.o) + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_common.o) (x509_certificate_free) +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(asn1.o) + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_cred.o) (asn1_get_next) +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(base64.o) + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_cred.o) (_base64_decode) +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_mschapv2.o) + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap.o) (eap_peer_mschapv2_register) +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_peap_common.o) + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_peap.o) (peap_prfplus) +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy.o) + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_chm.o) (phy_change_channel) +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_ana.o) + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy.o) (chip_v7_set_chan) +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy.o) (g_phyFuns) +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_cal.o) + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) (ram_txbbgain_to_index) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_client.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/main/libmain.a(app_main.o) (esp_mqtt_client_init) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_msg.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_client.o) (mqtt_msg_init) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_outbox.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_client.o) (outbox_init) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(platform_esp32_idf.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_client.o) (platform_create_id_string) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(transport.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_client.o) (transport_list_init) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(transport_ssl.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_client.o) (transport_ssl_set_cert_data) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(transport_tcp.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_client.o) (transport_tcp_init) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_main.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(event_default_handlers.o) (esp_eth_get_mac) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_dev.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_main.o) (emac_enable_flowctrl) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(event_groups.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/main/libmain.a(app_main.o) (xEventGroupCreate) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(ringbuf.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) (xRingbufferCreate) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(netdb.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(transport_tcp.o) (lwip_gethostbyname) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(transport_tcp.o) (lwip_socket) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcpip.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_lwip.o) (tcpip_input) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcpserver.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_lwip.o) (dhcps_option_info) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(def.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(transport_tcp.o) (lwip_htons) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dns.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_lwip.o) (dns_setserver) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(init.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcpip.o) (lwip_init) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(netdb.o) (ipaddr_aton) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(memp.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(netdb.o) (memp_pools) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(netif.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_lwip.o) (netif_set_addr) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(pbuf.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) (pbuf_free) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(init.o) (tcp_init) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp_in.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp.o) (tcp_input_pcb) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp_out.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp.o) (tcp_enqueue_flags) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(timers.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_lwip.o) (sys_timeout) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(udp.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(init.o) (udp_init) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcp.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_lwip.o) (dhcp_cleanup) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(icmp.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(udp.o) (icmp_dest_unreach) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(igmp.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(init.o) (igmp_init) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip4.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp.o) (ip4_route_src) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip4_addr.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp_in.o) (ip4_addr_isbroadcast_u32) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(icmp6.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(udp.o) (icmp6_dest_unreach) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip6.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp.o) (ip6_route) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip6_addr.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip.o) (ip6addr_aton) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip6_frag.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(timers.o) (ip6_reass_tmr) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(mld6.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(netif.o) (mld6_stop) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(nd6.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip6.o) (default_router_list) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(etharp.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(netif.o) (etharp_cleanup_netif) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ethernet.o) + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) (ethbroadcast) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sys_arch.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) (sys_mutex_new) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ethernetif.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_lwip.o) (ethernetif_input) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(wlanif.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_lwip.o) (wlanif_input) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(vfs_lwip.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(transport_ssl.o) (lwip_socket_offset) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_lib.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) (netconn_new_with_proto_and_callback) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_msg.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_lib.o) (lwip_netconn_do_newconn) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(netbuf.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) (netbuf_new) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(inet_chksum.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(icmp6.o) (ip6_chksum_pseudo) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(raw.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip4.o) (raw_input) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ethip6.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ethernetif.o) (ethip6_output) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ctr_drbg.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(transport_ssl.o) (mbedtls_ctr_drbg_init) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(entropy.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(transport_ssl.o) (mbedtls_entropy_free) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(sha256.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader_support/libbootloader_support.a(bootloader_sha.o) (mbedtls_sha256_init) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(sha512.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(entropy.o) (mbedtls_sha512_starts) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(transport_ssl.o) (mbedtls_ssl_init) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509_crt.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) (mbedtls_x509_crt_check_key_usage) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(esp_hardware.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(entropy.o) (mbedtls_hardware_poll) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(net_sockets.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(transport_ssl.o) (mbedtls_net_init) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(asn1parse.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509_crt.o) (mbedtls_asn1_get_len) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(bignum.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) (mbedtls_mpi_free) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(cipher.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) (mbedtls_cipher_info_from_type) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(cipher_wrap.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(cipher.o) (mbedtls_cipher_supported) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(dhm.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) (mbedtls_dhm_init) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecdh.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) (mbedtls_ecdh_init) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) (mbedtls_ecp_grp_id_list) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp_curves.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp.o) (mbedtls_ecp_group_load) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(gcm.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(cipher_wrap.o) (mbedtls_gcm_init) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) (mbedtls_md_info_from_type) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md5.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) (mbedtls_md5_init) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md_wrap.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md.o) (mbedtls_sha512_info) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(oid.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509_crt.o) (mbedtls_oid_get_x509_ext_type) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pem.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509_crt.o) (mbedtls_pem_init) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pk.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509_crt.o) (mbedtls_pk_free) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pk_wrap.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pk.o) (mbedtls_rsa_alt_info) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pkparse.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509_crt.o) (mbedtls_pk_load_file) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(rsa.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pk_wrap.o) (mbedtls_rsa_init) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(sha1.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) (mbedtls_sha1_init) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_ciphersuites.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) (mbedtls_ssl_list_ciphersuites) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_cli.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) (mbedtls_ssl_handshake_client_step) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_srv.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) (mbedtls_ssl_handshake_server_step) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509_crt.o) (mbedtls_x509_get_serial) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(base64.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pem.o) (mbedtls_base64_encode) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ccm.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(cipher_wrap.o) (mbedtls_ccm_init) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(certs.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509.o) (mbedtls_test_cli_crt_len) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecdsa.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pk_wrap.o) (mbedtls_ecdsa_write_signature) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(hmac_drbg.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecdsa.o) (mbedtls_hmac_drbg_init) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pkcs12.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pkparse.o) (mbedtls_pkcs12_pbe_sha1_rc4_128) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pkcs5.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pkparse.o) (mbedtls_pkcs5_pbes2) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(asn1write.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecdsa.o) (mbedtls_asn1_write_len) +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-errno.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/vfs/libvfs.a(vfs.o) (__errno) +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-ferror.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md.o) (ferror) +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-fgets.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(bignum.o) (fgets) +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-fread.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ctr_drbg.o) (fread) +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-ftell.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ctr_drbg.o) (ftell) +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-ftello.o) + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-ftell.o) (_ftello_r) +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-fwrite.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ctr_drbg.o) (fwrite) +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-putchar.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ctr_drbg.o) (putchar) +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-sysgettod.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(platform_esp32_idf.o) (gettimeofday) +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-sysstat.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509_crt.o) (stat) +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-putc.o) + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-putchar.o) (_putc_r) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nghttp/libnghttp.a(http_parser.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_client.o) (http_parser_url_init) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(crypto_internal-modexp.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(fast_crypto_ops.o) (crypto_mod_exp) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(crypto_internal-rsa.o) + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_common.o) (crypto_public_key_import) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(crypto_internal.o) + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_common.o) (crypto_hash_init) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(dh_group5.o) + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_attr_build.o) (dh5_init) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(dh_groups.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(dh_group5.o) (dh_groups_get) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(md5-internal.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(crypto_internal.o) (MD5Init) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(md5.o) + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tls_internal.o) (hmac_md5_vector) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(ms_funcs.o) + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(mschapv2.o) (nt_password_hash) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(rc4.o) + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_auth.o) (rc4_skip) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(sha1-internal.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(crypto_internal.o) (SHA1Init) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(sha1-pbkdf2.o) + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) (pbkdf2_sha1) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(sha1.o) + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_common.o) (hmac_sha1_vector) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(os_xtensa.o) + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(common.o) (os_get_time) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_aes-cbc.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(fast_crypto_ops.o) (fast_aes_128_cbc_encrypt) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_aes-unwrap.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(fast_crypto_ops.o) (fast_aes_unwrap) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_aes-wrap.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(fast_crypto_ops.o) (fast_aes_wrap) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_crypto_internal-cipher.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(fast_crypto_ops.o) (fast_crypto_cipher_init) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_crypto_internal-modexp.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(fast_crypto_ops.o) (fast_crypto_mod_exp) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_crypto_internal.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(fast_crypto_ops.o) (fast_crypto_hash_init) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_sha256-internal.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(fast_crypto_ops.o) (fast_sha256_vector) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_sha256.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(fast_crypto_ops.o) (fast_hmac_sha256_vector) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(bignum.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(crypto_internal-modexp.o) (bignum_init) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(des-internal.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(ms_funcs.o) (des_encrypt) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(md4-internal.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(ms_funcs.o) (md4_vector) +/Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_divsf3.o) + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp_debug.o) (__divsf3) +/Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_floatdidf.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(timer.o) (__floatundidf) +/Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_extendsfdf2.o) + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp_debug.o) (__extendsfdf2) +/Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_popcountsi2.o) + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) (__popcountsi2) +/Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(unwind-dw2-xtensa.o) + /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_personality.o) (_Unwind_SetGR) +/Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(unwind-dw2-fde.o) + /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(unwind-dw2-xtensa.o) (_Unwind_Find_FDE) +/Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(lib2funcs.o) + /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(unwind-dw2-xtensa.o) (__xtensa_libgcc_window_spill) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(ets_timer_legacy.o) + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_hostap.o) (ets_timer_setfn) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(hw_random.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(platform_esp32_idf.o) (esp_random) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(lib_printf.o) + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_ana.o) (phy_printf) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(phy_init.o) + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_ana.o) (phy_enter_critical) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(wifi_internal.o) + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) (wifi_malloc) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(aes.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ctr_drbg.o) (esp_aes_init) +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libcore.a(misc_nvs.o) + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211.o) (g_misc_nvs) +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(bt_bb.o) + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libcoexist.a(coexist.o) (force_wifi_mode) +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(pm.o) + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) (pm_mac_deinit) +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(rtc_analog.o) + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_cal.o) (temprature_sens_read) +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(rtc.o) + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(rtc_analog.o) (rtc_pads_muxsel) +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_crypto_tkip.o) + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_auth.o) (tkip) +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_crypto_wep.o) + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_auth.o) (wep) +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpabuf.o) + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps.o) (wpabuf_resize) +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(pkcs1.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(crypto_internal-rsa.o) (pkcs1_encrypt) +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(pkcs8.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(crypto_internal-rsa.o) (pkcs8_key_import) +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(rsa.o) + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(pkcs1.o) (crypto_rsa_get_modulus_len) +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(pkcs5.o) + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(pkcs8.o) (pkcs5_decrypt) +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-vsnprintf.o) + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(lib_printf.o) (vsnprintf) +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_sleep.o) + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(pm.o) (rtc_sleep_set_wakeup_time) + +Allocating common symbols +Common symbol size file + +phy_rxrf_dc 0x84 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) +gScanStruct 0x114 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_scan.o) +xieee80211Queue 0x4 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211.o) +freq_i2c_addr 0xb /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_ana.o) +neighbor_cache 0x190 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(nd6.o) +DefFreqCalTimer 0x14 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) +tsf_delay_us 0x4 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(pm.o) +g_cnxMgr 0xa38 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) +g_misc_nvs 0x4 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libcore.a(misc_nvs.o) +tcp_tw_pcbs 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp.o) +tcp_ticks 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp.o) +dport_access_end 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(dport_access.o) +wDevCtrl 0x28 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(wdev.o) +udp_pcbs 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(udp.o) +sleep_mode_flag 0x4 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(pm.o) +tcp_listen_pcbs 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp.o) +s_microseconds_offset + 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/newlib/libnewlib.a(time.o) +chip7_phy_init_ctrl + 0x6e /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) +netif_default 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(netif.o) +tcp_active_pcbs 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp.o) +g_ic 0x1f4 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211.o) +phy_rxbb_dc 0x18 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) +prefix_list 0x8c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(nd6.o) +set_most_tpw 0x1 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) +interface_mask 0x1 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) +destination_cache 0x190 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(nd6.o) +sta_con_timer 0x14 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_cnx.o) +g_wifi_menuconfig 0x2c /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) +tcp_bound_pcbs 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp.o) +wps_crypto_funcs 0x18 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps.o) +g_dbg_cnt_lmac 0x6c4 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp_debug.o) +mbedtls_cipher_supported + 0x4c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(cipher_wrap.o) +socket_multicast_memberships + 0x1b8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) +registered_heaps 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/heap/libheap.a(heap_caps_init.o) +chip7_phy_api_ctrl 0x14 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) +ApFreqCalTimer 0x14 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_hostap.o) +chip7_sleep_params 0xc4 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) +lmacConfMib 0x20 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(lmac.o) +lwip_socket_offset 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(vfs_lwip.o) +wpa_crypto_funcs 0x10 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) +SigInMacISR 0x190 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) +tcp_active_pcbs_changed + 0x1 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp.o) +ip_data 0x3c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip.o) +tcp_input_pcb 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp_in.o) +pp_sig_cnt 0x1b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) +xphyQueue 0x4 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) +pbuf_free_ooseq_pending + 0x1 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(pbuf.o) +dhcp_rx_options_val + 0x2c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcp.o) +g_dbg_cnt_hmac 0x230 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_debug.o) +esp_image_spi_freq_t + 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/app_update/libapp_update.a(esp_ota_ops.o) +dhcp_rx_options_given + 0xb /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcp.o) +phy_rx_gain_gen 0x140 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) +hardware_reject 0x1 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(pm.o) +bt_wifi_chan_data 0x14 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_ana.o) +resend_eapol 0x14 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_auth.o) +dport_access_start 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(dport_access.o) +wpa2_crypto_funcs 0x24 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap.o) +sta_csa_timer 0x14 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_sta.o) +h_errno 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(netdb.o) +if_ctrl 0x14 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) +default_router_list + 0x24 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(nd6.o) +netif_list 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(netif.o) + +Discarded input sections + + .literal.__cxx_fatal_exception_message + 0x0000000000000000 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/cxx/libcxx.a(cxx_exception_stubs.o) + .literal.__cxx_fatal_exception_int + 0x0000000000000000 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/cxx/libcxx.a(cxx_exception_stubs.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/cxx/libcxx.a(cxx_exception_stubs.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/cxx/libcxx.a(cxx_exception_stubs.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/cxx/libcxx.a(cxx_exception_stubs.o) + .rodata.str1.4 + 0x0000000000000000 0x2a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/cxx/libcxx.a(cxx_exception_stubs.o) + .text.__cxx_fatal_exception_message + 0x0000000000000000 0x1a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/cxx/libcxx.a(cxx_exception_stubs.o) + .text.__cxx_fatal_exception_int + 0x0000000000000000 0x1a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/cxx/libcxx.a(cxx_exception_stubs.o) + .data.FATAL_EXCEPTION + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/cxx/libcxx.a(cxx_exception_stubs.o) + .xt.lit 0x0000000000000000 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/cxx/libcxx.a(cxx_exception_stubs.o) + .xt.prop 0x0000000000000000 0x78 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/cxx/libcxx.a(cxx_exception_stubs.o) + .literal._ZL20signal_waiting_tasksv + 0x0000000000000000 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/cxx/libcxx.a(cxx_guards.o) + .literal._ZL18wait_for_guard_objP7guard_t + 0x0000000000000000 0x34 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/cxx/libcxx.a(cxx_guards.o) + .literal._ZL19static_init_preparev + 0x0000000000000000 0x24 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/cxx/libcxx.a(cxx_guards.o) + .literal.__cxa_guard_acquire + 0x0000000000000000 0x30 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/cxx/libcxx.a(cxx_guards.o) + .literal.__cxa_guard_release + 0x0000000000000000 0x30 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/cxx/libcxx.a(cxx_guards.o) + .literal.__cxa_guard_abort + 0x0000000000000000 0x38 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/cxx/libcxx.a(cxx_guards.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/cxx/libcxx.a(cxx_guards.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/cxx/libcxx.a(cxx_guards.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/cxx/libcxx.a(cxx_guards.o) + .text._ZL20signal_waiting_tasksv + 0x0000000000000000 0x24 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/cxx/libcxx.a(cxx_guards.o) + .rodata.str1.4 + 0x0000000000000000 0x107 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/cxx/libcxx.a(cxx_guards.o) + .text._ZL18wait_for_guard_objP7guard_t + 0x0000000000000000 0xa5 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/cxx/libcxx.a(cxx_guards.o) + .text._ZL19static_init_preparev + 0x0000000000000000 0x4a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/cxx/libcxx.a(cxx_guards.o) + .text.__cxa_guard_acquire + 0x0000000000000000 0x98 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/cxx/libcxx.a(cxx_guards.o) + .text.__cxa_guard_release + 0x0000000000000000 0x87 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/cxx/libcxx.a(cxx_guards.o) + .text.__cxa_guard_abort + 0x0000000000000000 0x9a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/cxx/libcxx.a(cxx_guards.o) + .rodata._ZZ17__cxa_guard_abortE19__PRETTY_FUNCTION__ + 0x0000000000000000 0x2d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/cxx/libcxx.a(cxx_guards.o) + .rodata._ZZ19__cxa_guard_releaseE19__PRETTY_FUNCTION__ + 0x0000000000000000 0x2f /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/cxx/libcxx.a(cxx_guards.o) + .rodata._ZZL18wait_for_guard_objP7guard_tE19__PRETTY_FUNCTION__ + 0x0000000000000000 0x22 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/cxx/libcxx.a(cxx_guards.o) + .rodata._ZZ19__cxa_guard_acquireE19__PRETTY_FUNCTION__ + 0x0000000000000000 0x2e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/cxx/libcxx.a(cxx_guards.o) + .bss._ZL31s_static_init_max_waiting_count + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/cxx/libcxx.a(cxx_guards.o) + .bss._ZL27s_static_init_waiting_count + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/cxx/libcxx.a(cxx_guards.o) + .data._ZL15s_init_spinlock + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/cxx/libcxx.a(cxx_guards.o) + .bss._ZL22s_static_init_wait_sem + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/cxx/libcxx.a(cxx_guards.o) + .bss._ZL19s_static_init_mutex + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/cxx/libcxx.a(cxx_guards.o) + .xt.lit 0x0000000000000000 0x30 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/cxx/libcxx.a(cxx_guards.o) + .xt.prop 0x0000000000000000 0x288 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/cxx/libcxx.a(cxx_guards.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(cpu_start.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(cpu_start.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(cpu_start.o) + .xt.lit 0x0000000000000000 0x30 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(cpu_start.o) + .xt.prop 0x0000000000000000 0x21c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(cpu_start.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(crosscore_int.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(crosscore_int.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(crosscore_int.o) + .xt.lit 0x0000000000000000 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(crosscore_int.o) + .xt.prop 0x0000000000000000 0x174 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(crosscore_int.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(dport_access.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(dport_access.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(dport_access.o) + .xt.lit 0x0000000000000000 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(dport_access.o) + .xt.prop 0x0000000000000000 0x1d4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(dport_access.o) + .literal.print_timer_info + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(esp_timer.o) + .literal.esp_timer_deinit + 0x0000000000000000 0x1c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(esp_timer.o) + .literal.esp_timer_dump + 0x0000000000000000 0x24 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(esp_timer.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(esp_timer.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(esp_timer.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(esp_timer.o) + .text.print_timer_info + 0x0000000000000000 0x2d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(esp_timer.o) + .text.esp_timer_deinit + 0x0000000000000000 0x3f /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(esp_timer.o) + .text.esp_timer_dump + 0x0000000000000000 0x85 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(esp_timer.o) + .xt.lit 0x0000000000000000 0x48 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(esp_timer.o) + .xt.prop 0x0000000000000000 0x618 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(esp_timer.o) + .literal.esp_timer_impl_deinit + 0x0000000000000000 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(esp_timer_esp32.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(esp_timer_esp32.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(esp_timer_esp32.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(esp_timer_esp32.o) + .text.esp_timer_impl_deinit + 0x0000000000000000 0x34 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(esp_timer_esp32.o) + .xt.lit 0x0000000000000000 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(esp_timer_esp32.o) + .xt.prop 0x0000000000000000 0x4c8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(esp_timer_esp32.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(int_wdt.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(int_wdt.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(int_wdt.o) + .xt.lit 0x0000000000000000 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(int_wdt.o) + .xt.prop 0x0000000000000000 0xb4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(int_wdt.o) + .literal.esp_intr_mark_shared + 0x0000000000000000 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(intr_alloc.o) + .literal.esp_intr_reserve + 0x0000000000000000 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(intr_alloc.o) + .literal.esp_intr_free + 0x0000000000000000 0x34 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(intr_alloc.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(intr_alloc.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(intr_alloc.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(intr_alloc.o) + .text.esp_intr_mark_shared + 0x0000000000000000 0x59 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(intr_alloc.o) + .text.esp_intr_reserve + 0x0000000000000000 0x4a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(intr_alloc.o) + .text.esp_intr_get_intno + 0x0000000000000000 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(intr_alloc.o) + .text.esp_intr_get_cpu + 0x0000000000000000 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(intr_alloc.o) + .text.esp_intr_free + 0x0000000000000000 0xe7 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(intr_alloc.o) + .rodata.__func__$5335 + 0x0000000000000000 0xe /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(intr_alloc.o) + .xt.lit 0x0000000000000000 0x68 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(intr_alloc.o) + .xt.prop 0x0000000000000000 0xc60 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(intr_alloc.o) + .literal.esp_ipc_call_blocking + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(ipc.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(ipc.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(ipc.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(ipc.o) + .text.esp_ipc_call_blocking + 0x0000000000000000 0x15 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(ipc.o) + .xt.lit 0x0000000000000000 0x28 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(ipc.o) + .xt.prop 0x0000000000000000 0x1c8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(ipc.o) + .literal.esp_set_breakpoint_if_jtag + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(panic.o) + .literal.esp_set_watchpoint + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(panic.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(panic.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(panic.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(panic.o) + .text.esp_set_breakpoint_if_jtag + 0x0000000000000000 0x16 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(panic.o) + .text.esp_set_watchpoint + 0x0000000000000000 0x56 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(panic.o) + .text.esp_clear_watchpoint + 0x0000000000000000 0x13 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(panic.o) + .rodata.__func__$2830 + 0x0000000000000000 0x12 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(panic.o) + .xt.lit 0x0000000000000000 0xa8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(panic.o) + .xt.prop 0x0000000000000000 0x744 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(panic.o) + .literal.get_chip_info_esp32 + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(system_api.o) + .literal.esp_base_mac_addr_set + 0x0000000000000000 0x1c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(system_api.o) + .literal.esp_efuse_mac_get_custom + 0x0000000000000000 0x2c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(system_api.o) + .literal.esp_derive_mac + 0x0000000000000000 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(system_api.o) + .literal.esp_get_minimum_free_heap_size + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(system_api.o) + .literal.system_get_sdk_version + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(system_api.o) + .literal.esp_chip_info + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(system_api.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(system_api.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(system_api.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(system_api.o) + .text.get_chip_info_esp32 + 0x0000000000000000 0x87 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(system_api.o) + .text.system_init + 0x0000000000000000 0x5 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(system_api.o) + .text.esp_base_mac_addr_set + 0x0000000000000000 0x38 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(system_api.o) + .text.esp_efuse_mac_get_custom + 0x0000000000000000 0xa1 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(system_api.o) + .text.esp_derive_mac + 0x0000000000000000 0x7c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(system_api.o) + .text.esp_get_minimum_free_heap_size + 0x0000000000000000 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(system_api.o) + .text.system_get_sdk_version + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(system_api.o) + .text.esp_chip_info + 0x0000000000000000 0xe /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(system_api.o) + .xt.lit 0x0000000000000000 0x70 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(system_api.o) + .xt.prop 0x0000000000000000 0x57c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(system_api.o) + .literal.esp_task_wdt_deinit + 0x0000000000000000 0x3c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(task_wdt.o) + .literal.esp_task_wdt_delete + 0x0000000000000000 0x38 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(task_wdt.o) + .literal.esp_task_wdt_status + 0x0000000000000000 0x1c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(task_wdt.o) + .literal.esp_task_wdt_feed + 0x0000000000000000 0x2c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(task_wdt.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(task_wdt.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(task_wdt.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(task_wdt.o) + .text.esp_task_wdt_deinit + 0x0000000000000000 0x93 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(task_wdt.o) + .text.esp_task_wdt_delete + 0x0000000000000000 0xb2 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(task_wdt.o) + .text.esp_task_wdt_status + 0x0000000000000000 0x59 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(task_wdt.o) + .text.esp_task_wdt_feed + 0x0000000000000000 0x96 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(task_wdt.o) + .rodata.__func__$5728 + 0x0000000000000000 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(task_wdt.o) + .xt.lit 0x0000000000000000 0x58 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(task_wdt.o) + .xt.prop 0x0000000000000000 0x5f4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(task_wdt.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(dport_panic_highint_hdl.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(dport_panic_highint_hdl.o) + .xt.lit 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(dport_panic_highint_hdl.o) + .xt.prop 0x0000000000000000 0x9c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(dport_panic_highint_hdl.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(brownout.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(brownout.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(brownout.o) + .xt.lit 0x0000000000000000 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(brownout.o) + .xt.prop 0x0000000000000000 0x60 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(brownout.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(cache_err_int.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(cache_err_int.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(cache_err_int.o) + .xt.lit 0x0000000000000000 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(cache_err_int.o) + .xt.prop 0x0000000000000000 0xa8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(cache_err_int.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(clk.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(clk.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(clk.o) + .rodata.__func__$2488 + 0x0000000000000000 0x12 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(clk.o) + .xt.lit 0x0000000000000000 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(clk.o) + .xt.prop 0x0000000000000000 0x15c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(clk.o) + .literal.esp_register_freertos_idle_hook + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(freertos_hooks.o) + .literal.esp_register_freertos_tick_hook + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(freertos_hooks.o) + .literal.esp_deregister_freertos_idle_hook_for_cpu + 0x0000000000000000 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(freertos_hooks.o) + .literal.esp_deregister_freertos_idle_hook + 0x0000000000000000 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(freertos_hooks.o) + .literal.esp_deregister_freertos_tick_hook_for_cpu + 0x0000000000000000 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(freertos_hooks.o) + .literal.esp_deregister_freertos_tick_hook + 0x0000000000000000 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(freertos_hooks.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(freertos_hooks.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(freertos_hooks.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(freertos_hooks.o) + .text.esp_register_freertos_idle_hook + 0x0000000000000000 0x15 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(freertos_hooks.o) + .text.esp_register_freertos_tick_hook + 0x0000000000000000 0x15 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(freertos_hooks.o) + .text.esp_deregister_freertos_idle_hook_for_cpu + 0x0000000000000000 0x3c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(freertos_hooks.o) + .text.esp_deregister_freertos_idle_hook + 0x0000000000000000 0x2c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(freertos_hooks.o) + .text.esp_deregister_freertos_tick_hook_for_cpu + 0x0000000000000000 0x3c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(freertos_hooks.o) + .text.esp_deregister_freertos_tick_hook + 0x0000000000000000 0x2c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(freertos_hooks.o) + .xt.lit 0x0000000000000000 0x50 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(freertos_hooks.o) + .xt.prop 0x0000000000000000 0x378 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(freertos_hooks.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/libhal.a(int_asm--set_intclear.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/libhal.a(int_asm--set_intclear.o) + .xt.prop 0x0000000000000000 0x24 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/libhal.a(int_asm--set_intclear.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(FreeRTOS-openocd.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(FreeRTOS-openocd.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(FreeRTOS-openocd.o) + .xt.prop 0x0000000000000000 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(FreeRTOS-openocd.o) + .literal.vPortAssertIfInISR + 0x0000000000000000 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(port.o) + .literal.vPortCPUAcquireMutexTimeout + 0x0000000000000000 0x30 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(port.o) + .literal.vPortSetStackWatchpoint + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(port.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(port.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(port.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(port.o) + .text.vPortEndScheduler + 0x0000000000000000 0x5 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(port.o) + .text.vPortAssertIfInISR + 0x0000000000000000 0x25 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(port.o) + .text.vPortCPUAcquireMutexTimeout + 0x0000000000000000 0xab /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(port.o) + .text.vPortSetStackWatchpoint + 0x0000000000000000 0x1a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(port.o) + .rodata.__FUNCTION__$5052 + 0x0000000000000000 0x13 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(port.o) + .xt.lit 0x0000000000000000 0x68 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(port.o) + .xt.prop 0x0000000000000000 0x408 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(port.o) + .literal.xQueuePeekFromISR + 0x0000000000000000 0x34 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(queue.o) + .literal.uxQueueSpacesAvailable + 0x0000000000000000 0x1c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(queue.o) + .literal.uxQueueMessagesWaitingFromISR + 0x0000000000000000 0x1c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(queue.o) + .literal.xQueueIsQueueEmptyFromISR + 0x0000000000000000 0x1c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(queue.o) + .literal.xQueueIsQueueFullFromISR + 0x0000000000000000 0x1c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(queue.o) + .literal.xQueueCreateSet + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(queue.o) + .literal.xQueueSelectFromSet + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(queue.o) + .literal.xQueueSelectFromSetFromISR + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(queue.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(queue.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(queue.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(queue.o) + .text.xQueuePeekFromISR + 0x0000000000000000 0x98 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(queue.o) + .text.uxQueueSpacesAvailable + 0x0000000000000000 0x3e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(queue.o) + .text.uxQueueMessagesWaitingFromISR + 0x0000000000000000 0x38 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(queue.o) + .text.xQueueIsQueueEmptyFromISR + 0x0000000000000000 0x42 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(queue.o) + .text.xQueueIsQueueFullFromISR + 0x0000000000000000 0x44 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(queue.o) + .text.xQueueCreateSet + 0x0000000000000000 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(queue.o) + .text.xQueueAddToSet + 0x0000000000000000 0x1e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(queue.o) + .text.xQueueRemoveFromSet + 0x0000000000000000 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(queue.o) + .text.xQueueSelectFromSet + 0x0000000000000000 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(queue.o) + .text.xQueueSelectFromSetFromISR + 0x0000000000000000 0x15 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(queue.o) + .rodata.__FUNCTION__$5437 + 0x0000000000000000 0x19 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(queue.o) + .rodata.__FUNCTION__$5427 + 0x0000000000000000 0x1a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(queue.o) + .rodata.__FUNCTION__$5402 + 0x0000000000000000 0x1e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(queue.o) + .rodata.__FUNCTION__$5396 + 0x0000000000000000 0x17 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(queue.o) + .rodata.__FUNCTION__$5384 + 0x0000000000000000 0x12 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(queue.o) + .xt.lit 0x0000000000000000 0xe8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(queue.o) + .xt.prop 0x0000000000000000 0xe10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(queue.o) + .literal.prvTaskGetSnapshotsFromList + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + .literal.prvTaskIsTaskSuspended + 0x0000000000000000 0x1c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + .literal.vTaskEndScheduler + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + .literal.uxTaskGetNumberOfTasks + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + .literal.xTaskGetIdleTaskHandle + 0x0000000000000000 0x1c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + .literal.vTaskMissedYield + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + .literal.vTaskAllocateMPURegions + 0x0000000000000000 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + .literal.uxTaskGetStackHighWaterMark + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + .literal.pxTaskGetStackStart + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + .literal.xTaskCreateRestricted + 0x0000000000000000 0x28 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + .literal.vTaskDelayUntil + 0x0000000000000000 0x48 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + .literal.eTaskGetState + 0x0000000000000000 0x38 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + .literal.uxTaskPriorityGet + 0x0000000000000000 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + .literal.uxTaskPriorityGetFromISR + 0x0000000000000000 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + .literal.vTaskPrioritySet + 0x0000000000000000 0x44 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + .literal.vTaskSuspend + 0x0000000000000000 0x60 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + .literal.vTaskResume + 0x0000000000000000 0x44 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + .literal.xTaskResumeFromISR + 0x0000000000000000 0x4c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + .literal.xTaskGetTickCountFromISR + 0x0000000000000000 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + .literal.vTaskPlaceOnUnorderedEventList + 0x0000000000000000 0x54 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + .literal.vTaskSetThreadLocalStoragePointer + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + .literal.uxTaskResetEventItemValue + 0x0000000000000000 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + .literal.ulTaskNotifyTake + 0x0000000000000000 0x30 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + .literal.xTaskNotifyWait + 0x0000000000000000 0x30 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + .literal.xTaskNotify + 0x0000000000000000 0x50 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + .literal.xTaskNotifyFromISR + 0x0000000000000000 0x58 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + .literal.vTaskNotifyGiveFromISR + 0x0000000000000000 0x58 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + .literal.uxTaskGetSnapshotAll + 0x0000000000000000 0x30 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + .text.prvTaskCheckFreeStackSpace + 0x0000000000000000 0x19 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + .text.prvTaskGetSnapshot + 0x0000000000000000 0x36 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + .text.prvTaskGetSnapshotsFromList + 0x0000000000000000 0x47 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + .text.prvTaskIsTaskSuspended + 0x0000000000000000 0x4e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + .text.vTaskEndScheduler + 0x0000000000000000 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + .text.uxTaskGetNumberOfTasks + 0x0000000000000000 0xd /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + .text.xTaskGetIdleTaskHandle + 0x0000000000000000 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + .text.vTaskMissedYield + 0x0000000000000000 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + .text.vTaskAllocateMPURegions + 0x0000000000000000 0x28 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + .text.uxTaskGetStackHighWaterMark + 0x0000000000000000 0x1a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + .text.pxTaskGetStackStart + 0x0000000000000000 0x12 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + .text.xTaskCreateRestricted + 0x0000000000000000 0x74 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + .text.vTaskDelayUntil + 0x0000000000000000 0xe7 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + .text.eTaskGetState + 0x0000000000000000 0xaa /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + .text.uxTaskPriorityGet + 0x0000000000000000 0x23 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + .text.uxTaskPriorityGetFromISR + 0x0000000000000000 0x23 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + .text.vTaskPrioritySet + 0x0000000000000000 0x143 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + .text.vTaskSuspend + 0x0000000000000000 0x106 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + .text.vTaskResume + 0x0000000000000000 0xd8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + .text.xTaskResumeFromISR + 0x0000000000000000 0xf6 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + .text.xTaskGetTickCountFromISR + 0x0000000000000000 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + .text.vTaskPlaceOnUnorderedEventList + 0x0000000000000000 0xcf /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + .text.vTaskSetThreadLocalStoragePointer + 0x0000000000000000 0x13 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + .text.uxTaskResetEventItemValue + 0x0000000000000000 0x3e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + .text.ulTaskNotifyTake + 0x0000000000000000 0x12e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + .text.xTaskNotifyWait + 0x0000000000000000 0x156 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + .text.xTaskNotify + 0x0000000000000000 0x14a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + .text.xTaskNotifyFromISR + 0x0000000000000000 0x172 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + .text.vTaskNotifyGiveFromISR + 0x0000000000000000 0x11c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + .text.uxTaskGetSnapshotAll + 0x0000000000000000 0x9c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + .rodata.__FUNCTION__$5901 + 0x0000000000000000 0x17 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + .rodata.__FUNCTION__$5888 + 0x0000000000000000 0x13 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + .rodata.__FUNCTION__$5872 + 0x0000000000000000 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + .rodata.__FUNCTION__$5696 + 0x0000000000000000 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + .rodata.__FUNCTION__$5626 + 0x0000000000000000 0x1f /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + .rodata.__FUNCTION__$5569 + 0x0000000000000000 0x17 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + .rodata.__FUNCTION__$5514 + 0x0000000000000000 0x13 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + .rodata.__FUNCTION__$5503 + 0x0000000000000000 0x17 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + .rodata.__FUNCTION__$5508 + 0x0000000000000000 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + .rodata.__FUNCTION__$5497 + 0x0000000000000000 0xd /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + .rodata.__FUNCTION__$5491 + 0x0000000000000000 0x11 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + .rodata.__FUNCTION__$5472 + 0x0000000000000000 0xe /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + .rodata.__FUNCTION__$5456 + 0x0000000000000000 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + .rodata.__FUNCTION__$5399 + 0x0000000000000000 0x16 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + .xt.lit 0x0000000000000000 0x218 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + .xt.prop 0x0000000000000000 0x2154 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + .literal.prvInitialiseNewTimer + 0x0000000000000000 0x1c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(timers.o) + .literal.xTimerCreate + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(timers.o) + .literal.xTimerGetPeriod + 0x0000000000000000 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(timers.o) + .literal.xTimerGetExpiryTime + 0x0000000000000000 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(timers.o) + .literal.xTimerIsTimerActive + 0x0000000000000000 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(timers.o) + .literal.vTimerSetTimerID + 0x0000000000000000 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(timers.o) + .literal.xTimerPendFunctionCallFromISR + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(timers.o) + .literal.xTimerPendFunctionCall + 0x0000000000000000 0x1c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(timers.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(timers.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(timers.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(timers.o) + .text.prvInitialiseNewTimer + 0x0000000000000000 0x3a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(timers.o) + .text.xTimerCreate + 0x0000000000000000 0x26 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(timers.o) + .text.xTimerGetPeriod + 0x0000000000000000 0x22 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(timers.o) + .text.xTimerGetExpiryTime + 0x0000000000000000 0x22 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(timers.o) + .text.pcTimerGetTimerName + 0x0000000000000000 0x7 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(timers.o) + .text.xTimerIsTimerActive + 0x0000000000000000 0x24 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(timers.o) + .text.pvTimerGetTimerID + 0x0000000000000000 0x7 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(timers.o) + .text.vTimerSetTimerID + 0x0000000000000000 0x22 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(timers.o) + .text.xTimerPendFunctionCallFromISR + 0x0000000000000000 0x22 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(timers.o) + .text.xTimerPendFunctionCall + 0x0000000000000000 0x3c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(timers.o) + .rodata.__FUNCTION__$5330 + 0x0000000000000000 0x17 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(timers.o) + .rodata.__FUNCTION__$5313 + 0x0000000000000000 0x11 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(timers.o) + .rodata.__FUNCTION__$5218 + 0x0000000000000000 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(timers.o) + .rodata.__FUNCTION__$5212 + 0x0000000000000000 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(timers.o) + .rodata.__FUNCTION__$5198 + 0x0000000000000000 0x16 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(timers.o) + .xt.lit 0x0000000000000000 0x98 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(timers.o) + .xt.prop 0x0000000000000000 0x714 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(timers.o) + .literal.xt_clock_freq + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(xtensa_init.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(xtensa_init.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(xtensa_init.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(xtensa_init.o) + .text.xt_clock_freq + 0x0000000000000000 0xd /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(xtensa_init.o) + .xt.lit 0x0000000000000000 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(xtensa_init.o) + .xt.prop 0x0000000000000000 0x6c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(xtensa_init.o) + .literal.xt_set_exception_handler + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(xtensa_intr.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(xtensa_intr.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(xtensa_intr.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(xtensa_intr.o) + .text.xt_set_exception_handler + 0x0000000000000000 0x42 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(xtensa_intr.o) + .xt.lit 0x0000000000000000 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(xtensa_intr.o) + .xt.prop 0x0000000000000000 0x120 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(xtensa_intr.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(portasm.o) + .xt.lit 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(portasm.o) + .xt.prop 0x0000000000000000 0x168 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(portasm.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(xtensa_context.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(xtensa_context.o) + .xt.lit 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(xtensa_context.o) + .xt.prop 0x0000000000000000 0xe4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(xtensa_context.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(xtensa_intr_asm.o) + .xt.prop 0x0000000000000000 0x54 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(xtensa_intr_asm.o) + .DebugExceptionVector.literal + 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(xtensa_vectors.o) + .DoubleExceptionVector.literal + 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(xtensa_vectors.o) + .KernelExceptionVector.literal + 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(xtensa_vectors.o) + .UserExceptionVector.literal + 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(xtensa_vectors.o) + .Level2InterruptVector.literal + 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(xtensa_vectors.o) + .Level3InterruptVector.literal + 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(xtensa_vectors.o) + .Level4InterruptVector.literal + 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(xtensa_vectors.o) + .Level5InterruptVector.literal + 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(xtensa_vectors.o) + .NMIExceptionVector.literal + 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(xtensa_vectors.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(xtensa_vectors.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(xtensa_vectors.o) + .UserEnter.text + 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(xtensa_vectors.o) + .xt.lit 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(xtensa_vectors.o) + .xt.prop 0x0000000000000000 0x4f8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(xtensa_vectors.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(list.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(list.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(list.o) + .xt.prop 0x0000000000000000 0xf0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(list.o) + .iram1.literal + 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(xtensa_vector_defaults.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(xtensa_vector_defaults.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(xtensa_vector_defaults.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(xtensa_vector_defaults.o) + .xt.prop 0x0000000000000000 0x78 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(xtensa_vector_defaults.o) + .literal.heap_caps_add_region_with_caps + 0x0000000000000000 0x28 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/heap/libheap.a(heap_caps_init.o) + .literal.heap_caps_add_region + 0x0000000000000000 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/heap/libheap.a(heap_caps_init.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/heap/libheap.a(heap_caps_init.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/heap/libheap.a(heap_caps_init.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/heap/libheap.a(heap_caps_init.o) + .text.heap_caps_add_region_with_caps + 0x0000000000000000 0xe2 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/heap/libheap.a(heap_caps_init.o) + .text.heap_caps_add_region + 0x0000000000000000 0x5e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/heap/libheap.a(heap_caps_init.o) + .bss.registered_heaps_write_lock$5274 + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/heap/libheap.a(heap_caps_init.o) + .xt.lit 0x0000000000000000 0x30 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/heap/libheap.a(heap_caps_init.o) + .xt.prop 0x0000000000000000 0x438 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/heap/libheap.a(heap_caps_init.o) + .literal.heap_caps_malloc_extmem_enable + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/heap/libheap.a(heap_caps.o) + .literal.heap_caps_get_minimum_free_size + 0x0000000000000000 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/heap/libheap.a(heap_caps.o) + .literal.heap_caps_get_info + 0x0000000000000000 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/heap/libheap.a(heap_caps.o) + .literal.heap_caps_get_largest_free_block + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/heap/libheap.a(heap_caps.o) + .literal.heap_caps_print_heap_info + 0x0000000000000000 0x38 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/heap/libheap.a(heap_caps.o) + .literal.heap_caps_check_integrity + 0x0000000000000000 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/heap/libheap.a(heap_caps.o) + .literal.heap_caps_check_integrity_all + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/heap/libheap.a(heap_caps.o) + .literal.heap_caps_check_integrity_addr + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/heap/libheap.a(heap_caps.o) + .literal.heap_caps_dump + 0x0000000000000000 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/heap/libheap.a(heap_caps.o) + .literal.heap_caps_dump_all + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/heap/libheap.a(heap_caps.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/heap/libheap.a(heap_caps.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/heap/libheap.a(heap_caps.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/heap/libheap.a(heap_caps.o) + .text.heap_caps_malloc_extmem_enable + 0x0000000000000000 0xa /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/heap/libheap.a(heap_caps.o) + .text.heap_caps_get_minimum_free_size + 0x0000000000000000 0x2d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/heap/libheap.a(heap_caps.o) + .text.heap_caps_get_info + 0x0000000000000000 0x73 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/heap/libheap.a(heap_caps.o) + .text.heap_caps_get_largest_free_block + 0x0000000000000000 0x11 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/heap/libheap.a(heap_caps.o) + .text.heap_caps_print_heap_info + 0x0000000000000000 0x7f /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/heap/libheap.a(heap_caps.o) + .text.heap_caps_check_integrity + 0x0000000000000000 0x5f /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/heap/libheap.a(heap_caps.o) + .text.heap_caps_check_integrity_all + 0x0000000000000000 0x13 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/heap/libheap.a(heap_caps.o) + .text.heap_caps_check_integrity_addr + 0x0000000000000000 0x22 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/heap/libheap.a(heap_caps.o) + .text.heap_caps_dump + 0x0000000000000000 0x45 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/heap/libheap.a(heap_caps.o) + .text.heap_caps_dump_all + 0x0000000000000000 0xe /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/heap/libheap.a(heap_caps.o) + .xt.lit 0x0000000000000000 0x60 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/heap/libheap.a(heap_caps.o) + .xt.prop 0x0000000000000000 0x8b8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/heap/libheap.a(heap_caps.o) + .literal.multi_heap_internal_lock + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/heap/libheap.a(multi_heap.o) + .literal.multi_heap_internal_unlock + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/heap/libheap.a(multi_heap.o) + .literal.multi_heap_check + 0x0000000000000000 0x50 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/heap/libheap.a(multi_heap.o) + .literal.multi_heap_dump + 0x0000000000000000 0x4c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/heap/libheap.a(multi_heap.o) + .literal.multi_heap_get_info_impl + 0x0000000000000000 0x2c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/heap/libheap.a(multi_heap.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/heap/libheap.a(multi_heap.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/heap/libheap.a(multi_heap.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/heap/libheap.a(multi_heap.o) + .text.multi_heap_internal_lock + 0x0000000000000000 0xf /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/heap/libheap.a(multi_heap.o) + .text.multi_heap_internal_unlock + 0x0000000000000000 0xf /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/heap/libheap.a(multi_heap.o) + .text.multi_heap_check + 0x0000000000000000 0x14c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/heap/libheap.a(multi_heap.o) + .text.multi_heap_dump + 0x0000000000000000 0xd2 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/heap/libheap.a(multi_heap.o) + .text.multi_heap_minimum_free_size_impl + 0x0000000000000000 0xd /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/heap/libheap.a(multi_heap.o) + .text.multi_heap_get_info_impl + 0x0000000000000000 0xee /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/heap/libheap.a(multi_heap.o) + .rodata.__func__$5317 + 0x0000000000000000 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/heap/libheap.a(multi_heap.o) + .rodata.__func__$5305 + 0x0000000000000000 0x11 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/heap/libheap.a(multi_heap.o) + .xt.lit 0x0000000000000000 0x68 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/heap/libheap.a(multi_heap.o) + .xt.prop 0x0000000000000000 0xb70 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/heap/libheap.a(multi_heap.o) + .literal.esp_log_set_vprintf + 0x0000000000000000 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/log/liblog.a(log.o) + .literal.esp_log_buffer_hex_internal + 0x0000000000000000 0x50 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/log/liblog.a(log.o) + .literal.esp_log_buffer_char_internal + 0x0000000000000000 0x50 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/log/liblog.a(log.o) + .literal.esp_log_buffer_hexdump_internal + 0x0000000000000000 0x78 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/log/liblog.a(log.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/log/liblog.a(log.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/log/liblog.a(log.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/log/liblog.a(log.o) + .text.esp_log_set_vprintf + 0x0000000000000000 0x43 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/log/liblog.a(log.o) + .text.esp_log_buffer_hex_internal + 0x0000000000000000 0x11a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/log/liblog.a(log.o) + .text.esp_log_buffer_char_internal + 0x0000000000000000 0x10b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/log/liblog.a(log.o) + .text.esp_log_buffer_hexdump_internal + 0x0000000000000000 0x1da /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/log/liblog.a(log.o) + .xt.lit 0x0000000000000000 0x38 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/log/liblog.a(log.o) + .xt.prop 0x0000000000000000 0x624 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/log/liblog.a(log.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/main/libmain.a(app_main.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/main/libmain.a(app_main.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/main/libmain.a(app_main.o) + .xt.lit 0x0000000000000000 0x28 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/main/libmain.a(app_main.o) + .xt.prop 0x0000000000000000 0x234 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/main/libmain.a(app_main.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-assert.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-assert.o) + .xt.lit 0x0000000000000000 0x8 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-assert.o) + .xt.prop 0x0000000000000000 0x3c /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-assert.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-fiprintf.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-fiprintf.o) + .xt.lit 0x0000000000000000 0x8 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-fiprintf.o) + .xt.prop 0x0000000000000000 0x48 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-fiprintf.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-fopen.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-fopen.o) + .xt.lit 0x0000000000000000 0x8 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-fopen.o) + .xt.prop 0x0000000000000000 0xa8 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-fopen.o) + .literal 0x0000000000000000 0x2c /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-fputs.o) + .text 0x0000000000000000 0xbc /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-fputs.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-fputs.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-fputs.o) + .xt.lit 0x0000000000000000 0x8 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-fputs.o) + .xt.prop 0x0000000000000000 0xa8 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-fputs.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-fseek.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-fseek.o) + .xt.lit 0x0000000000000000 0x8 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-fseek.o) + .xt.prop 0x0000000000000000 0x48 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-fseek.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-fseeko.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-fseeko.o) + .xt.lit 0x0000000000000000 0x8 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-fseeko.o) + .xt.prop 0x0000000000000000 0x2d0 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-fseeko.o) + .literal 0x0000000000000000 0x14 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-printf.o) + .text 0x0000000000000000 0x78 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-printf.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-printf.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-printf.o) + .xt.lit 0x0000000000000000 0x8 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-printf.o) + .xt.prop 0x0000000000000000 0x60 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-printf.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-puts.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-puts.o) + .xt.lit 0x0000000000000000 0x8 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-puts.o) + .xt.prop 0x0000000000000000 0x78 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-puts.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-reent.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-reent.o) + .xt.lit 0x0000000000000000 0x8 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-reent.o) + .xt.prop 0x0000000000000000 0xfc /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-reent.o) + .literal 0x0000000000000000 0xc /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-snprintf.o) + .text 0x0000000000000000 0xd6 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-snprintf.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-snprintf.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-snprintf.o) + .xt.lit 0x0000000000000000 0x8 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-snprintf.o) + .xt.prop 0x0000000000000000 0xa8 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-snprintf.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-sprintf.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-sprintf.o) + .xt.lit 0x0000000000000000 0x8 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-sprintf.o) + .xt.prop 0x0000000000000000 0x48 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-sprintf.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-svfprintf.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-svfprintf.o) + .xt.lit 0x0000000000000000 0x8 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-svfprintf.o) + .xt.prop 0x0000000000000000 0x28a4 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-svfprintf.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-vfiprintf.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-vfiprintf.o) + .xt.lit 0x0000000000000000 0x8 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-vfiprintf.o) + .xt.prop 0x0000000000000000 0x2124 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-vfiprintf.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-vfprintf.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-vfprintf.o) + .xt.lit 0x0000000000000000 0x8 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-vfprintf.o) + .xt.prop 0x0000000000000000 0x29b8 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-vfprintf.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-vprintf.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-vprintf.o) + .xt.lit 0x0000000000000000 0x8 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-vprintf.o) + .xt.prop 0x0000000000000000 0x60 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-vprintf.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-dtoa.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-dtoa.o) + .xt.lit 0x0000000000000000 0x8 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-dtoa.o) + .xt.prop 0x0000000000000000 0x7c8 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-dtoa.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-flags.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-flags.o) + .xt.lit 0x0000000000000000 0x8 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-flags.o) + .xt.prop 0x0000000000000000 0xc0 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-flags.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-mprec.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-mprec.o) + .xt.lit 0x0000000000000000 0x8 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-mprec.o) + .xt.prop 0x0000000000000000 0x714 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-mprec.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-s_frexp.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-s_frexp.o) + .xt.lit 0x0000000000000000 0x8 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-s_frexp.o) + .xt.prop 0x0000000000000000 0x3c /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-s_frexp.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-svfiprintf.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-svfiprintf.o) + .xt.lit 0x0000000000000000 0x8 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-svfiprintf.o) + .xt.prop 0x0000000000000000 0x2010 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-svfiprintf.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libm.a(lib_a-s_fpclassify.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libm.a(lib_a-s_fpclassify.o) + .xt.lit 0x0000000000000000 0x8 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libm.a(lib_a-s_fpclassify.o) + .xt.prop 0x0000000000000000 0x48 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libm.a(lib_a-s_fpclassify.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/newlib/libnewlib.a(locks.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/newlib/libnewlib.a(locks.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/newlib/libnewlib.a(locks.o) + .xt.lit 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/newlib/libnewlib.a(locks.o) + .xt.prop 0x0000000000000000 0x264 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/newlib/libnewlib.a(locks.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/newlib/libnewlib.a(reent_init.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/newlib/libnewlib.a(reent_init.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/newlib/libnewlib.a(reent_init.o) + .xt.lit 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/newlib/libnewlib.a(reent_init.o) + .xt.prop 0x0000000000000000 0x30 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/newlib/libnewlib.a(reent_init.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/newlib/libnewlib.a(syscall_table.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/newlib/libnewlib.a(syscall_table.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/newlib/libnewlib.a(syscall_table.o) + .xt.lit 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/newlib/libnewlib.a(syscall_table.o) + .xt.prop 0x0000000000000000 0x48 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/newlib/libnewlib.a(syscall_table.o) + .literal._exit + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/newlib/libnewlib.a(syscalls.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/newlib/libnewlib.a(syscalls.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/newlib/libnewlib.a(syscalls.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/newlib/libnewlib.a(syscalls.o) + .text._exit 0x0000000000000000 0x9 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/newlib/libnewlib.a(syscalls.o) + .xt.lit 0x0000000000000000 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/newlib/libnewlib.a(syscalls.o) + .xt.prop 0x0000000000000000 0x15c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/newlib/libnewlib.a(syscalls.o) + .literal.esp_clk_rtc_time + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/newlib/libnewlib.a(time.o) + .literal.settimeofday + 0x0000000000000000 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/newlib/libnewlib.a(time.o) + .literal.usleep + 0x0000000000000000 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/newlib/libnewlib.a(time.o) + .literal.sleep + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/newlib/libnewlib.a(time.o) + .literal.system_relative_time + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/newlib/libnewlib.a(time.o) + .literal.system_get_rtc_time + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/newlib/libnewlib.a(time.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/newlib/libnewlib.a(time.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/newlib/libnewlib.a(time.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/newlib/libnewlib.a(time.o) + .text.esp_clk_rtc_time + 0x0000000000000000 0xf /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/newlib/libnewlib.a(time.o) + .text.settimeofday + 0x0000000000000000 0x50 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/newlib/libnewlib.a(time.o) + .text.usleep 0x0000000000000000 0x2c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/newlib/libnewlib.a(time.o) + .text.sleep 0x0000000000000000 0x13 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/newlib/libnewlib.a(time.o) + .text.system_relative_time + 0x0000000000000000 0xe /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/newlib/libnewlib.a(time.o) + .text.system_get_rtc_time + 0x0000000000000000 0xf /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/newlib/libnewlib.a(time.o) + .xt.lit 0x0000000000000000 0x78 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/newlib/libnewlib.a(time.o) + .xt.prop 0x0000000000000000 0x36c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/newlib/libnewlib.a(time.o) + .literal._Z7nvs_setIsEijPKcT_ + 0x0000000000000000 0x2c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + .literal._Z7nvs_setIiEijPKcT_ + 0x0000000000000000 0x2c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + .literal._Z7nvs_setIxEijPKcT_ + 0x0000000000000000 0x2c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + .literal._Z7nvs_setIyEijPKcT_ + 0x0000000000000000 0x2c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + .literal._Z7nvs_getIsEijPKcPT_ + 0x0000000000000000 0x28 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + .literal._Z7nvs_getIiEijPKcPT_ + 0x0000000000000000 0x28 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + .literal._Z7nvs_getIxEijPKcPT_ + 0x0000000000000000 0x28 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + .literal._Z7nvs_getIyEijPKcPT_ + 0x0000000000000000 0x28 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + .literal.nvs_dump + 0x0000000000000000 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + .literal.nvs_flash_deinit_partition + 0x0000000000000000 0x3c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + .literal.nvs_flash_deinit + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + .literal.nvs_flash_erase_partition + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + .literal.nvs_flash_erase + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + .literal.nvs_erase_key + 0x0000000000000000 0x2c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + .literal.nvs_erase_all + 0x0000000000000000 0x2c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + .literal.nvs_set_i16 + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + .literal.nvs_set_i32 + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + .literal.nvs_set_i64 + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + .literal.nvs_set_u64 + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + .literal.nvs_set_str + 0x0000000000000000 0x2c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + .literal.nvs_get_i16 + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + .literal.nvs_get_i32 + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + .literal.nvs_get_i64 + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + .literal.nvs_get_u64 + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + .literal.nvs_get_str + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + .text._Z7nvs_setIsEijPKcT_ + 0x0000000000000000 0x90 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + .text._Z7nvs_setIiEijPKcT_ + 0x0000000000000000 0x8c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + .text._Z7nvs_setIxEijPKcT_ + 0x0000000000000000 0x90 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + .text._Z7nvs_setIyEijPKcT_ + 0x0000000000000000 0x90 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + .text._Z7nvs_getIsEijPKcPT_ + 0x0000000000000000 0x7c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + .text._Z7nvs_getIiEijPKcPT_ + 0x0000000000000000 0x7c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + .text._Z7nvs_getIxEijPKcPT_ + 0x0000000000000000 0x7c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + .text._Z7nvs_getIyEijPKcPT_ + 0x0000000000000000 0x7c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + .text.nvs_dump + 0x0000000000000000 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + .text.nvs_flash_deinit_partition + 0x0000000000000000 0xfb /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + .text.nvs_flash_deinit + 0x0000000000000000 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + .text.nvs_flash_erase_partition + 0x0000000000000000 0x25 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + .text.nvs_flash_erase + 0x0000000000000000 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + .text.nvs_erase_key + 0x0000000000000000 0x80 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + .text.nvs_erase_all + 0x0000000000000000 0x7a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + .text.nvs_set_i16 + 0x0000000000000000 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + .text.nvs_set_i32 + 0x0000000000000000 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + .text.nvs_set_i64 + 0x0000000000000000 0x15 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + .text.nvs_set_u64 + 0x0000000000000000 0x15 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + .text.nvs_set_str + 0x0000000000000000 0x87 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + .text.nvs_get_i16 + 0x0000000000000000 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + .text.nvs_get_i32 + 0x0000000000000000 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + .text.nvs_get_i64 + 0x0000000000000000 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + .text.nvs_get_u64 + 0x0000000000000000 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + .text.nvs_get_str + 0x0000000000000000 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + .rodata._ZZ7nvs_getIyEijPKcPT_E8__func__ + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + .rodata._ZZ7nvs_getIxEijPKcPT_E8__func__ + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + .rodata._ZZ7nvs_getIiEijPKcPT_E8__func__ + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + .rodata._ZZ7nvs_getIsEijPKcPT_E8__func__ + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + .rodata._ZZ11nvs_set_strE8__func__ + 0x0000000000000000 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + .rodata._ZZ7nvs_setIyEijPKcT_E8__func__ + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + .rodata._ZZ7nvs_setIxEijPKcT_E8__func__ + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + .rodata._ZZ7nvs_setIiEijPKcT_E8__func__ + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + .rodata._ZZ7nvs_setIsEijPKcT_E8__func__ + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + .rodata._ZZ13nvs_erase_allE8__func__ + 0x0000000000000000 0xe /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + .rodata._ZZ13nvs_erase_keyE8__func__ + 0x0000000000000000 0xe /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + .xt.lit 0x0000000000000000 0x1a8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + .xt.prop 0x0000000000000000 0x117c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + .literal._ZN3nvs7Storage9eraseItemEhNS_8ItemTypeEPKc + 0x0000000000000000 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_storage.o) + .literal._ZN3nvs7Storage14eraseNamespaceEh + 0x0000000000000000 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_storage.o) + .literal._ZN3nvs7Storage9debugDumpEv + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_storage.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_storage.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_storage.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_storage.o) + .text._ZNK3nvs7Storage7isValidEv + 0x0000000000000000 0x11 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_storage.o) + .text._ZN3nvs7Storage9eraseItemEhNS_8ItemTypeEPKc + 0x0000000000000000 0x45 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_storage.o) + .text._ZN3nvs7Storage14eraseNamespaceEh + 0x0000000000000000 0x3d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_storage.o) + .text._ZN3nvs7Storage9debugDumpEv + 0x0000000000000000 0x17 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_storage.o) + .rodata._ZZNK19CompressedEnumTableIbLj1ELj256EE3getEjE19__PRETTY_FUNCTION__ + 0x0000000000000000 0xa3 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_storage.o) + .rodata._ZZN19CompressedEnumTableIbLj1ELj256EE3setEjbE19__PRETTY_FUNCTION__ + 0x0000000000000000 0xa3 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_storage.o) + .xt.lit 0x0000000000000000 0x58 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_storage.o) + .xt.prop 0x0000000000000000 0x6a8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_storage.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_item_hash_list.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_item_hash_list.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_item_hash_list.o) + .xt.lit 0x0000000000000000 0x28 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_item_hash_list.o) + .xt.prop 0x0000000000000000 0x2a0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_item_hash_list.o) + .group 0x0000000000000000 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_page.o) + .literal._ZN3nvs4Page8findItemEhNS_8ItemTypeEPKc + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_page.o) + .literal._ZN3nvs4Page15pageStateToNameENS0_9PageStateE + 0x0000000000000000 0x28 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_page.o) + .literal._ZNK3nvs4Page9debugDumpEv + 0x0000000000000000 0x48 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_page.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_page.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_page.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_page.o) + .text._ZN3nvs4Page8findItemEhNS_8ItemTypeEPKc + 0x0000000000000000 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_page.o) + .text._ZN3nvs4Page15pageStateToNameENS0_9PageStateE + 0x0000000000000000 0x56 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_page.o) + .text._ZNK3nvs4Page9debugDumpEv + 0x0000000000000000 0xf7 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_page.o) + .rodata._ZZN3nvs4Page15pageStateToNameENS0_9PageStateEE19__PRETTY_FUNCTION__ + 0x0000000000000000 0x44 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_page.o) + .xt.lit 0x0000000000000000 0xc8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_page.o) + .xt.prop 0x0000000000000000 0x1368 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_page.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_pagemanager.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_pagemanager.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_pagemanager.o) + .xt.lit 0x0000000000000000 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_pagemanager.o) + .xt.prop 0x0000000000000000 0x5d0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_pagemanager.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_types.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_types.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_types.o) + .xt.lit 0x0000000000000000 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_types.o) + .xt.prop 0x0000000000000000 0x90 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_types.o) + .literal.pthread_list_find_item + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/pthread/libpthread.a(pthread.o) + .literal.pthread_find + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/pthread/libpthread.a(pthread.o) + .literal.pthread_delete + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/pthread/libpthread.a(pthread.o) + .literal.pthread_task_func + 0x0000000000000000 0x58 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/pthread/libpthread.a(pthread.o) + .literal.pthread_create + 0x0000000000000000 0x84 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/pthread/libpthread.a(pthread.o) + .literal.pthread_join + 0x0000000000000000 0x4c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/pthread/libpthread.a(pthread.o) + .literal.pthread_detach + 0x0000000000000000 0x24 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/pthread/libpthread.a(pthread.o) + .literal.sched_yield + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/pthread/libpthread.a(pthread.o) + .literal.pthread_self + 0x0000000000000000 0x2c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/pthread/libpthread.a(pthread.o) + .literal.pthread_once + 0x0000000000000000 0x30 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/pthread/libpthread.a(pthread.o) + .literal.pthread_mutex_destroy + 0x0000000000000000 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/pthread/libpthread.a(pthread.o) + .literal.pthread_mutexattr_gettype + 0x0000000000000000 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/pthread/libpthread.a(pthread.o) + .literal.pthread_mutexattr_settype + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/pthread/libpthread.a(pthread.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/pthread/libpthread.a(pthread.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/pthread/libpthread.a(pthread.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/pthread/libpthread.a(pthread.o) + .text.pthread_list_find_item + 0x0000000000000000 0x24 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/pthread/libpthread.a(pthread.o) + .text.pthread_get_handle_by_desc + 0x0000000000000000 0xe /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/pthread/libpthread.a(pthread.o) + .text.pthread_get_desc_by_handle + 0x0000000000000000 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/pthread/libpthread.a(pthread.o) + .text.pthread_find + 0x0000000000000000 0x12 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/pthread/libpthread.a(pthread.o) + .text.pthread_delete + 0x0000000000000000 0x27 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/pthread/libpthread.a(pthread.o) + .text.pthread_task_func + 0x0000000000000000 0xd3 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/pthread/libpthread.a(pthread.o) + .text.pthread_create + 0x0000000000000000 0x15a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/pthread/libpthread.a(pthread.o) + .text.pthread_join + 0x0000000000000000 0x110 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/pthread/libpthread.a(pthread.o) + .text.pthread_detach + 0x0000000000000000 0x56 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/pthread/libpthread.a(pthread.o) + .text.sched_yield + 0x0000000000000000 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/pthread/libpthread.a(pthread.o) + .text.pthread_self + 0x0000000000000000 0x5f /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/pthread/libpthread.a(pthread.o) + .text.pthread_equal + 0x0000000000000000 0xf /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/pthread/libpthread.a(pthread.o) + .text.pthread_once + 0x0000000000000000 0xa0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/pthread/libpthread.a(pthread.o) + .text.pthread_mutex_destroy + 0x0000000000000000 0x30 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/pthread/libpthread.a(pthread.o) + .text.pthread_mutexattr_init + 0x0000000000000000 0x15 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/pthread/libpthread.a(pthread.o) + .text.pthread_mutexattr_destroy + 0x0000000000000000 0x11 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/pthread/libpthread.a(pthread.o) + .text.pthread_mutexattr_gettype + 0x0000000000000000 0x22 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/pthread/libpthread.a(pthread.o) + .text.pthread_mutexattr_settype + 0x0000000000000000 0x25 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/pthread/libpthread.a(pthread.o) + .rodata.__FUNCTION__$5899 + 0x0000000000000000 0x1a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/pthread/libpthread.a(pthread.o) + .rodata.__FUNCTION__$5851 + 0x0000000000000000 0xd /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/pthread/libpthread.a(pthread.o) + .rodata.__func__$5840 + 0x0000000000000000 0xd /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/pthread/libpthread.a(pthread.o) + .rodata.__func__$5827 + 0x0000000000000000 0xf /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/pthread/libpthread.a(pthread.o) + .rodata.__func__$5819 + 0x0000000000000000 0xd /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/pthread/libpthread.a(pthread.o) + .rodata.__func__$5796 + 0x0000000000000000 0x12 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/pthread/libpthread.a(pthread.o) + .rodata.__func__$5810 + 0x0000000000000000 0xf /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/pthread/libpthread.a(pthread.o) + .rodata.__FUNCTION__$5806 + 0x0000000000000000 0xf /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/pthread/libpthread.a(pthread.o) + .bss.s_threads_list + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/pthread/libpthread.a(pthread.o) + .xt.lit 0x0000000000000000 0x90 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/pthread/libpthread.a(pthread.o) + .xt.prop 0x0000000000000000 0xa08 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/pthread/libpthread.a(pthread.o) + .literal.pthread_internal_local_storage_destructor_callback + 0x0000000000000000 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/pthread/libpthread.a(pthread_local_storage.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/pthread/libpthread.a(pthread_local_storage.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/pthread/libpthread.a(pthread_local_storage.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/pthread/libpthread.a(pthread_local_storage.o) + .text.pthread_internal_local_storage_destructor_callback + 0x0000000000000000 0x2a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/pthread/libpthread.a(pthread_local_storage.o) + .xt.lit 0x0000000000000000 0x38 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/pthread/libpthread.a(pthread_local_storage.o) + .xt.prop 0x0000000000000000 0x36c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/pthread/libpthread.a(pthread_local_storage.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(cpu_util.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(cpu_util.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(cpu_util.o) + .xt.lit 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(cpu_util.o) + .xt.prop 0x0000000000000000 0xc0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(cpu_util.o) + .literal.rtc_clk_32k_bootstrap + 0x0000000000000000 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_clk.o) + .literal.rtc_clk_32k_enabled + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_clk.o) + .literal.rtc_clk_8m_enable + 0x0000000000000000 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_clk.o) + .literal.rtc_clk_8m_enabled + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_clk.o) + .literal.rtc_clk_8md256_enabled + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_clk.o) + .literal.rtc_clk_xtal_freq_estimate + 0x0000000000000000 0x4c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_clk.o) + .literal.rtc_clk_apll_enable + 0x0000000000000000 0x50 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_clk.o) + .literal.rtc_clk_fast_freq_get + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_clk.o) + .literal.rtc_clk_cpu_freq_from_mhz + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_clk.o) + .literal.rtc_clk_xtal_freq_update + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_clk.o) + .literal.rtc_clk_cpu_freq_to_xtal + 0x0000000000000000 0x30 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_clk.o) + .literal.rtc_clk_cpu_freq_to_pll + 0x0000000000000000 0x38 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_clk.o) + .literal.rtc_clk_cpu_freq_set_fast + 0x0000000000000000 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_clk.o) + .literal.rtc_clk_init + 0x0000000000000000 0x94 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_clk.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_clk.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_clk.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_clk.o) + .text.rtc_clk_32k_bootstrap + 0x0000000000000000 0x3c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_clk.o) + .text.rtc_clk_32k_enabled + 0x0000000000000000 0x1a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_clk.o) + .text.rtc_clk_8m_enable + 0x0000000000000000 0x99 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_clk.o) + .text.rtc_clk_8m_enabled + 0x0000000000000000 0x19 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_clk.o) + .text.rtc_clk_8md256_enabled + 0x0000000000000000 0x1a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_clk.o) + .text.rtc_clk_xtal_freq_estimate + 0x0000000000000000 0xbe /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_clk.o) + .rodata.rtc_clk_xtal_freq_estimate + 0x0000000000000000 0x64 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_clk.o) + .text.rtc_clk_apll_enable + 0x0000000000000000 0x156 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_clk.o) + .text.rtc_clk_fast_freq_get + 0x0000000000000000 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_clk.o) + .text.rtc_clk_cpu_freq_from_mhz + 0x0000000000000000 0x4c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_clk.o) + .text.rtc_clk_xtal_freq_update + 0x0000000000000000 0x16 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_clk.o) + .text.rtc_clk_cpu_freq_to_xtal + 0x0000000000000000 0x6f /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_clk.o) + .text.rtc_clk_cpu_freq_to_pll + 0x0000000000000000 0xdd /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_clk.o) + .text.rtc_clk_cpu_freq_set_fast + 0x0000000000000000 0x32 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_clk.o) + .text.rtc_clk_init + 0x0000000000000000 0x1c6 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_clk.o) + .rodata.__func__$2423 + 0x0000000000000000 0x12 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_clk.o) + .xt.lit 0x0000000000000000 0xd8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_clk.o) + .xt.prop 0x0000000000000000 0xb64 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_clk.o) + .literal.rtc_vddsdio_get_config + 0x0000000000000000 0x2c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_init.o) + .literal.rtc_vddsdio_set_config + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_init.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_init.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_init.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_init.o) + .text.rtc_vddsdio_get_config + 0x0000000000000000 0x10a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_init.o) + .text.rtc_vddsdio_set_config + 0x0000000000000000 0x46 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_init.o) + .xt.lit 0x0000000000000000 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_init.o) + .xt.prop 0x0000000000000000 0xf0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_init.o) + .literal.rtc_clk_cal_ratio + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_time.o) + .literal.rtc_time_us_to_slowclk + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_time.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_time.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_time.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_time.o) + .text.rtc_clk_cal_ratio + 0x0000000000000000 0x24 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_time.o) + .text.rtc_time_us_to_slowclk + 0x0000000000000000 0x1f /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_time.o) + .text.rtc_time_slowclk_to_us + 0x0000000000000000 0x1c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_time.o) + .xt.lit 0x0000000000000000 0x30 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_time.o) + .xt.prop 0x0000000000000000 0x228 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_time.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(soc_memory_layout.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(soc_memory_layout.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(soc_memory_layout.o) + .rodata.soc_memory_type_count + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(soc_memory_layout.o) + .xt.prop 0x0000000000000000 0x48 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(soc_memory_layout.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(cache_utils.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(cache_utils.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(cache_utils.o) + .xt.lit 0x0000000000000000 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(cache_utils.o) + .xt.prop 0x0000000000000000 0x2ac /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(cache_utils.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(flash_ops.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(flash_ops.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(flash_ops.o) + .xt.lit 0x0000000000000000 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(flash_ops.o) + .xt.prop 0x0000000000000000 0x5e8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(flash_ops.o) + .literal.esp_partition_verify + 0x0000000000000000 0x24 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(partition.o) + .literal.esp_partition_write + 0x0000000000000000 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(partition.o) + .literal.esp_partition_erase_range + 0x0000000000000000 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(partition.o) + .literal.esp_partition_mmap + 0x0000000000000000 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(partition.o) + .literal.esp_partition_read + 0x0000000000000000 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(partition.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(partition.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(partition.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(partition.o) + .text.esp_partition_verify + 0x0000000000000000 0x7c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(partition.o) + .text.esp_partition_write + 0x0000000000000000 0x52 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(partition.o) + .text.esp_partition_erase_range + 0x0000000000000000 0x52 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(partition.o) + .text.esp_partition_mmap + 0x0000000000000000 0x59 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(partition.o) + .text.esp_partition_read + 0x0000000000000000 0x76 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(partition.o) + .rodata.__func__$3541 + 0x0000000000000000 0x13 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(partition.o) + .rodata.__func__$3532 + 0x0000000000000000 0x1a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(partition.o) + .rodata.__func__$3526 + 0x0000000000000000 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(partition.o) + .rodata.__func__$3516 + 0x0000000000000000 0x13 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(partition.o) + .rodata.__func__$3503 + 0x0000000000000000 0x15 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(partition.o) + .xt.lit 0x0000000000000000 0x60 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(partition.o) + .xt.prop 0x0000000000000000 0x5d0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(partition.o) + .literal.spi_cache_mode_switch + 0x0000000000000000 0x38 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(spi_flash_rom_patch.o) + .literal.esp_rom_spiflash_erase_chip_internal + 0x0000000000000000 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(spi_flash_rom_patch.o) + .literal.esp_rom_spiflash_lock + 0x0000000000000000 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(spi_flash_rom_patch.o) + .literal.esp_rom_spiflash_config_readmode + 0x0000000000000000 0x30 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(spi_flash_rom_patch.o) + .literal.esp_rom_spiflash_erase_chip + 0x0000000000000000 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(spi_flash_rom_patch.o) + .literal.esp_rom_spiflash_erase_area + 0x0000000000000000 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(spi_flash_rom_patch.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(spi_flash_rom_patch.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(spi_flash_rom_patch.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(spi_flash_rom_patch.o) + .text.spi_cache_mode_switch + 0x0000000000000000 0x266 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(spi_flash_rom_patch.o) + .text.esp_rom_spiflash_erase_chip_internal + 0x0000000000000000 0x30 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(spi_flash_rom_patch.o) + .text.esp_rom_spiflash_lock + 0x0000000000000000 0x4e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(spi_flash_rom_patch.o) + .text.esp_rom_spiflash_config_readmode + 0x0000000000000000 0xa0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(spi_flash_rom_patch.o) + .rodata.esp_rom_spiflash_config_readmode + 0x0000000000000000 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(spi_flash_rom_patch.o) + .text.esp_rom_spiflash_erase_chip + 0x0000000000000000 0x24 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(spi_flash_rom_patch.o) + .text.esp_rom_spiflash_erase_area + 0x0000000000000000 0xbe /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(spi_flash_rom_patch.o) + .xt.lit 0x0000000000000000 0xa8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(spi_flash_rom_patch.o) + .xt.prop 0x0000000000000000 0xb64 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(spi_flash_rom_patch.o) + .literal.spi_flash_mmap_dump + 0x0000000000000000 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(flash_mmap.o) + .literal.spi_flash_phys2cache + 0x0000000000000000 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(flash_mmap.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(flash_mmap.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(flash_mmap.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(flash_mmap.o) + .text.spi_flash_mmap_dump + 0x0000000000000000 0x52 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(flash_mmap.o) + .text.spi_flash_phys2cache + 0x0000000000000000 0x5c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(flash_mmap.o) + .xt.lit 0x0000000000000000 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(flash_mmap.o) + .xt.prop 0x0000000000000000 0x588 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(flash_mmap.o) + .literal.tcpip_adapter_nd6_cb + 0x0000000000000000 0x24 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_lwip.o) + .literal.tcpip_adapter_eth_start + 0x0000000000000000 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_lwip.o) + .literal.tcpip_adapter_create_ip6_linklocal + 0x0000000000000000 0x4c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_lwip.o) + .literal.tcpip_adapter_create_ip6_linklocal_api + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_lwip.o) + .literal.tcpip_adapter_get_ip6_linklocal + 0x0000000000000000 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_lwip.o) + .literal.tcpip_adapter_dhcps_option + 0x0000000000000000 0x30 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_lwip.o) + .literal.tcpip_adapter_set_dns_info + 0x0000000000000000 0x8c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_lwip.o) + .literal.tcpip_adapter_set_dns_info_api + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_lwip.o) + .literal.tcpip_adapter_get_dns_info + 0x0000000000000000 0x6c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_lwip.o) + .literal.tcpip_adapter_get_dns_info_api + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_lwip.o) + .literal.tcpip_adapter_dhcps_get_status + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_lwip.o) + .literal.tcpip_adapter_dhcps_start + 0x0000000000000000 0x80 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_lwip.o) + .literal.tcpip_adapter_dhcps_start_api + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_lwip.o) + .literal.tcpip_adapter_dhcps_stop + 0x0000000000000000 0x80 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_lwip.o) + .literal.tcpip_adapter_dhcps_stop_api + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_lwip.o) + .literal.tcpip_adapter_set_ip_info + 0x0000000000000000 0x78 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_lwip.o) + .literal.tcpip_adapter_set_ip_info_api + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_lwip.o) + .literal.tcpip_adapter_dhcpc_stop + 0x0000000000000000 0x88 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_lwip.o) + .literal.tcpip_adapter_dhcpc_stop_api + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_lwip.o) + .literal.tcpip_adapter_eth_input + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_lwip.o) + .literal.tcpip_adapter_get_sta_list + 0x0000000000000000 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_lwip.o) + .literal.tcpip_adapter_set_hostname + 0x0000000000000000 0x54 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_lwip.o) + .literal.tcpip_adapter_set_hostname_api + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_lwip.o) + .literal.tcpip_adapter_get_hostname + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_lwip.o) + .literal.tcpip_adapter_get_netif + 0x0000000000000000 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_lwip.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_lwip.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_lwip.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_lwip.o) + .text.tcpip_adapter_nd6_cb + 0x0000000000000000 0xd4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_lwip.o) + .text.tcpip_adapter_eth_start + 0x0000000000000000 0x1c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_lwip.o) + .text.tcpip_adapter_create_ip6_linklocal + 0x0000000000000000 0xc9 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_lwip.o) + .text.tcpip_adapter_create_ip6_linklocal_api + 0x0000000000000000 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_lwip.o) + .text.tcpip_adapter_get_ip6_linklocal + 0x0000000000000000 0x58 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_lwip.o) + .text.tcpip_adapter_dhcps_option + 0x0000000000000000 0x1c2 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_lwip.o) + .text.tcpip_adapter_set_dns_info + 0x0000000000000000 0x195 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_lwip.o) + .text.tcpip_adapter_set_dns_info_api + 0x0000000000000000 0x15 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_lwip.o) + .text.tcpip_adapter_get_dns_info + 0x0000000000000000 0x13d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_lwip.o) + .text.tcpip_adapter_get_dns_info_api + 0x0000000000000000 0x15 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_lwip.o) + .text.tcpip_adapter_dhcps_get_status + 0x0000000000000000 0xe /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_lwip.o) + .text.tcpip_adapter_dhcps_start + 0x0000000000000000 0x142 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_lwip.o) + .text.tcpip_adapter_dhcps_start_api + 0x0000000000000000 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_lwip.o) + .text.tcpip_adapter_dhcps_stop + 0x0000000000000000 0x130 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_lwip.o) + .text.tcpip_adapter_dhcps_stop_api + 0x0000000000000000 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_lwip.o) + .text.tcpip_adapter_dhcpc_option + 0x0000000000000000 0x7 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_lwip.o) + .text.tcpip_adapter_set_ip_info + 0x0000000000000000 0x1c9 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_lwip.o) + .text.tcpip_adapter_set_ip_info_api + 0x0000000000000000 0x11 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_lwip.o) + .text.tcpip_adapter_dhcpc_stop + 0x0000000000000000 0x15b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_lwip.o) + .text.tcpip_adapter_dhcpc_stop_api + 0x0000000000000000 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_lwip.o) + .text.tcpip_adapter_eth_input + 0x0000000000000000 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_lwip.o) + .text.tcpip_adapter_get_sta_list + 0x0000000000000000 0x62 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_lwip.o) + .text.tcpip_adapter_set_hostname + 0x0000000000000000 0xfb /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_lwip.o) + .text.tcpip_adapter_set_hostname_api + 0x0000000000000000 0x11 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_lwip.o) + .text.tcpip_adapter_get_hostname + 0x0000000000000000 0x3a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_lwip.o) + .text.tcpip_adapter_get_netif + 0x0000000000000000 0x21 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_lwip.o) + .bss.hostinfo$7881 + 0x0000000000000000 0x63 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_lwip.o) + .bss.esp_ip6 0x0000000000000000 0x30 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_lwip.o) + .xt.lit 0x0000000000000000 0x1a8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_lwip.o) + .xt.prop 0x0000000000000000 0x1938 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_lwip.o) + .literal.esp_vfs_unregister + 0x0000000000000000 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/vfs/libvfs.a(vfs.o) + .literal.opendir + 0x0000000000000000 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/vfs/libvfs.a(vfs.o) + .literal.readdir + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/vfs/libvfs.a(vfs.o) + .literal.readdir_r + 0x0000000000000000 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/vfs/libvfs.a(vfs.o) + .literal.telldir + 0x0000000000000000 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/vfs/libvfs.a(vfs.o) + .literal.seekdir + 0x0000000000000000 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/vfs/libvfs.a(vfs.o) + .literal.rewinddir + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/vfs/libvfs.a(vfs.o) + .literal.closedir + 0x0000000000000000 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/vfs/libvfs.a(vfs.o) + .literal.mkdir + 0x0000000000000000 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/vfs/libvfs.a(vfs.o) + .literal.rmdir + 0x0000000000000000 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/vfs/libvfs.a(vfs.o) + .literal.ioctl + 0x0000000000000000 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/vfs/libvfs.a(vfs.o) + .literal.fsync + 0x0000000000000000 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/vfs/libvfs.a(vfs.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/vfs/libvfs.a(vfs.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/vfs/libvfs.a(vfs.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/vfs/libvfs.a(vfs.o) + .text.esp_vfs_unregister + 0x0000000000000000 0x4a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/vfs/libvfs.a(vfs.o) + .text.opendir 0x0000000000000000 0x60 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/vfs/libvfs.a(vfs.o) + .text.readdir 0x0000000000000000 0x45 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/vfs/libvfs.a(vfs.o) + .text.readdir_r + 0x0000000000000000 0x52 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/vfs/libvfs.a(vfs.o) + .text.telldir 0x0000000000000000 0x4a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/vfs/libvfs.a(vfs.o) + .text.seekdir 0x0000000000000000 0x47 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/vfs/libvfs.a(vfs.o) + .text.rewinddir + 0x0000000000000000 0xf /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/vfs/libvfs.a(vfs.o) + .text.closedir + 0x0000000000000000 0x4b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/vfs/libvfs.a(vfs.o) + .text.mkdir 0x0000000000000000 0x55 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/vfs/libvfs.a(vfs.o) + .text.rmdir 0x0000000000000000 0x54 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/vfs/libvfs.a(vfs.o) + .text.ioctl 0x0000000000000000 0x78 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/vfs/libvfs.a(vfs.o) + .text.fsync 0x0000000000000000 0x50 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/vfs/libvfs.a(vfs.o) + .xt.lit 0x0000000000000000 0xe8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/vfs/libvfs.a(vfs.o) + .xt.prop 0x0000000000000000 0xdec /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/vfs/libvfs.a(vfs.o) + .literal.uart_rx_char_via_driver + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/vfs/libvfs.a(vfs_uart.o) + .literal.uart_tx_char_via_driver + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/vfs/libvfs.a(vfs_uart.o) + .literal.esp_vfs_dev_uart_set_rx_line_endings + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/vfs/libvfs.a(vfs_uart.o) + .literal.esp_vfs_dev_uart_set_tx_line_endings + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/vfs/libvfs.a(vfs_uart.o) + .literal.esp_vfs_dev_uart_use_nonblocking + 0x0000000000000000 0x28 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/vfs/libvfs.a(vfs_uart.o) + .literal.esp_vfs_dev_uart_use_driver + 0x0000000000000000 0x28 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/vfs/libvfs.a(vfs_uart.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/vfs/libvfs.a(vfs_uart.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/vfs/libvfs.a(vfs_uart.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/vfs/libvfs.a(vfs_uart.o) + .text.uart_rx_char_via_driver + 0x0000000000000000 0x2c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/vfs/libvfs.a(vfs_uart.o) + .text.uart_tx_char_via_driver + 0x0000000000000000 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/vfs/libvfs.a(vfs_uart.o) + .text.esp_vfs_dev_uart_set_rx_line_endings + 0x0000000000000000 0xa /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/vfs/libvfs.a(vfs_uart.o) + .text.esp_vfs_dev_uart_set_tx_line_endings + 0x0000000000000000 0xa /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/vfs/libvfs.a(vfs_uart.o) + .text.esp_vfs_dev_uart_use_nonblocking + 0x0000000000000000 0x47 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/vfs/libvfs.a(vfs_uart.o) + .text.esp_vfs_dev_uart_use_driver + 0x0000000000000000 0x47 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/vfs/libvfs.a(vfs_uart.o) + .xt.lit 0x0000000000000000 0x88 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/vfs/libvfs.a(vfs_uart.o) + .xt.prop 0x0000000000000000 0x618 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/vfs/libvfs.a(vfs_uart.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_addsubdf3.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_addsubdf3.o) + .xt.lit 0x0000000000000000 0x8 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_addsubdf3.o) + .xt.prop 0x0000000000000000 0x408 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_addsubdf3.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_muldf3.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_muldf3.o) + .xt.lit 0x0000000000000000 0x8 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_muldf3.o) + .xt.prop 0x0000000000000000 0x228 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_muldf3.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_divdf3.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_divdf3.o) + .xt.lit 0x0000000000000000 0x8 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_divdf3.o) + .xt.prop 0x0000000000000000 0x264 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_divdf3.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_cmpdf2.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_cmpdf2.o) + .xt.lit 0x0000000000000000 0x8 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_cmpdf2.o) + .xt.prop 0x0000000000000000 0x288 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_cmpdf2.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_fixdfsi.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_fixdfsi.o) + .xt.lit 0x0000000000000000 0x8 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_fixdfsi.o) + .xt.prop 0x0000000000000000 0x6c /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_fixdfsi.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_floatsidf.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_floatsidf.o) + .xt.prop 0x0000000000000000 0x54 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_floatsidf.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_udivdi3.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_udivdi3.o) + .xt.prop 0x0000000000000000 0x264 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_udivdi3.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_umoddi3.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_umoddi3.o) + .xt.prop 0x0000000000000000 0x15c /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_umoddi3.o) + .text 0x0000000000000000 0x0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(del_op.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(del_op.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(del_op.o) + .xt.lit 0x0000000000000000 0x8 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(del_op.o) + .xt.prop 0x0000000000000000 0x30 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(del_op.o) + .text 0x0000000000000000 0x0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(del_opv.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(del_opv.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(del_opv.o) + .xt.lit 0x0000000000000000 0x8 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(del_opv.o) + .xt.prop 0x0000000000000000 0x30 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(del_opv.o) + .group 0x0000000000000000 0x8 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(new_op.o) + .group 0x0000000000000000 0xc /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(new_op.o) + .group 0x0000000000000000 0x8 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(new_op.o) + .group 0x0000000000000000 0xc /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(new_op.o) + .text 0x0000000000000000 0x0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(new_op.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(new_op.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(new_op.o) + .xt.lit 0x0000000000000000 0x8 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(new_op.o) + .xt.prop 0x0000000000000000 0x54 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(new_op.o) + .group 0x0000000000000000 0x8 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(new_opv.o) + .group 0x0000000000000000 0xc /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(new_opv.o) + .group 0x0000000000000000 0x8 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(new_opv.o) + .group 0x0000000000000000 0xc /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(new_opv.o) + .text 0x0000000000000000 0x0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(new_opv.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(new_opv.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(new_opv.o) + .rodata._ZTSSt9exception + 0x0000000000000000 0xd /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(new_opv.o) + .rodata._ZTISt9exception + 0x0000000000000000 0x8 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(new_opv.o) + .rodata._ZTSSt9bad_alloc + 0x0000000000000000 0xd /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(new_opv.o) + .rodata._ZTISt9bad_alloc + 0x0000000000000000 0xc /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(new_opv.o) + .xt.lit 0x0000000000000000 0x8 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(new_opv.o) + .xt.prop 0x0000000000000000 0x84 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(new_opv.o) + .xt.prop._ZTISt9exception + 0x0000000000000000 0xc /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(new_opv.o) + .xt.prop._ZTISt9bad_alloc + 0x0000000000000000 0xc /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(new_opv.o) + .group 0x0000000000000000 0xc /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(si_class_type_info.o) + .text 0x0000000000000000 0x0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(si_class_type_info.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(si_class_type_info.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(si_class_type_info.o) + .xt.lit 0x0000000000000000 0x30 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(si_class_type_info.o) + .xt.prop 0x0000000000000000 0x1a4 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(si_class_type_info.o) + .group 0x0000000000000000 0xc /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(tinfo.o) + .literal._ZNSt9type_infoD0Ev + 0x0000000000000000 0x4 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(tinfo.o) + .literal._ZNKSt9type_info10__do_catchEPKS_PPvj + 0x0000000000000000 0x4 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(tinfo.o) + .text 0x0000000000000000 0x0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(tinfo.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(tinfo.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(tinfo.o) + .text._ZNKSt9type_info11__do_upcastEPKN10__cxxabiv117__class_type_infoEPPv + 0x0000000000000000 0x7 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(tinfo.o) + .text._ZNSt9type_infoD0Ev + 0x0000000000000000 0xe /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(tinfo.o) + .text._ZNKSt9type_info10__do_catchEPKS_PPvj + 0x0000000000000000 0x26 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(tinfo.o) + .rodata._ZTVSt9type_info + 0x0000000000000000 0x20 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(tinfo.o) + .xt.lit 0x0000000000000000 0x10 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(tinfo.o) + .xt.prop 0x0000000000000000 0xcc /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(tinfo.o) + .xt.prop._ZTVSt9type_info + 0x0000000000000000 0xc /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(tinfo.o) + .group 0x0000000000000000 0xc /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(bad_alloc.o) + .text 0x0000000000000000 0x0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(bad_alloc.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(bad_alloc.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(bad_alloc.o) + .xt.lit 0x0000000000000000 0x18 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(bad_alloc.o) + .xt.prop 0x0000000000000000 0x90 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(bad_alloc.o) + .group 0x0000000000000000 0xc /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(class_type_info.o) + .text 0x0000000000000000 0x0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(class_type_info.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(class_type_info.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(class_type_info.o) + .xt.lit 0x0000000000000000 0x30 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(class_type_info.o) + .xt.prop 0x0000000000000000 0x1d4 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(class_type_info.o) + .group 0x0000000000000000 0xc /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_exception.o) + .group 0x0000000000000000 0xc /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_exception.o) + .group 0x0000000000000000 0xc /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_exception.o) + .group 0x0000000000000000 0xc /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_exception.o) + .literal._ZNKSt9exception4whatEv + 0x0000000000000000 0x4 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_exception.o) + .literal._ZNKSt13bad_exception4whatEv + 0x0000000000000000 0x4 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_exception.o) + .literal._ZNSt9exceptionD0Ev + 0x0000000000000000 0x4 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_exception.o) + .literal._ZNSt13bad_exceptionD0Ev + 0x0000000000000000 0x4 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_exception.o) + .literal._ZN10__cxxabiv115__forced_unwindD0Ev + 0x0000000000000000 0x4 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_exception.o) + .literal._ZN10__cxxabiv119__foreign_exceptionD0Ev + 0x0000000000000000 0x4 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_exception.o) + .text 0x0000000000000000 0x0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_exception.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_exception.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_exception.o) + .text._ZNSt13bad_exceptionD2Ev + 0x0000000000000000 0x5 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_exception.o) + .rodata.str1.1 + 0x0000000000000000 0x22 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_exception.o) + .text._ZNKSt9exception4whatEv + 0x0000000000000000 0x8 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_exception.o) + .text._ZNKSt13bad_exception4whatEv + 0x0000000000000000 0x8 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_exception.o) + .text._ZNSt9exceptionD0Ev + 0x0000000000000000 0xe /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_exception.o) + .text._ZNSt13bad_exceptionD0Ev + 0x0000000000000000 0xe /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_exception.o) + .text._ZN10__cxxabiv115__forced_unwindD2Ev + 0x0000000000000000 0x5 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_exception.o) + .text._ZN10__cxxabiv115__forced_unwindD0Ev + 0x0000000000000000 0xe /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_exception.o) + .text._ZN10__cxxabiv119__foreign_exceptionD2Ev + 0x0000000000000000 0x5 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_exception.o) + .text._ZN10__cxxabiv119__foreign_exceptionD0Ev + 0x0000000000000000 0xe /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_exception.o) + .rodata._ZTVSt9exception + 0x0000000000000000 0x14 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_exception.o) + .rodata._ZTVSt13bad_exception + 0x0000000000000000 0x14 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_exception.o) + .rodata._ZTVN10__cxxabiv115__forced_unwindE + 0x0000000000000000 0x14 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_exception.o) + .rodata._ZTVN10__cxxabiv119__foreign_exceptionE + 0x0000000000000000 0x14 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_exception.o) + .xt.lit 0x0000000000000000 0x30 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_exception.o) + .xt.prop 0x0000000000000000 0x1b0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_exception.o) + .xt.prop._ZTVSt9exception + 0x0000000000000000 0xc /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_exception.o) + .xt.prop._ZTVSt13bad_exception + 0x0000000000000000 0xc /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_exception.o) + .xt.prop._ZTVN10__cxxabiv115__forced_unwindE + 0x0000000000000000 0xc /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_exception.o) + .xt.prop._ZTVN10__cxxabiv119__foreign_exceptionE + 0x0000000000000000 0xc /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_exception.o) + .text 0x0000000000000000 0x0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_personality.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_personality.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_personality.o) + .xt.lit 0x0000000000000000 0x40 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_personality.o) + .xt.prop 0x0000000000000000 0x660 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_personality.o) + .literal._ZSt13set_terminatePFvvE + 0x0000000000000000 0x4 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_terminate.o) + .literal._ZSt14set_unexpectedPFvvE + 0x0000000000000000 0x4 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_terminate.o) + .text 0x0000000000000000 0x0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_terminate.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_terminate.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_terminate.o) + .text._ZSt13set_terminatePFvvE + 0x0000000000000000 0x1f /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_terminate.o) + .text._ZSt14set_unexpectedPFvvE + 0x0000000000000000 0x1f /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_terminate.o) + .xt.lit 0x0000000000000000 0x40 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_terminate.o) + .xt.prop 0x0000000000000000 0x198 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_terminate.o) + .text 0x0000000000000000 0x0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_unex_handler.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_unex_handler.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_unex_handler.o) + .xt.prop 0x0000000000000000 0xc /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_unex_handler.o) + .literal._ZSt15set_new_handlerPFvvE + 0x0000000000000000 0x4 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(new_handler.o) + .text 0x0000000000000000 0x0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(new_handler.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(new_handler.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(new_handler.o) + .text._ZSt15set_new_handlerPFvvE + 0x0000000000000000 0x1f /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(new_handler.o) + .rodata._ZSt7nothrow + 0x0000000000000000 0x1 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(new_handler.o) + .xt.lit 0x0000000000000000 0x10 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(new_handler.o) + .xt.prop 0x0000000000000000 0x78 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(new_handler.o) + .literal.__cxa_pure_virtual + 0x0000000000000000 0x4 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(pure.o) + .literal.__cxa_deleted_virtual + 0x0000000000000000 0x4 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(pure.o) + .text 0x0000000000000000 0x0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(pure.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(pure.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(pure.o) + .text.__cxa_pure_virtual + 0x0000000000000000 0x9 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(pure.o) + .text.__cxa_deleted_virtual + 0x0000000000000000 0x9 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(pure.o) + .xt.lit 0x0000000000000000 0x10 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(pure.o) + .xt.prop 0x0000000000000000 0x48 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(pure.o) + .literal.__cxa_get_globals + 0x0000000000000000 0x20 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_globals.o) + .text 0x0000000000000000 0x0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_globals.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_globals.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_globals.o) + .text.__cxa_get_globals + 0x0000000000000000 0x56 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_globals.o) + .gcc_except_table.__cxa_get_globals + 0x0000000000000000 0x11 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_globals.o) + .xt.lit 0x0000000000000000 0x28 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_globals.o) + .xt.prop 0x0000000000000000 0x1c8 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_globals.o) + .text 0x0000000000000000 0x0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_term_handler.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_term_handler.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_term_handler.o) + .xt.prop 0x0000000000000000 0xc /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_term_handler.o) + .literal.get_ota_partition_count + 0x0000000000000000 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/app_update/libapp_update.a(esp_ota_ops.o) + .literal.find_default_boot_partition + 0x0000000000000000 0x1c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/app_update/libapp_update.a(esp_ota_ops.o) + .literal.ota_select_crc + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/app_update/libapp_update.a(esp_ota_ops.o) + .literal.ota_select_valid + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/app_update/libapp_update.a(esp_ota_ops.o) + .literal.rewrite_ota_seq + 0x0000000000000000 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/app_update/libapp_update.a(esp_ota_ops.o) + .literal.esp_rewrite_ota_data + 0x0000000000000000 0x48 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/app_update/libapp_update.a(esp_ota_ops.o) + .literal.esp_ota_begin + 0x0000000000000000 0x24 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/app_update/libapp_update.a(esp_ota_ops.o) + .literal.esp_ota_write + 0x0000000000000000 0x58 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/app_update/libapp_update.a(esp_ota_ops.o) + .literal.esp_ota_end + 0x0000000000000000 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/app_update/libapp_update.a(esp_ota_ops.o) + .literal.esp_ota_set_boot_partition + 0x0000000000000000 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/app_update/libapp_update.a(esp_ota_ops.o) + .literal.esp_ota_get_boot_partition + 0x0000000000000000 0xa8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/app_update/libapp_update.a(esp_ota_ops.o) + .literal.esp_ota_get_next_update_partition + 0x0000000000000000 0x1c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/app_update/libapp_update.a(esp_ota_ops.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/app_update/libapp_update.a(esp_ota_ops.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/app_update/libapp_update.a(esp_ota_ops.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/app_update/libapp_update.a(esp_ota_ops.o) + .text.is_ota_partition + 0x0000000000000000 0x29 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/app_update/libapp_update.a(esp_ota_ops.o) + .text.get_ota_partition_count + 0x0000000000000000 0x3c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/app_update/libapp_update.a(esp_ota_ops.o) + .text.find_default_boot_partition + 0x0000000000000000 0x62 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/app_update/libapp_update.a(esp_ota_ops.o) + .text.ota_select_crc + 0x0000000000000000 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/app_update/libapp_update.a(esp_ota_ops.o) + .text.ota_select_valid + 0x0000000000000000 0x24 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/app_update/libapp_update.a(esp_ota_ops.o) + .text.rewrite_ota_seq + 0x0000000000000000 0x4d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/app_update/libapp_update.a(esp_ota_ops.o) + .text.esp_rewrite_ota_data + 0x0000000000000000 0x14a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/app_update/libapp_update.a(esp_ota_ops.o) + .text.esp_ota_begin + 0x0000000000000000 0xd2 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/app_update/libapp_update.a(esp_ota_ops.o) + .text.esp_ota_write + 0x0000000000000000 0x161 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/app_update/libapp_update.a(esp_ota_ops.o) + .text.esp_ota_end + 0x0000000000000000 0xa5 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/app_update/libapp_update.a(esp_ota_ops.o) + .text.esp_ota_set_boot_partition + 0x0000000000000000 0x81 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/app_update/libapp_update.a(esp_ota_ops.o) + .text.esp_ota_get_boot_partition + 0x0000000000000000 0x202 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/app_update/libapp_update.a(esp_ota_ops.o) + .text.esp_ota_get_next_update_partition + 0x0000000000000000 0x63 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/app_update/libapp_update.a(esp_ota_ops.o) + .rodata.__func__$5623 + 0x0000000000000000 0x22 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/app_update/libapp_update.a(esp_ota_ops.o) + .bss.ota_data_map$5605 + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/app_update/libapp_update.a(esp_ota_ops.o) + .rodata.__func__$5563 + 0x0000000000000000 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/app_update/libapp_update.a(esp_ota_ops.o) + .bss.ota_data_map$5575 + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/app_update/libapp_update.a(esp_ota_ops.o) + .rodata.__func__$5531 + 0x0000000000000000 0xe /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/app_update/libapp_update.a(esp_ota_ops.o) + .bss.s_ota_select + 0x0000000000000000 0x40 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/app_update/libapp_update.a(esp_ota_ops.o) + .bss.s_ota_ops_last_handle + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/app_update/libapp_update.a(esp_ota_ops.o) + .bss.s_ota_ops_entries_head + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/app_update/libapp_update.a(esp_ota_ops.o) + .xt.lit 0x0000000000000000 0x68 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/app_update/libapp_update.a(esp_ota_ops.o) + .xt.prop 0x0000000000000000 0x990 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/app_update/libapp_update.a(esp_ota_ops.o) + COMMON 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/app_update/libapp_update.a(esp_ota_ops.o) + .literal.should_map + 0x0000000000000000 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader_support/libbootloader_support.a(esp_image_format.o) + .literal.verify_image_header + 0x0000000000000000 0x2c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader_support/libbootloader_support.a(esp_image_format.o) + .literal.verify_segment_header + 0x0000000000000000 0x28 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader_support/libbootloader_support.a(esp_image_format.o) + .literal.debug_log_hash + 0x0000000000000000 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader_support/libbootloader_support.a(esp_image_format.o) + .literal.verify_checksum + 0x0000000000000000 0x1c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader_support/libbootloader_support.a(esp_image_format.o) + .literal.should_load + 0x0000000000000000 0x34 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader_support/libbootloader_support.a(esp_image_format.o) + .literal.process_segment + 0x0000000000000000 0x74 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader_support/libbootloader_support.a(esp_image_format.o) + .literal.verify_simple_hash + 0x0000000000000000 0x3c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader_support/libbootloader_support.a(esp_image_format.o) + .literal.esp_image_load + 0x0000000000000000 0x84 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader_support/libbootloader_support.a(esp_image_format.o) + .literal.esp_image_verify_bootloader + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader_support/libbootloader_support.a(esp_image_format.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader_support/libbootloader_support.a(esp_image_format.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader_support/libbootloader_support.a(esp_image_format.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader_support/libbootloader_support.a(esp_image_format.o) + .text.should_map + 0x0000000000000000 0x30 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader_support/libbootloader_support.a(esp_image_format.o) + .rodata.str1.4 + 0x0000000000000000 0x5ae /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader_support/libbootloader_support.a(esp_image_format.o) + .text.verify_image_header + 0x0000000000000000 0x90 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader_support/libbootloader_support.a(esp_image_format.o) + .text.verify_segment_header + 0x0000000000000000 0x81 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader_support/libbootloader_support.a(esp_image_format.o) + .text.debug_log_hash + 0x0000000000000000 0x7f /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader_support/libbootloader_support.a(esp_image_format.o) + .text.verify_checksum + 0x0000000000000000 0x9b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader_support/libbootloader_support.a(esp_image_format.o) + .text.should_load + 0x0000000000000000 0x84 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader_support/libbootloader_support.a(esp_image_format.o) + .text.process_segment + 0x0000000000000000 0x1b9 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader_support/libbootloader_support.a(esp_image_format.o) + .text.verify_simple_hash + 0x0000000000000000 0x87 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader_support/libbootloader_support.a(esp_image_format.o) + .text.esp_image_load + 0x0000000000000000 0x25e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader_support/libbootloader_support.a(esp_image_format.o) + .rodata 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader_support/libbootloader_support.a(esp_image_format.o) + .text.esp_image_verify_bootloader + 0x0000000000000000 0x32 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader_support/libbootloader_support.a(esp_image_format.o) + .xt.lit 0x0000000000000000 0x50 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader_support/libbootloader_support.a(esp_image_format.o) + .xt.prop 0x0000000000000000 0x690 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader_support/libbootloader_support.a(esp_image_format.o) + .literal.bootloader_mmap + 0x0000000000000000 0x1c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader_support/libbootloader_support.a(bootloader_flash.o) + .literal.bootloader_munmap + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader_support/libbootloader_support.a(bootloader_flash.o) + .literal.bootloader_flash_read + 0x0000000000000000 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader_support/libbootloader_support.a(bootloader_flash.o) + .literal.bootloader_flash_write + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader_support/libbootloader_support.a(bootloader_flash.o) + .literal.bootloader_flash_erase_sector + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader_support/libbootloader_support.a(bootloader_flash.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader_support/libbootloader_support.a(bootloader_flash.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader_support/libbootloader_support.a(bootloader_flash.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader_support/libbootloader_support.a(bootloader_flash.o) + .rodata.str1.4 + 0x0000000000000000 0x46 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader_support/libbootloader_support.a(bootloader_flash.o) + .text.bootloader_mmap + 0x0000000000000000 0x4c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader_support/libbootloader_support.a(bootloader_flash.o) + .text.bootloader_munmap + 0x0000000000000000 0x1b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader_support/libbootloader_support.a(bootloader_flash.o) + .text.bootloader_flash_read + 0x0000000000000000 0x47 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader_support/libbootloader_support.a(bootloader_flash.o) + .text.bootloader_flash_write + 0x0000000000000000 0x22 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader_support/libbootloader_support.a(bootloader_flash.o) + .text.bootloader_flash_erase_sector + 0x0000000000000000 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader_support/libbootloader_support.a(bootloader_flash.o) + .bss.map 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader_support/libbootloader_support.a(bootloader_flash.o) + .xt.lit 0x0000000000000000 0x28 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader_support/libbootloader_support.a(bootloader_flash.o) + .xt.prop 0x0000000000000000 0x180 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader_support/libbootloader_support.a(bootloader_flash.o) + .literal.bootloader_sha256_start + 0x0000000000000000 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader_support/libbootloader_support.a(bootloader_sha.o) + .literal.bootloader_sha256_data + 0x0000000000000000 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader_support/libbootloader_support.a(bootloader_sha.o) + .literal.bootloader_sha256_finish + 0x0000000000000000 0x1c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader_support/libbootloader_support.a(bootloader_sha.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader_support/libbootloader_support.a(bootloader_sha.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader_support/libbootloader_support.a(bootloader_sha.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader_support/libbootloader_support.a(bootloader_sha.o) + .text.bootloader_sha256_start + 0x0000000000000000 0x26 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader_support/libbootloader_support.a(bootloader_sha.o) + .rodata.str1.4 + 0x0000000000000000 0x6b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader_support/libbootloader_support.a(bootloader_sha.o) + .text.bootloader_sha256_data + 0x0000000000000000 0x24 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader_support/libbootloader_support.a(bootloader_sha.o) + .text.bootloader_sha256_finish + 0x0000000000000000 0x34 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader_support/libbootloader_support.a(bootloader_sha.o) + .rodata.__func__$2329 + 0x0000000000000000 0x19 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader_support/libbootloader_support.a(bootloader_sha.o) + .rodata.__func__$2323 + 0x0000000000000000 0x17 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader_support/libbootloader_support.a(bootloader_sha.o) + .xt.lit 0x0000000000000000 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader_support/libbootloader_support.a(bootloader_sha.o) + .xt.prop 0x0000000000000000 0xe4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader_support/libbootloader_support.a(bootloader_sha.o) + .literal.periph_module_reset + 0x0000000000000000 0x24 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(periph_ctrl.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(periph_ctrl.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(periph_ctrl.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(periph_ctrl.o) + .text.periph_module_reset + 0x0000000000000000 0x63 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(periph_ctrl.o) + .xt.lit 0x0000000000000000 0x38 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(periph_ctrl.o) + .xt.prop 0x0000000000000000 0x774 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(periph_ctrl.o) + .literal.touch_pad_get_io_num + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .literal.rtc_gpio_output_enable + 0x0000000000000000 0x28 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .literal.rtc_gpio_output_disable + 0x0000000000000000 0x28 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .literal.rtc_gpio_input_enable + 0x0000000000000000 0x50 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .literal.rtc_gpio_input_disable + 0x0000000000000000 0x50 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .literal.adc_set_i2s_data_len + 0x0000000000000000 0x40 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .literal.adc_set_i2s_data_pattern + 0x0000000000000000 0x50 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .literal.adc_set_fsm_time + 0x0000000000000000 0x1c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .literal.adc_set_work_mode + 0x0000000000000000 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .literal.adc_set_data_format + 0x0000000000000000 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .literal.adc_set_measure_limit + 0x0000000000000000 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .literal.adc_set_atten + 0x0000000000000000 0x48 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .literal.rtc_gpio_init + 0x0000000000000000 0x60 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .literal.rtc_gpio_deinit + 0x0000000000000000 0x50 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .literal.rtc_gpio_set_level + 0x0000000000000000 0x28 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .literal.rtc_gpio_get_level + 0x0000000000000000 0x30 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .literal.rtc_gpio_set_drive_capability + 0x0000000000000000 0x6c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .literal.rtc_gpio_get_drive_capability + 0x0000000000000000 0x58 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .literal.rtc_gpio_set_direction + 0x0000000000000000 0x40 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .literal.rtc_gpio_pullup_en + 0x0000000000000000 0x38 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .literal.rtc_gpio_pulldown_en + 0x0000000000000000 0x38 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .literal.rtc_gpio_pullup_dis + 0x0000000000000000 0x38 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .literal.rtc_gpio_pulldown_dis + 0x0000000000000000 0x38 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .literal.rtc_gpio_hold_en + 0x0000000000000000 0x38 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .literal.rtc_gpio_hold_dis + 0x0000000000000000 0x38 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .literal.touch_pad_set_meas_time + 0x0000000000000000 0x24 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .literal.touch_pad_get_meas_time + 0x0000000000000000 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .literal.touch_pad_set_voltage + 0x0000000000000000 0x50 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .literal.touch_pad_get_voltage + 0x0000000000000000 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .literal.touch_pad_set_cnt_mode + 0x0000000000000000 0x40 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .literal.touch_pad_get_cnt_mode + 0x0000000000000000 0x2c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .literal.touch_pad_io_init + 0x0000000000000000 0x30 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .literal.touch_pad_set_fsm_mode + 0x0000000000000000 0x3c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .literal.touch_pad_get_fsm_mode + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .literal.touch_pad_sw_start + 0x0000000000000000 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .literal.touch_pad_set_thresh + 0x0000000000000000 0x30 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .literal.touch_pad_get_thresh + 0x0000000000000000 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .literal.touch_pad_set_trigger_mode + 0x0000000000000000 0x30 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .literal.touch_pad_get_trigger_mode + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .literal.touch_pad_set_trigger_source + 0x0000000000000000 0x30 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .literal.touch_pad_get_trigger_source + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .literal.touch_pad_set_group_mask + 0x0000000000000000 0x4c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .literal.touch_pad_get_group_mask + 0x0000000000000000 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .literal.touch_pad_clear_group_mask + 0x0000000000000000 0x4c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .iram1.literal + 0x0000000000000000 0x60 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .literal.touch_pad_intr_enable + 0x0000000000000000 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .literal.touch_pad_intr_disable + 0x0000000000000000 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .literal.touch_pad_config + 0x0000000000000000 0x3c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .literal.touch_pad_init + 0x0000000000000000 0x28 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .literal.touch_pad_read + 0x0000000000000000 0x44 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .literal.touch_pad_filter_cb + 0x0000000000000000 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .literal.touch_pad_set_filter_period + 0x0000000000000000 0x58 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .literal.touch_pad_get_filter_period + 0x0000000000000000 0x50 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .literal.touch_pad_filter_start + 0x0000000000000000 0x60 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .literal.touch_pad_filter_stop + 0x0000000000000000 0x3c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .literal.touch_pad_filter_delete + 0x0000000000000000 0x38 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .literal.touch_pad_deinit + 0x0000000000000000 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .literal.adc_power_on + 0x0000000000000000 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .literal.adc_power_off + 0x0000000000000000 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .literal.adc_set_clk_div + 0x0000000000000000 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .literal.adc_set_i2s_data_source + 0x0000000000000000 0x30 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .literal.adc_set_data_inv + 0x0000000000000000 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .literal.adc_set_data_width + 0x0000000000000000 0x3c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .literal.adc1_pad_get_io_num + 0x0000000000000000 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .literal.adc_gpio_init + 0x0000000000000000 0x68 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .literal.adc_i2s_mode_init + 0x0000000000000000 0x70 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .literal.adc1_config_channel_atten + 0x0000000000000000 0x30 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .literal.adc1_config_width + 0x0000000000000000 0x24 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .literal.adc1_get_raw + 0x0000000000000000 0x58 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .literal.hall_sensor_get_value + 0x0000000000000000 0x44 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .literal.adc1_get_voltage + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .literal.adc1_ulp_enable + 0x0000000000000000 0x34 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .literal.adc2_pad_get_io_num + 0x0000000000000000 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .literal.adc2_pad_init + 0x0000000000000000 0x48 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .literal.adc2_config_channel_atten + 0x0000000000000000 0x4c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .literal.adc2_get_raw + 0x0000000000000000 0x6c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .literal.adc2_vref_to_gpio + 0x0000000000000000 0x38 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .literal.dac_pad_get_io_num + 0x0000000000000000 0x28 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .literal.dac_rtc_pad_init + 0x0000000000000000 0x34 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .literal.dac_output_enable + 0x0000000000000000 0x38 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .literal.dac_output_disable + 0x0000000000000000 0x34 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .literal.dac_output_voltage + 0x0000000000000000 0x48 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .literal.dac_out_voltage + 0x0000000000000000 0x50 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .literal.dac_i2s_enable + 0x0000000000000000 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .literal.dac_i2s_disable + 0x0000000000000000 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .literal.hall_sensor_read + 0x0000000000000000 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .literal.touch_pad_isr_handler_register + 0x0000000000000000 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .literal.touch_pad_isr_register + 0x0000000000000000 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .literal.rtc_isr_deregister + 0x0000000000000000 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .literal.touch_pad_isr_deregister + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .text.touch_pad_get_io_num + 0x0000000000000000 0x66 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .rodata.touch_pad_get_io_num + 0x0000000000000000 0x28 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .text._touch_filter_iir + 0x0000000000000000 0x12 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .text.rtc_gpio_output_enable + 0x0000000000000000 0x78 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .text.rtc_gpio_output_disable + 0x0000000000000000 0x78 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .text.rtc_gpio_input_enable + 0x0000000000000000 0xe6 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .text.rtc_gpio_input_disable + 0x0000000000000000 0xec /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .text.adc_set_i2s_data_len + 0x0000000000000000 0xc6 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .text.adc_set_i2s_data_pattern + 0x0000000000000000 0x1ad /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .text.adc_set_fsm_time + 0x0000000000000000 0x95 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .text.adc_set_work_mode + 0x0000000000000000 0xa1 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .text.adc_set_data_format + 0x0000000000000000 0x36 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .text.adc_set_measure_limit + 0x0000000000000000 0x48 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .text.adc_set_atten + 0x0000000000000000 0x115 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .text.rtc_gpio_init + 0x0000000000000000 0x158 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .text.rtc_gpio_deinit + 0x0000000000000000 0xec /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .text.rtc_gpio_set_level + 0x0000000000000000 0x93 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .text.rtc_gpio_get_level + 0x0000000000000000 0x89 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .text.rtc_gpio_set_drive_capability + 0x0000000000000000 0x179 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .text.rtc_gpio_get_drive_capability + 0x0000000000000000 0x13d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .text.rtc_gpio_set_direction + 0x0000000000000000 0xb8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .text.rtc_gpio_pullup_en + 0x0000000000000000 0x9d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .text.rtc_gpio_pulldown_en + 0x0000000000000000 0x9d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .text.rtc_gpio_pullup_dis + 0x0000000000000000 0xa1 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .text.rtc_gpio_pulldown_dis + 0x0000000000000000 0xa1 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .text.rtc_gpio_hold_en + 0x0000000000000000 0xad /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .text.rtc_gpio_hold_dis + 0x0000000000000000 0xb1 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .text.touch_pad_set_meas_time + 0x0000000000000000 0x72 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .text.touch_pad_get_meas_time + 0x0000000000000000 0x39 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .text.touch_pad_set_voltage + 0x0000000000000000 0x13e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .text.touch_pad_get_voltage + 0x0000000000000000 0x49 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .text.touch_pad_set_cnt_mode + 0x0000000000000000 0xda /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .text.touch_pad_get_cnt_mode + 0x0000000000000000 0x91 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .text.touch_pad_io_init + 0x0000000000000000 0x6e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .text.touch_pad_set_fsm_mode + 0x0000000000000000 0x9c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .text.touch_pad_get_fsm_mode + 0x0000000000000000 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .text.touch_pad_sw_start + 0x0000000000000000 0x41 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .text.touch_pad_set_thresh + 0x0000000000000000 0xa8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .text.touch_pad_get_thresh + 0x0000000000000000 0x84 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .text.touch_pad_set_trigger_mode + 0x0000000000000000 0x6a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .text.touch_pad_get_trigger_mode + 0x0000000000000000 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .text.touch_pad_set_trigger_source + 0x0000000000000000 0x6a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .text.touch_pad_get_trigger_source + 0x0000000000000000 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .text.touch_pad_set_group_mask + 0x0000000000000000 0x19b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .text.touch_pad_get_group_mask + 0x0000000000000000 0xde /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .text.touch_pad_clear_group_mask + 0x0000000000000000 0x1b0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .iram1 0x0000000000000000 0x13d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .text.touch_pad_intr_enable + 0x0000000000000000 0x2c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .text.touch_pad_intr_disable + 0x0000000000000000 0x2d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .text.touch_pad_config + 0x0000000000000000 0xa6 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .text.touch_pad_init + 0x0000000000000000 0x58 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .text.touch_pad_read + 0x0000000000000000 0x110 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .text.touch_pad_filter_cb + 0x0000000000000000 0x4f /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .text.touch_pad_set_filter_period + 0x0000000000000000 0x10a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .text.touch_pad_get_filter_period + 0x0000000000000000 0xee /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .text.touch_pad_filter_start + 0x0000000000000000 0x149 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .text.touch_pad_filter_stop + 0x0000000000000000 0xa2 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .text.touch_pad_filter_delete + 0x0000000000000000 0xa5 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .text.touch_pad_deinit + 0x0000000000000000 0x3a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .text.adc_power_on + 0x0000000000000000 0x2b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .text.adc_power_off + 0x0000000000000000 0x32 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .text.adc_set_clk_div + 0x0000000000000000 0x36 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .text.adc_set_i2s_data_source + 0x0000000000000000 0x68 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .text.adc_set_data_inv + 0x0000000000000000 0x5e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .text.adc_set_data_width + 0x0000000000000000 0xe9 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .text.adc1_pad_get_io_num + 0x0000000000000000 0x89 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .rodata.adc1_pad_get_io_num + 0x0000000000000000 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .text.adc_gpio_init + 0x0000000000000000 0x162 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .text.adc_i2s_mode_init + 0x0000000000000000 0x136 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .text.adc1_config_channel_atten + 0x0000000000000000 0x84 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .text.adc1_config_width + 0x0000000000000000 0x4e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .text.adc1_get_raw + 0x0000000000000000 0x164 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .text.hall_sensor_get_value + 0x0000000000000000 0xd2 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .text.adc1_get_voltage + 0x0000000000000000 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .text.adc1_ulp_enable + 0x0000000000000000 0xc3 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .text.adc2_pad_get_io_num + 0x0000000000000000 0x9c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .rodata.adc2_pad_get_io_num + 0x0000000000000000 0x28 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .text.adc2_pad_init + 0x0000000000000000 0xf6 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .text.adc2_config_channel_atten + 0x0000000000000000 0xda /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .text.adc2_get_raw + 0x0000000000000000 0x170 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .text.adc2_vref_to_gpio + 0x0000000000000000 0xed /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .text.dac_pad_get_io_num + 0x0000000000000000 0x89 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .text.dac_rtc_pad_init + 0x0000000000000000 0x74 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .text.dac_output_enable + 0x0000000000000000 0x89 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .text.dac_output_disable + 0x0000000000000000 0x7e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .text.dac_output_voltage + 0x0000000000000000 0xd1 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .text.dac_out_voltage + 0x0000000000000000 0xe1 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .text.dac_i2s_enable + 0x0000000000000000 0x2d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .text.dac_i2s_disable + 0x0000000000000000 0x2d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .text.hall_sensor_read + 0x0000000000000000 0x36 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .text.touch_pad_isr_handler_register + 0x0000000000000000 0x45 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .text.touch_pad_isr_register + 0x0000000000000000 0x45 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .text.rtc_isr_deregister + 0x0000000000000000 0x59 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .text.touch_pad_isr_deregister + 0x0000000000000000 0x11 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .rodata.__FUNCTION__$7273 + 0x0000000000000000 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .rodata.__FUNCTION__$7252 + 0x0000000000000000 0x13 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .rodata.__FUNCTION__$7240 + 0x0000000000000000 0x13 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .rodata.__FUNCTION__$7224 + 0x0000000000000000 0x11 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .rodata.__FUNCTION__$7229 + 0x0000000000000000 0x12 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .rodata.__FUNCTION__$7216 + 0x0000000000000000 0x13 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .rodata.__FUNCTION__$7204 + 0x0000000000000000 0xd /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .rodata.__FUNCTION__$7189 + 0x0000000000000000 0xe /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .rodata.__FUNCTION__$7194 + 0x0000000000000000 0x1a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .rodata.__FUNCTION__$7167 + 0x0000000000000000 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .rodata.__FUNCTION__$7150 + 0x0000000000000000 0xd /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .rodata.__FUNCTION__$7145 + 0x0000000000000000 0x12 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .rodata.__FUNCTION__$7068 + 0x0000000000000000 0xe /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .rodata.__FUNCTION__$7141 + 0x0000000000000000 0x1a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .rodata.__FUNCTION__$7126 + 0x0000000000000000 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .rodata.__FUNCTION__$7114 + 0x0000000000000000 0x19 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .rodata.__FUNCTION__$7106 + 0x0000000000000000 0x15 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .rodata.__FUNCTION__$7120 + 0x0000000000000000 0x12 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .rodata.__FUNCTION__$7101 + 0x0000000000000000 0x13 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .rodata.__FUNCTION__$7091 + 0x0000000000000000 0xe /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .rodata.__FUNCTION__$7086 + 0x0000000000000000 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .rodata.__FUNCTION__$7046 + 0x0000000000000000 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .rodata.__FUNCTION__$7042 + 0x0000000000000000 0x16 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .rodata.__FUNCTION__$7038 + 0x0000000000000000 0x17 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .rodata.__FUNCTION__$7033 + 0x0000000000000000 0x1c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .rodata.__FUNCTION__$7028 + 0x0000000000000000 0x1c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .rodata.__FUNCTION__$7024 + 0x0000000000000000 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .rodata.__FUNCTION__$7015 + 0x0000000000000000 0xf /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .rodata.__FUNCTION__$7006 + 0x0000000000000000 0x11 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .rodata.__FUNCTION__$6992 + 0x0000000000000000 0x1b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .rodata.__FUNCTION__$6981 + 0x0000000000000000 0x19 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .rodata.__FUNCTION__$6972 + 0x0000000000000000 0x1d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .rodata.__FUNCTION__$6965 + 0x0000000000000000 0x1b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .rodata.__FUNCTION__$6960 + 0x0000000000000000 0x15 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .rodata.__FUNCTION__$6954 + 0x0000000000000000 0x15 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .rodata.__FUNCTION__$6944 + 0x0000000000000000 0x17 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .rodata.__FUNCTION__$6939 + 0x0000000000000000 0x12 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .rodata.__FUNCTION__$6934 + 0x0000000000000000 0x17 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .rodata.__FUNCTION__$6927 + 0x0000000000000000 0x17 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .rodata.__FUNCTION__$6916 + 0x0000000000000000 0x16 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .rodata.__FUNCTION__$6868 + 0x0000000000000000 0x17 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .rodata.__FUNCTION__$6863 + 0x0000000000000000 0x1f /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .rodata.__func__$6840 + 0x0000000000000000 0x12 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .rodata.__func__$6833 + 0x0000000000000000 0x11 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .rodata.__func__$6826 + 0x0000000000000000 0x16 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .rodata.__func__$6819 + 0x0000000000000000 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .rodata.__func__$6812 + 0x0000000000000000 0x15 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .rodata.__func__$6805 + 0x0000000000000000 0x13 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .rodata.__func__$6754 + 0x0000000000000000 0x17 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .rodata.__FUNCTION__$6753 + 0x0000000000000000 0x17 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .rodata.__FUNCTION__$6734 + 0x0000000000000000 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .rodata.__func__$6746 + 0x0000000000000000 0x16 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .rodata.__FUNCTION__$6745 + 0x0000000000000000 0x16 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .rodata.__FUNCTION__$6722 + 0x0000000000000000 0x17 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .rodata.__FUNCTION__$6796 + 0x0000000000000000 0x17 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .rodata.__func__$6789 + 0x0000000000000000 0x1e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .rodata.__FUNCTION__$6788 + 0x0000000000000000 0x1e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .rodata.__func__$6780 + 0x0000000000000000 0x1e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .rodata.__FUNCTION__$6779 + 0x0000000000000000 0x1e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .rodata.__FUNCTION__$6772 + 0x0000000000000000 0x13 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .rodata.__FUNCTION__$6763 + 0x0000000000000000 0x13 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .rodata.__func__$6714 + 0x0000000000000000 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .rodata.__FUNCTION__$6713 + 0x0000000000000000 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .rodata.__func__$6703 + 0x0000000000000000 0xe /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .rodata.__FUNCTION__$6702 + 0x0000000000000000 0xe /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .bss.s_touch_pad_filter + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .data.adc2_spinlock + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .bss.rtc_touch_mux + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .data.rtc_spinlock + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .xt.lit 0x0000000000000000 0x300 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .xt.prop 0x0000000000000000 0x2cd0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .literal.timer_get_counter_value + 0x0000000000000000 0x40 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(timer.o) + .literal.timer_get_counter_time_sec + 0x0000000000000000 0x50 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(timer.o) + .literal.timer_set_counter_value + 0x0000000000000000 0x34 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(timer.o) + .literal.timer_start + 0x0000000000000000 0x38 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(timer.o) + .literal.timer_pause + 0x0000000000000000 0x38 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(timer.o) + .literal.timer_set_counter_mode + 0x0000000000000000 0x44 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(timer.o) + .literal.timer_set_auto_reload + 0x0000000000000000 0x44 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(timer.o) + .literal.timer_set_divider + 0x0000000000000000 0x4c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(timer.o) + .literal.timer_set_alarm_value + 0x0000000000000000 0x34 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(timer.o) + .literal.timer_get_alarm_value + 0x0000000000000000 0x40 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(timer.o) + .literal.timer_set_alarm + 0x0000000000000000 0x40 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(timer.o) + .literal.timer_isr_register + 0x0000000000000000 0x3c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(timer.o) + .literal.timer_init + 0x0000000000000000 0x70 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(timer.o) + .literal.timer_get_config + 0x0000000000000000 0x44 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(timer.o) + .literal.timer_group_intr_disable + 0x0000000000000000 0x28 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(timer.o) + .literal.timer_enable_intr + 0x0000000000000000 0x28 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(timer.o) + .literal.timer_disable_intr + 0x0000000000000000 0x28 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(timer.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(timer.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(timer.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(timer.o) + .text.timer_get_counter_value + 0x0000000000000000 0xd4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(timer.o) + .text.timer_get_counter_time_sec + 0x0000000000000000 0xec /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(timer.o) + .text.timer_set_counter_value + 0x0000000000000000 0xa0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(timer.o) + .text.timer_start + 0x0000000000000000 0x98 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(timer.o) + .text.timer_pause + 0x0000000000000000 0x9a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(timer.o) + .text.timer_set_counter_mode + 0x0000000000000000 0xd1 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(timer.o) + .text.timer_set_auto_reload + 0x0000000000000000 0xd1 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(timer.o) + .text.timer_set_divider + 0x0000000000000000 0x10c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(timer.o) + .text.timer_set_alarm_value + 0x0000000000000000 0x9a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(timer.o) + .text.timer_get_alarm_value + 0x0000000000000000 0xcc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(timer.o) + .text.timer_set_alarm + 0x0000000000000000 0xd1 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(timer.o) + .text.timer_isr_register + 0x0000000000000000 0xd1 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(timer.o) + .text.timer_init + 0x0000000000000000 0x1ce /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(timer.o) + .text.timer_get_config + 0x0000000000000000 0x129 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(timer.o) + .text.timer_group_intr_disable + 0x0000000000000000 0x68 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(timer.o) + .text.timer_enable_intr + 0x0000000000000000 0x72 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(timer.o) + .text.timer_disable_intr + 0x0000000000000000 0x72 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(timer.o) + .rodata.__FUNCTION__$5384 + 0x0000000000000000 0x13 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(timer.o) + .rodata.__FUNCTION__$5379 + 0x0000000000000000 0x12 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(timer.o) + .rodata.__FUNCTION__$5374 + 0x0000000000000000 0x19 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(timer.o) + .rodata.__FUNCTION__$5364 + 0x0000000000000000 0x11 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(timer.o) + .rodata.__FUNCTION__$5358 + 0x0000000000000000 0xb /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(timer.o) + .rodata.__FUNCTION__$5345 + 0x0000000000000000 0x13 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(timer.o) + .rodata.__FUNCTION__$5335 + 0x0000000000000000 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(timer.o) + .rodata.__FUNCTION__$5329 + 0x0000000000000000 0x16 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(timer.o) + .rodata.__FUNCTION__$5323 + 0x0000000000000000 0x16 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(timer.o) + .rodata.__FUNCTION__$5316 + 0x0000000000000000 0x12 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(timer.o) + .rodata.__FUNCTION__$5310 + 0x0000000000000000 0x16 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(timer.o) + .rodata.__FUNCTION__$5304 + 0x0000000000000000 0x17 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(timer.o) + .rodata.__FUNCTION__$5298 + 0x0000000000000000 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(timer.o) + .rodata.__FUNCTION__$5293 + 0x0000000000000000 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(timer.o) + .rodata.__FUNCTION__$5288 + 0x0000000000000000 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(timer.o) + .rodata.__FUNCTION__$5279 + 0x0000000000000000 0x1b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(timer.o) + .rodata.__FUNCTION__$5273 + 0x0000000000000000 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(timer.o) + .xt.lit 0x0000000000000000 0x90 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(timer.o) + .xt.prop 0x0000000000000000 0x930 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(timer.o) + .literal.uart_pattern_dequeue + 0x0000000000000000 0x28 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .literal.uart_set_break + 0x0000000000000000 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .literal.uart_pattern_queue_update + 0x0000000000000000 0x28 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .literal.uart_fill_fifo + 0x0000000000000000 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .literal.uart_reset_rx_fifo + 0x0000000000000000 0x3c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .literal.uart_pattern_link_free + 0x0000000000000000 0x2c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .literal.uart_pattern_enqueue + 0x0000000000000000 0x34 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .literal.uart_set_word_length + 0x0000000000000000 0x34 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .literal.uart_get_word_length + 0x0000000000000000 0x1c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .literal.uart_set_stop_bits + 0x0000000000000000 0x34 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .literal.uart_get_stop_bits + 0x0000000000000000 0x1c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .literal.uart_set_parity + 0x0000000000000000 0x28 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .literal.uart_get_parity + 0x0000000000000000 0x1c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .literal.uart_set_baudrate + 0x0000000000000000 0x3c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .literal.uart_get_baudrate + 0x0000000000000000 0x30 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .literal.uart_set_line_inverse + 0x0000000000000000 0x74 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .literal.uart_set_sw_flow_ctrl + 0x0000000000000000 0x50 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .literal.uart_set_hw_flow_ctrl + 0x0000000000000000 0x54 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .literal.uart_get_hw_flow_ctrl + 0x0000000000000000 0x1c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .literal.uart_clear_intr_status + 0x0000000000000000 0x1c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .literal.uart_enable_intr_mask + 0x0000000000000000 0x70 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .literal.uart_disable_intr_mask + 0x0000000000000000 0x54 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .literal.uart_rx_intr_handler_default + 0x0000000000000000 0x10c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .literal.uart_pattern_pop_pos + 0x0000000000000000 0x2c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .literal.uart_pattern_queue_reset + 0x0000000000000000 0x3c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .literal.uart_enable_pattern_det_intr + 0x0000000000000000 0x4c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .literal.uart_disable_pattern_det_intr + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .literal.uart_enable_rx_intr + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .literal.uart_disable_rx_intr + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .literal.uart_disable_tx_intr + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .literal.uart_enable_tx_intr + 0x0000000000000000 0x38 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .literal.uart_tx_all + 0x0000000000000000 0x34 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .literal.uart_isr_register + 0x0000000000000000 0x30 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .literal.uart_isr_free + 0x0000000000000000 0x2c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .literal.uart_set_pin + 0x0000000000000000 0xec /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .literal.uart_set_rts + 0x0000000000000000 0x34 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .literal.uart_set_dtr + 0x0000000000000000 0x28 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .literal.uart_set_tx_idle_num + 0x0000000000000000 0x38 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .literal.uart_param_config + 0x0000000000000000 0x4c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .literal.uart_intr_config + 0x0000000000000000 0x44 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .literal.uart_wait_tx_done + 0x0000000000000000 0x5c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .literal.uart_tx_chars + 0x0000000000000000 0x40 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .literal.uart_write_bytes + 0x0000000000000000 0x38 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .literal.uart_write_bytes_with_break + 0x0000000000000000 0x50 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .literal.uart_read_bytes + 0x0000000000000000 0x6c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .literal.uart_get_buffered_data_len + 0x0000000000000000 0x28 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .literal.uart_flush_input + 0x0000000000000000 0x70 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .literal.uart_driver_delete + 0x0000000000000000 0x68 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .literal.uart_driver_install + 0x0000000000000000 0xa8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .text.uart_find_pattern_from_last + 0x0000000000000000 0x24 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .rodata.str1.4 + 0x0000000000000000 0x1a99 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .text.uart_pattern_dequeue + 0x0000000000000000 0x89 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .text.uart_set_break + 0x0000000000000000 0x6d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .text.uart_pattern_queue_update + 0x0000000000000000 0x8e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .text.uart_fill_fifo + 0x0000000000000000 0x7d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .text.uart_reset_rx_fifo + 0x0000000000000000 0xa4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .text.uart_pattern_link_free + 0x0000000000000000 0x76 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .text.uart_pattern_enqueue + 0x0000000000000000 0x94 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .text.uart_set_word_length + 0x0000000000000000 0x96 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .text.uart_get_word_length + 0x0000000000000000 0x46 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .text.uart_set_stop_bits + 0x0000000000000000 0xd1 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .text.uart_get_stop_bits + 0x0000000000000000 0x62 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .text.uart_set_parity + 0x0000000000000000 0x81 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .text.uart_get_parity + 0x0000000000000000 0x5a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .text.uart_set_baudrate + 0x0000000000000000 0xae /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .text.uart_get_baudrate + 0x0000000000000000 0x75 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .text.uart_set_line_inverse + 0x0000000000000000 0x1da /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .text.uart_set_sw_flow_ctrl + 0x0000000000000000 0x13d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .text.uart_set_hw_flow_ctrl + 0x0000000000000000 0x134 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .text.uart_get_hw_flow_ctrl + 0x0000000000000000 0x5a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .text.uart_clear_intr_status + 0x0000000000000000 0x41 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .text.uart_enable_intr_mask + 0x0000000000000000 0x1a2 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .text.uart_disable_intr_mask + 0x0000000000000000 0x100 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .text.uart_rx_intr_handler_default + 0x0000000000000000 0x61e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .text.uart_pattern_pop_pos + 0x0000000000000000 0x88 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .text.uart_pattern_queue_reset + 0x0000000000000000 0xb0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .text.uart_enable_pattern_det_intr + 0x0000000000000000 0x150 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .text.uart_disable_pattern_det_intr + 0x0000000000000000 0x12 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .text.uart_enable_rx_intr + 0x0000000000000000 0x12 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .text.uart_disable_rx_intr + 0x0000000000000000 0x12 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .text.uart_disable_tx_intr + 0x0000000000000000 0x11 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .text.uart_enable_tx_intr + 0x0000000000000000 0xc2 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .text.uart_tx_all + 0x0000000000000000 0x158 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .text.uart_isr_register + 0x0000000000000000 0x8e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .text.uart_isr_free + 0x0000000000000000 0x75 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .text.uart_set_pin + 0x0000000000000000 0x37a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .text.uart_set_rts + 0x0000000000000000 0xa1 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .text.uart_set_dtr + 0x0000000000000000 0x6d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .text.uart_set_tx_idle_num + 0x0000000000000000 0xa1 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .text.uart_param_config + 0x0000000000000000 0x101 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .text.uart_intr_config + 0x0000000000000000 0x12c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .text.uart_wait_tx_done + 0x0000000000000000 0x14d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .text.uart_tx_chars + 0x0000000000000000 0xce /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .text.uart_write_bytes + 0x0000000000000000 0xa4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .text.uart_write_bytes_with_break + 0x0000000000000000 0x101 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .text.uart_read_bytes + 0x0000000000000000 0x1ed /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .text.uart_get_buffered_data_len + 0x0000000000000000 0x6c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .text.uart_flush_input + 0x0000000000000000 0x192 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .text.uart_driver_delete + 0x0000000000000000 0x1c8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .rodata 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .text.uart_driver_install + 0x0000000000000000 0x2ae /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .rodata.__FUNCTION__$6236 + 0x0000000000000000 0x17 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .rodata.__FUNCTION__$6535 + 0x0000000000000000 0x13 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .rodata.__FUNCTION__$6242 + 0x0000000000000000 0x15 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .bss.pat_flg$6402 + 0x0000000000000000 0x1 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .rodata.__func__$6409 + 0x0000000000000000 0x1d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .rodata.__FUNCTION__$6529 + 0x0000000000000000 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .rodata.__func__$6202 + 0x0000000000000000 0x13 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .rodata.__FUNCTION__$6201 + 0x0000000000000000 0x13 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .rodata.__FUNCTION__$6513 + 0x0000000000000000 0x11 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .rodata.__FUNCTION__$6507 + 0x0000000000000000 0x1b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .rodata.__FUNCTION__$6256 + 0x0000000000000000 0x1a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .rodata.__FUNCTION__$6494 + 0x0000000000000000 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .rodata.__FUNCTION__$6487 + 0x0000000000000000 0x1c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .rodata.__FUNCTION__$6480 + 0x0000000000000000 0x11 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .rodata.__func__$6444 + 0x0000000000000000 0xf /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .rodata.__FUNCTION__$6454 + 0x0000000000000000 0xe /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .rodata.__FUNCTION__$6428 + 0x0000000000000000 0x12 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .rodata.__FUNCTION__$6379 + 0x0000000000000000 0x11 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .rodata.__FUNCTION__$6374 + 0x0000000000000000 0x12 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .rodata.__FUNCTION__$6368 + 0x0000000000000000 0x15 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .rodata.__FUNCTION__$6363 + 0x0000000000000000 0xd /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .rodata.__FUNCTION__$6358 + 0x0000000000000000 0xd /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .rodata.__func__$6341 + 0x0000000000000000 0xd /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .rodata.__FUNCTION__$6330 + 0x0000000000000000 0xd /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .rodata.__FUNCTION__$6322 + 0x0000000000000000 0xe /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .rodata.__FUNCTION__$6312 + 0x0000000000000000 0x12 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .rodata.__FUNCTION__$6302 + 0x0000000000000000 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .rodata.__FUNCTION__$6284 + 0x0000000000000000 0x1d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .rodata.__FUNCTION__$6273 + 0x0000000000000000 0x19 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .rodata.__FUNCTION__$6249 + 0x0000000000000000 0x15 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .rodata.__FUNCTION__$6266 + 0x0000000000000000 0x15 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .rodata.__func__$6229 + 0x0000000000000000 0x17 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .rodata.__FUNCTION__$6228 + 0x0000000000000000 0x17 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .rodata.__func__$6217 + 0x0000000000000000 0x16 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .rodata.__FUNCTION__$6216 + 0x0000000000000000 0x16 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .rodata.__FUNCTION__$6211 + 0x0000000000000000 0x17 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .rodata.__FUNCTION__$6196 + 0x0000000000000000 0x16 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .rodata.__FUNCTION__$6191 + 0x0000000000000000 0x16 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .rodata.__FUNCTION__$6185 + 0x0000000000000000 0x16 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .rodata.__func__$6172 + 0x0000000000000000 0x16 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .rodata.__FUNCTION__$6171 + 0x0000000000000000 0x16 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .rodata.__FUNCTION__$6165 + 0x0000000000000000 0x12 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .rodata.__FUNCTION__$6157 + 0x0000000000000000 0x12 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .rodata.__FUNCTION__$6151 + 0x0000000000000000 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .rodata.__FUNCTION__$6146 + 0x0000000000000000 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .rodata.__FUNCTION__$6141 + 0x0000000000000000 0x13 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .rodata.__FUNCTION__$6136 + 0x0000000000000000 0x13 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .rodata.__FUNCTION__$6131 + 0x0000000000000000 0x15 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .rodata.__FUNCTION__$6126 + 0x0000000000000000 0x15 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .data.uart_spinlock + 0x0000000000000000 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .dram1 0x0000000000000000 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .bss.p_uart_obj + 0x0000000000000000 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .xt.lit 0x0000000000000000 0x188 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .xt.prop 0x0000000000000000 0x20b8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .iram1.literal + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(gpio.o) + .literal.gpio_intr_enable_on_core + 0x0000000000000000 0x2c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(gpio.o) + .literal.gpio_output_disable + 0x0000000000000000 0x3c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(gpio.o) + .literal.gpio_output_enable + 0x0000000000000000 0x24 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(gpio.o) + .literal.gpio_pullup_en + 0x0000000000000000 0x3c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(gpio.o) + .literal.gpio_pullup_dis + 0x0000000000000000 0x3c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(gpio.o) + .literal.gpio_pulldown_en + 0x0000000000000000 0x3c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(gpio.o) + .literal.gpio_pulldown_dis + 0x0000000000000000 0x3c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(gpio.o) + .literal.gpio_set_intr_type + 0x0000000000000000 0x2c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(gpio.o) + .literal.gpio_intr_enable + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(gpio.o) + .literal.gpio_intr_disable + 0x0000000000000000 0x24 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(gpio.o) + .literal.gpio_set_level + 0x0000000000000000 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(gpio.o) + .literal.gpio_get_level + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(gpio.o) + .literal.gpio_set_pull_mode + 0x0000000000000000 0x54 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(gpio.o) + .literal.gpio_set_direction + 0x0000000000000000 0x6c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(gpio.o) + .literal.gpio_config + 0x0000000000000000 0xb4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(gpio.o) + .literal.gpio_isr_handler_add + 0x0000000000000000 0x48 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(gpio.o) + .literal.gpio_isr_handler_remove + 0x0000000000000000 0x3c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(gpio.o) + .literal.gpio_uninstall_isr_service + 0x0000000000000000 0x1c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(gpio.o) + .literal.gpio_isr_register + 0x0000000000000000 0x1c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(gpio.o) + .literal.gpio_install_isr_service + 0x0000000000000000 0x38 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(gpio.o) + .literal.gpio_wakeup_enable + 0x0000000000000000 0x2c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(gpio.o) + .literal.gpio_wakeup_disable + 0x0000000000000000 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(gpio.o) + .literal.gpio_set_drive_capability + 0x0000000000000000 0x5c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(gpio.o) + .literal.gpio_get_drive_capability + 0x0000000000000000 0x50 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(gpio.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(gpio.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(gpio.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(gpio.o) + .iram1 0x0000000000000000 0x92 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(gpio.o) + .rodata.str1.4 + 0x0000000000000000 0xe06 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(gpio.o) + .text.gpio_intr_enable_on_core + 0x0000000000000000 0x87 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(gpio.o) + .text.gpio_output_disable + 0x0000000000000000 0xac /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(gpio.o) + .text.gpio_output_enable + 0x0000000000000000 0x8e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(gpio.o) + .text.gpio_pullup_en + 0x0000000000000000 0x9d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(gpio.o) + .text.gpio_pullup_dis + 0x0000000000000000 0x9e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(gpio.o) + .text.gpio_pulldown_en + 0x0000000000000000 0x9e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(gpio.o) + .text.gpio_pulldown_dis + 0x0000000000000000 0x9e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(gpio.o) + .text.gpio_set_intr_type + 0x0000000000000000 0x93 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(gpio.o) + .text.gpio_intr_enable + 0x0000000000000000 0x15 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(gpio.o) + .text.gpio_intr_disable + 0x0000000000000000 0x5d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(gpio.o) + .text.gpio_set_level + 0x0000000000000000 0xc1 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(gpio.o) + .text.gpio_get_level + 0x0000000000000000 0x33 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(gpio.o) + .text.gpio_set_pull_mode + 0x0000000000000000 0xf1 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(gpio.o) + .text.gpio_set_direction + 0x0000000000000000 0x178 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(gpio.o) + .text.gpio_config + 0x0000000000000000 0x306 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(gpio.o) + .text.gpio_isr_handler_add + 0x0000000000000000 0xb5 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(gpio.o) + .text.gpio_isr_handler_remove + 0x0000000000000000 0x9e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(gpio.o) + .text.gpio_uninstall_isr_service + 0x0000000000000000 0x3a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(gpio.o) + .text.gpio_isr_register + 0x0000000000000000 0x45 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(gpio.o) + .text.gpio_install_isr_service + 0x0000000000000000 0x73 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(gpio.o) + .text.gpio_wakeup_enable + 0x0000000000000000 0x9d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(gpio.o) + .text.gpio_wakeup_disable + 0x0000000000000000 0x5d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(gpio.o) + .text.gpio_set_drive_capability + 0x0000000000000000 0x10e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(gpio.o) + .text.gpio_get_drive_capability + 0x0000000000000000 0xe3 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(gpio.o) + .rodata.__func__$4972 + 0x0000000000000000 0x1a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(gpio.o) + .rodata.__FUNCTION__$4971 + 0x0000000000000000 0x1a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(gpio.o) + .rodata.__func__$4963 + 0x0000000000000000 0x1a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(gpio.o) + .rodata.__FUNCTION__$4962 + 0x0000000000000000 0x1a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(gpio.o) + .rodata.__FUNCTION__$4957 + 0x0000000000000000 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(gpio.o) + .rodata.__FUNCTION__$4952 + 0x0000000000000000 0x13 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(gpio.o) + .rodata.__FUNCTION__$4947 + 0x0000000000000000 0x12 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(gpio.o) + .rodata.__FUNCTION__$4936 + 0x0000000000000000 0x19 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(gpio.o) + .rodata.__FUNCTION__$4932 + 0x0000000000000000 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(gpio.o) + .rodata.__FUNCTION__$4928 + 0x0000000000000000 0x15 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(gpio.o) + .rodata.__func__$4903 + 0x0000000000000000 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(gpio.o) + .rodata.__func__$4853 + 0x0000000000000000 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(gpio.o) + .rodata.__FUNCTION__$4852 + 0x0000000000000000 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(gpio.o) + .rodata.__FUNCTION__$4858 + 0x0000000000000000 0x13 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(gpio.o) + .rodata.__func__$4885 + 0x0000000000000000 0x13 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(gpio.o) + .rodata.__FUNCTION__$4883 + 0x0000000000000000 0x13 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(gpio.o) + .rodata.__FUNCTION__$4871 + 0x0000000000000000 0x13 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(gpio.o) + .rodata.__FUNCTION__$4863 + 0x0000000000000000 0xf /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(gpio.o) + .rodata.__FUNCTION__$4848 + 0x0000000000000000 0x12 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(gpio.o) + .rodata.__FUNCTION__$4841 + 0x0000000000000000 0x19 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(gpio.o) + .rodata.__FUNCTION__$4836 + 0x0000000000000000 0x13 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(gpio.o) + .rodata.__func__$4830 + 0x0000000000000000 0x12 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(gpio.o) + .rodata.__FUNCTION__$4829 + 0x0000000000000000 0x12 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(gpio.o) + .rodata.__func__$4824 + 0x0000000000000000 0x11 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(gpio.o) + .rodata.__FUNCTION__$4823 + 0x0000000000000000 0x11 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(gpio.o) + .rodata.__func__$4818 + 0x0000000000000000 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(gpio.o) + .rodata.__FUNCTION__$4817 + 0x0000000000000000 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(gpio.o) + .rodata.__func__$4812 + 0x0000000000000000 0xf /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(gpio.o) + .rodata.__FUNCTION__$4811 + 0x0000000000000000 0xf /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(gpio.o) + .data.gpio_spinlock + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(gpio.o) + .bss.gpio_isr_handle + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(gpio.o) + .bss.gpio_isr_func + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(gpio.o) + .rodata.GPIO_PIN_MUX_REG + 0x0000000000000000 0xa0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(gpio.o) + .xt.lit 0x0000000000000000 0xc8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(gpio.o) + .xt.prop 0x0000000000000000 0xf24 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(gpio.o) + .literal.esp_event_loop_set_cb + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(event_loop.o) + .literal.esp_event_loop_get_queue + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(event_loop.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(event_loop.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(event_loop.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(event_loop.o) + .text.esp_event_loop_set_cb + 0x0000000000000000 0x13 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(event_loop.o) + .text.esp_event_loop_get_queue + 0x0000000000000000 0xa /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(event_loop.o) + .xt.lit 0x0000000000000000 0x30 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(event_loop.o) + .xt.prop 0x0000000000000000 0x1d4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(event_loop.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(fast_crypto_ops.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(fast_crypto_ops.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(fast_crypto_ops.o) + .rodata.g_wifi_default_wpa2_crypto_funcs + 0x0000000000000000 0x24 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(fast_crypto_ops.o) + .rodata.g_wifi_default_wps_crypto_funcs + 0x0000000000000000 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(fast_crypto_ops.o) + .xt.prop 0x0000000000000000 0x24 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(fast_crypto_ops.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(wifi_init.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(wifi_init.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(wifi_init.o) + .xt.lit 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(wifi_init.o) + .xt.prop 0x0000000000000000 0x30 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(wifi_init.o) + .literal.system_event_eth_got_ip_default + 0x0000000000000000 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(event_default_handlers.o) + .literal.system_event_eth_stop_handle_default + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(event_default_handlers.o) + .literal.system_event_eth_disconnected_handle_default + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(event_default_handlers.o) + .literal.system_event_eth_connected_handle_default + 0x0000000000000000 0x24 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(event_default_handlers.o) + .literal.system_event_eth_start_handle_default + 0x0000000000000000 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(event_default_handlers.o) + .literal.esp_event_set_default_eth_handlers + 0x0000000000000000 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(event_default_handlers.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(event_default_handlers.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(event_default_handlers.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(event_default_handlers.o) + .text.system_event_eth_got_ip_default + 0x0000000000000000 0x59 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(event_default_handlers.o) + .text.system_event_eth_stop_handle_default + 0x0000000000000000 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(event_default_handlers.o) + .text.system_event_eth_disconnected_handle_default + 0x0000000000000000 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(event_default_handlers.o) + .text.system_event_eth_connected_handle_default + 0x0000000000000000 0x7c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(event_default_handlers.o) + .text.system_event_eth_start_handle_default + 0x0000000000000000 0x24 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(event_default_handlers.o) + .text.esp_event_set_default_eth_handlers + 0x0000000000000000 0x26 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(event_default_handlers.o) + .xt.lit 0x0000000000000000 0x88 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(event_default_handlers.o) + .xt.prop 0x0000000000000000 0x774 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(event_default_handlers.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/libhal.a(clock.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/libhal.a(clock.o) + .xt.prop 0x0000000000000000 0xd8 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/libhal.a(clock.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/libhal.a(windowspill_asm.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/libhal.a(windowspill_asm.o) + .xt.lit 0x0000000000000000 0x8 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/libhal.a(windowspill_asm.o) + .xt.prop 0x0000000000000000 0xf0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/libhal.a(windowspill_asm.o) + .text 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/libhal.a(interrupts--intlevel.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/libhal.a(interrupts--intlevel.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/libhal.a(interrupts--intlevel.o) + .xt.prop 0x0000000000000000 0xc /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/libhal.a(interrupts--intlevel.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/libhal.a(state_asm--restore_extra_nw.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/libhal.a(state_asm--restore_extra_nw.o) + .xt.prop 0x0000000000000000 0x24 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/libhal.a(state_asm--restore_extra_nw.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/libhal.a(state_asm--save_extra_nw.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/libhal.a(state_asm--save_extra_nw.o) + .xt.prop 0x0000000000000000 0x24 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/libhal.a(state_asm--save_extra_nw.o) + .literal.wifi_softap_get_config_local + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .literal.wifi_station_get_config_local + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .literal.ieee80211_check_sleep + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .literal.wifi_station_get_config + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .literal.wifi_station_get_config_default + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .literal.wifi_station_get_ap_info + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .literal.wifi_station_get_current_ap_id + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .literal.wifi_station_ap_check + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .literal.wifi_softap_cacl_mac + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .literal.wifi_softap_get_config + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .literal.wifi_softap_get_sta_list + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .literal.wifi_softap_get_station_num + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .literal.wifi_softap_deauth + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .literal.wifi_register_user_ie_manufacturer_recv_cb + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .literal.wifi_unregister_user_ie_manufacturer_recv_cb + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .literal.wifi_set_user_ie + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .literal.wifi_get_user_ie + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .literal.wifi_check_chan_param + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_init_internal + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_deinit + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_set_mode + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_get_mode + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_start + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_stop + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_connect + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_disconnect + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_clear_fast_connect + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_deauth_sta + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_promiscuous_scan_start + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_scan_start + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_scan_stop + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_scan_get_ap_num + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_scan_get_ap_records + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_set_config + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_get_config + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_ap_get_sta_list + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_set_ps + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_get_ps + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_set_protocol + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_get_protocol + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_set_bandwidth + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_get_bandwidth + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_set_channel + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_set_home_channel + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_get_channel + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_set_country + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_get_country + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_set_mac + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_get_mac + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_sta_get_ap_info + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_set_promiscuous_filter + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_get_promiscuous_filter + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_set_promiscuous + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_set_promiscuous_rx_cb + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_get_promiscuous + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_set_storage + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_internal_reg_rxcb + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_internal_set_sta_ip + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_set_auto_connect + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_get_auto_connect + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_restore + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_set_vendor_ie + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_set_vendor_ie_cb + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .literal.wifi_set_event_handler + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .literal.wifi_send_event + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_vnd_lora_enable + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_vnd_lora_disable + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_set_max_tx_power + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_get_max_tx_power + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_internal_set_fix_rate + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_internal_get_fix_rate + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .literal.esp_wifi_set_sta_rx_probe_req + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .text 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .text.wifi_softap_get_config_local + 0x0000000000000000 0x1a0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .text.wifi_station_get_config_local + 0x0000000000000000 0xc8 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .text.wifi_station_get_config + 0x0000000000000000 0x14 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .text.wifi_station_get_config_default + 0x0000000000000000 0x19 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .text.wifi_station_get_ap_info + 0x0000000000000000 0xbf /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .text.wifi_station_get_current_ap_id + 0x0000000000000000 0x1c /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .text.wifi_station_ap_check + 0x0000000000000000 0x4e /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .text.wifi_softap_cacl_mac + 0x0000000000000000 0x38 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .text.wifi_softap_get_config + 0x0000000000000000 0x14 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .text.wifi_softap_get_sta_list + 0x0000000000000000 0x96 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .text.wifi_softap_get_station_num + 0x0000000000000000 0x9e /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .text.wifi_register_user_ie_manufacturer_recv_cb + 0x0000000000000000 0x19 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .text.wifi_unregister_user_ie_manufacturer_recv_cb + 0x0000000000000000 0x11 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .text.wifi_set_user_ie + 0x0000000000000000 0x1a4 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .text.wifi_get_user_ie + 0x0000000000000000 0x48 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .rodata.wifi_get_user_ie + 0x0000000000000000 0x14 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_deinit + 0x0000000000000000 0x192 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_get_mode + 0x0000000000000000 0x97 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_disconnect + 0x0000000000000000 0x117 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_clear_fast_connect + 0x0000000000000000 0x52 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_deauth_sta + 0x0000000000000000 0x16d /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_promiscuous_scan_start + 0x0000000000000000 0x11b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_scan_start + 0x0000000000000000 0x29d /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_scan_stop + 0x0000000000000000 0x117 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_scan_get_ap_num + 0x0000000000000000 0xd9 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_scan_get_ap_records + 0x0000000000000000 0x18f /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_get_config + 0x0000000000000000 0xe2 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_ap_get_sta_list + 0x0000000000000000 0x91 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_set_ps + 0x0000000000000000 0x68 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_get_ps + 0x0000000000000000 0x91 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_set_protocol + 0x0000000000000000 0x15f /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_get_protocol + 0x0000000000000000 0x141 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_set_bandwidth + 0x0000000000000000 0x11d /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_get_bandwidth + 0x0000000000000000 0xe7 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_set_channel + 0x0000000000000000 0x127 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_set_home_channel + 0x0000000000000000 0xdb /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_get_channel + 0x0000000000000000 0xda /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_set_country + 0x0000000000000000 0xdf /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_get_country + 0x0000000000000000 0x109 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_set_mac + 0x0000000000000000 0x15e /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_sta_get_ap_info + 0x0000000000000000 0x150 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_set_promiscuous_filter + 0x0000000000000000 0x110 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_get_promiscuous_filter + 0x0000000000000000 0x91 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_set_promiscuous + 0x0000000000000000 0xf8 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_set_promiscuous_rx_cb + 0x0000000000000000 0x5d /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_get_promiscuous + 0x0000000000000000 0xa5 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_set_auto_connect + 0x0000000000000000 0xd7 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_get_auto_connect + 0x0000000000000000 0xa2 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_restore + 0x0000000000000000 0xdb /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_set_vendor_ie + 0x0000000000000000 0xde /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_set_vendor_ie_cb + 0x0000000000000000 0xe3 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_set_max_tx_power + 0x0000000000000000 0x11e /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_get_max_tx_power + 0x0000000000000000 0xd9 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_internal_set_fix_rate + 0x0000000000000000 0x16a /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_internal_get_fix_rate + 0x0000000000000000 0x105 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .text.esp_wifi_set_sta_rx_probe_req + 0x0000000000000000 0x10 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .rodata.__FUNCTION__$10717 + 0x0000000000000000 0x1f /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .rodata.__FUNCTION__$10708 + 0x0000000000000000 0x1f /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .rodata.__FUNCTION__$10702 + 0x0000000000000000 0x1a /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .rodata.__FUNCTION__$10695 + 0x0000000000000000 0x1a /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .rodata.__FUNCTION__$10671 + 0x0000000000000000 0x1a /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .rodata.__FUNCTION__$10663 + 0x0000000000000000 0x17 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .rodata.__FUNCTION__$10653 + 0x0000000000000000 0x11 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .rodata.__FUNCTION__$10649 + 0x0000000000000000 0x1a /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .rodata.__FUNCTION__$10642 + 0x0000000000000000 0x1a /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .rodata.__FUNCTION__$10622 + 0x0000000000000000 0x19 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .rodata.__FUNCTION__$10618 + 0x0000000000000000 0x1f /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .rodata.__FUNCTION__$10608 + 0x0000000000000000 0x19 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .rodata.__FUNCTION__$10604 + 0x0000000000000000 0x20 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .rodata.__FUNCTION__$10597 + 0x0000000000000000 0x20 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .rodata.__FUNCTION__$10593 + 0x0000000000000000 0x19 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .rodata.__FUNCTION__$10580 + 0x0000000000000000 0x11 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .rodata.__FUNCTION__$10575 + 0x0000000000000000 0x15 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .rodata.__FUNCTION__$10567 + 0x0000000000000000 0x15 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .rodata.__FUNCTION__$10563 + 0x0000000000000000 0x15 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .rodata.__FUNCTION__$10554 + 0x0000000000000000 0x1a /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .rodata.__FUNCTION__$10546 + 0x0000000000000000 0x15 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .rodata.__FUNCTION__$10541 + 0x0000000000000000 0x17 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .rodata.__FUNCTION__$10533 + 0x0000000000000000 0x17 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .rodata.__FUNCTION__$10528 + 0x0000000000000000 0x16 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .rodata.__FUNCTION__$10518 + 0x0000000000000000 0x16 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .rodata.__FUNCTION__$10508 + 0x0000000000000000 0x10 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .rodata.__FUNCTION__$10504 + 0x0000000000000000 0x10 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .rodata.__FUNCTION__$10500 + 0x0000000000000000 0x19 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .rodata.__FUNCTION__$10496 + 0x0000000000000000 0x14 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .rodata.__FUNCTION__$10479 + 0x0000000000000000 0x1d /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .rodata.__FUNCTION__$10474 + 0x0000000000000000 0x19 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .rodata.__FUNCTION__$10467 + 0x0000000000000000 0x13 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .bss.old_scan_id$10453 + 0x0000000000000000 0x1 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .rodata.__FUNCTION__$10457 + 0x0000000000000000 0x14 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .rodata.__FUNCTION__$10442 + 0x0000000000000000 0x20 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .rodata.__FUNCTION__$10434 + 0x0000000000000000 0x14 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .rodata.__FUNCTION__$10427 + 0x0000000000000000 0x1c /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .rodata.__FUNCTION__$10420 + 0x0000000000000000 0x14 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .rodata.__FUNCTION__$10392 + 0x0000000000000000 0x12 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .rodata.__FUNCTION__$10378 + 0x0000000000000000 0x10 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .rodata.__FUNCTION__$10294 + 0x0000000000000000 0x19 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .rodata.__FUNCTION__$10228 + 0x0000000000000000 0x1e /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .xt.lit 0x0000000000000000 0x238 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .xt.prop 0x0000000000000000 0x2694 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .literal.ieee80211_freedom_inside_cb + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211.o) + .literal.ieee80211_rate_ref_init + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211.o) + .literal.ieee80211_freedom_init + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211.o) + .literal.ieee80211_user_ie_init + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211.o) + .literal.ieee80211_ifattach + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211.o) + .literal.ieee80211_ifdetach + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211.o) + .literal.wifi_create_softap + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211.o) + .literal.wifi_destroy_softap + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211.o) + .literal.wifi_create_sta + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211.o) + .literal.wifi_destroy_sta + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211.o) + .literal.wifi_mode_set + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211.o) + .literal.wifi_recycle_rx_pkt + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211.o) + .literal.wifi_globals_init + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211.o) + .text 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211.o) + .text.ieee80211_rate_ref_init + 0x0000000000000000 0x1f /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211.o) + .text.wifi_recycle_rx_pkt + 0x0000000000000000 0x12 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211.o) + .rodata.ieee80211_opcap + 0x0000000000000000 0x8 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211.o) + .xt.lit 0x0000000000000000 0x68 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211.o) + .xt.prop 0x0000000000000000 0x510 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211.o) + .literal.ieee80211_crypto_attach + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_crypto.o) + .literal.ieee80211_crypto_available + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_crypto.o) + .literal.ieee80211_crypto_setkey + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_crypto.o) + .literal.ieee80211_crypto_encap + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_crypto.o) + .literal.ieee80211_crypto_decap + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_crypto.o) + .text 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_crypto.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_crypto.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_crypto.o) + .text.ieee80211_crypto_available + 0x0000000000000000 0x7 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_crypto.o) + .text.ieee80211_crypto_setkey + 0x0000000000000000 0x7 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_crypto.o) + .xt.lit 0x0000000000000000 0x10 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_crypto.o) + .xt.prop 0x0000000000000000 0x1bc /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_crypto.o) + .literal.ccmp_encap + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_crypto_ccmp.o) + .literal.ccmp_decap + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_crypto_ccmp.o) + .text 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_crypto_ccmp.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_crypto_ccmp.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_crypto_ccmp.o) + .xt.lit 0x0000000000000000 0x8 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_crypto_ccmp.o) + .xt.prop 0x0000000000000000 0xcc /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_crypto_ccmp.o) + .literal.dbg_cnt_hmac_rxtx_show + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_debug.o) + .literal.dbg_cnt_hmac_event_show + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_debug.o) + .literal.dbg_cnt_hmac_beacon_show + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_debug.o) + .literal.dbg_cnt_hmac_txq_show + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_debug.o) + .literal.dbg_cnt_hmac_malloc_free_show + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_debug.o) + .literal.dbg_wifi_nvs_show + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_debug.o) + .literal.dbg_wifi_com_show + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_debug.o) + .literal.dbg_wifi_ampdu_show + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_debug.o) + .literal.dbg_wifi_bss_show + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_debug.o) + .literal.dbg_wifi_sta_bcast_show + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_debug.o) + .literal.dbg_wifi_eap_show + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_debug.o) + .literal.dbg_wifi_esta_show + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_debug.o) + .literal.dbg_wifi_conn_show + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_debug.o) + .literal.dbg_wifi_sta_show + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_debug.o) + .literal.dbg_wifi_ap_show + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_debug.o) + .literal.dbg_wifi_chm_show + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_debug.o) + .literal.dbg_ampdu_set + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_debug.o) + .text 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_debug.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_debug.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_debug.o) + .rodata.str1.4 + 0x0000000000000000 0x2325 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_debug.o) + .text.dbg_cnt_hmac_rxtx_show + 0x0000000000000000 0x14b2 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_debug.o) + .text.dbg_cnt_hmac_event_show + 0x0000000000000000 0x3c /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_debug.o) + .text.dbg_cnt_hmac_beacon_show + 0x0000000000000000 0x3c /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_debug.o) + .text.dbg_cnt_hmac_txq_show + 0x0000000000000000 0x144 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_debug.o) + .text.dbg_cnt_hmac_malloc_free_show + 0x0000000000000000 0x247 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_debug.o) + .text.dbg_wifi_nvs_show + 0x0000000000000000 0xd43 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_debug.o) + .text.dbg_wifi_com_show + 0x0000000000000000 0xc17 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_debug.o) + .text.dbg_wifi_ampdu_show + 0x0000000000000000 0x5 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_debug.o) + .text.dbg_wifi_bss_show + 0x0000000000000000 0xcd8 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_debug.o) + .text.dbg_wifi_sta_bcast_show + 0x0000000000000000 0x5c /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_debug.o) + .text.dbg_wifi_eap_show + 0x0000000000000000 0x1f /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_debug.o) + .text.dbg_wifi_esta_show + 0x0000000000000000 0x6f /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_debug.o) + .text.dbg_wifi_conn_show + 0x0000000000000000 0x970 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_debug.o) + .text.dbg_wifi_sta_show + 0x0000000000000000 0x56 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_debug.o) + .text.dbg_wifi_ap_show + 0x0000000000000000 0x56 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_debug.o) + .text.dbg_wifi_chm_show + 0x0000000000000000 0x3e4 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_debug.o) + .text.dbg_ampdu_set + 0x0000000000000000 0x14e /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_debug.o) + .xt.lit 0x0000000000000000 0x80 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_debug.o) + .xt.prop 0x0000000000000000 0xf78 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_debug.o) + .literal.ieee80211_hostap_send_beacon + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_hostap.o) + .literal.hostap_handle_timer + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_hostap.o) + .literal.unlikely.is11bclient$part$0 + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_hostap.o) + .literal.ieee80211_hostap_attach + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_hostap.o) + .literal.hostap_handle_timer_process + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_hostap.o) + .literal.wifi_ap_reg_rxcb + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_hostap.o) + .literal.hostap_input + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_hostap.o) + .literal.ap_rx_cb + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_hostap.o) + .literal.wifi_softap_start + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_hostap.o) + .literal.ieee80211_hostapd_beacon_txcb + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_hostap.o) + .literal.ieee80211_hostap_send_beacon_process + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_hostap.o) + .literal.wifi_softap_stop + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_hostap.o) + .text 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_hostap.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_hostap.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_hostap.o) + .bss.APRecvBcnStartTick + 0x0000000000000000 0x4 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_hostap.o) + .xt.lit 0x0000000000000000 0x60 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_hostap.o) + .xt.prop 0x0000000000000000 0x11b8 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_hostap.o) + COMMON 0x0000000000000000 0x14 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_hostap.o) + .literal.addba_timeout + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ht.o) + .literal.ieee80211_add_htinfo_body + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ht.o) + .literal.ieee80211_add_htcap_body + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ht.o) + .literal.ht_recv_action_ba_addba_response + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ht.o) + .literal.ampdu_tx_stop + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ht.o) + .literal.ampdu_dispatch + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ht.o) + .literal.ampdu_free_rx_ba_index$part$5 + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ht.o) + .literal.ampdu_rx_stop + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ht.o) + .literal.ht_recv_action_ba_delba + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ht.o) + .literal.ht_action_output$constprop$9 + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ht.o) + .literal.ht_send_action_ba_addba + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ht.o) + .literal.ht_send_action_ba_delba + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ht.o) + .literal.ampdu_rx_flush_upto + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ht.o) + .literal.ieee80211_ht_attach + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ht.o) + .literal.ampdu_free_rx_ba_index + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ht.o) + .literal.ampdu_alloc_rx_ba_index + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ht.o) + .literal.ht_recv_action_ba_addba_request + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ht.o) + .literal.ieee80211_ht_deattach + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ht.o) + .literal.ieee80211_ampdu_state_change + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ht.o) + .literal.ieee80211_cal_tx_pps + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ht.o) + .literal.ieee80211_ampdu_enable + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ht.o) + .literal.addba_timeout_process + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ht.o) + .literal.ieee80211_ampdu_request + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ht.o) + .literal.ieee80211_ampdu_stop + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ht.o) + .literal.ieee80211_ampdu_reorder + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ht.o) + .literal.ieee80211_recv_bar + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ht.o) + .literal.ieee80211_ht_node_cleanup + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ht.o) + .literal.ieee80211_ht_node_init + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ht.o) + .literal.ieee80211_parse_htcap + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ht.o) + .literal.ieee80211_has_ht40_bss + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ht.o) + .literal.ieee80211_update_channel + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ht.o) + .literal.ieee80211_ht_updatehtcap + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ht.o) + .literal.ieee80211_ht_updateparams + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ht.o) + .literal.ieee80211_setup_htrates + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ht.o) + .literal.ieee80211_setup_basic_htrates + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ht.o) + .literal.ieee80211_add_htcap + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ht.o) + .literal.ieee80211_add_htcap_vendor + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ht.o) + .literal.ieee80211_add_htinfo + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ht.o) + .literal.ieee80211_add_htinfo_vendor + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ht.o) + .literal.ieee80211_decap1 + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ht.o) + .literal.ieee80211_decap_amsdu + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ht.o) + .text 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ht.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ht.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ht.o) + .text.ampdu_free_rx_ba_index + 0x0000000000000000 0x2d /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ht.o) + .text.ieee80211_ampdu_stop + 0x0000000000000000 0x7b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ht.o) + .xt.lit 0x0000000000000000 0x148 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ht.o) + .xt.prop 0x0000000000000000 0x1a64 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ht.o) + .literal.ieee80211_add_ie_vendor_esp_head + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ie_vendor.o) + .literal.ieee80211_add_ie_vendor_esp_mesh_assoc + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ie_vendor.o) + .literal.ieee80211_add_ie_vendor_esp_mesh_group + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ie_vendor.o) + .literal.ieee80211_add_ie_vendor_esp_simple_pair + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ie_vendor.o) + .literal.ieee80211_add_ie_vendor_esp_freq_annon + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ie_vendor.o) + .literal.ieee80211_add_ie_vendor_esp_now + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ie_vendor.o) + .literal.ieee80211_add_ie_vendor_esp_ssid + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ie_vendor.o) + .literal.ieee80211_add_ie_vendor_esp_manufacturer + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ie_vendor.o) + .text 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ie_vendor.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ie_vendor.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ie_vendor.o) + .text.ieee80211_add_ie_vendor_esp_mesh_assoc + 0x0000000000000000 0x11e /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ie_vendor.o) + .text.ieee80211_add_ie_vendor_esp_mesh_group + 0x0000000000000000 0x4e /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ie_vendor.o) + .text.ieee80211_add_ie_vendor_esp_simple_pair + 0x0000000000000000 0x59 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ie_vendor.o) + .text.ieee80211_add_ie_vendor_esp_freq_annon + 0x0000000000000000 0x4c /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ie_vendor.o) + .text.ieee80211_add_ie_vendor_esp_now + 0x0000000000000000 0x4d /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ie_vendor.o) + .xt.lit 0x0000000000000000 0x40 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ie_vendor.o) + .xt.prop 0x0000000000000000 0x1d4 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ie_vendor.o) + .literal.wpa_cipher + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_input.o) + .literal.rsn_cipher + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_input.o) + .literal.ieee80211_deliver_data + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_input.o) + .literal.ieee80211_decap + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_input.o) + .literal.ieee80211_setup_phy_mode + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_input.o) + .literal.ieee80211_is_support_rate + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_input.o) + .literal.ieee80211_setup_rates + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_input.o) + .literal.ieee80211_is_lr_only + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_input.o) + .literal.ieee80211_setup_lr_rates + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_input.o) + .literal.ieee80211_alloc_challenge + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_input.o) + .literal.ieee80211_parse_beacon + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_input.o) + .literal.ieee80211_parse_wpa + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_input.o) + .literal.ieee80211_parse_rsn + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_input.o) + .literal.ieee80211_parse_action + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_input.o) + .literal.ieee80211_setup_rateset + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_input.o) + .text 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_input.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_input.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_input.o) + .text.ieee80211_deliver_data + 0x0000000000000000 0x5 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_input.o) + .xt.lit 0x0000000000000000 0x50 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_input.o) + .xt.prop 0x0000000000000000 0xdf8 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_input.o) + .literal.wifi_set_vnd_ie_cb_process + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_restart_process + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + .literal._do_wifi_start + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_scan_stop_process + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_set_promis_filter_process + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_deinit_process + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_get_ap_list_process + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_set_vnd_ie_process + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_station_set_config_local_2 + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_set_config_process + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_set_channel_process + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_set_home_channel_process + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_set_rxcb_process + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_set_max_tpw + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_phy_mode_is_valid + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_phy_bw_is_modified + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_phy_bw_is_valid + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + .literal._do_wifi_stop + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_set_mac_process + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_set_mode_process + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_set_auto_connect_process + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_mac_restore + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_restore_process + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_set_fix_rate_process + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + .literal.ieee80211_phy_2nd_chan_is_valid$part$7 + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + .literal.adc2_wifi_acquire + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + .literal.adc2_wifi_release + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_station_get_reconnect_policy + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + .literal.ieee80211_set_phy_2nd_chan + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + .literal.ieee80211_phy_2nd_chan_is_valid + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + .literal.ieee80211_set_phy_bw + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + .literal.ieee80211_set_phy_mode + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_set_protocol_process + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_set_bw_process + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_set_phy_2nd_chan_process + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_set_phy_process + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_station_save_ap_channel + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + .literal.ieee80211_sta_connect + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_connect_process + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + .literal.ieee80211_sta_disconnect + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + .literal._do_wifi_disconnect$part$10 + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_disconnect_process + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + .literal.ieee80211_sta_scan + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_scan_start_process + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_sta_ap_change_process + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_sta_set_ap_num_process + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_get_macaddr + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + .literal.chip_pre_init + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + .literal.chip_pre_deinit + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + .literal.chip_post_init + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + .literal.chip_post_deinit + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + .literal.chip_enable + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + .literal.chip_disable + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_reset_mac + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_hw_start + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_start_process + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_txq_empty + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_stop_sw_txq + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_hw_stop + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_set_promis_process + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_stop_process + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_mac_init + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + .literal.esp_wifi_internal_set_baw + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_menuconfig_init + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_init + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_sta_disconnect + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_set_chan_range + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + .literal.wifi_set_country + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + .literal.ieee80211_ioctl_process + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + .literal.ieee80211_ioctl_init + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + .literal.ieee80211_ioctl_deinit + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + .literal.ieee80211_ioctl + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + .text 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + .text.ieee80211_phy_2nd_chan_is_valid$part$7 + 0x0000000000000000 0x96 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + .text.adc2_wifi_acquire + 0x0000000000000000 0x7 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + .text.adc2_wifi_release + 0x0000000000000000 0x7 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + .text.ieee80211_set_phy_2nd_chan + 0x0000000000000000 0x3e /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + .text.ieee80211_phy_2nd_chan_is_valid + 0x0000000000000000 0x1a /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_set_phy_2nd_chan_process + 0x0000000000000000 0x80 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_set_phy_process + 0x0000000000000000 0x218 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_sta_ap_change_process + 0x0000000000000000 0x146 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_sta_set_ap_num_process + 0x0000000000000000 0x46 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + .text.chip_pre_init + 0x0000000000000000 0x27 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + .text.chip_pre_deinit + 0x0000000000000000 0x5 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + .text.chip_post_deinit + 0x0000000000000000 0x19 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + .text.chip_enable + 0x0000000000000000 0x29 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + .text.chip_disable + 0x0000000000000000 0x1b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + .text.esp_wifi_internal_set_baw + 0x0000000000000000 0x56 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + .text.wifi_sta_disconnect + 0x0000000000000000 0x7 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + .text.ieee80211_ioctl_deinit + 0x0000000000000000 0x1a /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + .xt.lit 0x0000000000000000 0x218 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + .xt.prop 0x0000000000000000 0x22d4 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + .literal.ieee80211_mesh_quick_init + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_mesh_quick.o) + .literal.ieee80211_mesh_quick_deinit + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_mesh_quick.o) + .literal.ieee80211_mesh_quick_set + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_mesh_quick.o) + .literal.ieee80211_mesh_quick_get + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_mesh_quick.o) + .literal.ieee80211_mesh_quick_ie_add + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_mesh_quick.o) + .text 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_mesh_quick.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_mesh_quick.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_mesh_quick.o) + .rodata.str1.4 + 0x0000000000000000 0x7 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_mesh_quick.o) + .text.ieee80211_mesh_quick_init + 0x0000000000000000 0x62 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_mesh_quick.o) + .text.ieee80211_mesh_quick_deinit + 0x0000000000000000 0x2d /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_mesh_quick.o) + .text.ieee80211_mesh_quick_set + 0x0000000000000000 0x100 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_mesh_quick.o) + .rodata.ieee80211_mesh_quick_set + 0x0000000000000000 0x30 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_mesh_quick.o) + .xt.lit 0x0000000000000000 0x28 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_mesh_quick.o) + .xt.prop 0x0000000000000000 0x444 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_mesh_quick.o) + .literal.esp_wifi_restart + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_misc.o) + .literal.wifi_ap_get_prof_pmk + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_misc.o) + .literal.wifi_sta_get_prof_pmk + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_misc.o) + .literal.wifi_ap_get_prof_ap_ssid + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_misc.o) + .literal.wifi_sta_get_prof_ssid + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_misc.o) + .literal.wifi_ap_get_prof_authmode + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_misc.o) + .literal.wifi_sta_get_prof_authmode + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_misc.o) + .literal.wifi_ap_get_prof_password + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_misc.o) + .literal.wifi_sta_get_prof_password + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_misc.o) + .literal.wifi_sta_get_reset_param + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_misc.o) + .literal.wifi_sta_set_reset_param + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_misc.o) + .literal.wifi_sta_prof_is_wpa + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_misc.o) + .literal.wifi_sta_prof_is_wpa2 + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_misc.o) + .literal.wifi_sta_get_pairwise_cipher + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_misc.o) + .literal.wifi_sta_get_group_cipher + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_misc.o) + .literal.ieee80211_get_key + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_misc.o) + .literal.ieee80211_set_key + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_misc.o) + .literal.ieee80211_get_sta_gtk_index + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_misc.o) + .literal.ieee80211_set_sta_gtk_index + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_misc.o) + .literal.ieee80211_set_gtk + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_misc.o) + .literal.ieee80211_get_ptk + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_misc.o) + .literal.ieee80211_wpa_ptk_init_done + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_misc.o) + .literal.ieee80211_enable_sta_privacy + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_misc.o) + .literal.ieee80211_sta_is_running + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_misc.o) + .literal.ieee80211_sta_send_mgmt + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_misc.o) + .literal.ieee80211_auth_done + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_misc.o) + .literal.ieee80211_restart + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_misc.o) + .literal.ieee80211_register_wpa2_cb + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_misc.o) + .literal.ieee80211_unregister_wpa2_cb + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_misc.o) + .literal.ieee80211_unregister_wpa_cb + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_misc.o) + .literal.ieee80211_register_wpa_cb + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_misc.o) + .literal.ieee80211_get_assoc_bssid + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_misc.o) + .iram1.literal + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_misc.o) + .literal.ieee80211_set_appie + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_misc.o) + .literal.ieee80211_unset_appie + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_misc.o) + .literal.ieee80211_get_appie + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_misc.o) + .literal.ieee80211_unregister_wps_cb + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_misc.o) + .literal.ieee80211_register_wps_cb + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_misc.o) + .literal.ieee80211_disarm_sta_connection_timer + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_misc.o) + .literal.ieee80211_get_hostap_private + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_misc.o) + .literal.ieee80211_misc_init + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_misc.o) + .literal.ieee80211_misc_deinit + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_misc.o) + .literal.wifi_deauthenticate + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_misc.o) + .literal.wifi_ap_get_prof_beacon_interval + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_misc.o) + .literal.wifi_set_sleep_flag + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_misc.o) + .literal.wifi_prof_get_opmode + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_misc.o) + .literal.wifi_promis_mode_set + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_misc.o) + .literal.wifi_get_mode + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_misc.o) + .literal.wifi_get_user_init_flag + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_misc.o) + .literal.wifi_set_rx_policy + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_misc.o) + .literal.ieee80211_espnow_get_init_flag + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_misc.o) + .literal.ieee80211_espnow_set_init_flag + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_misc.o) + .literal.ieee80211_mt_key_is_mask + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_misc.o) + .literal.ieee80211_mt_key_is_mask_zero + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_misc.o) + .literal.ieee80211_mt_key_set_mask + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_misc.o) + .literal.ieee80211_mt_key_clear_mask + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_misc.o) + .literal.ieee80211_get_mac_addr_from_frame + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_misc.o) + .text 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_misc.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_misc.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_misc.o) + .text.esp_wifi_restart + 0x0000000000000000 0x87 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_misc.o) + .text.ieee80211_enable_sta_privacy + 0x0000000000000000 0x1d /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_misc.o) + .text.ieee80211_sta_send_mgmt + 0x0000000000000000 0x23 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_misc.o) + .text.ieee80211_restart + 0x0000000000000000 0x35 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_misc.o) + .text.ieee80211_register_wpa2_cb + 0x0000000000000000 0x20 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_misc.o) + .text.ieee80211_unregister_wpa2_cb + 0x0000000000000000 0x22 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_misc.o) + .text.ieee80211_get_assoc_bssid + 0x0000000000000000 0x13 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_misc.o) + .text.ieee80211_unset_appie + 0x0000000000000000 0x3b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_misc.o) + .text.ieee80211_get_appie + 0x0000000000000000 0x1d /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_misc.o) + .text.ieee80211_unregister_wps_cb + 0x0000000000000000 0x22 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_misc.o) + .text.ieee80211_register_wps_cb + 0x0000000000000000 0x20 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_misc.o) + .text.ieee80211_disarm_sta_connection_timer + 0x0000000000000000 0x2c /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_misc.o) + .text.wifi_set_sleep_flag + 0x0000000000000000 0x17 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_misc.o) + .text.wifi_prof_get_opmode + 0x0000000000000000 0x11 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_misc.o) + .text.wifi_promis_mode_set + 0x0000000000000000 0x17 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_misc.o) + .text.wifi_get_mode + 0x0000000000000000 0x12 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_misc.o) + .text.wifi_get_user_init_flag + 0x0000000000000000 0x1d /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_misc.o) + .text.ieee80211_espnow_get_init_flag + 0x0000000000000000 0x12 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_misc.o) + .text.ieee80211_espnow_set_init_flag + 0x0000000000000000 0x15 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_misc.o) + .text.ieee80211_mt_key_is_mask + 0x0000000000000000 0x28 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_misc.o) + .text.ieee80211_mt_key_is_mask_zero + 0x0000000000000000 0x1c /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_misc.o) + .text.ieee80211_mt_key_set_mask + 0x0000000000000000 0x24 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_misc.o) + .text.ieee80211_mt_key_clear_mask + 0x0000000000000000 0x24 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_misc.o) + .text.ieee80211_get_mac_addr_from_frame + 0x0000000000000000 0x16 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_misc.o) + .xt.lit 0x0000000000000000 0x1b8 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_misc.o) + .xt.prop 0x0000000000000000 0xe88 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_misc.o) + .literal.wifi_nvs_commit$part$0 + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_nvs.o) + .literal.wifi_nvs_sta_restore + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_nvs.o) + .literal.wifi_nvs_ap_restore + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_nvs.o) + .literal.wifi_nvs_get + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_nvs.o) + .literal.ieee80211_nvs_set_default_ssid + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_nvs.o) + .literal.wifi_get_ap_chan + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_nvs.o) + .literal.ieee80211_adjust_2nd_chan + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_nvs.o) + .literal.wifi_nvs_commit + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_nvs.o) + .literal.wifi_nvs_set + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_nvs.o) + .literal.wifi_set_default_ssid + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_nvs.o) + .literal.wifi_nvs_validate_ap_ssid + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_nvs.o) + .literal.wifi_nvs_validate_ap_password + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_nvs.o) + .literal.wifi_nvs_validate_sta_password + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_nvs.o) + .literal.wifi_nvs_validate_country + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_nvs.o) + .literal.wifi_nvs_validate_ap_chan + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_nvs.o) + .literal.wifi_nvs_load + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_nvs.o) + .literal.wifi_nvs_restore + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_nvs.o) + .literal.wifi_nvs_validate_ap_num + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_nvs.o) + .literal.wifi_nvs_init + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_nvs.o) + .literal.wifi_nvs_deinit + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_nvs.o) + .text 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_nvs.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_nvs.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_nvs.o) + .text.wifi_nvs_sta_restore + 0x0000000000000000 0x2f /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_nvs.o) + .text.wifi_nvs_ap_restore + 0x0000000000000000 0x2f /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_nvs.o) + .text.ieee80211_nvs_set_default_ssid + 0x0000000000000000 0x53 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_nvs.o) + .text.wifi_get_ap_chan + 0x0000000000000000 0x14 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_nvs.o) + .text.wifi_nvs_validate_ap_ssid + 0x0000000000000000 0x22 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_nvs.o) + .text.wifi_nvs_validate_country + 0x0000000000000000 0x37 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_nvs.o) + .text.wifi_nvs_validate_ap_num + 0x0000000000000000 0x1e /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_nvs.o) + .xt.lit 0x0000000000000000 0xa0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_nvs.o) + .xt.prop 0x0000000000000000 0x9e4 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_nvs.o) + .literal.ieee80211_classify$isra$0 + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_output.o) + .literal.ieee80211_add_wme_param$isra$2 + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_output.o) + .literal.ieee80211_vnd_ie_size$part$5 + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_output.o) + .literal.ieee80211_vnd_ie_set$part$6 + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_output.o) + .iram1.literal + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_output.o) + .literal.esp_wifi_internal_tx_is_stop + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_output.o) + .literal.ieee80211_txq_enq + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_output.o) + .literal.ieee80211_output + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_output.o) + .literal.esp_wifi_internal_tx + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_output.o) + .literal.ieee80211_empty_txq + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_output.o) + .literal.ieee80211_txq_empty + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_output.o) + .literal.ieee80211_output_init + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_output.o) + .literal.ieee80211_send_setup + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_output.o) + .literal.ieee80211_mgmt_output + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_output.o) + .literal.ieee80211_tx_mgt_cb + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_output.o) + .literal.ieee80211_send_nulldata + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_output.o) + .literal.ieee80211_align_eb + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_output.o) + .literal.ieee80211_add_rates + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_output.o) + .literal.ieee80211_add_dsparams + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_output.o) + .literal.ieee80211_add_xrates + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_output.o) + .literal.ieee80211_vnd_ie_size + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_output.o) + .literal.ieee80211_vnd_ie_set + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_output.o) + .literal.ieee80211_vnd_lora_ie_size + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_output.o) + .literal.ieee80211_vnd_lora_ie_set + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_output.o) + .literal.ieee80211_send_probereq + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_output.o) + .literal.ieee80211_getcapinfo + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_output.o) + .literal.ieee80211_send_mgmt + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_output.o) + .literal.ieee80211_alloc_proberesp + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_output.o) + .literal.ieee80211_send_proberesp + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_output.o) + .literal.ieee80211_alloc_deauth + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_output.o) + .literal.ieee80211_send_deauth + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_output.o) + .literal.esp_wifi_80211_tx + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_output.o) + .literal.ieee80211_beacon_alloc + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_output.o) + .literal.ieee80211_encap_null_data + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_output.o) + .literal.ieee80211_pm_tx_null_process + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_output.o) + .text 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_output.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_output.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_output.o) + .text.esp_wifi_internal_tx_is_stop + 0x0000000000000000 0x7 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_output.o) + .text.ieee80211_txq_enq + 0x0000000000000000 0x66 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_output.o) + .text.ieee80211_txq_empty + 0x0000000000000000 0x34 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_output.o) + .text.ieee80211_align_eb + 0x0000000000000000 0x87 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_output.o) + .text.ieee80211_add_rates + 0x0000000000000000 0x38 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_output.o) + .text.ieee80211_add_dsparams + 0x0000000000000000 0x31 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_output.o) + .text.ieee80211_vnd_ie_size + 0x0000000000000000 0x18 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_output.o) + .text.ieee80211_vnd_ie_set + 0x0000000000000000 0x1a /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_output.o) + .text.ieee80211_vnd_lora_ie_size + 0x0000000000000000 0x1c /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_output.o) + .text.esp_wifi_80211_tx + 0x0000000000000000 0x3b2 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_output.o) + .data.s_global_seq$9734 + 0x0000000000000000 0x2 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_output.o) + .xt.lit 0x0000000000000000 0x108 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_output.o) + .xt.prop 0x0000000000000000 0x1bfc /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_output.o) + .literal.ieee80211_phy_type_get + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_phy.o) + .literal.ieee80211_setup_ratetable + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_phy.o) + .literal.ieee80211_phy_init + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_phy.o) + .literal.ieee80211_set_user_sup_rate + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_phy.o) + .text 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_phy.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_phy.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_phy.o) + .text.ieee80211_set_user_sup_rate + 0x0000000000000000 0x24 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_phy.o) + .xt.lit 0x0000000000000000 0x18 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_phy.o) + .xt.prop 0x0000000000000000 0x1ec /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_phy.o) + .literal.ieee80211_psq_init + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_power.o) + .literal.ieee80211_psq_cleanup + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_power.o) + .literal.ieee80211_set_tim + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_power.o) + .literal.ieee80211_pwrsave + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_power.o) + .literal.pwrsave_flushq + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_power.o) + .literal.ieee80211_node_pwrsave + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_power.o) + .text 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_power.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_power.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_power.o) + .text.ieee80211_psq_cleanup + 0x0000000000000000 0x5 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_power.o) + .xt.lit 0x0000000000000000 0x28 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_power.o) + .xt.prop 0x0000000000000000 0x234 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_power.o) + .literal.ieee80211_proto_attach + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_proto.o) + .literal.ieee80211_set_shortslottime + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_proto.o) + .literal.ieee80211_iserp_rateset + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_proto.o) + .literal.ieee80211_wme_initparams + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_proto.o) + .literal.ieee80211_wme_updateparams + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_proto.o) + .literal.ieee80211_mlme_connect_bss + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_proto.o) + .text 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_proto.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_proto.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_proto.o) + .text.ieee80211_iserp_rateset + 0x0000000000000000 0x58 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_proto.o) + .text.ieee80211_wme_initparams + 0x0000000000000000 0x5 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_proto.o) + .rodata.rates$8993 + 0x0000000000000000 0x1c /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_proto.o) + .xt.lit 0x0000000000000000 0x20 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_proto.o) + .xt.prop 0x0000000000000000 0x1d4 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_proto.o) + .literal.ieee80211_regdomain_get_country$part$0 + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_regdomain.o) + .literal.ieee80211_regdomain_max_tx_power + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_regdomain.o) + .literal.ieee80211_regdomain_attach + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_regdomain.o) + .literal.ieee80211_regdomain_update + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_regdomain.o) + .literal.ieee80211_regdomain_get_country + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_regdomain.o) + .literal.ieee80211_add_countryie + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_regdomain.o) + .literal.ieee80211_regdomain_max_chan + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_regdomain.o) + .literal.ieee80211_regdomain_min_chan + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_regdomain.o) + .literal.ieee80211_regdomain_chan_in_range + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_regdomain.o) + .literal.ieee80211_regdomain_is_active_scan + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_regdomain.o) + .text 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_regdomain.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_regdomain.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_regdomain.o) + .text.ieee80211_regdomain_attach + 0x0000000000000000 0x2a /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_regdomain.o) + .text.ieee80211_regdomain_get_country + 0x0000000000000000 0x24 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_regdomain.o) + .xt.lit 0x0000000000000000 0x48 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_regdomain.o) + .xt.prop 0x0000000000000000 0x390 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_regdomain.o) + .literal.ieee80211_rfid_locp_recv_open + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_rfid.o) + .literal.ieee80211_rfid_locp_recv_close + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_rfid.o) + .literal.ieee80211_rfid_locp_recv_reset + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_rfid.o) + .literal.ieee80211_rfid_locp_recv + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_rfid.o) + .literal.register_ieee80211_rfid_locp_recv_cb + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_rfid.o) + .literal.unregister_ieee80211_rfid_locp_recv_cb + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_rfid.o) + .text 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_rfid.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_rfid.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_rfid.o) + .text.ieee80211_rfid_locp_recv_open + 0x0000000000000000 0x26 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_rfid.o) + .text.ieee80211_rfid_locp_recv_close + 0x0000000000000000 0x5 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_rfid.o) + .text.register_ieee80211_rfid_locp_recv_cb + 0x0000000000000000 0x19 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_rfid.o) + .text.unregister_ieee80211_rfid_locp_recv_cb + 0x0000000000000000 0x11 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_rfid.o) + .xt.lit 0x0000000000000000 0x28 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_rfid.o) + .xt.prop 0x0000000000000000 0x150 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_rfid.o) + .literal.scan_enter_oper_channel + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_scan.o) + .literal.scan_inter_channel_timeout + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_scan.o) + .literal.unlikely.scan_add_ssid_do + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_scan.o) + .literal.unlikely.scan_add_ssid + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_scan.o) + .literal.scan_op_start + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_scan.o) + .literal.scan_cancel$part$1 + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_scan.o) + .literal.scan_update_scan_history$part$2 + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_scan.o) + .literal.ieee80211_scan_attach + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_scan.o) + .literal.ieee80211_scan_deattach + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_scan.o) + .literal.scan_get_apnum + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_scan.o) + .literal.scan_freq_cal + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_scan.o) + .literal.scan_pm_channel_op_cb + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_scan.o) + .literal.scan_cancel + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_scan.o) + .literal.scan_add_bssid + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_scan.o) + .literal.scan_remove_bssid + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_scan.o) + .literal.scan_hidden_ssid + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_scan.o) + .literal.scan_set_act_duration + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_scan.o) + .literal.scan_set_pas_duration + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_scan.o) + .literal.scan_add_probe_ssid + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_scan.o) + .literal.scan_remove_probe_ssid + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_scan.o) + .literal.scan_prefer_chan + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_scan.o) + .literal.scan_update_scan_history + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_scan.o) + .literal.scan_build_chan_list + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_scan.o) + .literal.scan_set_desChan + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_scan.o) + .literal.scan_get_type + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_scan.o) + .literal.cannel_scan_connect_state + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_scan.o) + .literal.scan_check_hidden + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_scan.o) + .literal.scan_profile_check + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_scan.o) + .literal.free_bss_info + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_scan.o) + .literal.clear_bss_queue + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_scan.o) + .literal.scan_done + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_scan.o) + .literal.scan_next_channel + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_scan.o) + .literal.scan_enter_oper_channel_process + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_scan.o) + .literal.scan_inter_channel_timeout_process + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_scan.o) + .literal.scan_op_end + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_scan.o) + .literal.scan_start + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_scan.o) + .literal.scan_connect_state + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_scan.o) + .literal.check_bss_queue + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_scan.o) + .literal.scan_set_scan_id + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_scan.o) + .literal.scan_get_scan_id + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_scan.o) + .literal.scan_parse_beacon + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_scan.o) + .text 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_scan.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_scan.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_scan.o) + .text.scan_pm_channel_op_cb + 0x0000000000000000 0x36 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_scan.o) + .text.cannel_scan_connect_state + 0x0000000000000000 0x1e /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_scan.o) + .text.scan_check_hidden + 0x0000000000000000 0x2e /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_scan.o) + .text.scan_connect_state + 0x0000000000000000 0x4f /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_scan.o) + .text.scan_set_scan_id + 0x0000000000000000 0x32 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_scan.o) + .text.scan_get_scan_id + 0x0000000000000000 0x32 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_scan.o) + .xt.lit 0x0000000000000000 0x140 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_scan.o) + .xt.prop 0x0000000000000000 0x1584 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_scan.o) + .literal.sta_status_set + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_sta.o) + .literal.ieee80211_sta_new_state + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_sta.o) + .literal.sta_rx_eapol + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_sta.o) + .literal.wifi_sta_reg_rxcb + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_sta.o) + .literal.ieee80211_parse_wmeparams + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_sta.o) + .literal.sta_input + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_sta.o) + .literal.sta_rx_cb + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_sta.o) + .literal.wifi_station_start + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_sta.o) + .literal.wifi_station_stop + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_sta.o) + .text 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_sta.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_sta.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_sta.o) + .xt.lit 0x0000000000000000 0x40 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_sta.o) + .xt.prop 0x0000000000000000 0xedc /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_sta.o) + .literal.ieee80211_addba + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_timer.o) + .literal.ieee80211_hostap_eapol_resend + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_timer.o) + .literal.ieee80211_assoc + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_timer.o) + .literal.ieee80211_hostap_handle + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_timer.o) + .literal.ieee80211_auth + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_timer.o) + .literal.ieee80211_send_beacon + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_timer.o) + .literal.ieee80211_chm_dwell + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_timer.o) + .literal.ieee80211_dhcp_bind_check + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_timer.o) + .literal.ieee80211_handshake + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_timer.o) + .literal.ieee80211_beacon + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_timer.o) + .literal.ieee80211_probe_send + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_timer.o) + .literal.ieee80211_csa + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_timer.o) + .literal.ieee80211_scan_enter_op_chan + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_timer.o) + .literal.ieee80211_scan_inter_chan + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_timer.o) + .literal.ieee80211_timer_connect + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_timer.o) + .literal.ieee80211_timer_do_process + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_timer.o) + .text 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_timer.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_timer.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_timer.o) + .xt.lit 0x0000000000000000 0x80 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_timer.o) + .xt.prop 0x0000000000000000 0x6d8 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_timer.o) + .literal.chm_end_op_timeout + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_chm.o) + .literal.chm_mhz2num + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_chm.o) + .literal.chm_deinit + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_chm.o) + .literal.chm_release_lock + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_chm.o) + .literal.chm_end_op + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_chm.o) + .literal.chm_end_op_timeout_process + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_chm.o) + .literal.chm_cancel_op + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_chm.o) + .literal.chm_acquire_lock + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_chm.o) + .literal.chm_get_current_channel + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_chm.o) + .literal.chm_set_current_channel + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_chm.o) + .literal.chm_change_channel + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_chm.o) + .literal.chm_start_op + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_chm.o) + .literal.chm_return_home_channel + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_chm.o) + .iram1.literal + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_chm.o) + .literal.chm_get_home_channel + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_chm.o) + .literal.chm_set_home_channel + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_chm.o) + .literal.chm_init + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_chm.o) + .literal.chm_get_chan_info + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_chm.o) + .text 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_chm.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_chm.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_chm.o) + .xt.lit 0x0000000000000000 0x90 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_chm.o) + .xt.prop 0x0000000000000000 0x60c /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_chm.o) + .literal.cnx_cal_rc_util + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_cnx.o) + .literal.cnx_get_next_rc + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_cnx.o) + .literal.cnx_traverse_rc_lis_done + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_cnx.o) + .literal.cnx_sta_connect_led_timer_cb + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_cnx.o) + .literal.send_ap_probe + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_cnx.o) + .literal.cnx_connect_timeout + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_cnx.o) + .literal.cnx_handshake_timeout + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_cnx.o) + .literal.cnx_csa_fn + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_cnx.o) + .literal.mgd_probe_send_timeout + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_cnx.o) + .literal.cnx_beacon_timeout + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_cnx.o) + .literal.cnx_connect_op + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_cnx.o) + .literal.cnx_connect_to_bss + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_cnx.o) + .literal.cnx_sta_pm + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_cnx.o) + .literal.cnx_probe_rc + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_cnx.o) + .literal.ic_set_sta + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_cnx.o) + .literal.ieee80211_cnx_attach + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_cnx.o) + .literal.cnx_sta_connect_cmd + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_cnx.o) + .literal.cnx_sta_scan_cmd + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_cnx.o) + .literal.cnx_connect_timeout_process + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_cnx.o) + .literal.cnx_auth_timeout + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_cnx.o) + .literal.cnx_auth_timeout_process + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_cnx.o) + .literal.cnx_assoc_timeout + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_cnx.o) + .literal.cnx_assoc_timeout_process + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_cnx.o) + .literal.wl_is_ap_no_lr + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_cnx.o) + .literal.wl_clear_ap_no_lr + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_cnx.o) + .literal.cnx_csa_fn_process + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_cnx.o) + .literal.cnx_bss_init + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_cnx.o) + .literal.cnx_check_bssid_in_blacklist + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_cnx.o) + .literal.cnx_add_to_blacklist + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_cnx.o) + .literal.cnx_clear_blacklist + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_cnx.o) + .literal.cnx_do_handoff + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_cnx.o) + .literal.cnx_handshake_timeout_process + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_cnx.o) + .literal.cnx_start_handoff_cb + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_cnx.o) + .literal.cnx_rc_search + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_cnx.o) + .literal.cnx_add_rc + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_cnx.o) + .literal.cnx_remove_all_rc + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_cnx.o) + .literal.cnx_remove_rc + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_cnx.o) + .literal.cnx_bss_alloc + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_cnx.o) + .literal.cnx_rc_update_rssi + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_cnx.o) + .literal.cnx_rc_update_state_metric + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_cnx.o) + .literal.cnx_probe_rc_tx_cb + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_cnx.o) + .literal.cnx_rc_update_age + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_cnx.o) + .literal.cnx_update_bss + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_cnx.o) + .literal.cnx_update_bss_more + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_cnx.o) + .literal.cnx_sta_leave + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_cnx.o) + .literal.cnx_beacon_timeout_process + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_cnx.o) + .literal.mgd_probe_send_timeout_process + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_cnx.o) + .literal.cnx_sta_associated + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_cnx.o) + .literal.cnx_node_alloc + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_cnx.o) + .literal.cnx_node_remove + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_cnx.o) + .iram1.literal + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_cnx.o) + .literal.cnx_node_leave + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_cnx.o) + .literal.wifi_softap_staconnected_event_policy + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_cnx.o) + .literal.wifi_softap_toomany_deny + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_cnx.o) + .literal.cnx_node_join + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_cnx.o) + .literal.dhcp_bind_check + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_cnx.o) + .literal.dhcp_bind_check_process + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_cnx.o) + .literal.cnx_auth_done + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_cnx.o) + .text 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_cnx.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_cnx.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_cnx.o) + .text.wifi_softap_staconnected_event_policy + 0x0000000000000000 0x3c /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_cnx.o) + .text.wifi_softap_toomany_deny + 0x0000000000000000 0x34 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_cnx.o) + .text.dhcp_bind_check + 0x0000000000000000 0x2e /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_cnx.o) + .xt.lit 0x0000000000000000 0x1c8 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_cnx.o) + .xt.prop 0x0000000000000000 0x1d40 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_cnx.o) + .literal.send_inval + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_action.o) + .literal.recv_inval + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_action.o) + .literal.ieee80211_send_action_register + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_action.o) + .literal.ieee80211_send_action_unregister + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_action.o) + .literal.ieee80211_send_action + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_action.o) + .literal.ieee80211_recv_action_register + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_action.o) + .literal.ieee80211_recv_action_unregister + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_action.o) + .literal.ieee80211_recv_action + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_action.o) + .literal.ieee80211_is_action_vendor + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_action.o) + .text 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_action.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_action.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_action.o) + .text.ieee80211_send_action_unregister + 0x0000000000000000 0x48 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_action.o) + .text.ieee80211_recv_action_unregister + 0x0000000000000000 0x48 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_action.o) + .xt.lit 0x0000000000000000 0x38 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_action.o) + .xt.prop 0x0000000000000000 0x3c0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_action.o) + .literal.ieee80211_recv_action_vendor_spec + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_action_vendor.o) + .literal.get_iav_key + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_action_vendor.o) + .literal.register_ieee80211_action_vendor_get_key_cb + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_action_vendor.o) + .literal.unregister_ieee80211_action_vendor_get_key_cb + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_action_vendor.o) + .literal.ieee80211_add_action_vendor_spec_esp + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_action_vendor.o) + .literal.ieee80211_alloc_action_vendor_spec + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_action_vendor.o) + .literal.ieee80211_send_action_vendor_spec + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_action_vendor.o) + .literal.ieee80211_action_vendor_spec_attach + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_action_vendor.o) + .literal.register_ieee80211_action_vendor_spec_cb + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_action_vendor.o) + .literal.unregister_ieee80211_action_vendor_spec_cb + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_action_vendor.o) + .text 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_action_vendor.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_action_vendor.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_action_vendor.o) + .text.get_iav_key + 0x0000000000000000 0x1e /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_action_vendor.o) + .text.register_ieee80211_action_vendor_get_key_cb + 0x0000000000000000 0x18 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_action_vendor.o) + .text.unregister_ieee80211_action_vendor_get_key_cb + 0x0000000000000000 0x10 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_action_vendor.o) + .rodata.str1.4 + 0x0000000000000000 0x23 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_action_vendor.o) + .text.ieee80211_add_action_vendor_spec_esp + 0x0000000000000000 0x67 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_action_vendor.o) + .text.ieee80211_alloc_action_vendor_spec + 0x0000000000000000 0x133 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_action_vendor.o) + .text.ieee80211_send_action_vendor_spec + 0x0000000000000000 0x45e /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_action_vendor.o) + .text.register_ieee80211_action_vendor_spec_cb + 0x0000000000000000 0x18 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_action_vendor.o) + .text.unregister_ieee80211_action_vendor_spec_cb + 0x0000000000000000 0x10 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_action_vendor.o) + .data.s_global_vendor_seq$9453 + 0x0000000000000000 0x2 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_action_vendor.o) + .bss.avs_tx_content + 0x0000000000000000 0x4 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_action_vendor.o) + .xt.lit 0x0000000000000000 0x50 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_action_vendor.o) + .xt.prop 0x0000000000000000 0x4bc /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_action_vendor.o) + .literal.ieee80211_getmgtframe + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ets.o) + .literal.ieee80211_getbcnframe + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ets.o) + .text 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ets.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ets.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ets.o) + .xt.lit 0x0000000000000000 0x10 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ets.o) + .xt.prop 0x0000000000000000 0xb4 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ets.o) + .literal.bb_intr_handl + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + .literal.ic_get_addr + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + .literal.ic_set_interface_opmode + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + .literal.ic_enable_interface + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + .literal.ic_interface_enabled + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + .literal.ic_disable_interface + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + .literal.ic_is_pure_sta + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + .literal.ic_get_ptk_alg + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + .literal.ic_get_gtk_alg + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + .literal.ic_set_ptk_alg + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + .literal.ic_set_gtk_alg + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + .literal.ic_interface_is_p2p + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + .literal.ic_disable_crypto + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + .literal.ic_set_vif + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + .literal.ic_set_key + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + .literal.ic_get_key + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + .literal.ic_get_rssi + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + .literal.ic_tx_pkt + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + .literal.ic_ebuf_alloc + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + .literal.ic_ebuf_recycle_tx + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + .literal.ic_ebuf_recycle_rx + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + .literal.esp_wifi_internal_free_rx_buffer + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + .literal.ic_register_ampdu_state_change_cb + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + .literal.ic_register_tx_cb + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + .literal.ic_register_rx_cb + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + .literal.ic_set_promis_filter + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + .literal.ic_get_promis_filter + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + .literal.ic_register_promis_rx_cb + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + .literal.ic_register_config_cb + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + .literal.ic_register_pm_tx_null_cb + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + .literal.ic_register_net80211_tx_cb + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + .literal.ic_register_timer_cb + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + .literal.ic_pp_post + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + .literal.ic_pm_post + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + .literal.ic_enable_sniffer + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + .literal.ic_disable_sniffer + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + .literal.ic_get_next_tbtt + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + .literal.ic_del_rx_ba + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + .literal.ic_add_rx_ba + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + .literal.ic_reset_tbtt + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + .literal.ic_del_key_all + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + .literal.ic_del_key + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + .literal.ic_set_ac_param + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + .literal.ic_ampdu_op + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + .literal.ic_set_trc + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + .literal.ic_bb_check_noise_init + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + .literal.ic_init + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + .literal.ic_deinit + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + .literal.ic_enable + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + .literal.ic_disable + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + .literal.ic_enable_rx + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + .literal.ic_disable_rx + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + .literal.ic_set_beacon_int + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + .literal.ic_set_mac + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + .literal.ic_set_bssid + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + .literal.ic_set_current_channel + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + .literal.ic_get_random + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + .literal.ic_get_trc + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + .literal.ic_tx_is_idle + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + .literal.ic_get_pp_hdl + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + .literal.ic_set_rx_policy + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + .literal.ic_set_sta_auth_flag + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + .literal.ic_set_opmode + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + .literal.ic_set_interface + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + .literal.ic_trc_set_per_pkt_rate + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + .literal.ic_trc_update_conn_phy_mode + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + .literal.ic_stop_hw_txq + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + .literal.ic_stop_sw_txq + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + .literal.ic_txq_empty + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + .literal.ic_set_fix_rate + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + .literal.ic_get_fix_rate + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + .text 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + .text.bb_intr_handl + 0x0000000000000000 0x11 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + .text.ic_set_interface_opmode + 0x0000000000000000 0x1e /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + .text.ic_enable_interface + 0x0000000000000000 0x61 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + .text.ic_interface_enabled + 0x0000000000000000 0x18 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + .text.ic_get_gtk_alg + 0x0000000000000000 0x18 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + .text.ic_set_ptk_alg + 0x0000000000000000 0x1b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + .text.ic_set_gtk_alg + 0x0000000000000000 0x1b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + .text.ic_interface_is_p2p + 0x0000000000000000 0x18 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + .text.ic_get_rssi + 0x0000000000000000 0x22 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + .text.ic_get_promis_filter + 0x0000000000000000 0x14 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + .text.ic_register_promis_rx_cb + 0x0000000000000000 0x19 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + .text.ic_pp_post + 0x0000000000000000 0x15 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + .text.ic_pm_post + 0x0000000000000000 0x15 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + .text.ic_bb_check_noise_init + 0x0000000000000000 0x5f /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + .text.ic_get_random + 0x0000000000000000 0x11 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + .text.ic_trc_set_per_pkt_rate + 0x0000000000000000 0x13 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + .text.ic_get_fix_rate + 0x0000000000000000 0x18 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + .xt.lit 0x0000000000000000 0x238 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + .xt.prop 0x0000000000000000 0x108c /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + .literal.lmacSetTxFrame + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(lmac.o) + .literal.lmacClearWaitQueue + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(lmac.o) + .literal.unlikely.lmacEndRetryAMPDUFail$isra$4 + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(lmac.o) + .iram1.literal + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(lmac.o) + .literal.unlikely.lmacSetWaitQueue$constprop$8 + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(lmac.o) + .literal.lmacDiscardMSDU + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(lmac.o) + .literal.lmacDiscardFrameExchangeSequence + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(lmac.o) + .literal.lmacIsIdle + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(lmac.o) + .literal.lmacSetAcParam + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(lmac.o) + .literal.lmacInit + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(lmac.o) + .literal.lmacProcessTxopStartData + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(lmac.o) + .literal.lmacDiscardAgedMSDU + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(lmac.o) + .literal.esp_wifi_internal_set_retry_counter + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(lmac.o) + .literal.esp_wifi_internal_set_msdu_lifetime + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(lmac.o) + .literal.esp_wifi_internal_get_mib + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(lmac.o) + .literal.esp_wifi_internal_set_rts + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(lmac.o) + .literal.esp_wifi_internal_get_rts + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(lmac.o) + .literal.lmacRetryTxFrame + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(lmac.o) + .literal.lmacEndTxopFrameExchangeSequence + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(lmac.o) + .literal.lmacProcessTxopSuccess + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(lmac.o) + .literal.lmacProcessLongRetryFail + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(lmac.o) + .literal.lmacProcessShortRetryFail + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(lmac.o) + .literal.lmacProcessCtsTimeout + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(lmac.o) + .literal.lmacProcessTxRtsError + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(lmac.o) + .literal.lmacProcessCollision + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(lmac.o) + .literal.lmacProcessCollisions_task + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(lmac.o) + .literal.lmacProcessAckTimeout + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(lmac.o) + .literal.lmacProcessTxError + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(lmac.o) + .literal.lmacProcessTxSuccess + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(lmac.o) + .literal.lmacProcessTxComplete + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(lmac.o) + .literal.lmacRxDone + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(lmac.o) + .literal.lmacDisableTransmit + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(lmac.o) + .literal.lmacProcessTxTimeout + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(lmac.o) + .literal.dbg_lmac_get_acs + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(lmac.o) + .literal.lmac_stop_hw_txq + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(lmac.o) + .text 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(lmac.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(lmac.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(lmac.o) + .text.esp_wifi_internal_set_retry_counter + 0x0000000000000000 0x52 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(lmac.o) + .text.esp_wifi_internal_set_msdu_lifetime + 0x0000000000000000 0x4e /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(lmac.o) + .text.esp_wifi_internal_get_mib + 0x0000000000000000 0x24 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(lmac.o) + .text.esp_wifi_internal_set_rts + 0x0000000000000000 0x9a /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(lmac.o) + .text.esp_wifi_internal_get_rts + 0x0000000000000000 0x50 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(lmac.o) + .text.lmacProcessTxopSuccess + 0x0000000000000000 0x1a3 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(lmac.o) + .text.dbg_lmac_get_acs + 0x0000000000000000 0xc /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(lmac.o) + .rodata.__FUNCTION__$6858 + 0x0000000000000000 0x17 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(lmac.o) + .bss.timeout_time + 0x0000000000000000 0x4 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(lmac.o) + .xt.lit 0x0000000000000000 0x168 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(lmac.o) + .xt.prop 0x0000000000000000 0x1ec0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(lmac.o) + .literal.pm_allow_sleep$part$0 + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + .literal.pm_to_wait_next_bcn + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + .literal.pm_start_process$part$12 + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + .literal.wifi_apb80m_request + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + .literal.wifi_apb80m_release + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + .literal.pm_rf_is_closed + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + .literal.pm_set_sleep_type + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + .literal.pm_get_sleep_type + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + .literal.pm_reset_active_cnt + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + .literal.pm_on_data_tx_done + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + .literal.esp_wifi_ps_idle_cb + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + .literal.freertos_set_idle_cb + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + .literal.pm_noise_check + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + .literal.pm_wakeup + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + .literal.pm_modem_sleep_wakeup + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + .literal.pm_sleep_in_idle_task + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + .literal.pm_noise_check_disable + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + .literal.pm_noise_check_enable + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + .literal.pm_disable_delay_timer + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + .literal.pm_enable_delay_timer + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + .literal.pm_disable_active_timer + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + .literal.pm_enable_active_timer + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + .literal.pm_disable_noise_timer + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + .literal.pm_enable_noise_timer + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + .literal.pm_keep_active_disable + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + .literal.pm_keep_active_enable + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + .literal.pm_attach + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + .literal.pm_deattach + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + .literal.pm_send_nullfunc + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + .literal.pm_scan_unlock$isra$7 + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + .literal.pm_start_wakeup + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + .literal.pm_stop_process$part$13 + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + .literal.pm_sdio_dream_timeout + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + .literal.pm_is_waked + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + .literal.pm_is_init + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + .literal.pm_is_open + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + .literal.pm_scan_lock + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + .literal.pm_try_scan_unlock + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + .literal.pm_force_scan_unlock + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + .literal.pm_scan_unlocked + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + .literal.pm_allow_tx + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + .literal.pm_assoc_parse + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + .literal.pm_set_addr + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + .literal.pm_sleep_for + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + .literal.pm_post + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + .literal.pm_stop + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + .literal.pm_mac_idle_timeout + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + .literal.pm_start + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + .literal.pm_delay_timeout + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + .literal.pm_on_data_rx + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + .literal.pm_on_beacon_rx + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + .literal.pm_noise_timeout + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + .literal.pm_active_timeout + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + .literal.pm_dream_timeout + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + .literal.pm_modem_sleep_timeout + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + .literal.pm_pwrctrl_off_cb + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + .literal.pm_pwrctrl_on_cb + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + .literal.pm_check_sleep + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + .literal.pm_sleep_process + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + .literal.pm_wake_process + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + .literal.pm_sent_null_process + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + .literal.pm_misc_process + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + .literal.pm_start_process + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + .literal.pm_stop_process + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + .literal.pm_get_idle_wait_time + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + .literal.pm_rx_beacon_process + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + .literal.pm_task + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + .text 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + .text.pm_rf_is_closed + 0x0000000000000000 0x28 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + .text.pm_set_sleep_type + 0x0000000000000000 0x118 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + .text.pm_get_sleep_type + 0x0000000000000000 0x16 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + .text.pm_reset_active_cnt + 0x0000000000000000 0x11 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + .text.esp_wifi_ps_idle_cb + 0x0000000000000000 0x17 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + .text.freertos_set_idle_cb + 0x0000000000000000 0x12 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + .text.pm_disable_active_timer + 0x0000000000000000 0x16 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + .text.pm_enable_active_timer + 0x0000000000000000 0x1f /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + .text.pm_disable_noise_timer + 0x0000000000000000 0x16 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + .text.pm_enable_noise_timer + 0x0000000000000000 0x1b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + .text.pm_is_waked + 0x0000000000000000 0x22 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + .text.pm_is_init + 0x0000000000000000 0x1f /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + .text.pm_try_scan_unlock + 0x0000000000000000 0xf /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + .text.pm_assoc_parse + 0x0000000000000000 0x22 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + .text.pm_set_addr + 0x0000000000000000 0x22 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + .text.pm_start + 0x0000000000000000 0x14 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + .text.pm_start_process + 0x0000000000000000 0x1e /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + .text.pm_stop_process + 0x0000000000000000 0x1b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + .xt.lit 0x0000000000000000 0x208 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + .xt.prop 0x0000000000000000 0x1e3c /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + .literal.fpm_allow_tx + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm_for_bcn_only_mode.o) + .literal.fpm_do_wakeup + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm_for_bcn_only_mode.o) + .literal.fpm_is_open + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm_for_bcn_only_mode.o) + .literal.fpm_do_sleep + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm_for_bcn_only_mode.o) + .literal.fpm_open + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm_for_bcn_only_mode.o) + .literal.fpm_close + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm_for_bcn_only_mode.o) + .literal.fpm_rf_is_closed + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm_for_bcn_only_mode.o) + .text 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm_for_bcn_only_mode.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm_for_bcn_only_mode.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm_for_bcn_only_mode.o) + .text.fpm_is_open + 0x0000000000000000 0x7 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm_for_bcn_only_mode.o) + .text.fpm_do_sleep + 0x0000000000000000 0x7 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm_for_bcn_only_mode.o) + .text.fpm_open + 0x0000000000000000 0x5 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm_for_bcn_only_mode.o) + .text.fpm_close + 0x0000000000000000 0x5 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm_for_bcn_only_mode.o) + .xt.prop 0x0000000000000000 0xfc /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm_for_bcn_only_mode.o) + .iram1.literal + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + .literal.pp_set_cut_rx + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + .literal.pp_set_cut_evt + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + .literal.pp_can_cut_sevt + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + .literal.pp_can_cut_evt + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + .literal.RxNodeNum + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + .literal.TxNodeNum + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + .literal.SigSpaceMalloc + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + .literal.SigSpaceFree + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + .literal.DefFreqCalTimerCB + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + .literal.ppProcessRxPktHdr + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + .literal.pp_register_net80211_tx_cb + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + .literal.pp_register_config_cb + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + .literal.pp_register_timer_cb + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + .literal.pp_register_pm_tx_null_cb + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + .literal.ppAddTimCount + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + .literal.ppRegisterPromisRxCallback + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + .literal.ppRegisterRxCallback + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + .literal.ppUnregisterTxCallback + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + .literal.pp_register_tx_cb + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + .literal.ppRegisterTxCallback + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + .literal.pp_unregister_tx_cb + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + .literal.ppRecycleRxPkt + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + .literal.ppSetInterface + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + .literal.ppRxProtoProc + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + .literal.ppGetTxQFirstAvail_Locked + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + .literal.ppFetchTxQFirstAvail + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + .literal.ppDequeueTxQ + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + .literal.ppRollBackTxQ + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + .literal.ppFillAMPDUBar + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + .literal.ppReSendBar + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + .literal.ppRecordBarRRC + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + .literal.ppTxqUpdateBitmap + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + .literal.ppGetTxqInfo + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + .literal.ppEnqueueTxDone + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + .literal.ppDequeueTxDone_Locked + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + .literal.ppProcTxDone + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + .literal.ppEnqueueRxq + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + .literal.ppDequeueRxq_Locked + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + .literal.ppRxPkt + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + .literal.emul_timeout + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + .literal.pp_deattach_phase1 + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + .literal.pp_deattach_phase2 + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + .literal.ppGetTxframe + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + .literal.ppClearTxq + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + .literal.ppTxqEmpty + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + .literal.pp_stop_sw_txq + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + .literal.ppCheckTxIdle + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + .literal.ppSelectNextQueue + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + .literal.ppProcessWaitQ + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + .literal.ppMapWaitTxq + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + .literal.ppDiscardMPDU + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + .literal.ppCalTxop + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + .literal.ppPrepareBarFrame + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + .literal.pp_attach + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + .literal.ppRecycleAmpdu + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + .literal.ppRegressAmpdu + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + .literal.ppGetTaskHdl + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + .literal.ppMessageInQ + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + .text 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + .text.pp_set_cut_rx + 0x0000000000000000 0x12 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + .text.pp_set_cut_evt + 0x0000000000000000 0x12 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + .text.pp_can_cut_sevt + 0x0000000000000000 0xf /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + .text.pp_can_cut_evt + 0x0000000000000000 0x1b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + .text.RxNodeNum + 0x0000000000000000 0x4c /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + .text.TxNodeNum + 0x0000000000000000 0x7 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + .text.SigSpaceMalloc + 0x0000000000000000 0x4c /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + .text.SigSpaceFree + 0x0000000000000000 0x12 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + .text.DefFreqCalTimerCB + 0x0000000000000000 0x14 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + .text.ppAddTimCount + 0x0000000000000000 0x1e4 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + .text.ppRegisterPromisRxCallback + 0x0000000000000000 0x13 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + .text.ppUnregisterTxCallback + 0x0000000000000000 0x3a /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + .text.pp_unregister_tx_cb + 0x0000000000000000 0x3a /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + .text.emul_timeout + 0x0000000000000000 0x5 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + .text.pp_deattach_phase2 + 0x0000000000000000 0x2b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + .text.ppDiscardMPDU + 0x0000000000000000 0x36 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + .text.ppMessageInQ + 0x0000000000000000 0x1a /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + .data.CanDoFreqCal + 0x0000000000000000 0x1 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + .bss.LowestFreqOffsetInOneChk + 0x0000000000000000 0x2 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + .bss.HighestFreqOffsetInOneChk + 0x0000000000000000 0x2 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + .data.NoiseTimerInterval + 0x0000000000000000 0x2 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + .bss.pend_flag_periodic_cal + 0x0000000000000000 0x1 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + .bss.CurSigIdxToBeUse + 0x0000000000000000 0x2 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + .bss.CurFreeSigIdx + 0x0000000000000000 0x2 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + .bss.pp_allow_cut_sevt + 0x0000000000000000 0x1 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + .bss.pp_need_cut_rx + 0x0000000000000000 0x1 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + .xt.lit 0x0000000000000000 0x240 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + .xt.prop 0x0000000000000000 0x2754 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + .literal.dbg_cnt_lmac_hw_show + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp_debug.o) + .literal.dbg_cnt_lmac_int_show + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp_debug.o) + .literal.dbg_cnt_lmac_rxtx_show + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp_debug.o) + .literal.dbg_cnt_eb_alloc + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp_debug.o) + .literal.dbg_cnt_eb_free + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp_debug.o) + .literal.dbg_cnt_lmac_eb_show + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp_debug.o) + .literal.dbg_cnt_lmac_event_show + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp_debug.o) + .literal.dbg_cnt_lmac_ps_show + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp_debug.o) + .literal.dbg_cnt_lmac_q_show + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp_debug.o) + .literal.dbg_his_lmac_eb_show + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp_debug.o) + .literal.dbg_his_lmac_event_show + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp_debug.o) + .literal.dbg_his_lmac_int_show + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp_debug.o) + .literal.dbg_his_lmac_rx_show + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp_debug.o) + .literal.dbg_his_lmac_tx_show + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp_debug.o) + .literal.dbg_display_acs + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp_debug.o) + .literal.dbg_lmac_show + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp_debug.o) + .literal.dbg_ebuf_loc_show + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp_debug.o) + .literal.dbg_perf_path_show + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp_debug.o) + .literal.dbg_perf_path_set + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp_debug.o) + .literal.dbg_perf_throughput_cal + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp_debug.o) + .literal.dbg_trc_show_sched + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp_debug.o) + .literal.dbg_trc_show_sched_table + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp_debug.o) + .literal.dbg_trc_show_global + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp_debug.o) + .literal.dbg_trc_show_schedule + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp_debug.o) + .literal.dbg_trc_rate_show + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp_debug.o) + .literal.dbg_trc_rate_show_value + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp_debug.o) + .literal.dbg_enable_long_rate + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp_debug.o) + .literal.dbg_adjust_long_rate + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp_debug.o) + .literal.trc_set_per_conn_rate_fix + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp_debug.o) + .literal.trc_show_rate + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp_debug.o) + .literal.trc_modify_sched + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp_debug.o) + .literal.trc_set_per_conn_rate_limit + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp_debug.o) + .literal.trc_set_per_conn_rate_create_new_table + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp_debug.o) + .literal.trc_set_per_conn_rate_modify_new_table + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp_debug.o) + .literal.trc_set_per_conn_rate_modify_global_table + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp_debug.o) + .literal.trc_set_per_conn_rate_create_new_sched + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp_debug.o) + .literal.trc_set_per_conn_rate_modify_new_sched + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp_debug.o) + .literal.trc_set_per_conn_rate + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp_debug.o) + .literal.esp_wifi_internal_set_rate + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp_debug.o) + .literal.dbg_cnt_lmac_ps_reset + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp_debug.o) + .text 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp_debug.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp_debug.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp_debug.o) + .rodata.str1.4 + 0x0000000000000000 0x20d6 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp_debug.o) + .text.dbg_cnt_lmac_hw_show + 0x0000000000000000 0x792 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp_debug.o) + .text.dbg_cnt_lmac_int_show + 0x0000000000000000 0x3b2 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp_debug.o) + .text.dbg_cnt_lmac_rxtx_show + 0x0000000000000000 0xb46 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp_debug.o) + .text.dbg_cnt_lmac_eb_show + 0x0000000000000000 0x198 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp_debug.o) + .text.dbg_cnt_lmac_event_show + 0x0000000000000000 0x20f /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp_debug.o) + .text.dbg_cnt_lmac_ps_show + 0x0000000000000000 0x23e /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp_debug.o) + .text.dbg_cnt_lmac_q_show + 0x0000000000000000 0x1be /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp_debug.o) + .text.dbg_his_lmac_eb_show + 0x0000000000000000 0x5 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp_debug.o) + .text.dbg_his_lmac_event_show + 0x0000000000000000 0x5 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp_debug.o) + .text.dbg_his_lmac_int_show + 0x0000000000000000 0x5 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp_debug.o) + .text.dbg_his_lmac_rx_show + 0x0000000000000000 0x5 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp_debug.o) + .text.dbg_his_lmac_tx_show + 0x0000000000000000 0x5 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp_debug.o) + .text.dbg_display_acs + 0x0000000000000000 0x19d /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp_debug.o) + .text.dbg_lmac_show + 0x0000000000000000 0x91d /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp_debug.o) + .text.dbg_ebuf_loc_show + 0x0000000000000000 0x5 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp_debug.o) + .text.dbg_perf_path_show + 0x0000000000000000 0x5 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp_debug.o) + .text.dbg_perf_path_set + 0x0000000000000000 0x5 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp_debug.o) + .text.dbg_perf_throughput_cal + 0x0000000000000000 0x7b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp_debug.o) + .text.dbg_trc_show_sched + 0x0000000000000000 0x118 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp_debug.o) + .text.dbg_trc_show_sched_table + 0x0000000000000000 0x1e /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp_debug.o) + .text.dbg_trc_show_global + 0x0000000000000000 0xb82 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp_debug.o) + .text.dbg_trc_show_schedule + 0x0000000000000000 0x2ab /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp_debug.o) + .text.dbg_trc_rate_show + 0x0000000000000000 0xe6 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp_debug.o) + .rodata 0x0000000000000000 0xd0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp_debug.o) + .text.dbg_trc_rate_show_value + 0x0000000000000000 0x162 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp_debug.o) + .text.dbg_enable_long_rate + 0x0000000000000000 0x13a /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp_debug.o) + .text.dbg_adjust_long_rate + 0x0000000000000000 0x126 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp_debug.o) + .rodata.dbg_adjust_long_rate + 0x0000000000000000 0x18 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp_debug.o) + .text.trc_set_per_conn_rate_fix + 0x0000000000000000 0x22a /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp_debug.o) + .text.trc_show_rate + 0x0000000000000000 0x7 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp_debug.o) + .text.trc_modify_sched + 0x0000000000000000 0x10a /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp_debug.o) + .text.trc_set_per_conn_rate_limit + 0x0000000000000000 0x92 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp_debug.o) + .text.trc_set_per_conn_rate_create_new_table + 0x0000000000000000 0x107 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp_debug.o) + .text.trc_set_per_conn_rate_modify_new_table + 0x0000000000000000 0x9c /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp_debug.o) + .text.trc_set_per_conn_rate_modify_global_table + 0x0000000000000000 0xa6 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp_debug.o) + .text.trc_set_per_conn_rate_create_new_sched + 0x0000000000000000 0x140 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp_debug.o) + .text.trc_set_per_conn_rate_modify_new_sched + 0x0000000000000000 0xd2 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp_debug.o) + .text.trc_set_per_conn_rate + 0x0000000000000000 0x9d /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp_debug.o) + .rodata.trc_set_per_conn_rate + 0x0000000000000000 0x1c /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp_debug.o) + .text.esp_wifi_internal_set_rate + 0x0000000000000000 0x1a3 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp_debug.o) + .bss.s_t_old 0x0000000000000000 0x4 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp_debug.o) + .bss.s_total 0x0000000000000000 0x4 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp_debug.o) + .xt.lit 0x0000000000000000 0xf8 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp_debug.o) + .xt.prop 0x0000000000000000 0x1494 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp_debug.o) + .literal.RC_SetBasicRate + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(rate_control.o) + .literal.RC_GetAckRate + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(rate_control.o) + .literal.RC_GetRtsRate + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(rate_control.o) + .literal.RC_GetAckTime + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(rate_control.o) + .literal.RC_GetCtsTime + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(rate_control.o) + .literal.RC_GetBlockAckTime + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(rate_control.o) + .text 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(rate_control.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(rate_control.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(rate_control.o) + .text.RC_GetAckRate + 0x0000000000000000 0x15 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(rate_control.o) + .text.RC_GetRtsRate + 0x0000000000000000 0x15 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(rate_control.o) + .xt.lit 0x0000000000000000 0x28 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(rate_control.o) + .xt.prop 0x0000000000000000 0x198 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(rate_control.o) + .literal.rc11NRate2SchedIdx + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(trc.o) + .literal.rc11GRate2SchedIdx + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(trc.o) + .literal.rc11BRate2SchedIdx + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(trc.o) + .literal.rcLoRaRate2SchedIdx + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(trc.o) + .literal.rcTxUpdatePer + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(trc.o) + .literal.rssi_margin + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(trc.o) + .literal.rc_set_per_conn_fix_rate$part$3 + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(trc.o) + .literal.rx11NRate2AMPDULimit + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(trc.o) + .literal.rcSetTxAmpduLimit + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(trc.o) + .literal.rcUpdateAMPDUParam + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(trc.o) + .literal.rcUpdatePhyMode + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(trc.o) + .iram1.literal + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(trc.o) + .literal.rcUpdateRxDone + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(trc.o) + .literal.trc_onAmpduOp + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(trc.o) + .literal.trc_set_per_pkt_rate + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(trc.o) + .literal.rcGetAmpduSched + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(trc.o) + .literal.rcGetRate + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(trc.o) + .literal.rcReachRetryLimit + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(trc.o) + .literal.rcAttach + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(trc.o) + .literal.trc_NeedRTS + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(trc.o) + .literal.trc_onDisconnect + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(trc.o) + .literal.trc_onScanStart + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(trc.o) + .literal.trc_onScanDone + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(trc.o) + .literal.trc_isAmpduOn + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(trc.o) + .literal.trc_onPPTxDone + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(trc.o) + .literal.rc_enable_trc + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(trc.o) + .literal.rc_get_mask + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(trc.o) + .literal.rc_disable_trc + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(trc.o) + .literal.rc_disable_trc_by_interface + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(trc.o) + .literal.rc_get_sta_trc + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(trc.o) + .literal.rc_get_trc + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(trc.o) + .literal.rc_get_trc_by_index + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(trc.o) + .literal.rc_get_trc_default + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(trc.o) + .literal.rc_only_sta_trc + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(trc.o) + .literal.trc_register_ampdu_state_change_cb + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(trc.o) + .literal.trc_init + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(trc.o) + .literal.trc_update_conn_phy_mode + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(trc.o) + .literal.trc_deinit + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(trc.o) + .literal.rc_get_fix_rate + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(trc.o) + .literal.rc_set_fix_rate + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(trc.o) + .literal.dbg_get_per_conn_trc + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(trc.o) + .literal.dbg_get_trc_table + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(trc.o) + .text 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(trc.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(trc.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(trc.o) + .text.rx11NRate2AMPDULimit + 0x0000000000000000 0x1f /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(trc.o) + .text.rcSetTxAmpduLimit + 0x0000000000000000 0x1c /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(trc.o) + .text.trc_set_per_pkt_rate + 0x0000000000000000 0x2e /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(trc.o) + .text.trc_NeedRTS + 0x0000000000000000 0x9a /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(trc.o) + .rodata.trc_NeedRTS + 0x0000000000000000 0x68 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(trc.o) + .text.trc_onDisconnect + 0x0000000000000000 0x5 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(trc.o) + .text.trc_onScanStart + 0x0000000000000000 0x18 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(trc.o) + .text.trc_onScanDone + 0x0000000000000000 0x18 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(trc.o) + .text.trc_isAmpduOn + 0x0000000000000000 0xa /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(trc.o) + .text.rc_get_mask + 0x0000000000000000 0xe /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(trc.o) + .text.rc_get_trc_default + 0x0000000000000000 0x1b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(trc.o) + .text.rc_get_fix_rate + 0x0000000000000000 0x3a /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(trc.o) + .text.dbg_get_per_conn_trc + 0x0000000000000000 0x14 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(trc.o) + .text.dbg_get_trc_table + 0x0000000000000000 0x7a /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(trc.o) + .rodata.dbg_get_trc_table + 0x0000000000000000 0x18 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(trc.o) + .xt.lit 0x0000000000000000 0x128 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(trc.o) + .xt.prop 0x0000000000000000 0x1df4 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(trc.o) + .literal.wDev_coex_TBTT_init + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(wdev.o) + .literal.unlikely.wDev_SnifferRxData + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(wdev.o) + .literal.wDev_coex_wifi_timeout + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(wdev.o) + .literal.wDev_coex_wifi_periodic_timeout + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(wdev.o) + .literal.unlikely.wDev_DisableTransmit$part$4 + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(wdev.o) + .literal.wDev_Enable_Beacon_Tsf + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(wdev.o) + .literal.wDev_Disable_Beacon_Tsf + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(wdev.o) + .literal.wDev_SetCurChannel + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(wdev.o) + .literal.wDev_SetOpMode + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(wdev.o) + .literal.wDev_SetAuthed + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(wdev.o) + .literal.wDev_Set_Beacon_Int + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(wdev.o) + .literal.wDev_Reset_TBTT + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(wdev.o) + .literal.wDev_Get_Next_TBTT + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(wdev.o) + .literal.wdev_set_promis_misc_pkt + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(wdev.o) + .iram1.literal + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(wdev.o) + .literal.wdev_pop_promis_misc_buf + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(wdev.o) + .literal.wdev_process_misc_pkt + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(wdev.o) + .literal.wdev_set_promis_misc_buf + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(wdev.o) + .literal.wdev_set_promis + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(wdev.o) + .literal.wdev_set_promis_filter + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(wdev.o) + .literal.wdev_get_promis_filter + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(wdev.o) + .literal.wDev_FetchFirstDesc + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(wdev.o) + .literal.wdev_rxbuf_cnt_set + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(wdev.o) + .literal.wDev_Rxbuf_Init + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(wdev.o) + .literal.wDev_Rxbuf_Deinit + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(wdev.o) + .literal.esp_wifi_internal_set_autoack_rate + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(wdev.o) + .literal.wDev_disable_low_rate + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(wdev.o) + .literal.wDev_enable_low_rate + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(wdev.o) + .literal.wDev_is_low_rate_enable + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(wdev.o) + .literal.wDev_coex_init + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(wdev.o) + .literal.wDev_coex_deinit + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(wdev.o) + .literal.wDev_Initialize + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(wdev.o) + .literal.wDev_DeInitialize + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(wdev.o) + .literal.wDev_EnableTransmit + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(wdev.o) + .literal.wDev_DisableTransmit + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(wdev.o) + .literal.wDev_SetMacAddress + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(wdev.o) + .literal.Tx_Copy2Queue + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(wdev.o) + .literal.wDev_SetBssid + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(wdev.o) + .literal.wDev_ClearBssid + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(wdev.o) + .literal.wDev_ProcessCollision + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(wdev.o) + .literal.wDev_SetFrameAckType + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(wdev.o) + .literal.wDev_AppendRxBlocks + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(wdev.o) + .literal.wdevProcessRxSucDataAll + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(wdev.o) + .literal.wDev_AppendRxAmpduLensBlocks + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(wdev.o) + .literal.wDev_Get_KeyEntry + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(wdev.o) + .literal.wDev_remove_KeyEntry + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(wdev.o) + .literal.wDev_remove_KeyEntry_all_cnx + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(wdev.o) + .literal.wDev_Insert_KeyEntry + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(wdev.o) + .literal.wDev_Crypto_Conf + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(wdev.o) + .literal.wDev_Crypto_Disable + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(wdev.o) + .literal.wDev_AddRXBA + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(wdev.o) + .literal.wDev_RemoveRXBA + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(wdev.o) + .literal.wDev_GetBAInfo + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(wdev.o) + .literal.wDevCheckBlockError + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(wdev.o) + .text 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(wdev.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(wdev.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(wdev.o) + .text.unlikely.wDev_DisableTransmit$part$4 + 0x0000000000000000 0x25 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(wdev.o) + .text.wDev_Enable_Beacon_Tsf + 0x0000000000000000 0x20 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(wdev.o) + .text.wDev_Disable_Beacon_Tsf + 0x0000000000000000 0x20 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(wdev.o) + .text.wdev_set_promis_misc_pkt + 0x0000000000000000 0x42 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(wdev.o) + .text.wdev_get_promis_filter + 0x0000000000000000 0x41 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(wdev.o) + .text.wDev_FetchFirstDesc + 0x0000000000000000 0x7 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(wdev.o) + .text.wdev_rxbuf_cnt_set + 0x0000000000000000 0x5 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(wdev.o) + .text.esp_wifi_internal_set_autoack_rate + 0x0000000000000000 0x4e /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(wdev.o) + .text.wDev_disable_low_rate + 0x0000000000000000 0x54 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(wdev.o) + .text.wDev_ClearBssid + 0x0000000000000000 0x26 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(wdev.o) + .text.wDev_AppendRxAmpduLensBlocks + 0x0000000000000000 0x5 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(wdev.o) + .rodata.__func__$8914 + 0x0000000000000000 0x15 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(wdev.o) + .bss.time_max 0x0000000000000000 0x4 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(wdev.o) + .bss.time_end 0x0000000000000000 0x4 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(wdev.o) + .bss.time_start + 0x0000000000000000 0x4 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(wdev.o) + .bss.append_count + 0x0000000000000000 0x4 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(wdev.o) + .bss.reload_count + 0x0000000000000000 0x4 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(wdev.o) + .xt.lit 0x0000000000000000 0x1a0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(wdev.o) + .xt.prop 0x0000000000000000 0x17b8 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(wdev.o) + .literal.esf_buf_free_static$part$1 + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(esf_buf.o) + .literal.esf_buf_alloc + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(esf_buf.o) + .literal.esf_buf_recycle + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(esf_buf.o) + .literal.esf_buf_setup + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(esf_buf.o) + .literal.esf_buf_free_static + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(esf_buf.o) + .literal.esf_buf_setdown + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(esf_buf.o) + .text 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(esf_buf.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(esf_buf.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(esf_buf.o) + .text.esf_buf_free_static + 0x0000000000000000 0x16 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(esf_buf.o) + .xt.lit 0x0000000000000000 0x30 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(esf_buf.o) + .xt.prop 0x0000000000000000 0x480 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(esf_buf.o) + .literal.hex2num + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(common.o) + .literal.inc_byte_array + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(common.o) + .literal.hex2byte + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(common.o) + .literal.hexstr2bin + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(common.o) + .literal.wpa_get_ntp_timestamp + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(common.o) + .literal.wpa_config_parse_string + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(common.o) + .literal.dup_binstr + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(common.o) + .text 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(common.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(common.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(common.o) + .text.dup_binstr + 0x0000000000000000 0x34 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(common.o) + .xt.lit 0x0000000000000000 0x28 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(common.o) + .xt.prop 0x0000000000000000 0x2ac /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(common.o) + .literal.wpa_free_sta_sm + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_auth.o) + .literal.wpa_group_init_gmk_and_counter + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_auth.o) + .literal.wpa_replay_counter_valid + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_auth.o) + .literal.unlikely.wpa_replay_counter_mark_invalid + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_auth.o) + .literal.wpa_verify_key_mic + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_auth.o) + .literal.resend_eapol_handle + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_auth.o) + .literal.wpa_gtk_update + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_auth.o) + .literal.sm_WPA_PTK_PTKCALCNEGOTIATING_Enter$constprop$26 + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_auth.o) + .literal.wpa_group_config_group_keys$isra$11 + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_auth.o) + .literal.sm_WPA_PTK_AUTHENTICATION2_Enter$constprop$23 + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_auth.o) + .literal.wpa_group_sm_step + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_auth.o) + .literal.wpa_rekey_gtk + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_auth.o) + .literal.wpa_auth_for_each_sta + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_auth.o) + .literal.wpa_init + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_auth.o) + .literal.wpa_auth_sta_init + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_auth.o) + .literal.wpa_auth_sta_no_wpa + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_auth.o) + .literal.wpa_auth_sta_deinit + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_auth.o) + .literal.__wpa_send_eapol + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_auth.o) + .literal.wpa_send_eapol + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_auth.o) + .literal.sm_WPA_PTK_PTKSTART_Enter$part$16 + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_auth.o) + .literal.sm_WPA_PTK_GROUP_REKEYNEGOTIATING_Enter$constprop$21 + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_auth.o) + .literal.sm_WPA_PTK_PTKINITNEGOTIATING_Enter$constprop$28 + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_auth.o) + .literal.wpa_remove_ptk + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_auth.o) + .literal.sm_WPA_PTK_INITIALIZE_Enter$constprop$22 + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_auth.o) + .literal.wpa_sm_step + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_auth.o) + .literal.wpa_send_eapol_timeout + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_auth.o) + .literal.wpa_rekey_ptk + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_auth.o) + .literal.wpa_auth_sta_associated + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_auth.o) + .literal.wpa_receive + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_auth.o) + .literal.hostap_eapol_resend_process + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_auth.o) + .literal.wpa_auth_sm_event + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_auth.o) + .literal.wpa_ap_join + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_auth.o) + .literal.wpa_ap_remove + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_auth.o) + .text 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_auth.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_auth.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_auth.o) + .text.wpa_auth_for_each_sta + 0x0000000000000000 0x7 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_auth.o) + .text.wpa_auth_sta_no_wpa + 0x0000000000000000 0xc /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_auth.o) + .text.wpa_auth_sta_deinit + 0x0000000000000000 0x2c /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_auth.o) + .text.wpa_auth_sm_event + 0x0000000000000000 0xa6 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_auth.o) + .xt.lit 0x0000000000000000 0xf8 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_auth.o) + .xt.prop 0x0000000000000000 0x168c /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_auth.o) + .literal.wpa_write_rsn_ie + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_auth_ie.o) + .literal.wpa_auth_gen_wpa_ie + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_auth_ie.o) + .literal.wpa_add_kde + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_auth_ie.o) + .literal.wpa_validate_wpa_ie + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_auth_ie.o) + .literal.wpa_parse_kde_ies + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_auth_ie.o) + .literal.wpa_auth_uses_mfp + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_auth_ie.o) + .text 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_auth_ie.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_auth_ie.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_auth_ie.o) + .text.wpa_auth_uses_mfp + 0x0000000000000000 0xe /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_auth_ie.o) + .xt.lit 0x0000000000000000 0x28 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_auth_ie.o) + .xt.prop 0x0000000000000000 0x468 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_auth_ie.o) + .literal.wpa_sm_set_key + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa.o) + .literal.wpa_supplicant_clr_countermeasures + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa.o) + .literal.wpa_supplicant_stop_countermeasures + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa.o) + .literal.wpa_supplicant_check_group_cipher + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa.o) + .literal.wpa_sm_set_seq$constprop$22 + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa.o) + .literal.wpa_supplicant_install_gtk$constprop$25 + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa.o) + .literal.wpa_eapol_key_send$constprop$31 + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa.o) + .literal.wpa_sm_key_request + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa.o) + .literal.wpa_sm_rekey_ptk + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa.o) + .literal.wpa_report_ie_mismatch$isra$8$constprop$34 + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa.o) + .literal.wpa_supplicant_key_neg_complete$constprop$26 + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa.o) + .literal.wpa_sm_rx_eapol + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa.o) + .literal.wpa_register + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa.o) + .literal.wpa_set_profile + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa.o) + .literal.wpa_set_pmk + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa.o) + .literal.wpa_set_bss + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa.o) + .literal.pp_michael_mic_failure + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa.o) + .literal.eapol_txcb + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa.o) + .literal.wpa_sm_set_state + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa.o) + .text 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa.o) + .text.wpa_set_pmk + 0x0000000000000000 0x20 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa.o) + .text.wpa_sm_set_state + 0x0000000000000000 0x26 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa.o) + .xt.lit 0x0000000000000000 0x90 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa.o) + .xt.prop 0x0000000000000000 0xce4 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa.o) + .literal.rsn_selector_to_bitfield + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_common.o) + .literal.wpa_selector_to_bitfield + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_common.o) + .literal.wpa_parse_wpa_ie_rsn + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_common.o) + .literal.wpa_parse_wpa_ie_wpa + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_common.o) + .literal.wpa_eapol_key_mic + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_common.o) + .literal.wpa_compare_rsn_ie + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_common.o) + .literal.wpa_cipher_txt + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_common.o) + .literal.wpa_pmk_to_ptk + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_common.o) + .literal.rsn_pmkid + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_common.o) + .literal.wpa_cipher_key_len + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_common.o) + .literal.wpa_cipher_to_alg + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_common.o) + .literal.wpa_cipher_to_suite + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_common.o) + .literal.rsn_cipher_put_suites + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_common.o) + .literal.wpa_cipher_put_suites + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_common.o) + .text 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_common.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_common.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_common.o) + .text.wpa_cipher_txt + 0x0000000000000000 0x56 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_common.o) + .xt.lit 0x0000000000000000 0x50 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_common.o) + .xt.prop 0x0000000000000000 0x804 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_common.o) + .literal.wpa_snprintf_hex_uppercase + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_debug.o) + .literal.wpa_snprintf_hex + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_debug.o) + .literal.wpa_dump_mem + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_debug.o) + .literal.wpa_debug_print_timestamp + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_debug.o) + .literal.wpa_hexdump + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_debug.o) + .literal.wpa_hexdump_key + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_debug.o) + .literal.eloop_cancel_timeout + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_debug.o) + .literal.eloop_register_timeout + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_debug.o) + .text 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_debug.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_debug.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_debug.o) + .rodata.str1.4 + 0x0000000000000000 0xd /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_debug.o) + .text.wpa_snprintf_hex_uppercase + 0x0000000000000000 0x72 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_debug.o) + .text.wpa_snprintf_hex + 0x0000000000000000 0x72 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_debug.o) + .text.wpa_debug_print_timestamp + 0x0000000000000000 0x12 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_debug.o) + .xt.lit 0x0000000000000000 0x18 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_debug.o) + .xt.prop 0x0000000000000000 0x1d4 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_debug.o) + .literal.wpa_parse_wpa_ie + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_ie.o) + .literal.wpa_supplicant_parse_ies + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_ie.o) + .literal.wpa_gen_wpa_ie + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_ie.o) + .text 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_ie.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_ie.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_ie.o) + .xt.lit 0x0000000000000000 0x10 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_ie.o) + .xt.prop 0x0000000000000000 0x30c /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_ie.o) + .literal.wpa_deattach + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_main.o) + .literal.ppInstallKey + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_main.o) + .literal.ppGetKey + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_main.o) + .literal.wpa_neg_complete + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_main.o) + .literal.wpa_attach + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_main.o) + .literal.wpa_deauthenticate + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_main.o) + .literal.wpa_sendto_wrapper + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_main.o) + .literal.wpa_ap_get_wpa_ie + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_main.o) + .literal.wpa_ap_rx_eapol + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_main.o) + .literal.wpa_config_assoc_ie + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_main.o) + .literal.wpa_config_profile + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_main.o) + .literal.wpa_config_bss + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_main.o) + .literal.wpa_sta_connect + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_main.o) + .literal.wpa_crypto_funcs_init + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_main.o) + .literal.wpa_hook_init + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_main.o) + .literal.wpa_hook_deinit + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_main.o) + .text 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_main.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_main.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_main.o) + .xt.lit 0x0000000000000000 0x78 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_main.o) + .xt.prop 0x0000000000000000 0x474 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_main.o) + .literal.wpa_sm_alloc_eapol + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpas_glue.o) + .literal.wpa_sm_free_eapol + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpas_glue.o) + .literal.wpa_sm_deauthenticate + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpas_glue.o) + .literal.wpa_sm_mlme_setprotection + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpas_glue.o) + .literal.wpa_sm_get_beacon_ie + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpas_glue.o) + .literal.wpa_sm_disassociate + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpas_glue.o) + .text 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpas_glue.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpas_glue.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpas_glue.o) + .xt.lit 0x0000000000000000 0x10 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpas_glue.o) + .xt.prop 0x0000000000000000 0x138 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpas_glue.o) + .literal.hostapd_config_defaults_bss + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(ap_config.o) + .literal.hostapd_config_defaults + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(ap_config.o) + .literal.hostapd_mac_comp + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(ap_config.o) + .literal.hostapd_mac_comp_empty + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(ap_config.o) + .literal.hostapd_setup_wpa_psk + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(ap_config.o) + .literal.hostapd_wep_key_cmp + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(ap_config.o) + .literal.hostapd_maclist_found + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(ap_config.o) + .literal.hostapd_rate_found + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(ap_config.o) + .literal.hostapd_get_psk + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(ap_config.o) + .literal.hostap_init + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(ap_config.o) + .literal.hostap_deinit + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(ap_config.o) + .text 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(ap_config.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(ap_config.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(ap_config.o) + .text.hostapd_config_defaults_bss + 0x0000000000000000 0x55 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(ap_config.o) + .text.hostapd_config_defaults + 0x0000000000000000 0xe9 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(ap_config.o) + .text.hostapd_mac_comp + 0x0000000000000000 0x18 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(ap_config.o) + .text.hostapd_mac_comp_empty + 0x0000000000000000 0x21 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(ap_config.o) + .text.hostapd_wep_key_cmp + 0x0000000000000000 0x46 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(ap_config.o) + .text.hostapd_maclist_found + 0x0000000000000000 0x51 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(ap_config.o) + .text.hostapd_rate_found + 0x0000000000000000 0x26 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(ap_config.o) + .xt.lit 0x0000000000000000 0x50 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(ap_config.o) + .xt.prop 0x0000000000000000 0x450 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(ap_config.o) + .iram1.literal + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libcoexist.a(coexist.o) + .literal.coexist_set_enable + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libcoexist.a(coexist.o) + .literal.coex_wifi_force_stop + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libcoexist.a(coexist.o) + .literal.coex_bt_report + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libcoexist.a(coexist.o) + .literal.coex_init + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libcoexist.a(coexist.o) + .literal.coex_deinit + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libcoexist.a(coexist.o) + .literal.coex_register_wifi_extern_init + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libcoexist.a(coexist.o) + .literal.coex_register_bt_extern_init + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libcoexist.a(coexist.o) + .literal.coex_register_wifi_extern_deinit + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libcoexist.a(coexist.o) + .literal.coex_register_bt_extern_deinit + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libcoexist.a(coexist.o) + .text 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libcoexist.a(coexist.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libcoexist.a(coexist.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libcoexist.a(coexist.o) + .text.coexist_set_enable + 0x0000000000000000 0x12 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libcoexist.a(coexist.o) + .text.coex_bt_report + 0x0000000000000000 0x11 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libcoexist.a(coexist.o) + .text.coex_init + 0x0000000000000000 0x84 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libcoexist.a(coexist.o) + .text.coex_deinit + 0x0000000000000000 0xb8 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libcoexist.a(coexist.o) + .text.coex_register_bt_extern_init + 0x0000000000000000 0xe /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libcoexist.a(coexist.o) + .text.coex_register_bt_extern_deinit + 0x0000000000000000 0xe /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libcoexist.a(coexist.o) + .bss.cur_wifi_event + 0x0000000000000000 0x4 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libcoexist.a(coexist.o) + .bss.coex_bt_extern_deinit + 0x0000000000000000 0x4 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libcoexist.a(coexist.o) + .bss.coex_bt_extern_init + 0x0000000000000000 0x4 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libcoexist.a(coexist.o) + .xt.lit 0x0000000000000000 0x58 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libcoexist.a(coexist.o) + .xt.prop 0x0000000000000000 0x39c /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libcoexist.a(coexist.o) + .literal.wifi_station_wps_success + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps.o) + .literal.wps_task_delete + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps.o) + .literal.wifi_wps_scan_done + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps.o) + .literal.wifi_wps_scan + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps.o) + .literal.is_selected_pin_registrar + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps.o) + .literal.wifi_station_wps_timeout + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps.o) + .literal.wifi_station_wps_start + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps.o) + .literal.wps_post + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps.o) + .literal.wps_sm_rx_eapol + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps.o) + .literal.wps_sm_alloc_eapol + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps.o) + .literal.wps_sm_free_eapol + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps.o) + .literal.wps_init + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps.o) + .literal.wps_process_msg + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps.o) + .literal.wps_get_msg + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps.o) + .literal.wps_is_selected_pbc_registrar + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps.o) + .literal.wps_is_selected_pin_registrar + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps.o) + .literal.wps_parse_scan_result + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps.o) + .literal.wps_is_addr_authorized + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps.o) + .literal.wps_ap_priority_compar + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps.o) + .literal.wps_get_uuid_e + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps.o) + .literal.wps_is_20 + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps.o) + .literal.wps_build_assoc_req_ie + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps.o) + .literal.wps_build_assoc_resp_ie + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps.o) + .literal.wps_build_probe_req_ie + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps.o) + .literal.wps_attr_text + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps.o) + .literal.wps_send_eap_identity_rsp + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps.o) + .literal.wps_send_frag_ack + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps.o) + .literal.wps_enrollee_process_msg_frag + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps.o) + .literal.wps_process_wps_mX_req + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps.o) + .literal.wps_send_wps_mX_rsp + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps.o) + .literal.wps_txStart + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps.o) + .literal.wps_start_pending + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps.o) + .literal.wifi_station_wps_eapol_start_handle + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps.o) + .literal.wps_stop_process + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps.o) + .literal.wps_finish + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps.o) + .literal.wps_add_discard_ap + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps.o) + .literal.wifi_station_wps_msg_timeout + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps.o) + .literal.wps_start_msg_timer + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps.o) + .literal.wps_sm_rx_eapol_internal + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps.o) + .literal.wpsTask + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps.o) + .literal.wps_dev_init + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps.o) + .literal.wps_dev_deinit + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps.o) + .literal.wps_deinit + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps.o) + .literal.wifi_station_wps_init$part$3 + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps.o) + .literal.wifi_station_wps_init + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps.o) + .literal.wifi_station_wps_deinit + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps.o) + .literal.wps_station_wps_register_cb + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps.o) + .literal.wps_sm_get + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps.o) + .literal.wps_ssid_save + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps.o) + .literal.wps_key_save + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps.o) + .literal.esp_wifi_wps_enable + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps.o) + .literal.esp_wifi_wps_disable + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps.o) + .literal.esp_wifi_wps_start + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps.o) + .literal.wifi_set_wps_cb + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps.o) + .text 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps.o) + .text.wifi_station_wps_success + 0x0000000000000000 0x16 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps.o) + .text.wps_task_delete + 0x0000000000000000 0x3e /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps.o) + .text.wifi_wps_scan_done + 0x0000000000000000 0xe6 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps.o) + .text.wifi_wps_scan + 0x0000000000000000 0x2f /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps.o) + .text.is_selected_pin_registrar + 0x0000000000000000 0x7c /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps.o) + .text.wifi_station_wps_timeout + 0x0000000000000000 0x37 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps.o) + .rodata.str1.4 + 0x0000000000000000 0x34e /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps.o) + .text.wifi_station_wps_start + 0x0000000000000000 0xd2 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps.o) + .text.wps_post + 0x0000000000000000 0xdc /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps.o) + .text.wps_sm_rx_eapol + 0x0000000000000000 0x80 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps.o) + .text.wps_sm_alloc_eapol + 0x0000000000000000 0x70 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps.o) + .text.wps_sm_free_eapol + 0x0000000000000000 0x12 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps.o) + .text.wps_init + 0x0000000000000000 0x188 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps.o) + .text.wps_process_msg + 0x0000000000000000 0x2a /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps.o) + .text.wps_get_msg + 0x0000000000000000 0x26 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps.o) + .text.wps_is_selected_pbc_registrar + 0x0000000000000000 0xba /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps.o) + .text.wps_is_selected_pin_registrar + 0x0000000000000000 0x5d /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps.o) + .text.wps_parse_scan_result + 0x0000000000000000 0x1a2 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps.o) + .rodata 0x0000000000000000 0x6 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps.o) + .text.wps_is_addr_authorized + 0x0000000000000000 0xda /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps.o) + .text.wps_ap_priority_compar + 0x0000000000000000 0xca /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps.o) + .text.wps_get_uuid_e + 0x0000000000000000 0x3e /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps.o) + .text.wps_is_20 + 0x0000000000000000 0x4a /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps.o) + .text.wps_build_assoc_req_ie + 0x0000000000000000 0xb6 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps.o) + .text.wps_build_assoc_resp_ie + 0x0000000000000000 0xb6 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps.o) + .text.wps_build_probe_req_ie + 0x0000000000000000 0x160 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps.o) + .text.wps_attr_text + 0x0000000000000000 0x27f /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps.o) + .text.wps_send_eap_identity_rsp + 0x0000000000000000 0xe8 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps.o) + .text.wps_send_frag_ack + 0x0000000000000000 0xe8 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps.o) + .text.wps_enrollee_process_msg_frag + 0x0000000000000000 0x150 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps.o) + .text.wps_process_wps_mX_req + 0x0000000000000000 0xf0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps.o) + .text.wps_send_wps_mX_rsp + 0x0000000000000000 0x149 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps.o) + .text.wps_txStart + 0x0000000000000000 0xb4 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps.o) + .text.wps_start_pending + 0x0000000000000000 0x20 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps.o) + .text.wifi_station_wps_eapol_start_handle + 0x0000000000000000 0xf /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps.o) + .text.wps_stop_process + 0x0000000000000000 0xe8 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps.o) + .text.wps_finish + 0x0000000000000000 0x14c /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps.o) + .text.wps_add_discard_ap + 0x0000000000000000 0x6e /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps.o) + .text.wifi_station_wps_msg_timeout + 0x0000000000000000 0x43 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps.o) + .text.wps_start_msg_timer + 0x0000000000000000 0x71 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps.o) + .text.wps_sm_rx_eapol_internal + 0x0000000000000000 0x19f /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps.o) + .text.wpsTask 0x0000000000000000 0xab /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps.o) + .text.wps_dev_init + 0x0000000000000000 0x202 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps.o) + .text.wps_dev_deinit + 0x0000000000000000 0x56 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps.o) + .text.wps_deinit + 0x0000000000000000 0x7a /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps.o) + .text.wifi_station_wps_init$part$3 + 0x0000000000000000 0x479 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps.o) + .text.wifi_station_wps_init + 0x0000000000000000 0x1e /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps.o) + .text.wifi_station_wps_deinit + 0x0000000000000000 0x14a /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps.o) + .text.wps_station_wps_register_cb + 0x0000000000000000 0x1c /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps.o) + .text.wps_sm_get + 0x0000000000000000 0xe /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps.o) + .text.wps_ssid_save + 0x0000000000000000 0x60 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps.o) + .text.wps_key_save + 0x0000000000000000 0x60 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps.o) + .text.esp_wifi_wps_enable + 0x0000000000000000 0x11d /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps.o) + .text.esp_wifi_wps_disable + 0x0000000000000000 0xa6 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps.o) + .text.esp_wifi_wps_start + 0x0000000000000000 0x98 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps.o) + .text.wifi_set_wps_cb + 0x0000000000000000 0x2e /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps.o) + .rodata.__FUNCTION__$9028 + 0x0000000000000000 0x14 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps.o) + .bss.wps_buf$8841 + 0x0000000000000000 0x4 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps.o) + .rodata.__FUNCTION__$8834 + 0x0000000000000000 0x1e /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps.o) + .bss.gWpsSm 0x0000000000000000 0x4 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps.o) + .bss.task_del_timer + 0x0000000000000000 0x14 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps.o) + .bss.xWpsQueue + 0x0000000000000000 0x4 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps.o) + .bss.wps_task_hdl + 0x0000000000000000 0x4 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps.o) + .xt.lit 0x0000000000000000 0x1b0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps.o) + .xt.prop 0x0000000000000000 0x1bc0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps.o) + COMMON 0x0000000000000000 0x18 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps.o) + .literal.wps_kdf + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_common.o) + .literal.wps_derive_keys + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_common.o) + .literal.wps_derive_psk + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_common.o) + .literal.wps_decrypt_encr_settings + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_common.o) + .literal.wps_pin_checksum + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_common.o) + .literal.wps_pin_valid + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_common.o) + .literal.wps_generate_pin + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_common.o) + .literal.wps_pin_str_valid + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_common.o) + .literal.wps_fail_event + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_common.o) + .literal.wps_success_event + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_common.o) + .literal.wps_pwd_auth_fail_event + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_common.o) + .literal.wps_pbc_overlap_event + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_common.o) + .literal.wps_pbc_timeout_event + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_common.o) + .literal.wps_dev_type_str2bin + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_common.o) + .literal.wps_dev_type_bin2str + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_common.o) + .literal.uuid_gen_mac_addr + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_common.o) + .literal.wps_config_methods_str2bin + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_common.o) + .literal.wps_build_wsc_ack + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_common.o) + .literal.wps_build_wsc_nack + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_common.o) + .text 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_common.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_common.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_common.o) + .rodata.str1.4 + 0x0000000000000000 0x331 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_common.o) + .text.wps_kdf 0x0000000000000000 0x114 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_common.o) + .text.wps_derive_keys + 0x0000000000000000 0x275 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_common.o) + .text.wps_derive_psk + 0x0000000000000000 0xce /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_common.o) + .text.wps_decrypt_encr_settings + 0x0000000000000000 0x11e /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_common.o) + .text.wps_pin_checksum + 0x0000000000000000 0x63 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_common.o) + .text.wps_pin_valid + 0x0000000000000000 0x83 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_common.o) + .text.wps_generate_pin + 0x0000000000000000 0xa8 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_common.o) + .text.wps_pin_str_valid + 0x0000000000000000 0x3b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_common.o) + .text.wps_fail_event + 0x0000000000000000 0x5c /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_common.o) + .text.wps_success_event + 0x0000000000000000 0x14 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_common.o) + .text.wps_pwd_auth_fail_event + 0x0000000000000000 0x4f /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_common.o) + .text.wps_pbc_overlap_event + 0x0000000000000000 0x14 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_common.o) + .text.wps_pbc_timeout_event + 0x0000000000000000 0x14 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_common.o) + .text.wps_dev_type_str2bin + 0x0000000000000000 0x95 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_common.o) + .text.wps_dev_type_bin2str + 0x0000000000000000 0x5e /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_common.o) + .rodata 0x0000000000000000 0x10 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_common.o) + .text.uuid_gen_mac_addr + 0x0000000000000000 0x6f /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_common.o) + .text.wps_config_methods_str2bin + 0x0000000000000000 0x18c /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_common.o) + .text.wps_build_wsc_ack + 0x0000000000000000 0x80 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_common.o) + .text.wps_build_wsc_nack + 0x0000000000000000 0x97 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_common.o) + .rodata.__FUNCTION__$7301 + 0x0000000000000000 0x1a /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_common.o) + .rodata.__FUNCTION__$7290 + 0x0000000000000000 0xf /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_common.o) + .rodata.__FUNCTION__$7283 + 0x0000000000000000 0x10 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_common.o) + .rodata.__FUNCTION__$7269 + 0x0000000000000000 0x8 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_common.o) + .xt.lit 0x0000000000000000 0x78 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_common.o) + .xt.prop 0x0000000000000000 0x72c /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_common.o) + .literal.wps_process_dev_name$isra$7 + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_dev_attr.o) + .literal.wps_build_manufacturer + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_dev_attr.o) + .literal.wps_build_model_name + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_dev_attr.o) + .literal.wps_build_model_number + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_dev_attr.o) + .literal.wps_build_primary_dev_type + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_dev_attr.o) + .literal.wps_build_secondary_dev_type + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_dev_attr.o) + .literal.wps_build_req_dev_type + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_dev_attr.o) + .literal.wps_build_dev_name + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_dev_attr.o) + .literal.wps_build_device_attrs + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_dev_attr.o) + .literal.wps_build_os_version + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_dev_attr.o) + .literal.wps_build_vendor_ext_m1 + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_dev_attr.o) + .literal.wps_build_rf_bands + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_dev_attr.o) + .literal.wps_build_vendor_ext + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_dev_attr.o) + .literal.wps_process_device_attrs + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_dev_attr.o) + .literal.wps_process_os_version + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_dev_attr.o) + .literal.wps_process_rf_bands + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_dev_attr.o) + .literal.wps_device_data_dup + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_dev_attr.o) + .literal.wps_device_data_free + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_dev_attr.o) + .text 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_dev_attr.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_dev_attr.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_dev_attr.o) + .text.wps_process_dev_name$isra$7 + 0x0000000000000000 0x44 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_dev_attr.o) + .text.wps_build_manufacturer + 0x0000000000000000 0x8a /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_dev_attr.o) + .text.wps_build_model_name + 0x0000000000000000 0x8a /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_dev_attr.o) + .text.wps_build_model_number + 0x0000000000000000 0x8a /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_dev_attr.o) + .text.wps_build_primary_dev_type + 0x0000000000000000 0x60 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_dev_attr.o) + .text.wps_build_secondary_dev_type + 0x0000000000000000 0x80 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_dev_attr.o) + .rodata.str1.4 + 0x0000000000000000 0x55 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_dev_attr.o) + .text.wps_build_req_dev_type + 0x0000000000000000 0x91 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_dev_attr.o) + .text.wps_build_dev_name + 0x0000000000000000 0x8a /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_dev_attr.o) + .text.wps_build_device_attrs + 0x0000000000000000 0xea /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_dev_attr.o) + .text.wps_build_os_version + 0x0000000000000000 0x7e /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_dev_attr.o) + .text.wps_build_vendor_ext_m1 + 0x0000000000000000 0xb0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_dev_attr.o) + .text.wps_build_rf_bands + 0x0000000000000000 0x64 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_dev_attr.o) + .text.wps_build_vendor_ext + 0x0000000000000000 0xba /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_dev_attr.o) + .text.wps_process_device_attrs + 0x0000000000000000 0x91 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_dev_attr.o) + .text.wps_process_os_version + 0x0000000000000000 0x32 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_dev_attr.o) + .text.wps_process_rf_bands + 0x0000000000000000 0x1a /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_dev_attr.o) + .text.wps_device_data_dup + 0x0000000000000000 0x9f /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_dev_attr.o) + .text.wps_device_data_free + 0x0000000000000000 0x4e /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_dev_attr.o) + .xt.lit 0x0000000000000000 0x80 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_dev_attr.o) + .xt.prop 0x0000000000000000 0x564 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_dev_attr.o) + .literal.wps_enrollee_get_msg + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_enrollee.o) + .literal.wps_enrollee_process_msg + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_enrollee.o) + .text 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_enrollee.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_enrollee.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_enrollee.o) + .rodata.str1.4 + 0x0000000000000000 0x3a5 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_enrollee.o) + .text.wps_enrollee_get_msg + 0x0000000000000000 0xb19 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_enrollee.o) + .rodata.wps_enrollee_get_msg + 0x0000000000000000 0x34 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_enrollee.o) + .text.wps_enrollee_process_msg + 0x0000000000000000 0xfa3 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_enrollee.o) + .rodata.wps_enrollee_process_msg + 0x0000000000000000 0x34 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_enrollee.o) + .rodata.__FUNCTION__$7686 + 0x0000000000000000 0x16 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_enrollee.o) + .rodata.__FUNCTION__$7678 + 0x0000000000000000 0x16 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_enrollee.o) + .rodata.__FUNCTION__$7574 + 0x0000000000000000 0x11 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_enrollee.o) + .xt.lit 0x0000000000000000 0x10 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_enrollee.o) + .xt.prop 0x0000000000000000 0x9f0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_enrollee.o) + .literal.wps_set_pushbutton + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_registrar.o) + .literal.wps_sta_cred_cb + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_registrar.o) + .literal.wps_registrar_add_authorized_mac + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_registrar.o) + .literal.wps_registrar_remove_pbc_session + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_registrar.o) + .literal.wps_build_sel_reg_dev_password_id + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_registrar.o) + .literal.wps_registrar_remove_authorized_mac + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_registrar.o) + .literal.wps_process_wsc_nack + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_registrar.o) + .literal.wps_registrar_add_pbc_session$isra$19 + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_registrar.o) + .literal.wps_build_sel_reg_config_methods$part$21 + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_registrar.o) + .literal.wps_build_wps_state$isra$25 + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_registrar.o) + .literal.wps_build_ap_setup_locked$isra$26$part$27 + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_registrar.o) + .literal.wps_build_selected_registrar$isra$28$part$29 + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_registrar.o) + .literal.wps_set_ie + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_registrar.o) + .literal.wps_process_wsc_ack$isra$32 + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_registrar.o) + .literal.wps_build_uuid_r + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_registrar.o) + .literal.wps_build_m2d + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_registrar.o) + .literal.wps_build_credential + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_registrar.o) + .literal.wps_device_store + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_registrar.o) + .literal.wps_registrar_pbc_overlap + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_registrar.o) + .literal.wps_authorized_macs + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_registrar.o) + .literal.wps_registrar_deinit + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_registrar.o) + .literal.wps_registrar_init + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_registrar.o) + .literal.wps_registrar_probe_req_rx + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_registrar.o) + .literal.wps_build_credential_wrap + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_registrar.o) + .literal.wps_build_cred + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_registrar.o) + .literal.wps_registrar_update_ie + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_registrar.o) + .literal.wps_registrar_selected_registrar_changed + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_registrar.o) + .literal.wps_registrar_remove_pin + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_registrar.o) + .literal.wps_registrar_invalidate_pin + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_registrar.o) + .literal.wps_registrar_unlock_pin + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_registrar.o) + .literal.wps_registrar_invalidate_wildcard_pin + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_registrar.o) + .literal.wps_registrar_get_msg + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_registrar.o) + .literal.wps_registrar_add_pin + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_registrar.o) + .literal.wps_registrar_button_pushed + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_registrar.o) + .literal.wps_registrar_stop_pbc + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_registrar.o) + .literal.wps_registrar_complete + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_registrar.o) + .literal.wps_registrar_wps_cancel + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_registrar.o) + .literal.wps_process_wsc_msg + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_registrar.o) + .literal.wps_process_wsc_done + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_registrar.o) + .literal.wps_registrar_process_msg + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_registrar.o) + .literal.wps_registrar_get_info + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_registrar.o) + .literal.wps_registrar_config_ap + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_registrar.o) + .text 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_registrar.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_registrar.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_registrar.o) + .text.wps_set_pushbutton + 0x0000000000000000 0x68 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_registrar.o) + .text.wps_sta_cred_cb + 0x0000000000000000 0x4b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_registrar.o) + .rodata.str1.4 + 0x0000000000000000 0x3fa /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_registrar.o) + .text.wps_registrar_add_authorized_mac + 0x0000000000000000 0x72 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_registrar.o) + .text.wps_registrar_remove_pbc_session + 0x0000000000000000 0xb6 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_registrar.o) + .text.wps_build_sel_reg_dev_password_id + 0x0000000000000000 0x71 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_registrar.o) + .text.wps_registrar_remove_authorized_mac + 0x0000000000000000 0x8a /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_registrar.o) + .text.wps_process_wsc_nack + 0x0000000000000000 0xe8 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_registrar.o) + .text.wps_registrar_add_pbc_session$isra$19 + 0x0000000000000000 0xff /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_registrar.o) + .text.wps_build_sel_reg_config_methods$part$21 + 0x0000000000000000 0x92 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_registrar.o) + .text.wps_build_wps_state$isra$25 + 0x0000000000000000 0x64 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_registrar.o) + .text.wps_build_ap_setup_locked$isra$26$part$27 + 0x0000000000000000 0x54 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_registrar.o) + .text.wps_build_selected_registrar$isra$28$part$29 + 0x0000000000000000 0x54 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_registrar.o) + .rodata 0x0000000000000000 0xe /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_registrar.o) + .text.wps_set_ie + 0x0000000000000000 0x3b4 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_registrar.o) + .text.wps_process_wsc_ack$isra$32 + 0x0000000000000000 0x15 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_registrar.o) + .text.wps_build_uuid_r + 0x0000000000000000 0x5e /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_registrar.o) + .text.wps_build_m2d + 0x0000000000000000 0x15b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_registrar.o) + .text.wps_build_credential + 0x0000000000000000 0x286 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_registrar.o) + .text.wps_device_store + 0x0000000000000000 0x124 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_registrar.o) + .text.wps_registrar_pbc_overlap + 0x0000000000000000 0x96 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_registrar.o) + .text.wps_authorized_macs + 0x0000000000000000 0x81 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_registrar.o) + .text.wps_registrar_deinit + 0x0000000000000000 0xaa /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_registrar.o) + .text.wps_registrar_init + 0x0000000000000000 0xba /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_registrar.o) + .text.wps_registrar_probe_req_rx + 0x0000000000000000 0x146 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_registrar.o) + .text.wps_build_credential_wrap + 0x0000000000000000 0xc8 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_registrar.o) + .text.wps_build_cred + 0x0000000000000000 0x376 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_registrar.o) + .text.wps_registrar_update_ie + 0x0000000000000000 0x14 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_registrar.o) + .text.wps_registrar_selected_registrar_changed + 0x0000000000000000 0xd6 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_registrar.o) + .text.wps_registrar_remove_pin + 0x0000000000000000 0x86 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_registrar.o) + .text.wps_registrar_invalidate_pin + 0x0000000000000000 0x65 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_registrar.o) + .text.wps_registrar_unlock_pin + 0x0000000000000000 0x4b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_registrar.o) + .text.wps_registrar_invalidate_wildcard_pin + 0x0000000000000000 0x69 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_registrar.o) + .text.wps_registrar_get_msg + 0x0000000000000000 0x935 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_registrar.o) + .rodata.wps_registrar_get_msg + 0x0000000000000000 0x2c /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_registrar.o) + .text.wps_registrar_add_pin + 0x0000000000000000 0x14c /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_registrar.o) + .text.wps_registrar_button_pushed + 0x0000000000000000 0x93 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_registrar.o) + .text.wps_registrar_stop_pbc + 0x0000000000000000 0x4c /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_registrar.o) + .text.wps_registrar_complete + 0x0000000000000000 0x87 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_registrar.o) + .text.wps_registrar_wps_cancel + 0x0000000000000000 0x4e /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_registrar.o) + .text.wps_process_wsc_msg + 0x0000000000000000 0xaff /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_registrar.o) + .text.wps_process_wsc_done + 0x0000000000000000 0x210 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_registrar.o) + .text.wps_registrar_process_msg + 0x0000000000000000 0xb6 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_registrar.o) + .text.wps_registrar_get_info + 0x0000000000000000 0xa2 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_registrar.o) + .text.wps_registrar_config_ap + 0x0000000000000000 0xb8 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_registrar.o) + .rodata.__FUNCTION__$8014 + 0x0000000000000000 0x16 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_registrar.o) + .rodata.__FUNCTION__$8006 + 0x0000000000000000 0x16 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_registrar.o) + .rodata.__FUNCTION__$7873 + 0x0000000000000000 0x11 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_registrar.o) + .xt.lit 0x0000000000000000 0x138 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_registrar.o) + .xt.prop 0x0000000000000000 0x1e90 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_registrar.o) + .literal.wps_validate_dev_password_id + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_validate.o) + .literal.valid_config_methods + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_validate.o) + .literal.wps_validate_sel_reg_config_methods + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_validate.o) + .literal.wps_validate_uuid_e$part$9 + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_validate.o) + .literal.wps_validate_rf_bands + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_validate.o) + .literal.wps_validate_version2 + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_validate.o) + .literal.wps_validate_response_type + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_validate.o) + .literal.wps_validate_manufacturer$part$13 + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_validate.o) + .literal.wps_validate_model_name$part$14 + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_validate.o) + .literal.wps_validate_model_number$part$15 + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_validate.o) + .literal.unlikely.wps_validate_serial_number$part$16 + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_validate.o) + .literal.wps_validate_primary_dev_type$part$17 + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_validate.o) + .literal.wps_validate_dev_name$part$18 + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_validate.o) + .literal.wps_validate_config_methods + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_validate.o) + .literal.wps_validate_uuid_r$part$21 + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_validate.o) + .literal.wps_validate_mac_addr + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_validate.o) + .literal.wps_validate_enrollee_nonce$part$28 + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_validate.o) + .literal.unlikely.wps_validate_os_version$part$33 + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_validate.o) + .literal.wps_validate_registrar_nonce$part$34 + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_validate.o) + .literal.unlikely.wps_validate_authenticator$part$35 + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_validate.o) + .literal.wps_validate_key_wrap_auth$part$37 + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_validate.o) + .literal.wps_validate_ssid$part$38 + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_validate.o) + .literal.wps_validate_auth_type + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_validate.o) + .literal.wps_validate_encr_type + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_validate.o) + .literal.wps_validate_network_key + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_validate.o) + .literal.wps_validate_authorized_macs + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_validate.o) + .literal.wps_validate_encr_settings$constprop$50 + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_validate.o) + .literal.wps_validate_conn_type_flags$constprop$55 + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_validate.o) + .literal.wps_validate_encr_type_flags$constprop$56 + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_validate.o) + .literal.wps_validate_auth_type_flags$constprop$57 + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_validate.o) + .literal.wps_validate_public_key$constprop$58 + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_validate.o) + .literal.wps_validate_msg_type$constprop$59 + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_validate.o) + .literal.wps_validate_selected_registrar$constprop$60 + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_validate.o) + .literal.wps_validate_ap_setup_locked$constprop$61 + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_validate.o) + .literal.wps_validate_wps_state$constprop$62 + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_validate.o) + .literal.wps_validate_request_to_enroll$constprop$63 + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_validate.o) + .literal.wps_validate_config_error$constprop$64 + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_validate.o) + .literal.wps_validate_assoc_state$constprop$65 + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_validate.o) + .literal.wps_validate_request_type$constprop$66 + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_validate.o) + .literal.wps_validate_version$constprop$67 + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_validate.o) + .literal.wps_validate_beacon + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_validate.o) + .literal.wps_validate_beacon_probe_resp + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_validate.o) + .literal.wps_validate_probe_req + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_validate.o) + .literal.wps_validate_assoc_req + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_validate.o) + .literal.wps_validate_assoc_resp + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_validate.o) + .literal.wps_validate_m1 + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_validate.o) + .literal.wps_validate_m2 + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_validate.o) + .literal.wps_validate_m2d + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_validate.o) + .literal.wps_validate_m3 + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_validate.o) + .literal.wps_validate_m4 + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_validate.o) + .literal.wps_validate_m4_encr + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_validate.o) + .literal.wps_validate_m5 + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_validate.o) + .literal.wps_validate_m5_encr + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_validate.o) + .literal.wps_validate_m6 + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_validate.o) + .literal.wps_validate_m6_encr + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_validate.o) + .literal.wps_validate_m7 + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_validate.o) + .literal.wps_validate_m7_encr + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_validate.o) + .literal.wps_validate_m8 + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_validate.o) + .literal.wps_validate_m8_encr + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_validate.o) + .literal.wps_validate_wsc_ack + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_validate.o) + .literal.wps_validate_wsc_nack + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_validate.o) + .literal.wps_validate_wsc_done + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_validate.o) + .literal.wps_validate_upnp_set_selected_registrar + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_validate.o) + .text 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_validate.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_validate.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_validate.o) + .rodata.str1.4 + 0x0000000000000000 0x2301 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_validate.o) + .text.wps_validate_dev_password_id + 0x0000000000000000 0x7c /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_validate.o) + .text.valid_config_methods + 0x0000000000000000 0xee /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_validate.o) + .text.wps_validate_sel_reg_config_methods + 0x0000000000000000 0x82 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_validate.o) + .text.wps_validate_uuid_e$part$9 + 0x0000000000000000 0x2f /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_validate.o) + .text.wps_validate_rf_bands + 0x0000000000000000 0x74 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_validate.o) + .text.wps_validate_version2 + 0x0000000000000000 0x70 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_validate.o) + .text.wps_validate_response_type + 0x0000000000000000 0x70 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_validate.o) + .text.wps_validate_manufacturer$part$13 + 0x0000000000000000 0x2f /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_validate.o) + .text.wps_validate_model_name$part$14 + 0x0000000000000000 0x2f /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_validate.o) + .text.wps_validate_model_number$part$15 + 0x0000000000000000 0x2f /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_validate.o) + .text.unlikely.wps_validate_serial_number$part$16 + 0x0000000000000000 0x2f /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_validate.o) + .text.wps_validate_primary_dev_type$part$17 + 0x0000000000000000 0x2f /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_validate.o) + .text.wps_validate_dev_name$part$18 + 0x0000000000000000 0x2f /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_validate.o) + .text.wps_validate_config_methods + 0x0000000000000000 0x82 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_validate.o) + .text.wps_validate_uuid_r$part$21 + 0x0000000000000000 0x2f /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_validate.o) + .text.wps_validate_mac_addr + 0x0000000000000000 0x86 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_validate.o) + .text.wps_validate_enrollee_nonce$part$28 + 0x0000000000000000 0x2f /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_validate.o) + .text.unlikely.wps_validate_os_version$part$33 + 0x0000000000000000 0x2f /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_validate.o) + .text.wps_validate_registrar_nonce$part$34 + 0x0000000000000000 0x2f /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_validate.o) + .text.unlikely.wps_validate_authenticator$part$35 + 0x0000000000000000 0x2f /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_validate.o) + .text.wps_validate_key_wrap_auth$part$37 + 0x0000000000000000 0x2f /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_validate.o) + .text.wps_validate_ssid$part$38 + 0x0000000000000000 0x2f /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_validate.o) + .text.wps_validate_auth_type + 0x0000000000000000 0xa2 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_validate.o) + .text.wps_validate_encr_type + 0x0000000000000000 0xa2 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_validate.o) + .text.wps_validate_network_key + 0x0000000000000000 0x6e /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_validate.o) + .text.wps_validate_authorized_macs + 0x0000000000000000 0x6e /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_validate.o) + .text.wps_validate_encr_settings$constprop$50 + 0x0000000000000000 0x66 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_validate.o) + .text.wps_validate_conn_type_flags$constprop$55 + 0x0000000000000000 0x70 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_validate.o) + .text.wps_validate_encr_type_flags$constprop$56 + 0x0000000000000000 0x74 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_validate.o) + .text.wps_validate_auth_type_flags$constprop$57 + 0x0000000000000000 0x74 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_validate.o) + .text.wps_validate_public_key$constprop$58 + 0x0000000000000000 0x66 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_validate.o) + .text.wps_validate_msg_type$constprop$59 + 0x0000000000000000 0x70 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_validate.o) + .text.wps_validate_selected_registrar$constprop$60 + 0x0000000000000000 0x44 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_validate.o) + .text.wps_validate_ap_setup_locked$constprop$61 + 0x0000000000000000 0x44 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_validate.o) + .text.wps_validate_wps_state$constprop$62 + 0x0000000000000000 0x70 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_validate.o) + .text.wps_validate_request_to_enroll$constprop$63 + 0x0000000000000000 0x44 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_validate.o) + .text.wps_validate_config_error$constprop$64 + 0x0000000000000000 0x70 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_validate.o) + .text.wps_validate_assoc_state$constprop$65 + 0x0000000000000000 0x70 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_validate.o) + .text.wps_validate_request_type$constprop$66 + 0x0000000000000000 0x6c /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_validate.o) + .text.wps_validate_version$constprop$67 + 0x0000000000000000 0x6c /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_validate.o) + .text.wps_validate_beacon + 0x0000000000000000 0x180 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_validate.o) + .text.wps_validate_beacon_probe_resp + 0x0000000000000000 0x3e7 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_validate.o) + .text.wps_validate_probe_req + 0x0000000000000000 0x2cc /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_validate.o) + .text.wps_validate_assoc_req + 0x0000000000000000 0x107 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_validate.o) + .text.wps_validate_assoc_resp + 0x0000000000000000 0x108 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_validate.o) + .text.wps_validate_m1 + 0x0000000000000000 0x304 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_validate.o) + .text.wps_validate_m2 + 0x0000000000000000 0x2f5 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_validate.o) + .text.wps_validate_m2d + 0x0000000000000000 0x2bb /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_validate.o) + .text.wps_validate_m3 + 0x0000000000000000 0x192 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_validate.o) + .text.wps_validate_m4 + 0x0000000000000000 0x1a8 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_validate.o) + .text.wps_validate_m4_encr + 0x0000000000000000 0x110 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_validate.o) + .text.wps_validate_m5 + 0x0000000000000000 0x13f /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_validate.o) + .text.wps_validate_m5_encr + 0x0000000000000000 0x110 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_validate.o) + .text.wps_validate_m6 + 0x0000000000000000 0x13d /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_validate.o) + .text.wps_validate_m6_encr + 0x0000000000000000 0x110 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_validate.o) + .text.wps_validate_m7 + 0x0000000000000000 0x141 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_validate.o) + .text.wps_validate_m7_encr + 0x0000000000000000 0x196 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_validate.o) + .text.wps_validate_m8 + 0x0000000000000000 0x141 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_validate.o) + .text.wps_validate_m8_encr + 0x0000000000000000 0x333 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_validate.o) + .text.wps_validate_wsc_ack + 0x0000000000000000 0x12f /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_validate.o) + .text.wps_validate_wsc_nack + 0x0000000000000000 0x137 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_validate.o) + .text.wps_validate_wsc_done + 0x0000000000000000 0x132 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_validate.o) + .text.wps_validate_upnp_set_selected_registrar + 0x0000000000000000 0x161 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_validate.o) + .xt.lit 0x0000000000000000 0x1f8 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_validate.o) + .xt.prop 0x0000000000000000 0x2dfc /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_validate.o) + .literal.eap_hdr_len_valid + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(eap_common.o) + .literal.eap_hdr_validate + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(eap_common.o) + .literal.eap_msg_alloc + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(eap_common.o) + .literal.eap_update_len + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(eap_common.o) + .literal.eap_get_id + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(eap_common.o) + .literal.eap_get_type + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(eap_common.o) + .text 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(eap_common.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(eap_common.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(eap_common.o) + .rodata.str1.4 + 0x0000000000000000 0xd4 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(eap_common.o) + .text.eap_hdr_len_valid + 0x0000000000000000 0x80 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(eap_common.o) + .text.eap_hdr_validate + 0x0000000000000000 0x119 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(eap_common.o) + .text.eap_msg_alloc + 0x0000000000000000 0xce /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(eap_common.o) + .text.eap_update_len + 0x0000000000000000 0x2c /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(eap_common.o) + .text.eap_get_id + 0x0000000000000000 0x18 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(eap_common.o) + .text.eap_get_type + 0x0000000000000000 0x18 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(eap_common.o) + .xt.lit 0x0000000000000000 0x18 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(eap_common.o) + .xt.prop 0x0000000000000000 0x210 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(eap_common.o) + .literal.uuid_str2bin + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(uuid.o) + .literal.uuid_bin2str + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(uuid.o) + .literal.is_nil_uuid + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(uuid.o) + .text 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(uuid.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(uuid.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(uuid.o) + .text.uuid_str2bin + 0x0000000000000000 0x8e /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(uuid.o) + .rodata.str1.4 + 0x0000000000000000 0x45 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(uuid.o) + .text.uuid_bin2str + 0x0000000000000000 0xfb /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(uuid.o) + .text.is_nil_uuid + 0x0000000000000000 0x18 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(uuid.o) + .xt.lit 0x0000000000000000 0x10 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(uuid.o) + .xt.prop 0x0000000000000000 0xe4 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(uuid.o) + .literal.wps_build_public_key + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_attr_build.o) + .literal.wps_build_req_type + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_attr_build.o) + .literal.wps_build_resp_type + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_attr_build.o) + .literal.wps_build_config_methods + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_attr_build.o) + .literal.wps_build_uuid_e + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_attr_build.o) + .literal.wps_build_dev_password_id + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_attr_build.o) + .literal.wps_build_config_error + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_attr_build.o) + .literal.wps_build_authenticator + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_attr_build.o) + .literal.wps_build_version + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_attr_build.o) + .literal.wps_build_wfa_ext + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_attr_build.o) + .literal.wps_build_msg_type + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_attr_build.o) + .literal.wps_build_enrollee_nonce + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_attr_build.o) + .literal.wps_build_registrar_nonce + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_attr_build.o) + .literal.wps_build_auth_type_flags + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_attr_build.o) + .literal.wps_build_encr_type_flags + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_attr_build.o) + .literal.wps_build_conn_type_flags + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_attr_build.o) + .literal.wps_build_assoc_state + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_attr_build.o) + .literal.wps_build_key_wrap_auth + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_attr_build.o) + .literal.wps_build_encr_settings + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_attr_build.o) + .literal.wps_ie_encapsulate + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_attr_build.o) + .text 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_attr_build.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_attr_build.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_attr_build.o) + .rodata.str1.4 + 0x0000000000000000 0xd5 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_attr_build.o) + .text.wps_build_public_key + 0x0000000000000000 0x1b9 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_attr_build.o) + .text.wps_build_req_type + 0x0000000000000000 0x58 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_attr_build.o) + .text.wps_build_resp_type + 0x0000000000000000 0x58 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_attr_build.o) + .text.wps_build_config_methods + 0x0000000000000000 0x62 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_attr_build.o) + .text.wps_build_uuid_e + 0x0000000000000000 0x5c /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_attr_build.o) + .text.wps_build_dev_password_id + 0x0000000000000000 0x62 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_attr_build.o) + .text.wps_build_config_error + 0x0000000000000000 0x62 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_attr_build.o) + .text.wps_build_authenticator + 0x0000000000000000 0xd4 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_attr_build.o) + .text.wps_build_version + 0x0000000000000000 0x58 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_attr_build.o) + .text.wps_build_wfa_ext + 0x0000000000000000 0x171 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_attr_build.o) + .text.wps_build_msg_type + 0x0000000000000000 0x58 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_attr_build.o) + .text.wps_build_enrollee_nonce + 0x0000000000000000 0x5e /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_attr_build.o) + .text.wps_build_registrar_nonce + 0x0000000000000000 0x5e /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_attr_build.o) + .text.wps_build_auth_type_flags + 0x0000000000000000 0x5a /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_attr_build.o) + .text.wps_build_encr_type_flags + 0x0000000000000000 0x59 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_attr_build.o) + .text.wps_build_conn_type_flags + 0x0000000000000000 0x55 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_attr_build.o) + .text.wps_build_assoc_state + 0x0000000000000000 0x57 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_attr_build.o) + .text.wps_build_key_wrap_auth + 0x0000000000000000 0xac /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_attr_build.o) + .text.wps_build_encr_settings + 0x0000000000000000 0x12d /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_attr_build.o) + .text.wps_ie_encapsulate + 0x0000000000000000 0xbc /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_attr_build.o) + .xt.lit 0x0000000000000000 0xa0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_attr_build.o) + .xt.prop 0x0000000000000000 0x5a0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_attr_build.o) + .literal.wps_parse_msg + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_attr_parse.o) + .text 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_attr_parse.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_attr_parse.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_attr_parse.o) + .rodata.str1.4 + 0x0000000000000000 0x12 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_attr_parse.o) + .text.wps_parse_msg + 0x0000000000000000 0x414 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_attr_parse.o) + .rodata.wps_parse_msg + 0x0000000000000000 0x1bc /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_attr_parse.o) + .xt.lit 0x0000000000000000 0x8 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_attr_parse.o) + .xt.prop 0x0000000000000000 0x6c0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_attr_parse.o) + .literal.wps_process_cred_ssid + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_attr_process.o) + .literal.wps_workaround_cred_key + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_attr_process.o) + .literal.wps_process_authenticator + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_attr_process.o) + .literal.wps_process_key_wrap_auth + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_attr_process.o) + .literal.wps_process_cred + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_attr_process.o) + .literal.wps_process_ap_settings + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_attr_process.o) + .text 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_attr_process.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_attr_process.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_attr_process.o) + .text.wps_process_cred_ssid + 0x0000000000000000 0x56 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_attr_process.o) + .rodata.str1.4 + 0x0000000000000000 0xea /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_attr_process.o) + .text.wps_workaround_cred_key + 0x0000000000000000 0x4e /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_attr_process.o) + .text.wps_process_authenticator + 0x0000000000000000 0x94 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_attr_process.o) + .text.wps_process_key_wrap_auth + 0x0000000000000000 0x80 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_attr_process.o) + .text.wps_process_cred + 0x0000000000000000 0x121 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_attr_process.o) + .text.wps_process_ap_settings + 0x0000000000000000 0xf6 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_attr_process.o) + .xt.lit 0x0000000000000000 0x30 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_attr_process.o) + .xt.prop 0x0000000000000000 0x324 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_attr_process.o) + .literal.wpa2_get_state + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap.o) + .literal.eap_peer_config_deinit + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap.o) + .literal.eap_peer_blob_deinit + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap.o) + .literal.eap_peer_sm_deinit + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap.o) + .literal.wpa2_task_delete + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap.o) + .literal.eap_peer_sm_init + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap.o) + .literal.wpa2_post + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap.o) + .literal.wpa2_start_eapol + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap.o) + .literal.wpa2_sm_rx_eapol + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap.o) + .literal.eap_peer_get_eap_method + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap.o) + .literal.eap_peer_get_methods + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap.o) + .literal.eap_peer_get_type + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap.o) + .literal.eap_get_phase2_type + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap.o) + .literal.eap_get_phase2_types + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap.o) + .literal.eap_peer_method_alloc + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap.o) + .literal.eap_peer_method_free + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap.o) + .literal.eap_peer_method_register + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap.o) + .literal.eap_peer_unregister_methods + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap.o) + .literal.eap_peer_register_methods + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap.o) + .literal.wpa2_sm_alloc_eapol + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap.o) + .literal.wpa2_sm_free_eapol + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap.o) + .literal.eap_sm_build_identity_resp + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap.o) + .literal.eap_sm_send_eapol + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap.o) + .literal.eap_sm_process_request + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap.o) + .literal.wpa2Task + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap.o) + .literal.eap_get_config + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap.o) + .literal.eap_get_config_identity + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap.o) + .literal.eap_get_config_password + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap.o) + .literal.eap_get_config_password2 + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap.o) + .literal.eap_get_config_new_password + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap.o) + .literal.eap_get_config_blob + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap.o) + .literal.esp_wifi_sta_wpa2_ent_enable + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap.o) + .literal.esp_wifi_sta_wpa2_ent_disable + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap.o) + .literal.esp_wifi_sta_wpa2_ent_set_cert_key + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap.o) + .literal.esp_wifi_sta_wpa2_ent_clear_cert_key + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap.o) + .literal.esp_wifi_sta_wpa2_ent_set_ca_cert + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap.o) + .literal.esp_wifi_sta_wpa2_ent_clear_ca_cert + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap.o) + .literal.esp_wifi_sta_wpa2_ent_set_identity + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap.o) + .literal.esp_wifi_sta_wpa2_ent_clear_identity + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap.o) + .literal.esp_wifi_sta_wpa2_ent_set_username + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap.o) + .literal.esp_wifi_sta_wpa2_ent_clear_username + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap.o) + .literal.esp_wifi_sta_wpa2_ent_set_password + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap.o) + .literal.esp_wifi_sta_wpa2_ent_clear_password + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap.o) + .literal.esp_wifi_sta_wpa2_ent_set_new_password + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap.o) + .literal.esp_wifi_sta_wpa2_ent_clear_new_password + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap.o) + .literal.esp_wifi_sta_wpa2_ent_set_disable_time_check + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap.o) + .literal.wifi_sta_get_enterprise_disable_time_check + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap.o) + .literal.esp_wifi_sta_wpa2_ent_get_disable_time_check + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap.o) + .text 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap.o) + .text.wpa2_get_state + 0x0000000000000000 0x13 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap.o) + .text.eap_peer_config_deinit + 0x0000000000000000 0x4e /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap.o) + .text.eap_peer_blob_deinit + 0x0000000000000000 0x43 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap.o) + .text.eap_peer_sm_deinit + 0x0000000000000000 0x8a /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap.o) + .rodata.str1.4 + 0x0000000000000000 0x343 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap.o) + .text.wpa2_task_delete + 0x0000000000000000 0x66 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap.o) + .text.eap_peer_sm_init + 0x0000000000000000 0x49e /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap.o) + .text.wpa2_post + 0x0000000000000000 0xdc /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap.o) + .text.wpa2_start_eapol + 0x0000000000000000 0x15 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap.o) + .text.wpa2_sm_rx_eapol + 0x0000000000000000 0x82 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap.o) + .text.eap_peer_get_eap_method + 0x0000000000000000 0x21 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap.o) + .text.eap_peer_get_methods + 0x0000000000000000 0x24 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap.o) + .text.eap_peer_get_type + 0x0000000000000000 0x31 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap.o) + .text.eap_get_phase2_type + 0x0000000000000000 0x41 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap.o) + .text.eap_get_phase2_types + 0x0000000000000000 0xaf /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap.o) + .text.eap_peer_method_alloc + 0x0000000000000000 0x1d /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap.o) + .text.eap_peer_method_free + 0x0000000000000000 0x12 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap.o) + .text.eap_peer_method_register + 0x0000000000000000 0x51 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap.o) + .text.eap_peer_unregister_methods + 0x0000000000000000 0x36 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap.o) + .text.eap_peer_register_methods + 0x0000000000000000 0x35 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap.o) + .text.wpa2_sm_alloc_eapol + 0x0000000000000000 0x6c /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap.o) + .text.wpa2_sm_free_eapol + 0x0000000000000000 0x17 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap.o) + .text.eap_sm_build_identity_resp + 0x0000000000000000 0xd2 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap.o) + .text.eap_sm_send_eapol + 0x0000000000000000 0x92 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap.o) + .text.eap_sm_process_request + 0x0000000000000000 0x360 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap.o) + .text.wpa2Task + 0x0000000000000000 0x26e /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap.o) + .text.eap_get_config + 0x0000000000000000 0x8 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap.o) + .text.eap_get_config_identity + 0x0000000000000000 0x16 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap.o) + .text.eap_get_config_password + 0x0000000000000000 0x16 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap.o) + .text.eap_get_config_password2 + 0x0000000000000000 0x31 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap.o) + .text.eap_get_config_new_password + 0x0000000000000000 0x16 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap.o) + .text.eap_get_config_blob + 0x0000000000000000 0x33 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap.o) + .text.esp_wifi_sta_wpa2_ent_enable + 0x0000000000000000 0x16c /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap.o) + .text.esp_wifi_sta_wpa2_ent_disable + 0x0000000000000000 0x59 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap.o) + .text.esp_wifi_sta_wpa2_ent_set_cert_key + 0x0000000000000000 0x6d /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap.o) + .text.esp_wifi_sta_wpa2_ent_clear_cert_key + 0x0000000000000000 0x5e /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap.o) + .text.esp_wifi_sta_wpa2_ent_set_ca_cert + 0x0000000000000000 0x2c /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap.o) + .text.esp_wifi_sta_wpa2_ent_clear_ca_cert + 0x0000000000000000 0x21 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap.o) + .text.esp_wifi_sta_wpa2_ent_set_identity + 0x0000000000000000 0x5c /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap.o) + .text.esp_wifi_sta_wpa2_ent_clear_identity + 0x0000000000000000 0x2f /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap.o) + .text.esp_wifi_sta_wpa2_ent_set_username + 0x0000000000000000 0x5c /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap.o) + .text.esp_wifi_sta_wpa2_ent_clear_username + 0x0000000000000000 0x2f /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap.o) + .text.esp_wifi_sta_wpa2_ent_set_password + 0x0000000000000000 0x54 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap.o) + .text.esp_wifi_sta_wpa2_ent_clear_password + 0x0000000000000000 0x2f /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap.o) + .text.esp_wifi_sta_wpa2_ent_set_new_password + 0x0000000000000000 0x54 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap.o) + .text.esp_wifi_sta_wpa2_ent_clear_new_password + 0x0000000000000000 0x2f /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap.o) + .text.esp_wifi_sta_wpa2_ent_set_disable_time_check + 0x0000000000000000 0x14 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap.o) + .text.wifi_sta_get_enterprise_disable_time_check + 0x0000000000000000 0xf /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap.o) + .text.esp_wifi_sta_wpa2_ent_get_disable_time_check + 0x0000000000000000 0x17 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap.o) + .rodata.__FUNCTION__$8312 + 0x0000000000000000 0x1d /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap.o) + .bss.eap_methods + 0x0000000000000000 0x4 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap.o) + .bss.wpa2_task_del_timer + 0x0000000000000000 0x14 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap.o) + .bss.xWpa2Queue + 0x0000000000000000 0x4 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap.o) + .bss.wpa2_task_hdl + 0x0000000000000000 0x4 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap.o) + .data.gl_disable_time_check + 0x0000000000000000 0x1 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap.o) + .bss.gl_new_password_len + 0x0000000000000000 0x4 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap.o) + .bss.gl_new_password + 0x0000000000000000 0x4 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap.o) + .bss.gl_password_len + 0x0000000000000000 0x4 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap.o) + .bss.gl_password + 0x0000000000000000 0x4 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap.o) + .bss.gl_ca_cert_len + 0x0000000000000000 0x4 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap.o) + .bss.gl_ca_cert + 0x0000000000000000 0x4 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap.o) + .bss.gl_private_key_passwd + 0x0000000000000000 0x4 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap.o) + .bss.gl_private_key_len + 0x0000000000000000 0x4 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap.o) + .bss.gl_private_key + 0x0000000000000000 0x4 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap.o) + .bss.gl_client_cert_len + 0x0000000000000000 0x4 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap.o) + .bss.gl_client_cert + 0x0000000000000000 0x4 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap.o) + .bss.gl_username_len + 0x0000000000000000 0x4 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap.o) + .bss.gl_username + 0x0000000000000000 0x4 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap.o) + .bss.gl_anonymous_identity_len + 0x0000000000000000 0x4 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap.o) + .bss.gl_anonymous_identity + 0x0000000000000000 0x4 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap.o) + .bss.gEapSm 0x0000000000000000 0x4 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap.o) + .xt.lit 0x0000000000000000 0x158 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap.o) + .xt.prop 0x0000000000000000 0x13a4 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap.o) + COMMON 0x0000000000000000 0x24 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap.o) + .literal.eap_peap_isKeyAvailable + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_peap.o) + .literal.eap_peap_get_session_id + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_peap.o) + .literal.eap_peap_init_for_reauth + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_peap.o) + .literal.eap_peap_deinit_for_reauth + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_peap.o) + .literal.eap_peap_has_reauth_data + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_peap.o) + .literal.eap_peap_get_status + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_peap.o) + .literal.eap_peap_getKey + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_peap.o) + .literal.eap_peap_deinit + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_peap.o) + .literal.eap_peap_init + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_peap.o) + .literal.eap_peap_decrypt + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_peap.o) + .literal.eap_peap_process + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_peap.o) + .literal.eap_peer_peap_register + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_peap.o) + .text 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_peap.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_peap.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_peap.o) + .text.eap_peap_isKeyAvailable + 0x0000000000000000 0x17 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_peap.o) + .text.eap_peap_get_session_id + 0x0000000000000000 0x42 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_peap.o) + .text.eap_peap_init_for_reauth + 0x0000000000000000 0x79 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_peap.o) + .text.eap_peap_deinit_for_reauth + 0x0000000000000000 0x1a /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_peap.o) + .text.eap_peap_has_reauth_data + 0x0000000000000000 0x24 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_peap.o) + .rodata.str1.4 + 0x0000000000000000 0x859 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_peap.o) + .text.eap_peap_get_status + 0x0000000000000000 0x46 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_peap.o) + .rodata 0x0000000000000000 0x2 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_peap.o) + .text.eap_peap_getKey + 0x0000000000000000 0xca /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_peap.o) + .text.eap_peap_deinit + 0x0000000000000000 0x6a /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_peap.o) + .text.eap_peap_init + 0x0000000000000000 0x1e0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_peap.o) + .text.eap_peap_decrypt + 0x0000000000000000 0x130c /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_peap.o) + .text.eap_peap_process + 0x0000000000000000 0x25e /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_peap.o) + .text.eap_peer_peap_register + 0x0000000000000000 0xe4 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_peap.o) + .xt.lit 0x0000000000000000 0x58 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_peap.o) + .xt.prop 0x0000000000000000 0x9cc /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_peap.o) + .literal.eap_peer_tls_data_reassemble + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_tls_common.o) + .literal.eap_tls_check_blob + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_tls_common.o) + .literal.eap_tls_process_output + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_tls_common.o) + .literal.eap_peer_tls_ssl_init + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_tls_common.o) + .literal.eap_peer_tls_ssl_deinit + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_tls_common.o) + .literal.eap_peer_tls_derive_key + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_tls_common.o) + .literal.eap_peer_tls_derive_session_id + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_tls_common.o) + .literal.eap_peer_tls_process_helper + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_tls_common.o) + .literal.eap_peer_tls_build_ack + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_tls_common.o) + .literal.eap_peer_tls_reauth_init + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_tls_common.o) + .literal.eap_peer_tls_status + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_tls_common.o) + .literal.eap_peer_tls_process_init + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_tls_common.o) + .literal.eap_peer_tls_reset_input + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_tls_common.o) + .literal.eap_peer_tls_reset_output + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_tls_common.o) + .literal.eap_peer_tls_decrypt + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_tls_common.o) + .literal.eap_peer_tls_encrypt + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_tls_common.o) + .literal.eap_peer_select_phase2_methods + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_tls_common.o) + .literal.eap_peer_tls_phase2_nak + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_tls_common.o) + .text 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_tls_common.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_tls_common.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_tls_common.o) + .rodata.str1.4 + 0x0000000000000000 0x4ee /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_tls_common.o) + .text.eap_peer_tls_data_reassemble + 0x0000000000000000 0x171 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_tls_common.o) + .text.eap_tls_check_blob + 0x0000000000000000 0x66 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_tls_common.o) + .text.eap_tls_process_output + 0x0000000000000000 0x16f /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_tls_common.o) + .text.eap_peer_tls_ssl_init + 0x0000000000000000 0x2de /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_tls_common.o) + .text.eap_peer_tls_ssl_deinit + 0x0000000000000000 0x38 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_tls_common.o) + .text.eap_peer_tls_derive_key + 0x0000000000000000 0xd6 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_tls_common.o) + .text.eap_peer_tls_derive_session_id + 0x0000000000000000 0x7c /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_tls_common.o) + .text.eap_peer_tls_process_helper + 0x0000000000000000 0x189 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_tls_common.o) + .text.eap_peer_tls_build_ack + 0x0000000000000000 0x58 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_tls_common.o) + .text.eap_peer_tls_reauth_init + 0x0000000000000000 0x39 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_tls_common.o) + .text.eap_peer_tls_status + 0x0000000000000000 0x3b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_tls_common.o) + .text.eap_peer_tls_process_init + 0x0000000000000000 0x16a /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_tls_common.o) + .text.eap_peer_tls_reset_input + 0x0000000000000000 0x19 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_tls_common.o) + .text.eap_peer_tls_reset_output + 0x0000000000000000 0x18 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_tls_common.o) + .text.eap_peer_tls_decrypt + 0x0000000000000000 0x8e /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_tls_common.o) + .text.eap_peer_tls_encrypt + 0x0000000000000000 0x90 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_tls_common.o) + .text.eap_peer_select_phase2_methods + 0x0000000000000000 0x1ba /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_tls_common.o) + .text.eap_peer_tls_phase2_nak + 0x0000000000000000 0x80 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_tls_common.o) + .rodata.__func__$5347 + 0x0000000000000000 0x13 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_tls_common.o) + .xt.lit 0x0000000000000000 0x90 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_tls_common.o) + .xt.prop 0x0000000000000000 0xa80 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_tls_common.o) + .literal.eap_tls_isKeyAvailable + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_tls.o) + .literal.eap_tls_getKey + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_tls.o) + .literal.eap_tls_deinit + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_tls.o) + .literal.eap_tls_process + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_tls.o) + .literal.eap_tls_init + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_tls.o) + .literal.eap_peer_tls_register + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_tls.o) + .text 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_tls.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_tls.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_tls.o) + .text.eap_tls_isKeyAvailable + 0x0000000000000000 0xe /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_tls.o) + .text.eap_tls_getKey + 0x0000000000000000 0x2c /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_tls.o) + .text.eap_tls_deinit + 0x0000000000000000 0x3a /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_tls.o) + .rodata.str1.4 + 0x0000000000000000 0x12c /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_tls.o) + .text.eap_tls_process + 0x0000000000000000 0x1f4 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_tls.o) + .text.eap_tls_init + 0x0000000000000000 0xb0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_tls.o) + .text.eap_peer_tls_register + 0x0000000000000000 0x90 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_tls.o) + .xt.lit 0x0000000000000000 0x28 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_tls.o) + .xt.prop 0x0000000000000000 0x21c /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_tls.o) + .literal.eap_ttls_isKeyAvailable + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_ttls.o) + .literal.eap_ttls_init_for_reauth + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_ttls.o) + .literal.eap_ttls_deinit_for_reauth + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_ttls.o) + .literal.eap_ttls_has_reauth_data + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_ttls.o) + .literal.eap_ttls_get_status + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_ttls.o) + .literal.eap_ttls_get_session_id + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_ttls.o) + .literal.eap_ttls_getKey + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_ttls.o) + .literal.eap_ttls_deinit + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_ttls.o) + .literal.eap_ttls_init + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_ttls.o) + .literal.eap_ttls_implicit_identity_request + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_ttls.o) + .literal.eap_ttls_decrypt + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_ttls.o) + .literal.eap_ttls_process + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_ttls.o) + .literal.eap_peer_ttls_register + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_ttls.o) + .text 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_ttls.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_ttls.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_ttls.o) + .text.eap_ttls_isKeyAvailable + 0x0000000000000000 0x16 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_ttls.o) + .text.eap_ttls_init_for_reauth + 0x0000000000000000 0x6c /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_ttls.o) + .text.eap_ttls_deinit_for_reauth + 0x0000000000000000 0x17 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_ttls.o) + .text.eap_ttls_has_reauth_data + 0x0000000000000000 0x23 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_ttls.o) + .rodata.str1.4 + 0x0000000000000000 0x711 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_ttls.o) + .text.eap_ttls_get_status + 0x0000000000000000 0x7a /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_ttls.o) + .text.eap_ttls_get_session_id + 0x0000000000000000 0x40 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_ttls.o) + .text.eap_ttls_getKey + 0x0000000000000000 0x36 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_ttls.o) + .text.eap_ttls_deinit + 0x0000000000000000 0x76 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_ttls.o) + .text.eap_ttls_init + 0x0000000000000000 0x80 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_ttls.o) + .text.eap_ttls_implicit_identity_request + 0x0000000000000000 0x5a4 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_ttls.o) + .text.eap_ttls_decrypt + 0x0000000000000000 0x5de /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_ttls.o) + .text.eap_ttls_process + 0x0000000000000000 0x262 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_ttls.o) + .text.eap_peer_ttls_register + 0x0000000000000000 0xe4 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_ttls.o) + .xt.lit 0x0000000000000000 0x60 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_ttls.o) + .xt.prop 0x0000000000000000 0x858 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_ttls.o) + .literal.mschapv2_remove_domain + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(mschapv2.o) + .literal.mschapv2_derive_response + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(mschapv2.o) + .literal.mschapv2_verify_auth_response + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(mschapv2.o) + .text 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(mschapv2.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(mschapv2.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(mschapv2.o) + .text.mschapv2_remove_domain + 0x0000000000000000 0x42 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(mschapv2.o) + .text.mschapv2_derive_response + 0x0000000000000000 0x12b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(mschapv2.o) + .text.mschapv2_verify_auth_response + 0x0000000000000000 0x4b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(mschapv2.o) + .xt.lit 0x0000000000000000 0x10 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(mschapv2.o) + .xt.prop 0x0000000000000000 0x204 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(mschapv2.o) + .literal.tls_init + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tls_internal.o) + .literal.tls_deinit + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tls_internal.o) + .literal.tls_get_errors + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tls_internal.o) + .literal.tls_connection_init + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tls_internal.o) + .literal.tls_connection_deinit + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tls_internal.o) + .literal.tls_connection_established + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tls_internal.o) + .literal.tls_connection_shutdown + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tls_internal.o) + .literal.tls_connection_set_params + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tls_internal.o) + .literal.tls_global_set_params + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tls_internal.o) + .literal.tls_global_set_verify + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tls_internal.o) + .literal.tls_connection_set_verify + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tls_internal.o) + .literal.tls_connection_get_keys + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tls_internal.o) + .literal.tls_connection_prf + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tls_internal.o) + .literal.tls_connection_handshake2 + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tls_internal.o) + .literal.tls_connection_handshake + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tls_internal.o) + .literal.tls_connection_server_handshake + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tls_internal.o) + .literal.tls_connection_encrypt + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tls_internal.o) + .literal.tls_connection_decrypt + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tls_internal.o) + .literal.tls_connection_decrypt2 + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tls_internal.o) + .literal.tls_connection_resumed + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tls_internal.o) + .literal.tls_connection_set_cipher_list + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tls_internal.o) + .literal.tls_get_cipher + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tls_internal.o) + .literal.tls_connection_enable_workaround + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tls_internal.o) + .literal.tls_connection_client_hello_ext + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tls_internal.o) + .literal.tls_connection_get_failed + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tls_internal.o) + .literal.tls_connection_get_read_alerts + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tls_internal.o) + .literal.tls_connection_get_write_alerts + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tls_internal.o) + .literal.tls_connection_get_keyblock_size + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tls_internal.o) + .literal.tls_capabilities + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tls_internal.o) + .literal.tls_connection_set_session_ticket_cb + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tls_internal.o) + .literal.tls_prf_sha1_md5 + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tls_internal.o) + .text 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tls_internal.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tls_internal.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tls_internal.o) + .text.tls_init + 0x0000000000000000 0x32 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tls_internal.o) + .text.tls_deinit + 0x0000000000000000 0x2a /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tls_internal.o) + .text.tls_get_errors + 0x0000000000000000 0x7 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tls_internal.o) + .text.tls_connection_init + 0x0000000000000000 0x3e /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tls_internal.o) + .text.tls_connection_deinit + 0x0000000000000000 0x22 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tls_internal.o) + .text.tls_connection_established + 0x0000000000000000 0x18 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tls_internal.o) + .text.tls_connection_shutdown + 0x0000000000000000 0x19 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tls_internal.o) + .rodata.str1.4 + 0x0000000000000000 0xa8 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tls_internal.o) + .text.tls_connection_set_params + 0x0000000000000000 0x124 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tls_internal.o) + .text.tls_global_set_params + 0x0000000000000000 0x7 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tls_internal.o) + .text.tls_global_set_verify + 0x0000000000000000 0x9 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tls_internal.o) + .text.tls_connection_set_verify + 0x0000000000000000 0x7 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tls_internal.o) + .text.tls_connection_get_keys + 0x0000000000000000 0x1c /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tls_internal.o) + .text.tls_connection_prf + 0x0000000000000000 0x21 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tls_internal.o) + .text.tls_connection_handshake2 + 0x0000000000000000 0xac /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tls_internal.o) + .text.tls_connection_handshake + 0x0000000000000000 0x1c /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tls_internal.o) + .text.tls_connection_server_handshake + 0x0000000000000000 0x7 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tls_internal.o) + .text.tls_connection_encrypt + 0x0000000000000000 0x60 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tls_internal.o) + .text.tls_connection_decrypt + 0x0000000000000000 0x24 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tls_internal.o) + .text.tls_connection_decrypt2 + 0x0000000000000000 0x32 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tls_internal.o) + .text.tls_connection_resumed + 0x0000000000000000 0x19 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tls_internal.o) + .text.tls_connection_set_cipher_list + 0x0000000000000000 0x1c /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tls_internal.o) + .text.tls_get_cipher + 0x0000000000000000 0x20 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tls_internal.o) + .text.tls_connection_enable_workaround + 0x0000000000000000 0x7 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tls_internal.o) + .text.tls_connection_client_hello_ext + 0x0000000000000000 0x20 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tls_internal.o) + .text.tls_connection_get_failed + 0x0000000000000000 0x7 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tls_internal.o) + .text.tls_connection_get_read_alerts + 0x0000000000000000 0x7 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tls_internal.o) + .text.tls_connection_get_write_alerts + 0x0000000000000000 0x7 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tls_internal.o) + .text.tls_connection_get_keyblock_size + 0x0000000000000000 0x19 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tls_internal.o) + .text.tls_capabilities + 0x0000000000000000 0x7 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tls_internal.o) + .text.tls_connection_set_session_ticket_cb + 0x0000000000000000 0x1d /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tls_internal.o) + .text.tls_prf_sha1_md5 + 0x0000000000000000 0x156 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tls_internal.o) + .bss.tls_ref_count + 0x0000000000000000 0x4 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tls_internal.o) + .xt.lit 0x0000000000000000 0xa8 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tls_internal.o) + .xt.prop 0x0000000000000000 0x888 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tls_internal.o) + .literal.tls_alert + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_client.o) + .literal.tlsv1_client_free_dh + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_client.o) + .literal.tls_derive_pre_master_secret + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_client.o) + .literal.tls_derive_keys + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_client.o) + .literal.tlsv1_client_handshake + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_client.o) + .literal.tlsv1_client_encrypt + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_client.o) + .literal.tlsv1_client_decrypt + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_client.o) + .literal.tlsv1_client_global_init + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_client.o) + .literal.tlsv1_client_global_deinit + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_client.o) + .literal.tlsv1_client_init + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_client.o) + .literal.tlsv1_client_deinit + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_client.o) + .literal.tlsv1_client_established + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_client.o) + .literal.tlsv1_client_prf + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_client.o) + .literal.tlsv1_client_get_cipher + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_client.o) + .literal.tlsv1_client_shutdown + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_client.o) + .literal.tlsv1_client_resumed + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_client.o) + .literal.tlsv1_client_hello_ext + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_client.o) + .literal.tlsv1_client_get_keys + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_client.o) + .literal.tlsv1_client_get_keyblock_size + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_client.o) + .literal.tlsv1_client_set_cipher_list + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_client.o) + .literal.tlsv1_client_set_cred + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_client.o) + .literal.tlsv1_client_set_time_checks + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_client.o) + .literal.tlsv1_client_set_session_ticket_cb + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_client.o) + .text 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_client.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_client.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_client.o) + .text.tls_alert + 0x0000000000000000 0x11 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_client.o) + .text.tlsv1_client_free_dh + 0x0000000000000000 0x37 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_client.o) + .text.tls_derive_pre_master_secret + 0x0000000000000000 0x2a /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_client.o) + .rodata.str1.4 + 0x0000000000000000 0x10b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_client.o) + .text.tls_derive_keys + 0x0000000000000000 0x1dc /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_client.o) + .text.tlsv1_client_handshake + 0x0000000000000000 0x2a6 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_client.o) + .text.tlsv1_client_encrypt + 0x0000000000000000 0x54 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_client.o) + .text.tlsv1_client_decrypt + 0x0000000000000000 0x1bf /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_client.o) + .text.tlsv1_client_global_init + 0x0000000000000000 0x11 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_client.o) + .text.tlsv1_client_global_deinit + 0x0000000000000000 0xf /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_client.o) + .text.tlsv1_client_init + 0x0000000000000000 0x78 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_client.o) + .text.tlsv1_client_deinit + 0x0000000000000000 0x8a /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_client.o) + .text.tlsv1_client_established + 0x0000000000000000 0x11 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_client.o) + .text.tlsv1_client_prf + 0x0000000000000000 0x86 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_client.o) + .text.tlsv1_client_get_cipher + 0x0000000000000000 0xbe /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_client.o) + .text.tlsv1_client_shutdown + 0x0000000000000000 0x7e /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_client.o) + .text.tlsv1_client_resumed + 0x0000000000000000 0xb /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_client.o) + .text.tlsv1_client_hello_ext + 0x0000000000000000 0xc0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_client.o) + .text.tlsv1_client_get_keys + 0x0000000000000000 0x44 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_client.o) + .text.tlsv1_client_get_keyblock_size + 0x0000000000000000 0x1e /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_client.o) + .text.tlsv1_client_set_cipher_list + 0x0000000000000000 0x3a /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_client.o) + .text.tlsv1_client_set_cred + 0x0000000000000000 0x19 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_client.o) + .text.tlsv1_client_set_time_checks + 0x0000000000000000 0x23 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_client.o) + .text.tlsv1_client_set_session_ticket_cb + 0x0000000000000000 0xb /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_client.o) + .xt.lit 0x0000000000000000 0x80 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_client.o) + .xt.prop 0x0000000000000000 0x918 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_client.o) + .literal.tls_process_server_hello_done + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_client_read.o) + .literal.tls_process_certificate_request + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_client_read.o) + .literal.tls_process_server_key_exchange + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_client_read.o) + .literal.tls_process_certificate + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_client_read.o) + .literal.tlsv1_client_process_handshake + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_client_read.o) + .text 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_client_read.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_client_read.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_client_read.o) + .text.tls_process_server_hello_done + 0x0000000000000000 0x68 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_client_read.o) + .text.tls_process_certificate_request + 0x0000000000000000 0x90 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_client_read.o) + .rodata.str1.4 + 0x0000000000000000 0x21a /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_client_read.o) + .text.tls_process_server_key_exchange + 0x0000000000000000 0x23e /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_client_read.o) + .text.tls_process_certificate + 0x0000000000000000 0x22d /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_client_read.o) + .text.tlsv1_client_process_handshake + 0x0000000000000000 0x6ce /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_client_read.o) + .rodata.tlsv1_client_process_handshake + 0x0000000000000000 0x84 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_client_read.o) + .rodata.CSWTCH$31 + 0x0000000000000000 0x14 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_client_read.o) + .xt.lit 0x0000000000000000 0x28 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_client_read.o) + .xt.prop 0x0000000000000000 0x7a4 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_client_read.o) + .literal.tls_write_client_finished + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_client_write.o) + .literal.tls_write_client_change_cipher_spec + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_client_write.o) + .literal.tls_send_client_hello + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_client_write.o) + .literal.tlsv1_client_handshake_write + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_client_write.o) + .literal.tlsv1_client_send_alert + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_client_write.o) + .text 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_client_write.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_client_write.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_client_write.o) + .rodata.str1.4 + 0x0000000000000000 0x16a /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_client_write.o) + .text.tls_write_client_finished + 0x0000000000000000 0x138 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_client_write.o) + .text.tls_write_client_change_cipher_spec + 0x0000000000000000 0x5f /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_client_write.o) + .text.tls_send_client_hello + 0x0000000000000000 0x208 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_client_write.o) + .text.tlsv1_client_handshake_write + 0x0000000000000000 0x8d2 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_client_write.o) + .text.tlsv1_client_send_alert + 0x0000000000000000 0x6a /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_client_write.o) + .xt.lit 0x0000000000000000 0x28 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_client_write.o) + .xt.prop 0x0000000000000000 0x480 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_client_write.o) + .literal.tls_get_cipher_suite + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_common.o) + .literal.tls_get_cipher_data + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_common.o) + .literal.tls_server_key_exchange_allowed + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_common.o) + .literal.tls_parse_cert + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_common.o) + .literal.tls_verify_hash_add + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_common.o) + .literal.tls_verify_hash_free + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_common.o) + .literal.tls_verify_hash_init + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_common.o) + .literal.tls_version_ok + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_common.o) + .literal.tls_version_str + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_common.o) + .literal.tls_prf + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_common.o) + .text 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_common.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_common.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_common.o) + .text.tls_get_cipher_suite + 0x0000000000000000 0x34 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_common.o) + .text.tls_get_cipher_data + 0x0000000000000000 0x2d /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_common.o) + .text.tls_server_key_exchange_allowed + 0x0000000000000000 0x56 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_common.o) + .rodata.str1.4 + 0x0000000000000000 0x70 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_common.o) + .text.tls_parse_cert + 0x0000000000000000 0x96 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_common.o) + .text.tls_verify_hash_add + 0x0000000000000000 0x78 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_common.o) + .text.tls_verify_hash_free + 0x0000000000000000 0x74 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_common.o) + .text.tls_verify_hash_init + 0x0000000000000000 0xba /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_common.o) + .text.tls_version_ok + 0x0000000000000000 0x14 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_common.o) + .text.tls_version_str + 0x0000000000000000 0x23 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_common.o) + .text.tls_prf 0x0000000000000000 0x21 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_common.o) + .rodata.CSWTCH$10 + 0x0000000000000000 0xc /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_common.o) + .rodata.tls_ciphers + 0x0000000000000000 0xf0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_common.o) + .rodata.tls_cipher_suites + 0x0000000000000000 0x100 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_common.o) + .xt.lit 0x0000000000000000 0x48 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_common.o) + .xt.prop 0x0000000000000000 0x348 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_common.o) + .literal.search_tag + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_cred.o) + .literal.tlsv1_set_dhparams_der + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_cred.o) + .literal.tlsv1_add_cert_der + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_cred.o) + .literal.tlsv1_add_cert + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_cred.o) + .literal.tlsv1_cred_alloc + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_cred.o) + .literal.tlsv1_cred_free + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_cred.o) + .literal.tlsv1_set_ca_cert + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_cred.o) + .literal.tlsv1_set_cert + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_cred.o) + .literal.tlsv1_set_private_key + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_cred.o) + .literal.tlsv1_set_dhparams + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_cred.o) + .text 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_cred.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_cred.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_cred.o) + .text.search_tag + 0x0000000000000000 0x3c /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_cred.o) + .rodata.str1.4 + 0x0000000000000000 0x3b3 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_cred.o) + .text.tlsv1_set_dhparams_der + 0x0000000000000000 0x118 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_cred.o) + .text.tlsv1_add_cert_der + 0x0000000000000000 0xa4 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_cred.o) + .text.tlsv1_add_cert + 0x0000000000000000 0x12b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_cred.o) + .text.tlsv1_cred_alloc + 0x0000000000000000 0x15 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_cred.o) + .text.tlsv1_cred_free + 0x0000000000000000 0x4f /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_cred.o) + .text.tlsv1_set_ca_cert + 0x0000000000000000 0x7a /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_cred.o) + .text.tlsv1_set_cert + 0x0000000000000000 0x4c /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_cred.o) + .text.tlsv1_set_private_key + 0x0000000000000000 0x1da /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_cred.o) + .text.tlsv1_set_dhparams + 0x0000000000000000 0x14c /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_cred.o) + .rodata.__func__$4813 + 0x0000000000000000 0x13 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_cred.o) + .xt.lit 0x0000000000000000 0x50 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_cred.o) + .xt.prop 0x0000000000000000 0x4c8 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_cred.o) + .literal.tlsv1_record_set_cipher_suite + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_record.o) + .literal.tlsv1_record_change_write_cipher + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_record.o) + .literal.tlsv1_record_change_read_cipher + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_record.o) + .literal.tlsv1_record_send + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_record.o) + .literal.tlsv1_record_receive + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_record.o) + .text 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_record.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_record.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_record.o) + .text.tlsv1_record_set_cipher_suite + 0x0000000000000000 0x79 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_record.o) + .rodata.str1.4 + 0x0000000000000000 0x390 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_record.o) + .text.tlsv1_record_change_write_cipher + 0x0000000000000000 0xd0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_record.o) + .text.tlsv1_record_change_read_cipher + 0x0000000000000000 0xcf /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_record.o) + .text.tlsv1_record_send + 0x0000000000000000 0x2be /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_record.o) + .text.tlsv1_record_receive + 0x0000000000000000 0x3ce /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_record.o) + .rodata.__FUNCTION__$5277 + 0x0000000000000000 0x15 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_record.o) + .rodata.__FUNCTION__$5252 + 0x0000000000000000 0x12 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_record.o) + .xt.lit 0x0000000000000000 0x28 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_record.o) + .xt.prop 0x0000000000000000 0x570 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_record.o) + .literal.x509_str_strip_whitespace + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(x509v3.o) + .literal.x509_free_name + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(x509v3.o) + .literal.x509_parse_algorithm_identifier + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(x509v3.o) + .literal.x509_parse_name + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(x509v3.o) + .literal.x509_str_compare + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(x509v3.o) + .literal.x509_parse_ext_alt_name + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(x509v3.o) + .literal.x509_name_string$part$9 + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(x509v3.o) + .literal.x509_certificate_free + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(x509v3.o) + .literal.x509_certificate_chain_free + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(x509v3.o) + .literal.x509_name_compare + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(x509v3.o) + .literal.x509_name_string + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(x509v3.o) + .literal.x509_certificate_parse + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(x509v3.o) + .literal.x509_certificate_check_signature + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(x509v3.o) + .literal.x509_certificate_chain_validate + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(x509v3.o) + .literal.x509_certificate_get_subject + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(x509v3.o) + .literal.x509_certificate_self_signed + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(x509v3.o) + .text 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(x509v3.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(x509v3.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(x509v3.o) + .text.x509_str_strip_whitespace + 0x0000000000000000 0x8a /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(x509v3.o) + .text.x509_free_name + 0x0000000000000000 0x9b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(x509v3.o) + .text.x509_parse_algorithm_identifier + 0x0000000000000000 0x4f /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(x509v3.o) + .rodata.str1.4 + 0x0000000000000000 0x483 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(x509v3.o) + .text.x509_parse_name + 0x0000000000000000 0x2bf /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(x509v3.o) + .text.x509_str_compare + 0x0000000000000000 0xd2 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(x509v3.o) + .text.x509_parse_ext_alt_name + 0x0000000000000000 0x2a9 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(x509v3.o) + .rodata.x509_parse_ext_alt_name + 0x0000000000000000 0x24 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(x509v3.o) + .text.x509_name_string$part$9 + 0x0000000000000000 0xb1 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(x509v3.o) + .text.x509_certificate_free + 0x0000000000000000 0x4a /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(x509v3.o) + .text.x509_certificate_chain_free + 0x0000000000000000 0x1f /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(x509v3.o) + .text.x509_name_compare + 0x0000000000000000 0x94 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(x509v3.o) + .text.x509_name_string + 0x0000000000000000 0x17 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(x509v3.o) + .text.x509_certificate_parse + 0x0000000000000000 0x98b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(x509v3.o) + .text.x509_certificate_check_signature + 0x0000000000000000 0x41b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(x509v3.o) + .text.x509_certificate_chain_validate + 0x0000000000000000 0x1d8 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(x509v3.o) + .text.x509_certificate_get_subject + 0x0000000000000000 0x26 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(x509v3.o) + .text.x509_certificate_self_signed + 0x0000000000000000 0x1e /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(x509v3.o) + .rodata.CSWTCH$82 + 0x0000000000000000 0x24 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(x509v3.o) + .rodata.CSWTCH$63 + 0x0000000000000000 0x20 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(x509v3.o) + .xt.lit 0x0000000000000000 0x78 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(x509v3.o) + .xt.prop 0x0000000000000000 0xd68 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(x509v3.o) + .literal.asn1_get_next + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(asn1.o) + .literal.asn1_parse_oid + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(asn1.o) + .literal.asn1_get_oid + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(asn1.o) + .literal.asn1_oid_to_str + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(asn1.o) + .literal.asn1_bit_string_to_long + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(asn1.o) + .text 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(asn1.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(asn1.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(asn1.o) + .text.asn1_get_next + 0x0000000000000000 0xee /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(asn1.o) + .text.asn1_parse_oid + 0x0000000000000000 0x99 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(asn1.o) + .text.asn1_get_oid + 0x0000000000000000 0x41 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(asn1.o) + .rodata.str1.4 + 0x0000000000000000 0xe /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(asn1.o) + .text.asn1_oid_to_str + 0x0000000000000000 0x7c /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(asn1.o) + .text.asn1_bit_string_to_long + 0x0000000000000000 0xa9 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(asn1.o) + .xt.lit 0x0000000000000000 0x20 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(asn1.o) + .xt.prop 0x0000000000000000 0x324 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(asn1.o) + .literal._base64_encode + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(base64.o) + .literal._base64_decode + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(base64.o) + .text 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(base64.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(base64.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(base64.o) + .text._base64_encode + 0x0000000000000000 0x188 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(base64.o) + .text._base64_decode + 0x0000000000000000 0x136 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(base64.o) + .rodata.base64_table + 0x0000000000000000 0x41 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(base64.o) + .xt.lit 0x0000000000000000 0x10 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(base64.o) + .xt.prop 0x0000000000000000 0x1bc /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(base64.o) + .literal.eap_mschapv2_isKeyAvailable + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_mschapv2.o) + .literal.eap_mschapv2_getKey + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_mschapv2.o) + .literal.eap_mschapv2_deinit + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_mschapv2.o) + .literal.eap_mschapv2_init + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_mschapv2.o) + .literal.eap_mschapv2_process + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_mschapv2.o) + .literal.eap_peer_mschapv2_register + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_mschapv2.o) + .text 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_mschapv2.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_mschapv2.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_mschapv2.o) + .text.eap_mschapv2_isKeyAvailable + 0x0000000000000000 0x18 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_mschapv2.o) + .text.eap_mschapv2_getKey + 0x0000000000000000 0x52 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_mschapv2.o) + .text.eap_mschapv2_deinit + 0x0000000000000000 0x37 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_mschapv2.o) + .text.eap_mschapv2_init + 0x0000000000000000 0x1c /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_mschapv2.o) + .rodata.str1.4 + 0x0000000000000000 0x18d /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_mschapv2.o) + .text.eap_mschapv2_process + 0x0000000000000000 0x9fa /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_mschapv2.o) + .text.eap_peer_mschapv2_register + 0x0000000000000000 0x90 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_mschapv2.o) + .xt.lit 0x0000000000000000 0x28 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_mschapv2.o) + .xt.prop 0x0000000000000000 0x558 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_mschapv2.o) + .literal.peap_prfplus + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_peap_common.o) + .text 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_peap_common.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_peap_common.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_peap_common.o) + .text.peap_prfplus + 0x0000000000000000 0xdd /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_peap_common.o) + .xt.lit 0x0000000000000000 0x8 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_peap_common.o) + .xt.prop 0x0000000000000000 0x90 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_peap_common.o) + .literal.RFChannelSel + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy.o) + .literal.phy_change_channel + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy.o) + .literal.phy_rx_rifs_en + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy.o) + .text 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy.o) + .text.RFChannelSel + 0x0000000000000000 0x15 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy.o) + .text.phy_rx_rifs_en + 0x0000000000000000 0x17 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy.o) + .xt.lit 0x0000000000000000 0x18 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy.o) + .xt.prop 0x0000000000000000 0x90 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy.o) + .iram1.literal + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_ana.o) + .literal.get_i2c_read_mask + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_ana.o) + .literal.ram_pbus_force_mode + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_ana.o) + .literal.rfpll_init + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_ana.o) + .literal.ram_rfpll_reset + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_ana.o) + .literal.ram_restart_cal + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_ana.o) + .literal.ram_wait_rfpll_cal_end + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_ana.o) + .literal.chip_v7_rxmax_ext_ana + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_ana.o) + .literal.bb_bss_cbw40_ana + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_ana.o) + .literal.chip_v7_adc_wr_dly + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_ana.o) + .literal.chip_v7_ana_rx_cfg + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_ana.o) + .literal.get_rf_freq_cap + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_ana.o) + .literal.correct_rfpll_offset + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_ana.o) + .literal.wr_rf_freq_mem + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_ana.o) + .literal.get_rf_freq_init$part$1 + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_ana.o) + .literal.write_freq_mem_all + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_ana.o) + .literal.get_rf_freq_init + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_ana.o) + .literal.bt_i2c_read_set + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_ana.o) + .literal.bt_i2c_read_mem + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_ana.o) + .literal.bt_i2c_write_set + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_ana.o) + .literal.bt_i2c_set_wifi_data + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_ana.o) + .literal.phy_wifi_pll_track + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_ana.o) + .literal.phy_bt_pll_track + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_ana.o) + .literal.phy_bt_power_track + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_ana.o) + .literal.bt_get_i2c_data + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_ana.o) + .literal.write_wifi_chan_data + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_ana.o) + .literal.set_chan_freq_hw_init + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_ana.o) + .literal.rf_init + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_ana.o) + .literal.check_rfpll_write_i2c + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_ana.o) + .literal.set_chan_freq_sw_start + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_ana.o) + .literal.set_channel_rfpll_freq + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_ana.o) + .literal.chip_v7_set_chan + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_ana.o) + .literal.chip_v7_set_chan_offset + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_ana.o) + .literal.chip_v7_set_chan_ana + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_ana.o) + .literal.phy_set_wifi_mode_only + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_ana.o) + .text 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_ana.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_ana.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_ana.o) + .text.get_i2c_read_mask + 0x0000000000000000 0x1e /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_ana.o) + .text.get_rf_freq_init + 0x0000000000000000 0x1b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_ana.o) + .text.bt_i2c_read_set + 0x0000000000000000 0xd6 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_ana.o) + .text.bt_i2c_read_mem + 0x0000000000000000 0xb8 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_ana.o) + .text.phy_wifi_pll_track + 0x0000000000000000 0x12 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_ana.o) + .text.phy_bt_pll_track + 0x0000000000000000 0x12 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_ana.o) + .text.phy_bt_power_track + 0x0000000000000000 0x12 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_ana.o) + .text.check_rfpll_write_i2c + 0x0000000000000000 0x86 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_ana.o) + .xt.lit 0x0000000000000000 0x158 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_ana.o) + .xt.prop 0x0000000000000000 0x1314 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_ana.o) + .iram1.literal + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + .literal.ram_disable_agc + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + .literal.ram_enable_agc + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + .literal.ram_set_pbus_mem + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + .literal.ram_bb_tx_ht20_cen + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + .literal.ram_bb_bss_cbw40_dig + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + .literal.ram_phy_get_noisefloor + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + .literal.ram_check_noise_floor + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + .literal.ram_set_noise_floor + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + .literal.ram_gen_rx_gain_table + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + .literal.ram_bb_bss_bw_40_en + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + .literal.ram_cbw2040_cfg + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + .literal.bt_txdc_cal$part$3 + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + .literal.bt_txiq_cal$part$4 + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + .literal.spur_cal$part$5 + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + .literal.ram_spur_coef_cfg + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + .literal.set_rx_gain_cal_iq + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + .literal.set_rx_gain_cal_dc + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + .literal.wr_rx_gain_mem + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + .literal.set_rx_gain_testchip_70 + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + .literal.bt_correct_bbgain + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + .literal.bt_tx_gain_cal$part$2 + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + .literal.bt_tx_gain_cal + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + .literal.bt_index_to_bb + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + .literal.bt_bb_to_index + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + .literal.bt_txdc_cal + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + .literal.get_bbgain_db + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + .literal.bt_txiq_cal + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + .literal.wr_bt_tx_gain_mem + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + .literal.set_tx_gain_table_bt + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + .literal.set_tx_dig_gain + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + .literal.spur_cal + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + .literal.set_chanfreq + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + .literal.chip_sleep_prot_en + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + .literal.chip_sleep_prot_dis + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + .literal.bb_bss_cbw40 + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + .literal.chip_v7_rxmax_ext_dig + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + .literal.chip_v7_rxmax_ext + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + .literal.set_cca + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + .literal.read_hw_noisefloor + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + .literal.phy_get_txpwr_param + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + .literal.noise_check_loop + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + .literal.noise_init + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + .literal.target_power_backoff + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + .literal.chip_v7_set_chan_misc + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + .literal.set_rx_gain_table + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + .literal.txiq_cal_init + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + .literal.phy_rx11blr_cfg + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + .literal.phy_get_tx_rate + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + .literal.register_chipv7_phy_init_param + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + .literal.uart_wait_idle + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + .literal.phy_get_romfunc_addr + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + .literal.phy_byte_to_word + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + .literal.rf_cal_data_recovery + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + .literal.rf_cal_data_backup + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + .literal.phy_get_rf_cal_version + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + .literal.phy_rfcal_data_check + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + .literal.tx_cont_en + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + .literal.tx_cont_dis + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + .literal.tx_cont_cfg + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + .literal.phy_get_tx_pwr + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + .literal.phy_init_pwr_print + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + .literal.phy_get_rx_freq + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + .literal.phy_close_rf + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + .literal.phy_set_most_tpw + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + .literal.phy_get_most_tpw + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + .literal.phy_rx_sense_set + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + .literal.phy_ant_init + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + .literal.bb_init + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + .literal.register_chipv7_phy + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + .literal.ant_dft_cfg + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + .literal.ant_wifitx_cfg + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + .literal.ant_wifirx_cfg + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + .literal.ant_bttx_cfg + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + .literal.ant_btrx_cfg + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + .text 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + .text.bt_tx_gain_cal + 0x0000000000000000 0x1b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + .text.bt_bb_to_index + 0x0000000000000000 0x1a /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + .text.bt_txdc_cal + 0x0000000000000000 0x1b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + .text.bt_txiq_cal + 0x0000000000000000 0x1b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + .text.set_tx_dig_gain + 0x0000000000000000 0x40 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + .text.spur_cal + 0x0000000000000000 0x28 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + .text.chip_v7_rxmax_ext_dig + 0x0000000000000000 0x5 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + .text.chip_v7_rxmax_ext + 0x0000000000000000 0x5 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + .text.set_cca 0x0000000000000000 0x94 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + .text.read_hw_noisefloor + 0x0000000000000000 0x30 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + .text.phy_get_txpwr_param + 0x0000000000000000 0x81 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + .text.target_power_backoff + 0x0000000000000000 0x60 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + .text.phy_rx11blr_cfg + 0x0000000000000000 0x76 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + .text.phy_get_tx_rate + 0x0000000000000000 0x14 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + .text.uart_wait_idle + 0x0000000000000000 0x33 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + .text.tx_cont_en + 0x0000000000000000 0x64 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + .text.tx_cont_dis + 0x0000000000000000 0x52 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + .text.tx_cont_cfg + 0x0000000000000000 0x21 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + .text.phy_get_tx_pwr + 0x0000000000000000 0x59 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + .text.phy_init_pwr_print + 0x0000000000000000 0x15a /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + .text.phy_get_rx_freq + 0x0000000000000000 0x51 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + .text.phy_rx_sense_set + 0x0000000000000000 0x99 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + .text.ant_dft_cfg + 0x0000000000000000 0x29 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + .text.ant_wifitx_cfg + 0x0000000000000000 0x4e /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + .text.ant_wifirx_cfg + 0x0000000000000000 0xb9 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + .text.ant_bttx_cfg + 0x0000000000000000 0x49 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + .text.ant_btrx_cfg + 0x0000000000000000 0xb7 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + .bss.adaptive_test_en + 0x0000000000000000 0x1 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + .bss.rxmax_ext_level + 0x0000000000000000 0x1 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + .xt.lit 0x0000000000000000 0x240 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + .xt.prop 0x0000000000000000 0x21d8 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + .iram1.literal + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_cal.o) + .literal.ram_index_to_txbbgain + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_cal.o) + .literal.ram_txdc_cal_v70 + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_cal.o) + .literal.pwdet_sar2_init + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_cal.o) + .literal.ram_en_pwdet + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_cal.o) + .literal.txcal_debuge_mode + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_cal.o) + .literal.ram_get_fm_sar_dout + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_cal.o) + .literal.ram_txiq_get_mis_pwr + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_cal.o) + .literal.rfcal_txiq + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_cal.o) + .literal.ram_iq_est_enable + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_cal.o) + .literal.ram_iq_est_disable + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_cal.o) + .literal.ram_dc_iq_est + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_cal.o) + .literal.ram_pbus_rx_dco_cal + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_cal.o) + .literal.pbus_rx_dco_cal_1step + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_cal.o) + .literal.rc_cal + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_cal.o) + .literal.tx_cap_init + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_cal.o) + .literal.ram_rfcal_pwrctrl + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_cal.o) + .literal.ram_tx_pwr_backoff + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_cal.o) + .literal.cal_rf_ana_gain + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_cal.o) + .literal.tx_pwctrl_init_cal + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_cal.o) + .literal.tx_pwctrl_init + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_cal.o) + .literal.bt_tx_pwctrl_init + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_cal.o) + .literal.set_bt_chan_cal_interp + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_cal.o) + .literal.phy_set_bt_dig_gain + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_cal.o) + .literal.ram_phy_get_vdd33 + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_cal.o) + .literal.txpwr_offset + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_cal.o) + .literal.phy_get_bb_freqoffset + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_cal.o) + .literal.phy_set_bbfreq_init + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_cal.o) + .literal.ram_tx_pwctrl_bg_init + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_cal.o) + .literal.phy_pwdet_always_en + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_cal.o) + .literal.dpd_scale_set + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_cal.o) + .text 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_cal.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_cal.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_cal.o) + .text.set_bt_chan_cal_interp + 0x0000000000000000 0xcc /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_cal.o) + .text.phy_set_bt_dig_gain + 0x0000000000000000 0x3e /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_cal.o) + .text.phy_get_bb_freqoffset + 0x0000000000000000 0x73 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_cal.o) + .text.phy_pwdet_always_en + 0x0000000000000000 0x61 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_cal.o) + .xt.lit 0x0000000000000000 0x130 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_cal.o) + .xt.prop 0x0000000000000000 0x1860 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_cal.o) + .literal.esp_mqtt_destroy_config + 0x0000000000000000 0x28 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_client.o) + .literal.esp_mqtt_client_destroy + 0x0000000000000000 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_client.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_client.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_client.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_client.o) + .text.esp_mqtt_destroy_config + 0x0000000000000000 0x74 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_client.o) + .text.esp_mqtt_client_destroy + 0x0000000000000000 0x39 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_client.o) + .text.esp_mqtt_client_stop + 0x0000000000000000 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_client.o) + .xt.lit 0x0000000000000000 0xa0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_client.o) + .xt.prop 0x0000000000000000 0xb1c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_client.o) + .literal.mqtt_msg_disconnect + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_msg.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_msg.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_msg.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_msg.o) + .text.mqtt_msg_disconnect + 0x0000000000000000 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_msg.o) + .xt.lit 0x0000000000000000 0x70 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_msg.o) + .xt.prop 0x0000000000000000 0x8f4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_msg.o) + .literal.outbox_delete_msgid + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_outbox.o) + .literal.outbox_set_pending + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_outbox.o) + .literal.outbox_delete_msgtype + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_outbox.o) + .literal.outbox_delete_expired + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_outbox.o) + .literal.outbox_cleanup + 0x0000000000000000 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_outbox.o) + .literal.outbox_destroy + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_outbox.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_outbox.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_outbox.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_outbox.o) + .text.outbox_get + 0x0000000000000000 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_outbox.o) + .text.outbox_dequeue + 0x0000000000000000 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_outbox.o) + .text.outbox_delete_msgid + 0x0000000000000000 0x4c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_outbox.o) + .text.outbox_set_pending + 0x0000000000000000 0x1c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_outbox.o) + .text.outbox_delete_msgtype + 0x0000000000000000 0x4c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_outbox.o) + .text.outbox_delete_expired + 0x0000000000000000 0x50 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_outbox.o) + .text.outbox_cleanup + 0x0000000000000000 0x59 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_outbox.o) + .text.outbox_destroy + 0x0000000000000000 0x17 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_outbox.o) + .xt.lit 0x0000000000000000 0x48 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_outbox.o) + .xt.prop 0x0000000000000000 0x4a4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_outbox.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(platform_esp32_idf.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(platform_esp32_idf.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(platform_esp32_idf.o) + .xt.lit 0x0000000000000000 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(platform_esp32_idf.o) + .xt.prop 0x0000000000000000 0xa8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(platform_esp32_idf.o) + .literal.transport_destroy + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(transport.o) + .literal.transport_list_clean + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(transport.o) + .literal.transport_list_destroy + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(transport.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(transport.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(transport.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(transport.o) + .text.transport_destroy + 0x0000000000000000 0x19 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(transport.o) + .text.transport_list_clean + 0x0000000000000000 0x29 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(transport.o) + .text.transport_list_destroy + 0x0000000000000000 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(transport.o) + .xt.lit 0x0000000000000000 0x38 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(transport.o) + .xt.prop 0x0000000000000000 0x450 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(transport.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(transport_ssl.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(transport_ssl.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(transport_ssl.o) + .xt.lit 0x0000000000000000 0x48 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(transport_ssl.o) + .xt.prop 0x0000000000000000 0x36c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(transport_ssl.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(transport_tcp.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(transport_tcp.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(transport_tcp.o) + .xt.lit 0x0000000000000000 0x48 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(transport_tcp.o) + .xt.prop 0x0000000000000000 0x2dc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(transport_tcp.o) + .literal.emac_setup_tx_desc + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_main.o) + .literal.emac_clean_rx_desc + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_main.o) + .literal.emac_set_tx_base_reg + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_main.o) + .literal.emac_set_rx_base_reg + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_main.o) + .literal.emac_reset_dma_chain + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_main.o) + .literal.emac_init_dma_chain + 0x0000000000000000 0x24 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_main.o) + .literal.emac_set_user_config_data + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_main.o) + .literal.emac_enable_intr + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_main.o) + .literal.emac_disable_intr + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_main.o) + .iram1.literal + 0x0000000000000000 0x3c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_main.o) + .literal.emac_set_macaddr_reg + 0x0000000000000000 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_main.o) + .literal.emac_hw_init + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_main.o) + .literal.emac_verify_args + 0x0000000000000000 0x98 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_main.o) + .literal.emac_process_rx + 0x0000000000000000 0x3c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_main.o) + .literal.emac_process_tx + 0x0000000000000000 0x2c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_main.o) + .literal.emac_process_rx_unavail + 0x0000000000000000 0x2c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_main.o) + .literal.emac_check_phy_init + 0x0000000000000000 0x28 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_main.o) + .literal.emac_process_link_updown + 0x0000000000000000 0x3c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_main.o) + .literal.emac_link_check_timer_init + 0x0000000000000000 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_main.o) + .literal.emac_link_check_timer_start + 0x0000000000000000 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_main.o) + .literal.emac_link_check_timer_delete + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_main.o) + .literal.emac_start + 0x0000000000000000 0x54 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_main.o) + .literal.emac_link_check_timer_stop + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_main.o) + .literal.emac_stop + 0x0000000000000000 0x48 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_main.o) + .literal.emac_init_default_data + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_main.o) + .literal.emac_macaddr_init + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_main.o) + .literal.esp_eth_get_mac + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_main.o) + .literal.esp_eth_set_mac + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_main.o) + .literal.esp_eth_smi_write + 0x0000000000000000 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_main.o) + .literal.esp_eth_smi_read + 0x0000000000000000 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_main.o) + .literal.esp_eth_smi_wait_value + 0x0000000000000000 0x24 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_main.o) + .literal.esp_eth_free_rx_buf + 0x0000000000000000 0x40 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_main.o) + .literal.esp_eth_tx + 0x0000000000000000 0x3c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_main.o) + .literal.emac_process_link_check + 0x0000000000000000 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_main.o) + .literal.emac_task + 0x0000000000000000 0x44 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_main.o) + .literal.emac_link_check_func + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_main.o) + .literal.emac_ioctl + 0x0000000000000000 0x34 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_main.o) + .literal.esp_eth_enable + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_main.o) + .literal.esp_eth_disable + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_main.o) + .literal.esp_eth_init_internal + 0x0000000000000000 0xec /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_main.o) + .literal.esp_eth_init + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_main.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_main.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_main.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_main.o) + .text.emac_setup_tx_desc + 0x0000000000000000 0xf /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_main.o) + .text.emac_clean_tx_desc + 0x0000000000000000 0xb /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_main.o) + .text.emac_clean_rx_desc + 0x0000000000000000 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_main.o) + .text.emac_set_tx_base_reg + 0x0000000000000000 0x12 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_main.o) + .text.emac_set_rx_base_reg + 0x0000000000000000 0x12 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_main.o) + .text.emac_reset_dma_chain + 0x0000000000000000 0x16 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_main.o) + .text.emac_init_dma_chain + 0x0000000000000000 0xb9 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_main.o) + .text.emac_set_user_config_data + 0x0000000000000000 0x47 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_main.o) + .text.emac_enable_intr + 0x0000000000000000 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_main.o) + .text.emac_disable_intr + 0x0000000000000000 0xf /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_main.o) + .iram1 0x0000000000000000 0x13c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_main.o) + .text.emac_set_macaddr_reg + 0x0000000000000000 0x50 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_main.o) + .text.emac_hw_init + 0x0000000000000000 0xb /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_main.o) + .rodata.str1.4 + 0x0000000000000000 0x632 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_main.o) + .text.emac_verify_args + 0x0000000000000000 0x1c0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_main.o) + .text.emac_process_rx + 0x0000000000000000 0x167 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_main.o) + .text.emac_process_tx + 0x0000000000000000 0x8c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_main.o) + .text.emac_process_rx_unavail + 0x0000000000000000 0xcb /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_main.o) + .text.emac_check_phy_init + 0x0000000000000000 0xcb /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_main.o) + .text.emac_process_link_updown + 0x0000000000000000 0x86 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_main.o) + .text.emac_link_check_timer_init + 0x0000000000000000 0x2c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_main.o) + .text.emac_link_check_timer_start + 0x0000000000000000 0x2c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_main.o) + .text.emac_link_check_timer_delete + 0x0000000000000000 0x1e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_main.o) + .text.emac_start + 0x0000000000000000 0xc2 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_main.o) + .text.emac_link_check_timer_stop + 0x0000000000000000 0x24 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_main.o) + .text.emac_stop + 0x0000000000000000 0x8e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_main.o) + .text.emac_init_default_data + 0x0000000000000000 0x13 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_main.o) + .text.emac_macaddr_init + 0x0000000000000000 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_main.o) + .text.esp_eth_get_mac + 0x0000000000000000 0x12 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_main.o) + .text.esp_eth_set_mac + 0x0000000000000000 0x21 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_main.o) + .text.esp_eth_smi_write + 0x0000000000000000 0x49 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_main.o) + .text.esp_eth_smi_read + 0x0000000000000000 0x48 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_main.o) + .text.esp_eth_smi_wait_value + 0x0000000000000000 0x71 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_main.o) + .text.esp_eth_free_rx_buf + 0x0000000000000000 0xbf /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_main.o) + .text.esp_eth_tx + 0x0000000000000000 0xc0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_main.o) + .text.emac_process_link_check + 0x0000000000000000 0x3a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_main.o) + .text.emac_task + 0x0000000000000000 0xa7 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_main.o) + .rodata.emac_task + 0x0000000000000000 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_main.o) + .text.emac_link_check_func + 0x0000000000000000 0xf /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_main.o) + .text.emac_ioctl + 0x0000000000000000 0xa0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_main.o) + .text.esp_eth_enable + 0x0000000000000000 0x3e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_main.o) + .text.esp_eth_disable + 0x0000000000000000 0x3d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_main.o) + .text.esp_eth_init_internal + 0x0000000000000000 0x2c4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_main.o) + .text.esp_eth_init + 0x0000000000000000 0x15 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_main.o) + .bss.pause_send + 0x0000000000000000 0x1 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_main.o) + .bss.emac_tx_xMutex + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_main.o) + .bss.emac_rx_xMutex + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_main.o) + .bss.emac_timer + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_main.o) + .bss.emac_sig_cnt + 0x0000000000000000 0x32 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_main.o) + .bss.emac_xqueue + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_main.o) + .bss.emac_task_hdl + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_main.o) + .data.g_emac_mux + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_main.o) + .bss.emac_g_sem + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_main.o) + .bss.emac_dma_tx_buf + 0x0000000000000000 0x3e80 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_main.o) + .bss.emac_dma_rx_buf + 0x0000000000000000 0x3e80 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_main.o) + .bss.emac_dma_tx_chain_buf + 0x0000000000000000 0x140 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_main.o) + .bss.emac_dma_rx_chain_buf + 0x0000000000000000 0x140 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_main.o) + .bss.emac_config + 0x0000000000000000 0x68 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_main.o) + .xt.lit 0x0000000000000000 0x148 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_main.o) + .xt.prop 0x0000000000000000 0xf60 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_main.o) + .literal.emac_enable_flowctrl + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_dev.o) + .literal.emac_disable_flowctrl + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_dev.o) + .literal.emac_enable_dma_tx + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_dev.o) + .literal.emac_enable_dma_rx + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_dev.o) + .literal.emac_disable_dma_tx + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_dev.o) + .literal.emac_disable_dma_rx + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_dev.o) + .literal.emac_read_mac_version + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_dev.o) + .literal.emac_reset + 0x0000000000000000 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_dev.o) + .literal.emac_enable_clk + 0x0000000000000000 0x1c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_dev.o) + .literal.emac_dma_init + 0x0000000000000000 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_dev.o) + .literal.emac_mac_enable_txrx + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_dev.o) + .literal.emac_mac_init + 0x0000000000000000 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_dev.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_dev.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_dev.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_dev.o) + .text.emac_enable_flowctrl + 0x0000000000000000 0x5e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_dev.o) + .text.emac_disable_flowctrl + 0x0000000000000000 0x53 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_dev.o) + .text.emac_enable_dma_tx + 0x0000000000000000 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_dev.o) + .text.emac_enable_dma_rx + 0x0000000000000000 0x17 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_dev.o) + .text.emac_disable_dma_tx + 0x0000000000000000 0x17 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_dev.o) + .text.emac_disable_dma_rx + 0x0000000000000000 0x17 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_dev.o) + .text.emac_read_mac_version + 0x0000000000000000 0xd /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_dev.o) + .rodata.str1.4 + 0x0000000000000000 0x5b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_dev.o) + .text.emac_reset + 0x0000000000000000 0x56 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_dev.o) + .text.emac_enable_clk + 0x0000000000000000 0x4a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_dev.o) + .text.emac_dma_init + 0x0000000000000000 0x4c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_dev.o) + .text.emac_mac_enable_txrx + 0x0000000000000000 0x26 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_dev.o) + .text.emac_mac_init + 0x0000000000000000 0x4a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_dev.o) + .xt.lit 0x0000000000000000 0x60 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_dev.o) + .xt.prop 0x0000000000000000 0x270 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_dev.o) + .literal.xEventGroupWaitBits + 0x0000000000000000 0x6c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(event_groups.o) + .literal.xEventGroupGetBitsFromISR + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(event_groups.o) + .literal.xEventGroupSync + 0x0000000000000000 0x5c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(event_groups.o) + .literal.vEventGroupDelete + 0x0000000000000000 0x30 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(event_groups.o) + .literal.vEventGroupSetBitsCallback + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(event_groups.o) + .literal.vEventGroupClearBitsCallback + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(event_groups.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(event_groups.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(event_groups.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(event_groups.o) + .text.prvTestWaitCondition + 0x0000000000000000 0x1e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(event_groups.o) + .text.xEventGroupWaitBits + 0x0000000000000000 0x140 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(event_groups.o) + .text.xEventGroupGetBitsFromISR + 0x0000000000000000 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(event_groups.o) + .text.xEventGroupSync + 0x0000000000000000 0x108 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(event_groups.o) + .text.vEventGroupDelete + 0x0000000000000000 0x5d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(event_groups.o) + .text.vEventGroupSetBitsCallback + 0x0000000000000000 0xf /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(event_groups.o) + .text.vEventGroupClearBitsCallback + 0x0000000000000000 0xf /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(event_groups.o) + .rodata.__FUNCTION__$5107 + 0x0000000000000000 0x12 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(event_groups.o) + .rodata.__FUNCTION__$5070 + 0x0000000000000000 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(event_groups.o) + .rodata.__FUNCTION__$5056 + 0x0000000000000000 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(event_groups.o) + .xt.lit 0x0000000000000000 0x48 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(event_groups.o) + .xt.prop 0x0000000000000000 0x468 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(event_groups.o) + .literal.returnItemToRingbufBytebuf + 0x0000000000000000 0x1c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(ringbuf.o) + .literal.returnItemToRingbufDefault + 0x0000000000000000 0x44 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(ringbuf.o) + .literal.getItemFromRingbufDefault + 0x0000000000000000 0x24 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(ringbuf.o) + .literal.copyItemToRingbufNoSplit + 0x0000000000000000 0x24 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(ringbuf.o) + .literal.copyItemToRingbufByteBuf + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(ringbuf.o) + .literal.copyItemToRingbufAllowSplit + 0x0000000000000000 0x34 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(ringbuf.o) + .literal.xRingbufferReceiveGeneric + 0x0000000000000000 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(ringbuf.o) + .literal.xRingbufferPrintInfo + 0x0000000000000000 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(ringbuf.o) + .literal.xRingbufferGetCurFreeSize + 0x0000000000000000 0x1c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(ringbuf.o) + .literal.xRingbufferCreate + 0x0000000000000000 0x64 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(ringbuf.o) + .literal.xRingbufferCreateNoSplit + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(ringbuf.o) + .literal.vRingbufferDelete + 0x0000000000000000 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(ringbuf.o) + .literal.xRingbufferGetMaxItemSize + 0x0000000000000000 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(ringbuf.o) + .literal.xRingbufferIsNextItemWrapped + 0x0000000000000000 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(ringbuf.o) + .literal.xRingbufferSend + 0x0000000000000000 0x3c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(ringbuf.o) + .literal.xRingbufferSendFromISR + 0x0000000000000000 0x24 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(ringbuf.o) + .literal.xRingbufferReceive + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(ringbuf.o) + .literal.xRingbufferReceiveFromISR + 0x0000000000000000 0x1c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(ringbuf.o) + .literal.xRingbufferReceiveUpTo + 0x0000000000000000 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(ringbuf.o) + .literal.xRingbufferReceiveUpToFromISR + 0x0000000000000000 0x24 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(ringbuf.o) + .literal.vRingbufferReturnItem + 0x0000000000000000 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(ringbuf.o) + .literal.vRingbufferReturnItemFromISR + 0x0000000000000000 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(ringbuf.o) + .literal.xRingbufferAddToQueueSetRead + 0x0000000000000000 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(ringbuf.o) + .literal.xRingbufferAddToQueueSetWrite + 0x0000000000000000 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(ringbuf.o) + .literal.xRingbufferRemoveFromQueueSetRead + 0x0000000000000000 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(ringbuf.o) + .literal.xRingbufferRemoveFromQueueSetWrite + 0x0000000000000000 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(ringbuf.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(ringbuf.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(ringbuf.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(ringbuf.o) + .text.ringbufferFreeMem + 0x0000000000000000 0x15 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(ringbuf.o) + .text.getItemFromRingbufByteBuf + 0x0000000000000000 0x56 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(ringbuf.o) + .text.getCurFreeSizeByteBuf + 0x0000000000000000 0x15 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(ringbuf.o) + .text.getCurFreeSizeAllowSplit + 0x0000000000000000 0x30 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(ringbuf.o) + .text.getCurFreeSizeNoSplit + 0x0000000000000000 0x24 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(ringbuf.o) + .rodata.str1.4 + 0x0000000000000000 0x93 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(ringbuf.o) + .text.returnItemToRingbufBytebuf + 0x0000000000000000 0x45 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(ringbuf.o) + .text.returnItemToRingbufDefault + 0x0000000000000000 0x136 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(ringbuf.o) + .text.getItemFromRingbufDefault + 0x0000000000000000 0xa5 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(ringbuf.o) + .text.copyItemToRingbufNoSplit + 0x0000000000000000 0xb0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(ringbuf.o) + .text.copyItemToRingbufByteBuf + 0x0000000000000000 0x46 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(ringbuf.o) + .text.copyItemToRingbufAllowSplit + 0x0000000000000000 0x124 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(ringbuf.o) + .text.xRingbufferReceiveGeneric + 0x0000000000000000 0x70 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(ringbuf.o) + .text.xRingbufferPrintInfo + 0x0000000000000000 0x46 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(ringbuf.o) + .text.xRingbufferGetCurFreeSize + 0x0000000000000000 0x43 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(ringbuf.o) + .text.xRingbufferCreate + 0x0000000000000000 0x118 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(ringbuf.o) + .text.xRingbufferCreateNoSplit + 0x0000000000000000 0x1c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(ringbuf.o) + .text.vRingbufferDelete + 0x0000000000000000 0x2c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(ringbuf.o) + .text.xRingbufferGetMaxItemSize + 0x0000000000000000 0x22 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(ringbuf.o) + .text.xRingbufferIsNextItemWrapped + 0x0000000000000000 0x30 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(ringbuf.o) + .text.xRingbufferSend + 0x0000000000000000 0xd4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(ringbuf.o) + .text.xRingbufferSendFromISR + 0x0000000000000000 0x62 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(ringbuf.o) + .text.xRingbufferReceive + 0x0000000000000000 0x15 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(ringbuf.o) + .text.xRingbufferReceiveFromISR + 0x0000000000000000 0x40 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(ringbuf.o) + .text.xRingbufferReceiveUpTo + 0x0000000000000000 0x54 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(ringbuf.o) + .text.xRingbufferReceiveUpToFromISR + 0x0000000000000000 0x64 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(ringbuf.o) + .text.vRingbufferReturnItem + 0x0000000000000000 0x30 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(ringbuf.o) + .text.vRingbufferReturnItemFromISR + 0x0000000000000000 0x2c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(ringbuf.o) + .text.xRingbufferAddToQueueSetRead + 0x0000000000000000 0x2c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(ringbuf.o) + .text.xRingbufferAddToQueueSetWrite + 0x0000000000000000 0x2c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(ringbuf.o) + .text.xRingbufferRemoveFromQueueSetRead + 0x0000000000000000 0x2c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(ringbuf.o) + .text.xRingbufferRemoveFromQueueSetWrite + 0x0000000000000000 0x2c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(ringbuf.o) + .rodata.__FUNCTION__$5555 + 0x0000000000000000 0x23 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(ringbuf.o) + .rodata.__FUNCTION__$5549 + 0x0000000000000000 0x22 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(ringbuf.o) + .rodata.__FUNCTION__$5543 + 0x0000000000000000 0x1e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(ringbuf.o) + .rodata.__FUNCTION__$5537 + 0x0000000000000000 0x1d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(ringbuf.o) + .rodata.__FUNCTION__$5520 + 0x0000000000000000 0x1e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(ringbuf.o) + .rodata.__FUNCTION__$5512 + 0x0000000000000000 0x17 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(ringbuf.o) + .rodata.__FUNCTION__$5505 + 0x0000000000000000 0x1a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(ringbuf.o) + .rodata.__FUNCTION__$5486 + 0x0000000000000000 0x1a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(ringbuf.o) + .rodata.__FUNCTION__$5475 + 0x0000000000000000 0x17 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(ringbuf.o) + .rodata.__FUNCTION__$5460 + 0x0000000000000000 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(ringbuf.o) + .rodata.__FUNCTION__$5447 + 0x0000000000000000 0x1d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(ringbuf.o) + .rodata.__FUNCTION__$5442 + 0x0000000000000000 0x1a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(ringbuf.o) + .rodata.__FUNCTION__$5357 + 0x0000000000000000 0x1c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(ringbuf.o) + .rodata.__FUNCTION__$5373 + 0x0000000000000000 0x1a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(ringbuf.o) + .rodata.__FUNCTION__$5386 + 0x0000000000000000 0x1b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(ringbuf.o) + .rodata.__FUNCTION__$5396 + 0x0000000000000000 0x1b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(ringbuf.o) + .rodata.__FUNCTION__$5347 + 0x0000000000000000 0x19 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(ringbuf.o) + .rodata.__FUNCTION__$5428 + 0x0000000000000000 0x12 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(ringbuf.o) + .rodata.__FUNCTION__$5406 + 0x0000000000000000 0x1a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(ringbuf.o) + .rodata.__FUNCTION__$5401 + 0x0000000000000000 0x15 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(ringbuf.o) + .xt.lit 0x0000000000000000 0xd0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(ringbuf.o) + .xt.prop 0x0000000000000000 0xbb8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(ringbuf.o) + .literal.lwip_gethostbyname_r + 0x0000000000000000 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(netdb.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(netdb.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(netdb.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(netdb.o) + .text.lwip_gethostbyname_r + 0x0000000000000000 0xae /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(netdb.o) + .xt.lit 0x0000000000000000 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(netdb.o) + .xt.prop 0x0000000000000000 0x3f0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(netdb.o) + .literal.lwip_getaddrname + 0x0000000000000000 0x1c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + .literal.lwip_socket_thread_init + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + .literal.lwip_socket_thread_cleanup + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + .literal.lwip_accept + 0x0000000000000000 0x7c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + .literal.lwip_bind + 0x0000000000000000 0x24 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + .literal.lwip_listen + 0x0000000000000000 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + .literal.lwip_read + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + .literal.lwip_recv + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + .literal.lwip_sendmsg + 0x0000000000000000 0x54 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + .literal.lwip_write + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + .literal.lwip_writev + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + .literal.lwip_getpeername + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + .literal.lwip_getsockname + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + .literal.lwip_sendto_r + 0x0000000000000000 0x2c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + .literal.lwip_recv_r + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + .literal.lwip_sendmsg_r + 0x0000000000000000 0x2c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + .literal.lwip_writev_r + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + .literal.lwip_listen_r + 0x0000000000000000 0x2c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + .literal.lwip_bind_r + 0x0000000000000000 0x2c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + .literal.lwip_accept_r + 0x0000000000000000 0x2c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + .literal.lwip_getpeername_r + 0x0000000000000000 0x2c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + .literal.lwip_getsockname_r + 0x0000000000000000 0x2c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + .text.lwip_getaddrname + 0x0000000000000000 0xcd /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + .text.lwip_socket_thread_init + 0x0000000000000000 0xb /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + .text.lwip_socket_thread_cleanup + 0x0000000000000000 0xb /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + .text.lwip_accept + 0x0000000000000000 0x23c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + .text.lwip_bind + 0x0000000000000000 0xe9 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + .text.lwip_listen + 0x0000000000000000 0x90 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + .text.lwip_read + 0x0000000000000000 0x19 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + .text.lwip_recv + 0x0000000000000000 0x19 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + .text.lwip_sendmsg + 0x0000000000000000 0x22a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + .text.lwip_write + 0x0000000000000000 0x15 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + .text.lwip_writev + 0x0000000000000000 0x21 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + .text.lwip_getpeername + 0x0000000000000000 0x15 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + .text.lwip_getsockname + 0x0000000000000000 0x15 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + .text.lwip_sendto_r + 0x0000000000000000 0xbc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + .text.lwip_recv_r + 0x0000000000000000 0x19 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + .text.lwip_sendmsg_r + 0x0000000000000000 0xb4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + .text.lwip_writev_r + 0x0000000000000000 0x21 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + .text.lwip_listen_r + 0x0000000000000000 0xb0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + .text.lwip_bind_r + 0x0000000000000000 0xb4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + .text.lwip_accept_r + 0x0000000000000000 0xb4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + .text.lwip_getpeername_r + 0x0000000000000000 0xb4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + .text.lwip_getsockname_r + 0x0000000000000000 0xb4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + .rodata.__func__$7470 + 0x0000000000000000 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + .xt.lit 0x0000000000000000 0x1d0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + .xt.prop 0x0000000000000000 0x3bdc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + .literal.mem_free_local + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcpip.o) + .literal.pbuf_free_int + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcpip.o) + .literal.tcpip_api_call + 0x0000000000000000 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcpip.o) + .literal.tcpip_callbackmsg_new + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcpip.o) + .literal.tcpip_callbackmsg_delete + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcpip.o) + .literal.tcpip_trycallback + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcpip.o) + .literal.pbuf_free_callback + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcpip.o) + .literal.mem_free_callback + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcpip.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcpip.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcpip.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcpip.o) + .text.mem_free_local + 0x0000000000000000 0xe /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcpip.o) + .text.pbuf_free_int + 0x0000000000000000 0xe /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcpip.o) + .text.tcpip_api_call + 0x0000000000000000 0x39 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcpip.o) + .text.tcpip_callbackmsg_new + 0x0000000000000000 0x23 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcpip.o) + .text.tcpip_callbackmsg_delete + 0x0000000000000000 0xe /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcpip.o) + .text.tcpip_trycallback + 0x0000000000000000 0x21 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcpip.o) + .text.pbuf_free_callback + 0x0000000000000000 0x15 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcpip.o) + .text.mem_free_callback + 0x0000000000000000 0x15 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcpip.o) + .xt.lit 0x0000000000000000 0x70 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcpip.o) + .xt.prop 0x0000000000000000 0x4c8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcpip.o) + .literal.dhcps_option_info + 0x0000000000000000 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcpserver.o) + .literal.dhcps_set_option_info + 0x0000000000000000 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcpserver.o) + .literal.dhcp_search_ip_on_mac + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcpserver.o) + .literal.dhcps_dns_setserver + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcpserver.o) + .literal.dhcps_dns_getserver + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcpserver.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcpserver.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcpserver.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcpserver.o) + .text.dhcps_option_info + 0x0000000000000000 0x56 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcpserver.o) + .text.dhcps_set_option_info + 0x0000000000000000 0x5e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcpserver.o) + .text.dhcp_search_ip_on_mac + 0x0000000000000000 0x41 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcpserver.o) + .text.dhcps_dns_setserver + 0x0000000000000000 0x1c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcpserver.o) + .text.dhcps_dns_getserver + 0x0000000000000000 0xa /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcpserver.o) + .xt.lit 0x0000000000000000 0x98 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcpserver.o) + .xt.prop 0x0000000000000000 0xc3c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcpserver.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(def.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(def.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(def.o) + .xt.lit 0x0000000000000000 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(def.o) + .xt.prop 0x0000000000000000 0xb4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(def.o) + .literal.dns_getserver + 0x0000000000000000 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dns.o) + .literal.dns_gethostbyname + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dns.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dns.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dns.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dns.o) + .text.dns_getserver + 0x0000000000000000 0x32 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dns.o) + .text.dns_gethostbyname + 0x0000000000000000 0x19 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dns.o) + .xt.lit 0x0000000000000000 0x98 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dns.o) + .xt.prop 0x0000000000000000 0xeb8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dns.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(init.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(init.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(init.o) + .xt.lit 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(init.o) + .xt.prop 0x0000000000000000 0x30 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(init.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip.o) + .xt.lit 0x0000000000000000 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip.o) + .xt.prop 0x0000000000000000 0x108 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(memp.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(memp.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(memp.o) + .xt.prop 0x0000000000000000 0xe4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(memp.o) + .literal.netif_find + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(netif.o) + .literal.netif_create_ip6_linklocal_address + 0x0000000000000000 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(netif.o) + .literal.netif_add_ip6_address + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(netif.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(netif.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(netif.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(netif.o) + .text.netif_find + 0x0000000000000000 0x41 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(netif.o) + .text.netif_set_link_down + 0x0000000000000000 0x13 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(netif.o) + .text.netif_create_ip6_linklocal_address + 0x0000000000000000 0xb5 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(netif.o) + .text.netif_add_ip6_address + 0x0000000000000000 0x89 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(netif.o) + .xt.lit 0x0000000000000000 0x90 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(netif.o) + .xt.prop 0x0000000000000000 0x8a0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(netif.o) + .literal.pbuf_dechain + 0x0000000000000000 0x1c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(pbuf.o) + .literal.pbuf_coalesce + 0x0000000000000000 0x1c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(pbuf.o) + .literal.pbuf_memcmp + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(pbuf.o) + .literal.pbuf_memfind + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(pbuf.o) + .literal.pbuf_strstr + 0x0000000000000000 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(pbuf.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(pbuf.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(pbuf.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(pbuf.o) + .text.pbuf_dechain + 0x0000000000000000 0x6a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(pbuf.o) + .text.pbuf_coalesce + 0x0000000000000000 0x44 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(pbuf.o) + .text.pbuf_memcmp + 0x0000000000000000 0x5d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(pbuf.o) + .text.pbuf_memfind + 0x0000000000000000 0x40 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(pbuf.o) + .text.pbuf_strstr + 0x0000000000000000 0x49 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(pbuf.o) + .rodata.__func__$6803 + 0x0000000000000000 0xe /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(pbuf.o) + .rodata.__func__$6735 + 0x0000000000000000 0xd /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(pbuf.o) + .xt.lit 0x0000000000000000 0xb8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(pbuf.o) + .xt.prop 0x0000000000000000 0xd08 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(pbuf.o) + .literal.tcp_bind + 0x0000000000000000 0x1c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp.o) + .literal.tcp_listen_with_backlog + 0x0000000000000000 0x34 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp.o) + .literal.tcp_txnow + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp.o) + .literal.tcp_accept_null + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp.o) + .literal.tcp_new_ip_type + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp.o) + .literal.tcp_debug_state_str + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp.o) + .text.tcp_bind + 0x0000000000000000 0x291 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp.o) + .text.tcp_listen_with_backlog + 0x0000000000000000 0x16c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp.o) + .text.tcp_txnow + 0x0000000000000000 0x24 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp.o) + .text.tcp_setprio + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp.o) + .text.tcp_accept_null + 0x0000000000000000 0x11 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp.o) + .text.tcp_new_ip_type + 0x0000000000000000 0x1a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp.o) + .text.tcp_debug_state_str + 0x0000000000000000 0xd /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp.o) + .rodata.__func__$6746 + 0x0000000000000000 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp.o) + .rodata.tcp_state_str + 0x0000000000000000 0x2c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp.o) + .xt.lit 0x0000000000000000 0x138 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp.o) + .xt.prop 0x0000000000000000 0x2154 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp_in.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp_in.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp_in.o) + .xt.lit 0x0000000000000000 0x48 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp_in.o) + .xt.prop 0x0000000000000000 0x1500 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp_in.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp_out.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp_out.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp_out.o) + .xt.lit 0x0000000000000000 0x80 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp_out.o) + .xt.prop 0x0000000000000000 0xf6c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp_out.o) + .literal.sys_untimeout + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(timers.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(timers.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(timers.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(timers.o) + .text.sys_untimeout + 0x0000000000000000 0x4a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(timers.o) + .xt.lit 0x0000000000000000 0x70 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(timers.o) + .xt.prop 0x0000000000000000 0x45c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(timers.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(udp.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(udp.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(udp.o) + .xt.lit 0x0000000000000000 0x68 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(udp.o) + .xt.prop 0x0000000000000000 0x12b4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(udp.o) + .literal.dhcp_set_struct + 0x0000000000000000 0x24 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcp.o) + .literal.dhcp_inform + 0x0000000000000000 0x3c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcp.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcp.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcp.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcp.o) + .text.dhcp_set_struct + 0x0000000000000000 0x56 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcp.o) + .text.dhcp_inform + 0x0000000000000000 0xa0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcp.o) + .rodata.__func__$6522 + 0x0000000000000000 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcp.o) + .xt.lit 0x0000000000000000 0x128 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcp.o) + .xt.prop 0x0000000000000000 0x15a8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcp.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(icmp.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(icmp.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(icmp.o) + .xt.lit 0x0000000000000000 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(icmp.o) + .xt.prop 0x0000000000000000 0x174 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(icmp.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(igmp.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(igmp.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(igmp.o) + .xt.lit 0x0000000000000000 0x90 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(igmp.o) + .xt.prop 0x0000000000000000 0x864 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(igmp.o) + .literal.ip4_set_default_multicast_netif + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip4.o) + .literal.ip4_output + 0x0000000000000000 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip4.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip4.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip4.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip4.o) + .text.ip4_set_default_multicast_netif + 0x0000000000000000 0xa /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip4.o) + .text.ip4_output + 0x0000000000000000 0x4e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip4.o) + .rodata.__func__$6908 + 0x0000000000000000 0xb /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip4.o) + .xt.lit 0x0000000000000000 0x58 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip4.o) + .xt.prop 0x0000000000000000 0x6d8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip4.o) + .literal.ip4_addr_netmask_valid + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip4_addr.o) + .literal.ipaddr_addr + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip4_addr.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip4_addr.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip4_addr.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip4_addr.o) + .text.ip4_addr_netmask_valid + 0x0000000000000000 0x31 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip4_addr.o) + .text.ipaddr_addr + 0x0000000000000000 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip4_addr.o) + .xt.lit 0x0000000000000000 0x28 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip4_addr.o) + .xt.prop 0x0000000000000000 0x57c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip4_addr.o) + .literal.icmp6_packet_too_big + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(icmp6.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(icmp6.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(icmp6.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(icmp6.o) + .text.icmp6_packet_too_big + 0x0000000000000000 0x13 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(icmp6.o) + .xt.lit 0x0000000000000000 0x30 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(icmp6.o) + .xt.prop 0x0000000000000000 0x270 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(icmp6.o) + .literal.ip6_output + 0x0000000000000000 0x1c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip6.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip6.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip6.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip6.o) + .text.ip6_output + 0x0000000000000000 0x162 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip6.o) + .rodata.__func__$6787 + 0x0000000000000000 0xb /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip6.o) + .xt.lit 0x0000000000000000 0x38 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip6.o) + .xt.prop 0x0000000000000000 0x924 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip6.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip6_addr.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip6_addr.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip6_addr.o) + .xt.lit 0x0000000000000000 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip6_addr.o) + .xt.prop 0x0000000000000000 0x4ec /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip6_addr.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip6_frag.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip6_frag.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip6_frag.o) + .xt.lit 0x0000000000000000 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip6_frag.o) + .xt.prop 0x0000000000000000 0x3e4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip6_frag.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(mld6.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(mld6.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(mld6.o) + .xt.lit 0x0000000000000000 0x68 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(mld6.o) + .xt.prop 0x0000000000000000 0x6d8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(mld6.o) + .literal.nd6_set_cb + 0x0000000000000000 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(nd6.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(nd6.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(nd6.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(nd6.o) + .text.nd6_set_cb + 0x0000000000000000 0x26 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(nd6.o) + .rodata.__func__$6520 + 0x0000000000000000 0xb /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(nd6.o) + .xt.lit 0x0000000000000000 0xb8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(nd6.o) + .xt.prop 0x0000000000000000 0x195c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(nd6.o) + .literal.etharp_find_addr + 0x0000000000000000 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(etharp.o) + .literal.etharp_get_entry + 0x0000000000000000 0x24 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(etharp.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(etharp.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(etharp.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(etharp.o) + .text.etharp_find_addr + 0x0000000000000000 0x76 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(etharp.o) + .text.etharp_get_entry + 0x0000000000000000 0x82 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(etharp.o) + .rodata.__func__$6453 + 0x0000000000000000 0x11 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(etharp.o) + .rodata.__func__$6446 + 0x0000000000000000 0x11 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(etharp.o) + .xt.lit 0x0000000000000000 0x88 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(etharp.o) + .xt.prop 0x0000000000000000 0xb70 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(etharp.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ethernet.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ethernet.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ethernet.o) + .xt.lit 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ethernet.o) + .xt.prop 0x0000000000000000 0xcc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ethernet.o) + .literal.sys_sem_free + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sys_arch.o) + .literal.sys_jiffies + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sys_arch.o) + .literal.sys_thread_sem_deinit + 0x0000000000000000 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sys_arch.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sys_arch.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sys_arch.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sys_arch.o) + .text.sys_sem_free + 0x0000000000000000 0xe /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sys_arch.o) + .text.sys_jiffies + 0x0000000000000000 0xd /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sys_arch.o) + .text.sys_thread_sem_deinit + 0x0000000000000000 0x26 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sys_arch.o) + .xt.lit 0x0000000000000000 0xd0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sys_arch.o) + .xt.prop 0x0000000000000000 0x7bc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sys_arch.o) + .literal.ethernet_low_level_init + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ethernetif.o) + .literal.ethernet_low_level_output + 0x0000000000000000 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ethernetif.o) + .literal.ethernetif_input + 0x0000000000000000 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ethernetif.o) + .literal.ethernetif_init + 0x0000000000000000 0x24 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ethernetif.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ethernetif.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ethernetif.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ethernetif.o) + .text.ethernet_low_level_init + 0x0000000000000000 0x1b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ethernetif.o) + .text.ethernet_low_level_output + 0x0000000000000000 0x4d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ethernetif.o) + .text.ethernetif_input + 0x0000000000000000 0x63 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ethernetif.o) + .rodata.str1.4 + 0x0000000000000000 0x6a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ethernetif.o) + .text.ethernetif_init + 0x0000000000000000 0x48 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ethernetif.o) + .rodata.__func__$6779 + 0x0000000000000000 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ethernetif.o) + .xt.lit 0x0000000000000000 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ethernetif.o) + .xt.prop 0x0000000000000000 0x15c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ethernetif.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(wlanif.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(wlanif.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(wlanif.o) + .xt.lit 0x0000000000000000 0x30 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(wlanif.o) + .xt.prop 0x0000000000000000 0x1c8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(wlanif.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(vfs_lwip.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(vfs_lwip.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(vfs_lwip.o) + .xt.lit 0x0000000000000000 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(vfs_lwip.o) + .xt.prop 0x0000000000000000 0xfc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(vfs_lwip.o) + .literal.netconn_close_shutdown + 0x0000000000000000 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_lib.o) + .literal.netconn_bind + 0x0000000000000000 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_lib.o) + .literal.netconn_listen_with_backlog + 0x0000000000000000 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_lib.o) + .literal.netconn_accept + 0x0000000000000000 0x2c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_lib.o) + .literal.netconn_sendto + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_lib.o) + .literal.netconn_close + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_lib.o) + .literal.netconn_shutdown + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_lib.o) + .literal.netconn_thread_init + 0x0000000000000000 0x1c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_lib.o) + .literal.netconn_thread_cleanup + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_lib.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_lib.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_lib.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_lib.o) + .text.netconn_close_shutdown + 0x0000000000000000 0x35 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_lib.o) + .text.netconn_bind + 0x0000000000000000 0x36 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_lib.o) + .text.netconn_listen_with_backlog + 0x0000000000000000 0x2d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_lib.o) + .text.netconn_accept + 0x0000000000000000 0xb2 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_lib.o) + .text.netconn_sendto + 0x0000000000000000 0x75 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_lib.o) + .text.netconn_close + 0x0000000000000000 0x12 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_lib.o) + .text.netconn_shutdown + 0x0000000000000000 0x2d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_lib.o) + .text.netconn_thread_init + 0x0000000000000000 0x34 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_lib.o) + .text.netconn_thread_cleanup + 0x0000000000000000 0x17 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_lib.o) + .rodata.__func__$7184 + 0x0000000000000000 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_lib.o) + .xt.lit 0x0000000000000000 0xb8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_lib.o) + .xt.prop 0x0000000000000000 0xb70 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_lib.o) + .literal.accept_function + 0x0000000000000000 0x28 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_msg.o) + .literal.lwip_netconn_do_bind + 0x0000000000000000 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_msg.o) + .literal.lwip_netconn_do_listen + 0x0000000000000000 0x3c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_msg.o) + .literal.lwip_netconn_do_close + 0x0000000000000000 0x44 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_msg.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_msg.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_msg.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_msg.o) + .text.accept_function + 0x0000000000000000 0xb0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_msg.o) + .text.lwip_netconn_do_bind + 0x0000000000000000 0x11a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_msg.o) + .text.lwip_netconn_do_listen + 0x0000000000000000 0x1ac /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_msg.o) + .text.lwip_netconn_do_close + 0x0000000000000000 0x130 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_msg.o) + .rodata.__func__$7250 + 0x0000000000000000 0x16 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_msg.o) + .rodata.__func__$7188 + 0x0000000000000000 0x17 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_msg.o) + .xt.lit 0x0000000000000000 0xe8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_msg.o) + .xt.prop 0x0000000000000000 0x1b24 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_msg.o) + .literal.netbuf_new + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(netbuf.o) + .literal.netbuf_ref + 0x0000000000000000 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(netbuf.o) + .literal.netbuf_chain + 0x0000000000000000 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(netbuf.o) + .literal.netbuf_data + 0x0000000000000000 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(netbuf.o) + .literal.netbuf_next + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(netbuf.o) + .literal.netbuf_first + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(netbuf.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(netbuf.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(netbuf.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(netbuf.o) + .text.netbuf_new + 0x0000000000000000 0x38 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(netbuf.o) + .text.netbuf_ref + 0x0000000000000000 0x4b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(netbuf.o) + .text.netbuf_chain + 0x0000000000000000 0x36 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(netbuf.o) + .text.netbuf_data + 0x0000000000000000 0x4e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(netbuf.o) + .text.netbuf_next + 0x0000000000000000 0x2d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(netbuf.o) + .text.netbuf_first + 0x0000000000000000 0x16 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(netbuf.o) + .xt.lit 0x0000000000000000 0x48 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(netbuf.o) + .xt.prop 0x0000000000000000 0x390 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(netbuf.o) + .literal.inet_cksum_pseudo_partial_base + 0x0000000000000000 0x24 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(inet_chksum.o) + .literal.inet_chksum_pseudo_partial + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(inet_chksum.o) + .literal.ip6_chksum_pseudo_partial + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(inet_chksum.o) + .literal.ip_chksum_pseudo_partial + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(inet_chksum.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(inet_chksum.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(inet_chksum.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(inet_chksum.o) + .rodata.str1.4 + 0x0000000000000000 0x57 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(inet_chksum.o) + .text.inet_cksum_pseudo_partial_base + 0x0000000000000000 0xba /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(inet_chksum.o) + .text.inet_chksum_pseudo_partial + 0x0000000000000000 0x3e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(inet_chksum.o) + .text.ip6_chksum_pseudo_partial + 0x0000000000000000 0x56 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(inet_chksum.o) + .text.ip_chksum_pseudo_partial + 0x0000000000000000 0x2e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(inet_chksum.o) + .rodata.__func__$5958 + 0x0000000000000000 0x1f /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(inet_chksum.o) + .xt.lit 0x0000000000000000 0x58 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(inet_chksum.o) + .xt.prop 0x0000000000000000 0x354 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(inet_chksum.o) + .literal.raw_new_ip_type + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(raw.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(raw.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(raw.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(raw.o) + .text.raw_bind + 0x0000000000000000 0x7a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(raw.o) + .text.raw_new_ip_type + 0x0000000000000000 0x1c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(raw.o) + .xt.lit 0x0000000000000000 0x38 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(raw.o) + .xt.prop 0x0000000000000000 0x8e8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(raw.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ethip6.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ethip6.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ethip6.o) + .xt.lit 0x0000000000000000 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ethip6.o) + .xt.prop 0x0000000000000000 0xf0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ethip6.o) + .literal.ctr_drbg_self_test_entropy + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ctr_drbg.o) + .literal.mbedtls_ctr_drbg_update + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ctr_drbg.o) + .literal.mbedtls_ctr_drbg_write_seed_file + 0x0000000000000000 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ctr_drbg.o) + .literal.mbedtls_ctr_drbg_update_seed_file + 0x0000000000000000 0x2c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ctr_drbg.o) + .literal.mbedtls_ctr_drbg_self_test + 0x0000000000000000 0xa0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ctr_drbg.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ctr_drbg.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ctr_drbg.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ctr_drbg.o) + .text.ctr_drbg_self_test_entropy + 0x0000000000000000 0x1c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ctr_drbg.o) + .text.mbedtls_ctr_drbg_set_prediction_resistance + 0x0000000000000000 0x7 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ctr_drbg.o) + .text.mbedtls_ctr_drbg_set_entropy_len + 0x0000000000000000 0x7 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ctr_drbg.o) + .text.mbedtls_ctr_drbg_set_reseed_interval + 0x0000000000000000 0x7 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ctr_drbg.o) + .text.mbedtls_ctr_drbg_update + 0x0000000000000000 0x26 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ctr_drbg.o) + .rodata.str1.4 + 0x0000000000000000 0x4e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ctr_drbg.o) + .text.mbedtls_ctr_drbg_write_seed_file + 0x0000000000000000 0x49 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ctr_drbg.o) + .text.mbedtls_ctr_drbg_update_seed_file + 0x0000000000000000 0x91 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ctr_drbg.o) + .text.mbedtls_ctr_drbg_self_test + 0x0000000000000000 0x1e0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ctr_drbg.o) + .bss.test_offset + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ctr_drbg.o) + .rodata.result_nopr + 0x0000000000000000 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ctr_drbg.o) + .rodata.result_pr + 0x0000000000000000 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ctr_drbg.o) + .rodata.nonce_pers_nopr + 0x0000000000000000 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ctr_drbg.o) + .rodata.nonce_pers_pr + 0x0000000000000000 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ctr_drbg.o) + .rodata.entropy_source_nopr + 0x0000000000000000 0x40 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ctr_drbg.o) + .rodata.entropy_source_pr + 0x0000000000000000 0x60 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ctr_drbg.o) + .xt.lit 0x0000000000000000 0x70 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ctr_drbg.o) + .xt.prop 0x0000000000000000 0x7f8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ctr_drbg.o) + .literal.entropy_dummy_source + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(entropy.o) + .literal.mbedtls_entropy_source_self_test_gather + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(entropy.o) + .literal.mbedtls_entropy_update_manual + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(entropy.o) + .literal.mbedtls_entropy_gather + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(entropy.o) + .literal.mbedtls_entropy_write_seed_file + 0x0000000000000000 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(entropy.o) + .literal.mbedtls_entropy_update_seed_file + 0x0000000000000000 0x28 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(entropy.o) + .literal.mbedtls_entropy_source_self_test + 0x0000000000000000 0x30 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(entropy.o) + .literal.mbedtls_entropy_self_test + 0x0000000000000000 0x44 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(entropy.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(entropy.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(entropy.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(entropy.o) + .text.mbedtls_entropy_source_self_test_check_bits + 0x0000000000000000 0x33 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(entropy.o) + .text.entropy_dummy_source + 0x0000000000000000 0x16 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(entropy.o) + .text.mbedtls_entropy_source_self_test_gather + 0x0000000000000000 0x40 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(entropy.o) + .text.mbedtls_entropy_update_manual + 0x0000000000000000 0x15 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(entropy.o) + .text.mbedtls_entropy_gather + 0x0000000000000000 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(entropy.o) + .rodata.str1.4 + 0x0000000000000000 0x41 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(entropy.o) + .text.mbedtls_entropy_write_seed_file + 0x0000000000000000 0x45 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(entropy.o) + .text.mbedtls_entropy_update_seed_file + 0x0000000000000000 0x85 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(entropy.o) + .text.mbedtls_entropy_source_self_test + 0x0000000000000000 0x96 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(entropy.o) + .text.mbedtls_entropy_self_test + 0x0000000000000000 0x10e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(entropy.o) + .xt.lit 0x0000000000000000 0x68 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(entropy.o) + .xt.prop 0x0000000000000000 0x5a0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(entropy.o) + .literal.mbedtls_sha256_self_test + 0x0000000000000000 0x5c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(sha256.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(sha256.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(sha256.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(sha256.o) + .rodata.str1.4 + 0x0000000000000000 0x3f /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(sha256.o) + .text.mbedtls_sha256_self_test + 0x0000000000000000 0x136 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(sha256.o) + .rodata.sha256_test_sum + 0x0000000000000000 0xc0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(sha256.o) + .rodata.sha256_test_buflen + 0x0000000000000000 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(sha256.o) + .rodata.sha256_test_buf + 0x0000000000000000 0xab /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(sha256.o) + .xt.lit 0x0000000000000000 0x48 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(sha256.o) + .xt.prop 0x0000000000000000 0x414 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(sha256.o) + .literal.mbedtls_sha512_self_test + 0x0000000000000000 0x5c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(sha512.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(sha512.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(sha512.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(sha512.o) + .rodata.str1.4 + 0x0000000000000000 0x3f /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(sha512.o) + .text.mbedtls_sha512_self_test + 0x0000000000000000 0x13a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(sha512.o) + .rodata.sha512_test_sum + 0x0000000000000000 0x180 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(sha512.o) + .rodata.sha512_test_buflen + 0x0000000000000000 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(sha512.o) + .rodata.sha512_test_buf + 0x0000000000000000 0x153 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(sha512.o) + .xt.lit 0x0000000000000000 0x48 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(sha512.o) + .xt.prop 0x0000000000000000 0x720 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(sha512.o) + .literal.ssl_append_key_cert + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + .literal.mbedtls_ssl_reset_checksum + 0x0000000000000000 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + .literal.mbedtls_ssl_set_timer_cb + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + .literal.mbedtls_ssl_conf_own_cert + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + .literal.mbedtls_ssl_set_hs_own_cert + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + .literal.mbedtls_ssl_conf_dh_param_ctx + 0x0000000000000000 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + .literal.mbedtls_ssl_conf_alpn_protocols + 0x0000000000000000 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + .literal.mbedtls_ssl_conf_fallback + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + .literal.mbedtls_ssl_conf_max_frag_len + 0x0000000000000000 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + .literal.mbedtls_ssl_conf_truncated_hmac + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + .literal.mbedtls_ssl_conf_renegotiation + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + .literal.mbedtls_ssl_conf_renegotiation_period + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + .literal.mbedtls_ssl_conf_session_tickets + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + .literal.mbedtls_ssl_get_version + 0x0000000000000000 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + .literal.mbedtls_ssl_get_record_expansion + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + .literal.ssl_session_copy + 0x0000000000000000 0x24 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + .literal.mbedtls_ssl_set_session + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + .literal.mbedtls_ssl_get_session + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + .literal.mbedtls_ssl_send_fatal_handshake_failure + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + .text.ssl_append_key_cert + 0x0000000000000000 0x35 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + .text.mbedtls_ssl_reset_checksum + 0x0000000000000000 0x3e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + .text.mbedtls_ssl_conf_verify + 0x0000000000000000 0x9 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + .text.mbedtls_ssl_conf_dbg + 0x0000000000000000 0x9 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + .text.mbedtls_ssl_conf_read_timeout + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + .text.mbedtls_ssl_set_timer_cb + 0x0000000000000000 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + .text.mbedtls_ssl_conf_session_cache + 0x0000000000000000 0xb /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + .text.mbedtls_ssl_conf_ciphersuites + 0x0000000000000000 0xd /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + .text.mbedtls_ssl_conf_ciphersuites_for_version + 0x0000000000000000 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + .text.mbedtls_ssl_conf_cert_profile + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + .text.mbedtls_ssl_conf_own_cert + 0x0000000000000000 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + .text.mbedtls_ssl_set_hs_own_cert + 0x0000000000000000 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + .text.mbedtls_ssl_set_hs_ca_chain + 0x0000000000000000 0xf /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + .text.mbedtls_ssl_set_hs_authmode + 0x0000000000000000 0xa /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + .text.mbedtls_ssl_conf_dh_param_ctx + 0x0000000000000000 0x3d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + .text.mbedtls_ssl_conf_dhm_min_bitlen + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + .text.mbedtls_ssl_conf_sig_hashes + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + .text.mbedtls_ssl_conf_curves + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + .text.mbedtls_ssl_conf_sni + 0x0000000000000000 0x9 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + .text.mbedtls_ssl_conf_alpn_protocols + 0x0000000000000000 0x3a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + .text.mbedtls_ssl_get_alpn_protocol + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + .text.mbedtls_ssl_conf_max_version + 0x0000000000000000 0xb /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + .text.mbedtls_ssl_conf_min_version + 0x0000000000000000 0xb /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + .text.mbedtls_ssl_conf_fallback + 0x0000000000000000 0x1a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + .text.mbedtls_ssl_conf_cert_req_ca_list + 0x0000000000000000 0x17 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + .text.mbedtls_ssl_conf_encrypt_then_mac + 0x0000000000000000 0x1a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + .text.mbedtls_ssl_conf_extended_master_secret + 0x0000000000000000 0x1a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + .text.mbedtls_ssl_conf_max_frag_len + 0x0000000000000000 0x3a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + .text.mbedtls_ssl_conf_truncated_hmac + 0x0000000000000000 0x1a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + .text.mbedtls_ssl_conf_legacy_renegotiation + 0x0000000000000000 0x1a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + .text.mbedtls_ssl_conf_renegotiation + 0x0000000000000000 0x1a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + .text.mbedtls_ssl_conf_renegotiation_enforced + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + .text.mbedtls_ssl_conf_renegotiation_period + 0x0000000000000000 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + .text.mbedtls_ssl_conf_session_tickets + 0x0000000000000000 0x1a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + .text.mbedtls_ssl_conf_session_tickets_cb + 0x0000000000000000 0xd /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + .text.mbedtls_ssl_conf_export_keys_cb + 0x0000000000000000 0xb /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + .text.mbedtls_ssl_get_bytes_avail + 0x0000000000000000 0x11 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + .text.mbedtls_ssl_get_version + 0x0000000000000000 0x35 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + .text.mbedtls_ssl_get_record_expansion + 0x0000000000000000 0x55 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + .text.mbedtls_ssl_get_peer_cert + 0x0000000000000000 0x16 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + .text.ssl_session_copy + 0x0000000000000000 0x91 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + .text.mbedtls_ssl_set_session + 0x0000000000000000 0x4d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + .text.mbedtls_ssl_get_session + 0x0000000000000000 0x3e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + .text.mbedtls_ssl_send_fatal_handshake_failure + 0x0000000000000000 0x1a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + .xt.lit 0x0000000000000000 0x2d0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + .xt.prop 0x0000000000000000 0x3e88 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + .literal.x509_info_subject_alt_name + 0x0000000000000000 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509_crt.o) + .literal.x509_info_cert_type + 0x0000000000000000 0x4c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509_crt.o) + .literal.x509_info_key_usage + 0x0000000000000000 0x54 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509_crt.o) + .literal.x509_info_ext_key_usage + 0x0000000000000000 0x1c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509_crt.o) + .literal.mbedtls_x509_crt_info + 0x0000000000000000 0xb8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509_crt.o) + .literal.mbedtls_x509_crt_verify_info + 0x0000000000000000 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509_crt.o) + .literal.mbedtls_x509_crt_verify + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509_crt.o) + .literal.mbedtls_x509_crt_parse_file + 0x0000000000000000 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509_crt.o) + .literal.mbedtls_x509_crt_parse_path + 0x0000000000000000 0x2c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509_crt.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509_crt.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509_crt.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509_crt.o) + .text.x509_info_subject_alt_name + 0x0000000000000000 0x65 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509_crt.o) + .text.x509_info_cert_type + 0x0000000000000000 0x1a9 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509_crt.o) + .text.x509_info_key_usage + 0x0000000000000000 0x1d9 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509_crt.o) + .text.x509_info_ext_key_usage + 0x0000000000000000 0x5e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509_crt.o) + .text.mbedtls_x509_crt_info + 0x0000000000000000 0x4eb /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509_crt.o) + .text.mbedtls_x509_crt_verify_info + 0x0000000000000000 0x81 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509_crt.o) + .text.mbedtls_x509_crt_verify + 0x0000000000000000 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509_crt.o) + .text.mbedtls_x509_crt_parse_file + 0x0000000000000000 0x38 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509_crt.o) + .text.mbedtls_x509_crt_parse_path + 0x0000000000000000 0x8d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509_crt.o) + .rodata.x509_crt_verify_strings + 0x0000000000000000 0xa8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509_crt.o) + .rodata.mbedtls_x509_crt_profile_next + 0x0000000000000000 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509_crt.o) + .xt.lit 0x0000000000000000 0x118 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509_crt.o) + .xt.prop 0x0000000000000000 0x246c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509_crt.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(esp_hardware.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(esp_hardware.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(esp_hardware.o) + .xt.lit 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(esp_hardware.o) + .xt.prop 0x0000000000000000 0x30 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(esp_hardware.o) + .literal.mbedtls_net_bind + 0x0000000000000000 0x30 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(net_sockets.o) + .literal.mbedtls_net_accept + 0x0000000000000000 0x30 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(net_sockets.o) + .literal.mbedtls_net_set_block + 0x0000000000000000 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(net_sockets.o) + .literal.mbedtls_net_set_nonblock + 0x0000000000000000 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(net_sockets.o) + .literal.mbedtls_net_usleep + 0x0000000000000000 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(net_sockets.o) + .literal.mbedtls_net_recv_timeout + 0x0000000000000000 0x1c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(net_sockets.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(net_sockets.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(net_sockets.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(net_sockets.o) + .text.mbedtls_net_bind + 0x0000000000000000 0xef /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(net_sockets.o) + .text.mbedtls_net_accept + 0x0000000000000000 0x144 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(net_sockets.o) + .text.mbedtls_net_set_block + 0x0000000000000000 0x25 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(net_sockets.o) + .text.mbedtls_net_set_nonblock + 0x0000000000000000 0x25 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(net_sockets.o) + .text.mbedtls_net_usleep + 0x0000000000000000 0x2b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(net_sockets.o) + .text.mbedtls_net_recv_timeout + 0x0000000000000000 0xad /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(net_sockets.o) + .xt.lit 0x0000000000000000 0x60 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(net_sockets.o) + .xt.prop 0x0000000000000000 0x6d8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(net_sockets.o) + .literal.mbedtls_asn1_free_named_data + 0x0000000000000000 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(asn1parse.o) + .literal.mbedtls_asn1_free_named_data_list + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(asn1parse.o) + .literal.mbedtls_asn1_find_named_data + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(asn1parse.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(asn1parse.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(asn1parse.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(asn1parse.o) + .text.mbedtls_asn1_free_named_data + 0x0000000000000000 0x22 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(asn1parse.o) + .text.mbedtls_asn1_free_named_data_list + 0x0000000000000000 0x21 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(asn1parse.o) + .text.mbedtls_asn1_find_named_data + 0x0000000000000000 0x21 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(asn1parse.o) + .xt.lit 0x0000000000000000 0x60 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(asn1parse.o) + .xt.prop 0x0000000000000000 0x720 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(asn1parse.o) + .literal.mbedtls_mpi_swap + 0x0000000000000000 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(bignum.o) + .literal.mbedtls_mpi_read_file + 0x0000000000000000 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(bignum.o) + .literal.mbedtls_mpi_div_int + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(bignum.o) + .literal.mbedtls_mpi_mod_int + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(bignum.o) + .literal.mpi_write_hlp + 0x0000000000000000 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(bignum.o) + .literal.mbedtls_mpi_write_string + 0x0000000000000000 0x1c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(bignum.o) + .literal.mbedtls_mpi_write_file + 0x0000000000000000 0x2c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(bignum.o) + .literal.mpi_check_small_factors + 0x0000000000000000 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(bignum.o) + .literal.mpi_miller_rabin + 0x0000000000000000 0x8c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(bignum.o) + .literal.mbedtls_mpi_is_prime + 0x0000000000000000 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(bignum.o) + .literal.mbedtls_mpi_gen_prime + 0x0000000000000000 0x50 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(bignum.o) + .literal.mbedtls_mpi_self_test + 0x0000000000000000 0x118 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(bignum.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(bignum.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(bignum.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(bignum.o) + .text.mbedtls_mpi_swap + 0x0000000000000000 0x2b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(bignum.o) + .text.mbedtls_mpi_read_file + 0x0000000000000000 0x98 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(bignum.o) + .text.mbedtls_mpi_div_int + 0x0000000000000000 0x2e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(bignum.o) + .text.mbedtls_mpi_mod_int + 0x0000000000000000 0x7a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(bignum.o) + .text.mpi_write_hlp + 0x0000000000000000 0x84 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(bignum.o) + .rodata.str1.4 + 0x0000000000000000 0x48a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(bignum.o) + .text.mbedtls_mpi_write_string + 0x0000000000000000 0x110 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(bignum.o) + .text.mbedtls_mpi_write_file + 0x0000000000000000 0x99 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(bignum.o) + .text.mpi_check_small_factors + 0x0000000000000000 0x54 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(bignum.o) + .text.mpi_miller_rabin + 0x0000000000000000 0x290 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(bignum.o) + .text.mbedtls_mpi_is_prime + 0x0000000000000000 0x64 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(bignum.o) + .text.mbedtls_mpi_gen_prime + 0x0000000000000000 0x17d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(bignum.o) + .text.mbedtls_mpi_self_test + 0x0000000000000000 0x327 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(bignum.o) + .rodata.gcd_pairs + 0x0000000000000000 0x24 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(bignum.o) + .rodata.small_prime + 0x0000000000000000 0x2a0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(bignum.o) + .xt.lit 0x0000000000000000 0x180 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(bignum.o) + .xt.prop 0x0000000000000000 0x2640 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(bignum.o) + .literal.mbedtls_cipher_list + 0x0000000000000000 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(cipher.o) + .literal.mbedtls_cipher_info_from_string + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(cipher.o) + .literal.mbedtls_cipher_update_ad + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(cipher.o) + .literal.mbedtls_cipher_write_tag + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(cipher.o) + .literal.mbedtls_cipher_check_tag + 0x0000000000000000 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(cipher.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(cipher.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(cipher.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(cipher.o) + .text.mbedtls_cipher_list + 0x0000000000000000 0x33 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(cipher.o) + .text.mbedtls_cipher_info_from_string + 0x0000000000000000 0x28 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(cipher.o) + .text.mbedtls_cipher_update_ad + 0x0000000000000000 0x35 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(cipher.o) + .text.mbedtls_cipher_write_tag + 0x0000000000000000 0x41 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(cipher.o) + .text.mbedtls_cipher_check_tag + 0x0000000000000000 0x6e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(cipher.o) + .bss.supported_init + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(cipher.o) + .xt.lit 0x0000000000000000 0xc0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(cipher.o) + .xt.prop 0x0000000000000000 0x1170 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(cipher.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(cipher_wrap.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(cipher_wrap.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(cipher_wrap.o) + .xt.lit 0x0000000000000000 0x70 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(cipher_wrap.o) + .xt.prop 0x0000000000000000 0x3d8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(cipher_wrap.o) + COMMON 0x0000000000000000 0x4c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(cipher_wrap.o) + .literal.load_file + 0x0000000000000000 0x40 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(dhm.o) + .literal.mbedtls_dhm_parse_dhm + 0x0000000000000000 0x40 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(dhm.o) + .literal.mbedtls_dhm_parse_dhmfile + 0x0000000000000000 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(dhm.o) + .literal.mbedtls_dhm_self_test + 0x0000000000000000 0x28 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(dhm.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(dhm.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(dhm.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(dhm.o) + .rodata.str1.4 + 0x0000000000000000 0x74 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(dhm.o) + .text.load_file + 0x0000000000000000 0xc1 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(dhm.o) + .text.mbedtls_dhm_parse_dhm + 0x0000000000000000 0x112 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(dhm.o) + .text.mbedtls_dhm_parse_dhmfile + 0x0000000000000000 0x38 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(dhm.o) + .text.mbedtls_dhm_self_test + 0x0000000000000000 0x54 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(dhm.o) + .rodata.mbedtls_test_dhm_params + 0x0000000000000000 0xfb /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(dhm.o) + .xt.lit 0x0000000000000000 0x70 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(dhm.o) + .xt.prop 0x0000000000000000 0x924 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(dhm.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecdh.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecdh.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecdh.o) + .xt.lit 0x0000000000000000 0x50 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecdh.o) + .xt.prop 0x0000000000000000 0x408 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecdh.o) + .literal.mbedtls_ecp_curve_info_from_name + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp.o) + .literal.mbedtls_ecp_point_cmp + 0x0000000000000000 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp.o) + .literal.mbedtls_ecp_point_read_string + 0x0000000000000000 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp.o) + .literal.mbedtls_ecp_gen_key + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp.o) + .literal.mbedtls_ecp_self_test + 0x0000000000000000 0x98 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp.o) + .text.mbedtls_ecp_curve_info_from_name + 0x0000000000000000 0x29 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp.o) + .text.mbedtls_ecp_point_cmp + 0x0000000000000000 0x3f /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp.o) + .text.mbedtls_ecp_point_read_string + 0x0000000000000000 0x30 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp.o) + .text.mbedtls_ecp_gen_key + 0x0000000000000000 0x2c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp.o) + .rodata 0x0000000000000000 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp.o) + .text.mbedtls_ecp_self_test + 0x0000000000000000 0x29c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp.o) + .xt.lit 0x0000000000000000 0x198 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp.o) + .xt.prop 0x0000000000000000 0x1eb4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp_curves.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp_curves.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp_curves.o) + .xt.lit 0x0000000000000000 0x60 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp_curves.o) + .xt.prop 0x0000000000000000 0x1674 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp_curves.o) + .literal.mbedtls_gcm_self_test + 0x0000000000000000 0x114 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(gcm.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(gcm.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(gcm.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(gcm.o) + .rodata.str1.4 + 0x0000000000000000 0x53 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(gcm.o) + .text.mbedtls_gcm_self_test + 0x0000000000000000 0x51e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(gcm.o) + .rodata.tag 0x0000000000000000 0x120 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(gcm.o) + .rodata.ct 0x0000000000000000 0x480 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(gcm.o) + .rodata.pt 0x0000000000000000 0x180 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(gcm.o) + .rodata.pt_index + 0x0000000000000000 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(gcm.o) + .rodata.pt_len + 0x0000000000000000 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(gcm.o) + .rodata.additional + 0x0000000000000000 0x180 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(gcm.o) + .rodata.add_index + 0x0000000000000000 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(gcm.o) + .rodata.add_len + 0x0000000000000000 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(gcm.o) + .rodata.iv 0x0000000000000000 0x180 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(gcm.o) + .rodata.iv_index + 0x0000000000000000 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(gcm.o) + .rodata.iv_len + 0x0000000000000000 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(gcm.o) + .rodata.key 0x0000000000000000 0xc0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(gcm.o) + .rodata.key_index + 0x0000000000000000 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(gcm.o) + .xt.lit 0x0000000000000000 0x58 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(gcm.o) + .xt.prop 0x0000000000000000 0x9b4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(gcm.o) + .literal.mbedtls_md_list + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md.o) + .literal.mbedtls_md_info_from_string + 0x0000000000000000 0x50 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md.o) + .literal.mbedtls_md_clone + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md.o) + .literal.mbedtls_md_init_ctx + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md.o) + .literal.mbedtls_md_file + 0x0000000000000000 0x28 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md.o) + .literal.mbedtls_md_hmac + 0x0000000000000000 0x1c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md.o) + .text.mbedtls_md_list + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md.o) + .rodata.str1.4 + 0x0000000000000000 0x33 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md.o) + .text.mbedtls_md_info_from_string + 0x0000000000000000 0xb8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md.o) + .text.mbedtls_md_clone + 0x0000000000000000 0x3d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md.o) + .text.mbedtls_md_init_ctx + 0x0000000000000000 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md.o) + .text.mbedtls_md_file + 0x0000000000000000 0x92 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md.o) + .text.mbedtls_md_hmac + 0x0000000000000000 0x54 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md.o) + .text.mbedtls_md_get_type + 0x0000000000000000 0xd /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md.o) + .text.mbedtls_md_get_name + 0x0000000000000000 0xd /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md.o) + .rodata.supported_digests + 0x0000000000000000 0x1c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md.o) + .xt.lit 0x0000000000000000 0x90 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md.o) + .xt.prop 0x0000000000000000 0x984 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md.o) + .literal.mbedtls_md5_self_test + 0x0000000000000000 0x30 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md5.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md5.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md5.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md5.o) + .rodata.str1.4 + 0x0000000000000000 0x23 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md5.o) + .text.mbedtls_md5_self_test + 0x0000000000000000 0x7c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md5.o) + .rodata.md5_test_sum + 0x0000000000000000 0x70 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md5.o) + .rodata.md5_test_buflen + 0x0000000000000000 0x1c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md5.o) + .rodata.md5_test_buf + 0x0000000000000000 0x237 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md5.o) + .xt.lit 0x0000000000000000 0x48 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md5.o) + .xt.prop 0x0000000000000000 0x300 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md5.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md_wrap.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md_wrap.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md_wrap.o) + .xt.lit 0x0000000000000000 0x110 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md_wrap.o) + .xt.prop 0x0000000000000000 0x6d8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md_wrap.o) + .literal.oid_x520_attr_from_asn1 + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(oid.o) + .literal.oid_ext_key_usage_from_asn1 + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(oid.o) + .literal.oid_cipher_alg_from_asn1 + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(oid.o) + .literal.oid_pkcs12_pbe_alg_from_asn1 + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(oid.o) + .literal.mbedtls_oid_get_attr_short_name + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(oid.o) + .literal.mbedtls_oid_get_extended_key_usage + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(oid.o) + .literal.mbedtls_oid_get_sig_alg_desc + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(oid.o) + .literal.mbedtls_oid_get_oid_by_sig_alg + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(oid.o) + .literal.mbedtls_oid_get_oid_by_pk_alg + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(oid.o) + .literal.mbedtls_oid_get_oid_by_ec_grp + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(oid.o) + .literal.mbedtls_oid_get_cipher_alg + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(oid.o) + .literal.mbedtls_oid_get_pkcs12_pbe_alg + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(oid.o) + .literal.mbedtls_oid_get_numeric_string + 0x0000000000000000 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(oid.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(oid.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(oid.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(oid.o) + .text.oid_x520_attr_from_asn1 + 0x0000000000000000 0x34 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(oid.o) + .text.oid_ext_key_usage_from_asn1 + 0x0000000000000000 0x34 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(oid.o) + .text.oid_cipher_alg_from_asn1 + 0x0000000000000000 0x34 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(oid.o) + .text.oid_pkcs12_pbe_alg_from_asn1 + 0x0000000000000000 0x30 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(oid.o) + .text.mbedtls_oid_get_attr_short_name + 0x0000000000000000 0x1d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(oid.o) + .text.mbedtls_oid_get_extended_key_usage + 0x0000000000000000 0x1d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(oid.o) + .text.mbedtls_oid_get_sig_alg_desc + 0x0000000000000000 0x1d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(oid.o) + .text.mbedtls_oid_get_oid_by_sig_alg + 0x0000000000000000 0x2a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(oid.o) + .text.mbedtls_oid_get_oid_by_pk_alg + 0x0000000000000000 0x25 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(oid.o) + .text.mbedtls_oid_get_oid_by_ec_grp + 0x0000000000000000 0x25 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(oid.o) + .text.mbedtls_oid_get_cipher_alg + 0x0000000000000000 0x1d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(oid.o) + .text.mbedtls_oid_get_pkcs12_pbe_alg + 0x0000000000000000 0x21 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(oid.o) + .text.mbedtls_oid_get_numeric_string + 0x0000000000000000 0xb8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(oid.o) + .rodata.oid_pkcs12_pbe_alg + 0x0000000000000000 0x48 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(oid.o) + .rodata.oid_cipher_alg + 0x0000000000000000 0x3c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(oid.o) + .rodata.oid_ext_key_usage + 0x0000000000000000 0x70 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(oid.o) + .rodata.oid_x520_attr_type + 0x0000000000000000 0x190 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(oid.o) + .xt.lit 0x0000000000000000 0xc0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(oid.o) + .xt.prop 0x0000000000000000 0xa74 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(oid.o) + .literal.mbedtls_pem_write_buffer + 0x0000000000000000 0x3c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pem.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pem.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pem.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pem.o) + .text.mbedtls_pem_write_buffer + 0x0000000000000000 0x102 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pem.o) + .xt.lit 0x0000000000000000 0x30 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pem.o) + .xt.prop 0x0000000000000000 0x54c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pem.o) + .literal.mbedtls_pk_setup_rsa_alt + 0x0000000000000000 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pk.o) + .literal.mbedtls_pk_check_pair + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pk.o) + .literal.mbedtls_pk_debug + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pk.o) + .literal.mbedtls_pk_get_name + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pk.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pk.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pk.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pk.o) + .text.mbedtls_pk_init + 0x0000000000000000 0xe /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pk.o) + .text.mbedtls_pk_setup_rsa_alt + 0x0000000000000000 0x39 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pk.o) + .text.mbedtls_pk_check_pair + 0x0000000000000000 0x59 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pk.o) + .text.mbedtls_pk_debug + 0x0000000000000000 0x29 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pk.o) + .rodata.str1.4 + 0x0000000000000000 0xb /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pk.o) + .text.mbedtls_pk_get_name + 0x0000000000000000 0x19 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pk.o) + .xt.lit 0x0000000000000000 0x60 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pk.o) + .xt.prop 0x0000000000000000 0x8a0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pk.o) + .literal.rsa_alt_decrypt_wrap + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pk_wrap.o) + .literal.rsa_alt_free_wrap + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pk_wrap.o) + .literal.rsa_alt_alloc_wrap + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pk_wrap.o) + .literal.rsa_alt_check_pair + 0x0000000000000000 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pk_wrap.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pk_wrap.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pk_wrap.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pk_wrap.o) + .text.mbedtls_zeroize + 0x0000000000000000 0x19 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pk_wrap.o) + .text.rsa_alt_can_do + 0x0000000000000000 0xe /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pk_wrap.o) + .text.rsa_alt_get_bitlen + 0x0000000000000000 0x11 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pk_wrap.o) + .text.rsa_alt_sign_wrap + 0x0000000000000000 0x25 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pk_wrap.o) + .text.rsa_alt_decrypt_wrap + 0x0000000000000000 0x29 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pk_wrap.o) + .text.rsa_alt_free_wrap + 0x0000000000000000 0x17 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pk_wrap.o) + .text.rsa_alt_alloc_wrap + 0x0000000000000000 0x1e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pk_wrap.o) + .text.rsa_alt_check_pair + 0x0000000000000000 0x7e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pk_wrap.o) + .rodata.mbedtls_rsa_alt_info + 0x0000000000000000 0x30 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pk_wrap.o) + .xt.lit 0x0000000000000000 0xb0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pk_wrap.o) + .xt.prop 0x0000000000000000 0x720 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pk_wrap.o) + .literal.pk_get_ecparams + 0x0000000000000000 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pkparse.o) + .literal.pk_parse_key_pkcs1_der + 0x0000000000000000 0x44 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pkparse.o) + .literal.pk_parse_key_sec1_der + 0x0000000000000000 0x58 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pkparse.o) + .literal.pk_parse_key_pkcs8_unencrypted_der + 0x0000000000000000 0x38 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pkparse.o) + .literal.pk_parse_key_pkcs8_encrypted_der + 0x0000000000000000 0x64 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pkparse.o) + .literal.mbedtls_pk_load_file + 0x0000000000000000 0x40 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pkparse.o) + .literal.mbedtls_pk_parse_key + 0x0000000000000000 0xc0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pkparse.o) + .literal.mbedtls_pk_parse_keyfile + 0x0000000000000000 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pkparse.o) + .literal.mbedtls_pk_parse_public_key + 0x0000000000000000 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pkparse.o) + .literal.mbedtls_pk_parse_public_keyfile + 0x0000000000000000 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pkparse.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pkparse.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pkparse.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pkparse.o) + .text.mbedtls_zeroize + 0x0000000000000000 0x19 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pkparse.o) + .text.pk_get_ecparams + 0x0000000000000000 0x51 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pkparse.o) + .text.pk_parse_key_pkcs1_der + 0x0000000000000000 0x10e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pkparse.o) + .text.pk_parse_key_sec1_der + 0x0000000000000000 0x1ad /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pkparse.o) + .text.pk_parse_key_pkcs8_unencrypted_der + 0x0000000000000000 0x102 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pkparse.o) + .text.pk_parse_key_pkcs8_encrypted_der + 0x0000000000000000 0x1cf /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pkparse.o) + .text.mbedtls_pk_load_file + 0x0000000000000000 0xc1 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pkparse.o) + .text.mbedtls_pk_parse_key + 0x0000000000000000 0x2d5 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pkparse.o) + .text.mbedtls_pk_parse_keyfile + 0x0000000000000000 0x60 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pkparse.o) + .text.mbedtls_pk_parse_public_key + 0x0000000000000000 0x7e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pkparse.o) + .text.mbedtls_pk_parse_public_keyfile + 0x0000000000000000 0x38 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pkparse.o) + .xt.lit 0x0000000000000000 0x90 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pkparse.o) + .xt.prop 0x0000000000000000 0x1170 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pkparse.o) + .literal.myrand + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(rsa.o) + .literal.mbedtls_rsa_gen_key + 0x0000000000000000 0x74 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(rsa.o) + .literal.mbedtls_rsa_copy + 0x0000000000000000 0x38 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(rsa.o) + .literal.mbedtls_rsa_self_test + 0x0000000000000000 0xc8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(rsa.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(rsa.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(rsa.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(rsa.o) + .text.myrand 0x0000000000000000 0x1c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(rsa.o) + .text.mbedtls_rsa_gen_key + 0x0000000000000000 0x1e1 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(rsa.o) + .text.mbedtls_rsa_copy + 0x0000000000000000 0x10c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(rsa.o) + .rodata.str1.4 + 0x0000000000000000 0x542 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(rsa.o) + .rodata 0x0000000000000000 0x19 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(rsa.o) + .text.mbedtls_rsa_self_test + 0x0000000000000000 0x285 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(rsa.o) + .xt.lit 0x0000000000000000 0xd0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(rsa.o) + .xt.prop 0x0000000000000000 0x1764 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(rsa.o) + .literal.mbedtls_sha1_self_test + 0x0000000000000000 0x48 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(sha1.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(sha1.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(sha1.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(sha1.o) + .rodata.str1.4 + 0x0000000000000000 0x23 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(sha1.o) + .text.mbedtls_sha1_self_test + 0x0000000000000000 0xf0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(sha1.o) + .rodata.sha1_test_sum + 0x0000000000000000 0x3c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(sha1.o) + .rodata.sha1_test_buflen + 0x0000000000000000 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(sha1.o) + .rodata.sha1_test_buf + 0x0000000000000000 0xab /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(sha1.o) + .xt.lit 0x0000000000000000 0x48 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(sha1.o) + .xt.prop 0x0000000000000000 0x330 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(sha1.o) + .literal.mbedtls_ssl_ciphersuite_from_string + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_ciphersuites.o) + .literal.mbedtls_ssl_get_ciphersuite_id + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_ciphersuites.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_ciphersuites.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_ciphersuites.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_ciphersuites.o) + .text.mbedtls_ssl_ciphersuite_from_string + 0x0000000000000000 0x2c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_ciphersuites.o) + .text.mbedtls_ssl_get_ciphersuite_id + 0x0000000000000000 0x16 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_ciphersuites.o) + .xt.lit 0x0000000000000000 0x30 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_ciphersuites.o) + .xt.prop 0x0000000000000000 0x360 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_ciphersuites.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_cli.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_cli.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_cli.o) + .xt.lit 0x0000000000000000 0xf0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_cli.o) + .xt.prop 0x0000000000000000 0x1a04 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_cli.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_srv.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_srv.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_srv.o) + .xt.lit 0x0000000000000000 0xe0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_srv.o) + .xt.prop 0x0000000000000000 0x2010 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_srv.o) + .literal.mbedtls_x509_dn_gets + 0x0000000000000000 0x30 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509.o) + .literal.mbedtls_x509_serial_gets + 0x0000000000000000 0x1c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509.o) + .literal.mbedtls_x509_sig_alg_gets + 0x0000000000000000 0x30 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509.o) + .literal.mbedtls_x509_key_size_helper + 0x0000000000000000 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509.o) + .literal.mbedtls_x509_self_test + 0x0000000000000000 0x54 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509.o) + .text.mbedtls_x509_dn_gets + 0x0000000000000000 0x145 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509.o) + .text.mbedtls_x509_serial_gets + 0x0000000000000000 0xaa /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509.o) + .text.mbedtls_x509_sig_alg_gets + 0x0000000000000000 0xc5 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509.o) + .text.mbedtls_x509_key_size_helper + 0x0000000000000000 0x31 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509.o) + .text.mbedtls_x509_self_test + 0x0000000000000000 0xe4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509.o) + .xt.lit 0x0000000000000000 0x98 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509.o) + .xt.prop 0x0000000000000000 0x1014 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509.o) + .literal.mbedtls_base64_encode + 0x0000000000000000 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(base64.o) + .literal.mbedtls_base64_self_test + 0x0000000000000000 0x3c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(base64.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(base64.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(base64.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(base64.o) + .text.mbedtls_base64_encode + 0x0000000000000000 0x10e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(base64.o) + .rodata.str1.4 + 0x0000000000000000 0x4c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(base64.o) + .text.mbedtls_base64_self_test + 0x0000000000000000 0x9e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(base64.o) + .rodata.base64_test_enc + 0x0000000000000000 0x59 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(base64.o) + .rodata.base64_test_dec + 0x0000000000000000 0x40 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(base64.o) + .rodata.base64_enc_map + 0x0000000000000000 0x40 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(base64.o) + .xt.lit 0x0000000000000000 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(base64.o) + .xt.prop 0x0000000000000000 0x384 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(base64.o) + .literal.mbedtls_ccm_self_test + 0x0000000000000000 0x68 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ccm.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ccm.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ccm.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ccm.o) + .rodata.str1.4 + 0x0000000000000000 0x33 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ccm.o) + .text.mbedtls_ccm_self_test + 0x0000000000000000 0x152 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ccm.o) + .rodata.res 0x0000000000000000 0x60 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ccm.o) + .rodata.tag_len + 0x0000000000000000 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ccm.o) + .rodata.msg_len + 0x0000000000000000 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ccm.o) + .rodata.add_len + 0x0000000000000000 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ccm.o) + .rodata.iv_len + 0x0000000000000000 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ccm.o) + .rodata.msg 0x0000000000000000 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ccm.o) + .rodata.ad 0x0000000000000000 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ccm.o) + .rodata.iv 0x0000000000000000 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ccm.o) + .rodata.key 0x0000000000000000 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ccm.o) + .xt.lit 0x0000000000000000 0x38 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ccm.o) + .xt.prop 0x0000000000000000 0x60c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ccm.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(certs.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(certs.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(certs.o) + .rodata.mbedtls_test_cli_key_len + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(certs.o) + .rodata.mbedtls_test_cli_crt_len + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(certs.o) + .rodata.mbedtls_test_srv_key_len + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(certs.o) + .rodata.mbedtls_test_srv_crt_len + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(certs.o) + .rodata.mbedtls_test_ca_pwd_len + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(certs.o) + .rodata.mbedtls_test_ca_key_len + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(certs.o) + .rodata.mbedtls_test_ca_crt_len + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(certs.o) + .data.mbedtls_test_cli_key + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(certs.o) + .data.mbedtls_test_cli_crt + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(certs.o) + .data.mbedtls_test_srv_key + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(certs.o) + .data.mbedtls_test_srv_crt + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(certs.o) + .data.mbedtls_test_ca_pwd + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(certs.o) + .data.mbedtls_test_ca_key + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(certs.o) + .data.mbedtls_test_ca_crt + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(certs.o) + .rodata.mbedtls_test_cas_len + 0x0000000000000000 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(certs.o) + .data.mbedtls_test_cas + 0x0000000000000000 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(certs.o) + .rodata.mbedtls_test_cas_pem_len + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(certs.o) + .rodata.mbedtls_test_cas_pem + 0x0000000000000000 0xda7 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(certs.o) + .rodata.mbedtls_test_cli_key_rsa_len + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(certs.o) + .rodata.mbedtls_test_cli_key_rsa + 0x0000000000000000 0x6ab /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(certs.o) + .rodata.mbedtls_test_cli_crt_rsa_len + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(certs.o) + .rodata.mbedtls_test_cli_crt_rsa + 0x0000000000000000 0x517 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(certs.o) + .rodata.mbedtls_test_srv_key_rsa_len + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(certs.o) + .rodata.mbedtls_test_srv_key_rsa + 0x0000000000000000 0x6ab /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(certs.o) + .rodata.mbedtls_test_srv_crt_rsa_len + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(certs.o) + .rodata.mbedtls_test_srv_crt_rsa + 0x0000000000000000 0x4ad /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(certs.o) + .rodata.mbedtls_test_ca_pwd_rsa_len + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(certs.o) + .rodata.mbedtls_test_ca_pwd_rsa + 0x0000000000000000 0xd /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(certs.o) + .rodata.mbedtls_test_ca_key_rsa_len + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(certs.o) + .rodata.mbedtls_test_ca_key_rsa + 0x0000000000000000 0x6f6 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(certs.o) + .rodata.mbedtls_test_ca_crt_rsa_sha1 + 0x0000000000000000 0x51b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(certs.o) + .rodata.mbedtls_test_ca_crt_rsa_sha256 + 0x0000000000000000 0x51b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(certs.o) + .rodata.mbedtls_test_ca_crt_rsa_len + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(certs.o) + .rodata.mbedtls_test_ca_crt_rsa + 0x0000000000000000 0x51b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(certs.o) + .rodata.mbedtls_test_cli_key_ec_len + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(certs.o) + .rodata.mbedtls_test_cli_key_ec + 0x0000000000000000 0xe9 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(certs.o) + .rodata.mbedtls_test_cli_crt_ec_len + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(certs.o) + .rodata.mbedtls_test_cli_crt_ec + 0x0000000000000000 0x33d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(certs.o) + .rodata.mbedtls_test_srv_key_ec_len + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(certs.o) + .rodata.mbedtls_test_srv_key_ec + 0x0000000000000000 0xe9 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(certs.o) + .rodata.mbedtls_test_srv_crt_ec_len + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(certs.o) + .rodata.mbedtls_test_srv_crt_ec + 0x0000000000000000 0x32d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(certs.o) + .rodata.mbedtls_test_ca_pwd_ec_len + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(certs.o) + .rodata.mbedtls_test_ca_pwd_ec + 0x0000000000000000 0xd /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(certs.o) + .rodata.mbedtls_test_ca_key_ec_len + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(certs.o) + .rodata.mbedtls_test_ca_key_ec + 0x0000000000000000 0x16a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(certs.o) + .rodata.mbedtls_test_ca_crt_ec_len + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(certs.o) + .rodata.mbedtls_test_ca_crt_ec + 0x0000000000000000 0x373 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(certs.o) + .xt.prop 0x0000000000000000 0x240 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(certs.o) + .literal.mbedtls_ecdsa_write_signature_det + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecdsa.o) + .literal.mbedtls_ecdsa_genkey + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecdsa.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecdsa.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecdsa.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecdsa.o) + .text.mbedtls_ecdsa_write_signature_det + 0x0000000000000000 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecdsa.o) + .text.mbedtls_ecdsa_genkey + 0x0000000000000000 0x32 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecdsa.o) + .xt.lit 0x0000000000000000 0x60 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecdsa.o) + .xt.prop 0x0000000000000000 0x564 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecdsa.o) + .literal.hmac_drbg_self_test_entropy + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(hmac_drbg.o) + .literal.mbedtls_hmac_drbg_seed + 0x0000000000000000 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(hmac_drbg.o) + .literal.mbedtls_hmac_drbg_write_seed_file + 0x0000000000000000 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(hmac_drbg.o) + .literal.mbedtls_hmac_drbg_update_seed_file + 0x0000000000000000 0x2c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(hmac_drbg.o) + .literal.mbedtls_hmac_drbg_self_test + 0x0000000000000000 0xa4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(hmac_drbg.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(hmac_drbg.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(hmac_drbg.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(hmac_drbg.o) + .text.hmac_drbg_self_test_entropy + 0x0000000000000000 0x1c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(hmac_drbg.o) + .text.mbedtls_hmac_drbg_seed + 0x0000000000000000 0x86 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(hmac_drbg.o) + .text.mbedtls_hmac_drbg_set_prediction_resistance + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(hmac_drbg.o) + .text.mbedtls_hmac_drbg_set_entropy_len + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(hmac_drbg.o) + .text.mbedtls_hmac_drbg_set_reseed_interval + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(hmac_drbg.o) + .rodata.str1.4 + 0x0000000000000000 0x50 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(hmac_drbg.o) + .text.mbedtls_hmac_drbg_write_seed_file + 0x0000000000000000 0x48 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(hmac_drbg.o) + .text.mbedtls_hmac_drbg_update_seed_file + 0x0000000000000000 0x8a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(hmac_drbg.o) + .text.mbedtls_hmac_drbg_self_test + 0x0000000000000000 0x1f6 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(hmac_drbg.o) + .bss.test_offset + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(hmac_drbg.o) + .rodata.result_nopr + 0x0000000000000000 0x50 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(hmac_drbg.o) + .rodata.entropy_nopr + 0x0000000000000000 0x28 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(hmac_drbg.o) + .rodata.result_pr + 0x0000000000000000 0x50 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(hmac_drbg.o) + .rodata.entropy_pr + 0x0000000000000000 0x38 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(hmac_drbg.o) + .xt.lit 0x0000000000000000 0x60 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(hmac_drbg.o) + .xt.prop 0x0000000000000000 0x708 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(hmac_drbg.o) + .literal.pkcs12_parse_pbe_params + 0x0000000000000000 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pkcs12.o) + .literal.pkcs12_fill_buffer + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pkcs12.o) + .literal.mbedtls_pkcs12_pbe_sha1_rc4_128 + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pkcs12.o) + .literal.mbedtls_pkcs12_derivation + 0x0000000000000000 0x58 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pkcs12.o) + .literal.pkcs12_pbe_derive_key_iv + 0x0000000000000000 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pkcs12.o) + .literal.mbedtls_pkcs12_pbe + 0x0000000000000000 0x38 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pkcs12.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pkcs12.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pkcs12.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pkcs12.o) + .text.mbedtls_zeroize + 0x0000000000000000 0x19 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pkcs12.o) + .text.pkcs12_parse_pbe_params + 0x0000000000000000 0x5d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pkcs12.o) + .text.pkcs12_fill_buffer + 0x0000000000000000 0x22 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pkcs12.o) + .text.mbedtls_pkcs12_pbe_sha1_rc4_128 + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pkcs12.o) + .text.mbedtls_pkcs12_derivation + 0x0000000000000000 0x25a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pkcs12.o) + .text.pkcs12_pbe_derive_key_iv + 0x0000000000000000 0xc9 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pkcs12.o) + .text.mbedtls_pkcs12_pbe + 0x0000000000000000 0xfd /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pkcs12.o) + .xt.lit 0x0000000000000000 0x30 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pkcs12.o) + .xt.prop 0x0000000000000000 0x3f0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pkcs12.o) + .literal.pkcs5_parse_pbkdf2_params + 0x0000000000000000 0x24 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pkcs5.o) + .literal.mbedtls_pkcs5_pbkdf2_hmac + 0x0000000000000000 0x28 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pkcs5.o) + .literal.mbedtls_pkcs5_pbes2 + 0x0000000000000000 0x58 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pkcs5.o) + .literal.mbedtls_pkcs5_self_test + 0x0000000000000000 0x50 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pkcs5.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pkcs5.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pkcs5.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pkcs5.o) + .rodata.str1.4 + 0x0000000000000000 0x3f /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pkcs5.o) + .text.pkcs5_parse_pbkdf2_params + 0x0000000000000000 0xbe /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pkcs5.o) + .text.mbedtls_pkcs5_pbkdf2_hmac + 0x0000000000000000 0x132 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pkcs5.o) + .text.mbedtls_pkcs5_pbes2 + 0x0000000000000000 0x1ef /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pkcs5.o) + .text.mbedtls_pkcs5_self_test + 0x0000000000000000 0xe5 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pkcs5.o) + .rodata.result_key + 0x0000000000000000 0xc0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pkcs5.o) + .rodata.key_len + 0x0000000000000000 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pkcs5.o) + .rodata.it_cnt + 0x0000000000000000 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pkcs5.o) + .rodata.salt 0x0000000000000000 0xf0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pkcs5.o) + .rodata.slen 0x0000000000000000 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pkcs5.o) + .rodata.password + 0x0000000000000000 0xc0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pkcs5.o) + .rodata.plen 0x0000000000000000 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pkcs5.o) + .xt.lit 0x0000000000000000 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pkcs5.o) + .xt.prop 0x0000000000000000 0x4e0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pkcs5.o) + .literal.mbedtls_asn1_write_raw_buffer + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(asn1write.o) + .literal.mbedtls_asn1_write_null + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(asn1write.o) + .literal.mbedtls_asn1_write_oid + 0x0000000000000000 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(asn1write.o) + .literal.mbedtls_asn1_write_algorithm_identifier + 0x0000000000000000 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(asn1write.o) + .literal.mbedtls_asn1_write_bool + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(asn1write.o) + .literal.mbedtls_asn1_write_int + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(asn1write.o) + .literal.mbedtls_asn1_write_printable_string + 0x0000000000000000 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(asn1write.o) + .literal.mbedtls_asn1_write_ia5_string + 0x0000000000000000 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(asn1write.o) + .literal.mbedtls_asn1_write_bitstring + 0x0000000000000000 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(asn1write.o) + .literal.mbedtls_asn1_write_octet_string + 0x0000000000000000 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(asn1write.o) + .literal.mbedtls_asn1_store_named_data + 0x0000000000000000 0x2c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(asn1write.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(asn1write.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(asn1write.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(asn1write.o) + .text.mbedtls_asn1_write_raw_buffer + 0x0000000000000000 0x2d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(asn1write.o) + .text.mbedtls_asn1_write_null + 0x0000000000000000 0x34 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(asn1write.o) + .text.mbedtls_asn1_write_oid + 0x0000000000000000 0x48 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(asn1write.o) + .text.mbedtls_asn1_write_algorithm_identifier + 0x0000000000000000 0x60 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(asn1write.o) + .text.mbedtls_asn1_write_bool + 0x0000000000000000 0x51 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(asn1write.o) + .text.mbedtls_asn1_write_int + 0x0000000000000000 0x72 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(asn1write.o) + .text.mbedtls_asn1_write_printable_string + 0x0000000000000000 0x48 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(asn1write.o) + .text.mbedtls_asn1_write_ia5_string + 0x0000000000000000 0x48 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(asn1write.o) + .text.mbedtls_asn1_write_bitstring + 0x0000000000000000 0x6e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(asn1write.o) + .text.mbedtls_asn1_write_octet_string + 0x0000000000000000 0x48 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(asn1write.o) + .text.mbedtls_asn1_store_named_data + 0x0000000000000000 0xb6 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(asn1write.o) + .xt.lit 0x0000000000000000 0x68 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(asn1write.o) + .xt.prop 0x0000000000000000 0x7f8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(asn1write.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-errno.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-errno.o) + .xt.lit 0x0000000000000000 0x8 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-errno.o) + .xt.prop 0x0000000000000000 0x30 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-errno.o) + .literal 0x0000000000000000 0x1c /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-ferror.o) + .text 0x0000000000000000 0x69 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-ferror.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-ferror.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-ferror.o) + .xt.lit 0x0000000000000000 0x8 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-ferror.o) + .xt.prop 0x0000000000000000 0x84 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-ferror.o) + .literal 0x0000000000000000 0x2c /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-fgets.o) + .text 0x0000000000000000 0x10a /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-fgets.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-fgets.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-fgets.o) + .xt.lit 0x0000000000000000 0x8 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-fgets.o) + .xt.prop 0x0000000000000000 0x114 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-fgets.o) + .literal 0x0000000000000000 0x34 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-fread.o) + .text 0x0000000000000000 0x124 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-fread.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-fread.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-fread.o) + .xt.lit 0x0000000000000000 0x8 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-fread.o) + .xt.prop 0x0000000000000000 0xf0 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-fread.o) + .literal 0x0000000000000000 0xc /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-ftell.o) + .text 0x0000000000000000 0x29 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-ftell.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-ftell.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-ftell.o) + .xt.lit 0x0000000000000000 0x8 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-ftell.o) + .xt.prop 0x0000000000000000 0x48 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-ftell.o) + .literal 0x0000000000000000 0x28 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-ftello.o) + .text 0x0000000000000000 0xfa /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-ftello.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-ftello.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-ftello.o) + .xt.lit 0x0000000000000000 0x8 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-ftello.o) + .xt.prop 0x0000000000000000 0x138 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-ftello.o) + .literal 0x0000000000000000 0x2c /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-fwrite.o) + .text 0x0000000000000000 0xd8 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-fwrite.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-fwrite.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-fwrite.o) + .xt.lit 0x0000000000000000 0x8 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-fwrite.o) + .xt.prop 0x0000000000000000 0xcc /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-fwrite.o) + .literal 0x0000000000000000 0x14 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-putchar.o) + .text 0x0000000000000000 0x4c /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-putchar.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-putchar.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-putchar.o) + .xt.lit 0x0000000000000000 0x8 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-putchar.o) + .xt.prop 0x0000000000000000 0x60 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-putchar.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-sysgettod.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-sysgettod.o) + .xt.lit 0x0000000000000000 0x8 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-sysgettod.o) + .xt.prop 0x0000000000000000 0x30 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-sysgettod.o) + .literal 0x0000000000000000 0x8 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-sysstat.o) + .text 0x0000000000000000 0x18 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-sysstat.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-sysstat.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-sysstat.o) + .xt.lit 0x0000000000000000 0x8 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-sysstat.o) + .xt.prop 0x0000000000000000 0x30 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-sysstat.o) + .literal 0x0000000000000000 0x20 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-putc.o) + .text 0x0000000000000000 0xbc /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-putc.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-putc.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-putc.o) + .xt.lit 0x0000000000000000 0x8 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-putc.o) + .xt.prop 0x0000000000000000 0xe4 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-putc.o) + .literal.http_should_keep_alive + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nghttp/libnghttp.a(http_parser.o) + .literal.http_parser_execute + 0x0000000000000000 0x2a0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nghttp/libnghttp.a(http_parser.o) + .literal.http_method_str + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nghttp/libnghttp.a(http_parser.o) + .literal.http_parser_init + 0x0000000000000000 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nghttp/libnghttp.a(http_parser.o) + .literal.http_parser_settings_init + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nghttp/libnghttp.a(http_parser.o) + .literal.http_errno_name + 0x0000000000000000 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nghttp/libnghttp.a(http_parser.o) + .literal.http_errno_description + 0x0000000000000000 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nghttp/libnghttp.a(http_parser.o) + .literal.http_parser_pause + 0x0000000000000000 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nghttp/libnghttp.a(http_parser.o) + .literal.http_body_is_final + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nghttp/libnghttp.a(http_parser.o) + .literal.http_parser_version + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nghttp/libnghttp.a(http_parser.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nghttp/libnghttp.a(http_parser.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nghttp/libnghttp.a(http_parser.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nghttp/libnghttp.a(http_parser.o) + .text.http_message_needs_eof + 0x0000000000000000 0x6c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nghttp/libnghttp.a(http_parser.o) + .text.http_should_keep_alive + 0x0000000000000000 0x34 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nghttp/libnghttp.a(http_parser.o) + .text.http_parser_execute + 0x0000000000000000 0x2c56 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nghttp/libnghttp.a(http_parser.o) + .rodata.http_parser_execute + 0x0000000000000000 0x1f8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nghttp/libnghttp.a(http_parser.o) + .text.http_method_str + 0x0000000000000000 0x17 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nghttp/libnghttp.a(http_parser.o) + .text.http_parser_init + 0x0000000000000000 0x46 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nghttp/libnghttp.a(http_parser.o) + .text.http_parser_settings_init + 0x0000000000000000 0x12 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nghttp/libnghttp.a(http_parser.o) + .text.http_errno_name + 0x0000000000000000 0x24 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nghttp/libnghttp.a(http_parser.o) + .text.http_errno_description + 0x0000000000000000 0x24 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nghttp/libnghttp.a(http_parser.o) + .text.http_parser_pause + 0x0000000000000000 0x52 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nghttp/libnghttp.a(http_parser.o) + .text.http_body_is_final + 0x0000000000000000 0x19 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nghttp/libnghttp.a(http_parser.o) + .text.http_parser_version + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nghttp/libnghttp.a(http_parser.o) + .rodata.__func__$3032 + 0x0000000000000000 0x12 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nghttp/libnghttp.a(http_parser.o) + .rodata.__func__$2945 + 0x0000000000000000 0x17 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nghttp/libnghttp.a(http_parser.o) + .rodata.__func__$2941 + 0x0000000000000000 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nghttp/libnghttp.a(http_parser.o) + .rodata.__func__$2690 + 0x0000000000000000 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nghttp/libnghttp.a(http_parser.o) + .rodata.http_strerror_tab + 0x0000000000000000 0x108 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nghttp/libnghttp.a(http_parser.o) + .rodata.unhex 0x0000000000000000 0x100 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nghttp/libnghttp.a(http_parser.o) + .rodata.tokens + 0x0000000000000000 0x100 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nghttp/libnghttp.a(http_parser.o) + .rodata.method_strings + 0x0000000000000000 0x84 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nghttp/libnghttp.a(http_parser.o) + .xt.lit 0x0000000000000000 0x78 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nghttp/libnghttp.a(http_parser.o) + .xt.prop 0x0000000000000000 0x34ec /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nghttp/libnghttp.a(http_parser.o) + .literal.crypto_mod_exp + 0x0000000000000000 0x34 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(crypto_internal-modexp.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(crypto_internal-modexp.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(crypto_internal-modexp.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(crypto_internal-modexp.o) + .text.crypto_mod_exp + 0x0000000000000000 0xe4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(crypto_internal-modexp.o) + .xt.lit 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(crypto_internal-modexp.o) + .xt.prop 0x0000000000000000 0xc0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(crypto_internal-modexp.o) + .literal.crypto_public_key_import + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(crypto_internal-rsa.o) + .literal.crypto_private_key_import + 0x0000000000000000 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(crypto_internal-rsa.o) + .literal.crypto_public_key_encrypt_pkcs1_v15 + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(crypto_internal-rsa.o) + .literal.crypto_private_key_decrypt_pkcs1_v15 + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(crypto_internal-rsa.o) + .literal.crypto_private_key_sign_pkcs1 + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(crypto_internal-rsa.o) + .literal.crypto_public_key_free + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(crypto_internal-rsa.o) + .literal.crypto_private_key_free + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(crypto_internal-rsa.o) + .literal.crypto_public_key_decrypt_pkcs1 + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(crypto_internal-rsa.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(crypto_internal-rsa.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(crypto_internal-rsa.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(crypto_internal-rsa.o) + .text.crypto_public_key_import + 0x0000000000000000 0x11 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(crypto_internal-rsa.o) + .text.crypto_private_key_import + 0x0000000000000000 0x36 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(crypto_internal-rsa.o) + .text.crypto_public_key_from_cert + 0x0000000000000000 0x7 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(crypto_internal-rsa.o) + .text.crypto_public_key_encrypt_pkcs1_v15 + 0x0000000000000000 0x1c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(crypto_internal-rsa.o) + .text.crypto_private_key_decrypt_pkcs1_v15 + 0x0000000000000000 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(crypto_internal-rsa.o) + .text.crypto_private_key_sign_pkcs1 + 0x0000000000000000 0x1c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(crypto_internal-rsa.o) + .text.crypto_public_key_free + 0x0000000000000000 0xe /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(crypto_internal-rsa.o) + .text.crypto_private_key_free + 0x0000000000000000 0xe /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(crypto_internal-rsa.o) + .text.crypto_public_key_decrypt_pkcs1 + 0x0000000000000000 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(crypto_internal-rsa.o) + .xt.lit 0x0000000000000000 0x40 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(crypto_internal-rsa.o) + .xt.prop 0x0000000000000000 0x1e0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(crypto_internal-rsa.o) + .literal.crypto_hash_init + 0x0000000000000000 0x50 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(crypto_internal.o) + .literal.crypto_hash_update + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(crypto_internal.o) + .literal.crypto_hash_finish + 0x0000000000000000 0x5c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(crypto_internal.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(crypto_internal.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(crypto_internal.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(crypto_internal.o) + .text.crypto_hash_init + 0x0000000000000000 0x16a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(crypto_internal.o) + .text.crypto_hash_update + 0x0000000000000000 0x32 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(crypto_internal.o) + .text.crypto_hash_finish + 0x0000000000000000 0x1cc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(crypto_internal.o) + .text.crypto_global_init + 0x0000000000000000 0x7 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(crypto_internal.o) + .text.crypto_global_deinit + 0x0000000000000000 0x5 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(crypto_internal.o) + .xt.lit 0x0000000000000000 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(crypto_internal.o) + .xt.prop 0x0000000000000000 0x354 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(crypto_internal.o) + .literal.dh5_init + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(dh_group5.o) + .literal.dh5_derive_shared + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(dh_group5.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(dh_group5.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(dh_group5.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(dh_group5.o) + .text.dh5_init + 0x0000000000000000 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(dh_group5.o) + .text.dh5_derive_shared + 0x0000000000000000 0x1c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(dh_group5.o) + .text.dh5_free + 0x0000000000000000 0x5 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(dh_group5.o) + .xt.lit 0x0000000000000000 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(dh_group5.o) + .xt.prop 0x0000000000000000 0x9c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(dh_group5.o) + .literal.dh_groups_get + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(dh_groups.o) + .literal.dh_init + 0x0000000000000000 0x2c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(dh_groups.o) + .literal.dh_derive_shared + 0x0000000000000000 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(dh_groups.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(dh_groups.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(dh_groups.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(dh_groups.o) + .text.dh_groups_get + 0x0000000000000000 0x2b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(dh_groups.o) + .text.dh_init 0x0000000000000000 0xd4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(dh_groups.o) + .text.dh_derive_shared + 0x0000000000000000 0x84 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(dh_groups.o) + .data.dh_groups + 0x0000000000000000 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(dh_groups.o) + .rodata.dh_group5_prime + 0x0000000000000000 0xc0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(dh_groups.o) + .rodata.dh_group5_generator + 0x0000000000000000 0x1 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(dh_groups.o) + .xt.lit 0x0000000000000000 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(dh_groups.o) + .xt.prop 0x0000000000000000 0x204 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(dh_groups.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(md5-internal.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(md5-internal.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(md5-internal.o) + .xt.lit 0x0000000000000000 0x28 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(md5-internal.o) + .xt.prop 0x0000000000000000 0x168 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(md5-internal.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(md5.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(md5.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(md5.o) + .xt.lit 0x0000000000000000 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(md5.o) + .xt.prop 0x0000000000000000 0xfc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(md5.o) + .literal.challenge_hash + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(ms_funcs.o) + .literal.nt_password_hash + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(ms_funcs.o) + .literal.hash_nt_password_hash + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(ms_funcs.o) + .literal.challenge_response + 0x0000000000000000 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(ms_funcs.o) + .literal.generate_nt_response + 0x0000000000000000 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(ms_funcs.o) + .literal.generate_nt_response_pwhash + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(ms_funcs.o) + .literal.generate_authenticator_response_pwhash + 0x0000000000000000 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(ms_funcs.o) + .literal.generate_authenticator_response + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(ms_funcs.o) + .literal.nt_challenge_response + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(ms_funcs.o) + .literal.get_master_key + 0x0000000000000000 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(ms_funcs.o) + .literal.get_asymetric_start_key + 0x0000000000000000 0x1c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(ms_funcs.o) + .literal.encrypt_pw_block_with_password_hash + 0x0000000000000000 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(ms_funcs.o) + .literal.new_password_encrypted_with_old_nt_password_hash + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(ms_funcs.o) + .literal.nt_password_hash_encrypted_with_block + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(ms_funcs.o) + .literal.old_nt_password_hash_encrypted_with_new_nt_password_hash + 0x0000000000000000 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(ms_funcs.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(ms_funcs.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(ms_funcs.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(ms_funcs.o) + .text.utf8_to_ucs2 + 0x0000000000000000 0xcd /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(ms_funcs.o) + .text.challenge_hash + 0x0000000000000000 0x37 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(ms_funcs.o) + .text.nt_password_hash + 0x0000000000000000 0x41 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(ms_funcs.o) + .text.hash_nt_password_hash + 0x0000000000000000 0x1c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(ms_funcs.o) + .text.challenge_response + 0x0000000000000000 0x42 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(ms_funcs.o) + .text.generate_nt_response + 0x0000000000000000 0x3e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(ms_funcs.o) + .text.generate_nt_response_pwhash + 0x0000000000000000 0x2a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(ms_funcs.o) + .rodata 0x0000000000000000 0x34 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(ms_funcs.o) + .text.generate_authenticator_response_pwhash + 0x0000000000000000 0x94 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(ms_funcs.o) + .text.generate_authenticator_response + 0x0000000000000000 0x34 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(ms_funcs.o) + .text.nt_challenge_response + 0x0000000000000000 0x28 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(ms_funcs.o) + .text.get_master_key + 0x0000000000000000 0x42 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(ms_funcs.o) + .text.get_asymetric_start_key + 0x0000000000000000 0x70 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(ms_funcs.o) + .text.encrypt_pw_block_with_password_hash + 0x0000000000000000 0x88 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(ms_funcs.o) + .text.new_password_encrypted_with_old_nt_password_hash + 0x0000000000000000 0x2c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(ms_funcs.o) + .text.nt_password_hash_encrypted_with_block + 0x0000000000000000 0x1e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(ms_funcs.o) + .text.old_nt_password_hash_encrypted_with_new_nt_password_hash + 0x0000000000000000 0x3c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(ms_funcs.o) + .rodata.shs_pad2$6409 + 0x0000000000000000 0x28 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(ms_funcs.o) + .rodata.magic2$6406 + 0x0000000000000000 0x54 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(ms_funcs.o) + .rodata.magic3$6407 + 0x0000000000000000 0x54 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(ms_funcs.o) + .rodata.shs_pad1$6408 + 0x0000000000000000 0x28 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(ms_funcs.o) + .rodata.magic1$6395 + 0x0000000000000000 0x1b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(ms_funcs.o) + .rodata.magic2$6365 + 0x0000000000000000 0x29 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(ms_funcs.o) + .rodata.magic1$6364 + 0x0000000000000000 0x27 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(ms_funcs.o) + .xt.lit 0x0000000000000000 0x78 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(ms_funcs.o) + .xt.prop 0x0000000000000000 0x660 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(ms_funcs.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(rc4.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(rc4.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(rc4.o) + .xt.prop 0x0000000000000000 0x84 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(rc4.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(sha1-internal.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(sha1-internal.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(sha1-internal.o) + .xt.lit 0x0000000000000000 0x28 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(sha1-internal.o) + .xt.prop 0x0000000000000000 0x1a4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(sha1-internal.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(sha1-pbkdf2.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(sha1-pbkdf2.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(sha1-pbkdf2.o) + .xt.lit 0x0000000000000000 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(sha1-pbkdf2.o) + .xt.prop 0x0000000000000000 0xf0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(sha1-pbkdf2.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(sha1.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(sha1.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(sha1.o) + .xt.lit 0x0000000000000000 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(sha1.o) + .xt.prop 0x0000000000000000 0x1a4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(sha1.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(os_xtensa.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(os_xtensa.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(os_xtensa.o) + .xt.lit 0x0000000000000000 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(os_xtensa.o) + .xt.prop 0x0000000000000000 0xcc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(os_xtensa.o) + .literal.fast_aes_128_cbc_encrypt + 0x0000000000000000 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_aes-cbc.o) + .literal.fast_aes_128_cbc_decrypt + 0x0000000000000000 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_aes-cbc.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_aes-cbc.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_aes-cbc.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_aes-cbc.o) + .text.fast_aes_128_cbc_encrypt + 0x0000000000000000 0x54 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_aes-cbc.o) + .text.fast_aes_128_cbc_decrypt + 0x0000000000000000 0x54 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_aes-cbc.o) + .xt.lit 0x0000000000000000 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_aes-cbc.o) + .xt.prop 0x0000000000000000 0x90 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_aes-cbc.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_aes-unwrap.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_aes-unwrap.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_aes-unwrap.o) + .xt.lit 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_aes-unwrap.o) + .xt.prop 0x0000000000000000 0xa8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_aes-unwrap.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_aes-wrap.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_aes-wrap.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_aes-wrap.o) + .xt.lit 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_aes-wrap.o) + .xt.prop 0x0000000000000000 0x78 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_aes-wrap.o) + .literal.fast_crypto_cipher_init + 0x0000000000000000 0x24 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_crypto_internal-cipher.o) + .literal.fast_crypto_cipher_encrypt + 0x0000000000000000 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_crypto_internal-cipher.o) + .literal.fast_crypto_cipher_decrypt + 0x0000000000000000 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_crypto_internal-cipher.o) + .literal.fast_crypto_cipher_deinit + 0x0000000000000000 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_crypto_internal-cipher.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_crypto_internal-cipher.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_crypto_internal-cipher.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_crypto_internal-cipher.o) + .text.fast_crypto_cipher_init + 0x0000000000000000 0x8c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_crypto_internal-cipher.o) + .text.fast_crypto_cipher_encrypt + 0x0000000000000000 0x98 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_crypto_internal-cipher.o) + .text.fast_crypto_cipher_decrypt + 0x0000000000000000 0xa0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_crypto_internal-cipher.o) + .text.fast_crypto_cipher_deinit + 0x0000000000000000 0x24 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_crypto_internal-cipher.o) + .xt.lit 0x0000000000000000 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_crypto_internal-cipher.o) + .xt.prop 0x0000000000000000 0x234 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_crypto_internal-cipher.o) + .literal.fast_crypto_mod_exp + 0x0000000000000000 0x50 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_crypto_internal-modexp.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_crypto_internal-modexp.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_crypto_internal-modexp.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_crypto_internal-modexp.o) + .text.fast_crypto_mod_exp + 0x0000000000000000 0xdd /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_crypto_internal-modexp.o) + .xt.lit 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_crypto_internal-modexp.o) + .xt.prop 0x0000000000000000 0x48 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_crypto_internal-modexp.o) + .literal.fast_crypto_hash_init + 0x0000000000000000 0x50 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_crypto_internal.o) + .literal.fast_crypto_hash_update + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_crypto_internal.o) + .literal.fast_crypto_hash_finish + 0x0000000000000000 0x5c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_crypto_internal.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_crypto_internal.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_crypto_internal.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_crypto_internal.o) + .text.fast_crypto_hash_init + 0x0000000000000000 0x16a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_crypto_internal.o) + .text.fast_crypto_hash_update + 0x0000000000000000 0x32 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_crypto_internal.o) + .text.fast_crypto_hash_finish + 0x0000000000000000 0x1cc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_crypto_internal.o) + .xt.lit 0x0000000000000000 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_crypto_internal.o) + .xt.prop 0x0000000000000000 0x30c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_crypto_internal.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_sha256-internal.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_sha256-internal.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_sha256-internal.o) + .xt.lit 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_sha256-internal.o) + .xt.prop 0x0000000000000000 0x48 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_sha256-internal.o) + .literal.fast_hmac_sha256 + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_sha256.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_sha256.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_sha256.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_sha256.o) + .text.fast_hmac_sha256 + 0x0000000000000000 0x1b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_sha256.o) + .xt.lit 0x0000000000000000 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_sha256.o) + .xt.prop 0x0000000000000000 0x138 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_sha256.o) + .literal.mp_cmp_mag + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(bignum.o) + .literal.mp_cmp + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(bignum.o) + .literal.mp_rshd + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(bignum.o) + .literal.mp_clamp + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(bignum.o) + .literal.mp_set + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(bignum.o) + .literal.mp_count_bits + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(bignum.o) + .literal.mp_unsigned_bin_size + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(bignum.o) + .literal.mp_clear + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(bignum.o) + .literal.mp_init + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(bignum.o) + .literal.mp_init_size + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(bignum.o) + .literal.s_mp_mul_high_digs + 0x0000000000000000 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(bignum.o) + .literal.s_mp_sqr + 0x0000000000000000 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(bignum.o) + .literal.mp_sqr + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(bignum.o) + .literal.mp_grow + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(bignum.o) + .literal.mp_copy + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(bignum.o) + .literal.mp_init_copy + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(bignum.o) + .literal.mp_mod_2d + 0x0000000000000000 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(bignum.o) + .literal.mp_div_2d + 0x0000000000000000 0x34 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(bignum.o) + .literal.mp_to_unsigned_bin + 0x0000000000000000 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(bignum.o) + .literal.mp_abs + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(bignum.o) + .literal.mp_lshd + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(bignum.o) + .literal.mp_mul_2d + 0x0000000000000000 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(bignum.o) + .literal.mp_read_unsigned_bin + 0x0000000000000000 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(bignum.o) + .literal.s_mp_add + 0x0000000000000000 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(bignum.o) + .literal.s_mp_sub + 0x0000000000000000 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(bignum.o) + .literal.mp_add + 0x0000000000000000 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(bignum.o) + .literal.mp_sub + 0x0000000000000000 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(bignum.o) + .literal.fast_s_mp_mul_digs + 0x0000000000000000 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(bignum.o) + .literal.s_mp_mul_digs + 0x0000000000000000 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(bignum.o) + .literal.mp_mul + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(bignum.o) + .literal.mp_reduce_2k_l + 0x0000000000000000 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(bignum.o) + .literal.mp_reduce + 0x0000000000000000 0x40 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(bignum.o) + .literal.mp_2expt + 0x0000000000000000 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(bignum.o) + .literal.mp_reduce_2k_setup_l + 0x0000000000000000 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(bignum.o) + .literal.mp_init_multi + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(bignum.o) + .literal.mp_clear_multi + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(bignum.o) + .literal.mp_div + 0x0000000000000000 0x4c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(bignum.o) + .literal.mp_mod + 0x0000000000000000 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(bignum.o) + .literal.mp_mulmod + 0x0000000000000000 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(bignum.o) + .literal.mp_reduce_setup + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(bignum.o) + .literal.s_mp_exptmod + 0x0000000000000000 0x6c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(bignum.o) + .literal.mp_exptmod + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(bignum.o) + .literal.bignum_init + 0x0000000000000000 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(bignum.o) + .literal.bignum_deinit + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(bignum.o) + .literal.bignum_get_unsigned_bin_len + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(bignum.o) + .literal.bignum_get_unsigned_bin + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(bignum.o) + .literal.bignum_set_unsigned_bin + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(bignum.o) + .literal.bignum_cmp + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(bignum.o) + .literal.bignum_cmp_d + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(bignum.o) + .literal.bignum_add + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(bignum.o) + .literal.bignum_sub + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(bignum.o) + .literal.bignum_mul + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(bignum.o) + .literal.bignum_mulmod + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(bignum.o) + .literal.bignum_exptmod + 0x0000000000000000 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(bignum.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(bignum.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(bignum.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(bignum.o) + .text.bn_reverse + 0x0000000000000000 0x23 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(bignum.o) + .text.mp_cmp_d + 0x0000000000000000 0x2c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(bignum.o) + .text.mp_cmp_mag + 0x0000000000000000 0x4c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(bignum.o) + .text.mp_cmp 0x0000000000000000 0x34 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(bignum.o) + .text.mp_zero 0x0000000000000000 0x1d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(bignum.o) + .text.mp_rshd 0x0000000000000000 0x4a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(bignum.o) + .text.mp_exch 0x0000000000000000 0x25 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(bignum.o) + .text.mp_clamp + 0x0000000000000000 0x24 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(bignum.o) + .text.mp_set 0x0000000000000000 0x25 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(bignum.o) + .text.mp_count_bits + 0x0000000000000000 0x2c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(bignum.o) + .text.mp_unsigned_bin_size + 0x0000000000000000 0x22 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(bignum.o) + .text.mp_clear + 0x0000000000000000 0x34 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(bignum.o) + .text.mp_init 0x0000000000000000 0x35 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(bignum.o) + .text.mp_init_size + 0x0000000000000000 0x46 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(bignum.o) + .text.s_mp_mul_high_digs + 0x0000000000000000 0xac /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(bignum.o) + .text.s_mp_sqr + 0x0000000000000000 0x108 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(bignum.o) + .text.mp_sqr 0x0000000000000000 0x15 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(bignum.o) + .text.mp_grow 0x0000000000000000 0x50 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(bignum.o) + .text.mp_copy 0x0000000000000000 0x54 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(bignum.o) + .text.mp_init_copy + 0x0000000000000000 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(bignum.o) + .text.mp_mod_2d + 0x0000000000000000 0xa9 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(bignum.o) + .text.mp_div_2d + 0x0000000000000000 0x100 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(bignum.o) + .text.mp_to_unsigned_bin + 0x0000000000000000 0x5c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(bignum.o) + .text.mp_abs 0x0000000000000000 0x1c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(bignum.o) + .text.mp_lshd 0x0000000000000000 0x68 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(bignum.o) + .text.mp_mul_2d + 0x0000000000000000 0xd0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(bignum.o) + .text.mp_read_unsigned_bin + 0x0000000000000000 0x5d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(bignum.o) + .text.s_mp_add + 0x0000000000000000 0xa8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(bignum.o) + .text.s_mp_sub + 0x0000000000000000 0x89 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(bignum.o) + .text.mp_add 0x0000000000000000 0x50 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(bignum.o) + .text.mp_sub 0x0000000000000000 0x58 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(bignum.o) + .text.fast_s_mp_mul_digs + 0x0000000000000000 0xec /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(bignum.o) + .text.s_mp_mul_digs + 0x0000000000000000 0xd2 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(bignum.o) + .text.mp_mul 0x0000000000000000 0x3a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(bignum.o) + .text.mp_reduce_2k_l + 0x0000000000000000 0x7c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(bignum.o) + .text.mp_reduce + 0x0000000000000000 0xfc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(bignum.o) + .text.mp_2expt + 0x0000000000000000 0x5e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(bignum.o) + .text.mp_reduce_2k_setup_l + 0x0000000000000000 0x42 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(bignum.o) + .text.mp_init_multi + 0x0000000000000000 0xa3 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(bignum.o) + .text.mp_clear_multi + 0x0000000000000000 0x50 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(bignum.o) + .text.mp_div 0x0000000000000000 0x186 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(bignum.o) + .text.mp_mod 0x0000000000000000 0x5e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(bignum.o) + .text.mp_mulmod + 0x0000000000000000 0x44 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(bignum.o) + .text.mp_reduce_setup + 0x0000000000000000 0x2c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(bignum.o) + .text.s_mp_exptmod + 0x0000000000000000 0x3fd /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(bignum.o) + .text.mp_exptmod + 0x0000000000000000 0x29 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(bignum.o) + .text.bignum_init + 0x0000000000000000 0x2a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(bignum.o) + .text.bignum_deinit + 0x0000000000000000 0x17 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(bignum.o) + .text.bignum_get_unsigned_bin_len + 0x0000000000000000 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(bignum.o) + .text.bignum_get_unsigned_bin + 0x0000000000000000 0x34 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(bignum.o) + .text.bignum_set_unsigned_bin + 0x0000000000000000 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(bignum.o) + .text.bignum_cmp + 0x0000000000000000 0x11 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(bignum.o) + .text.bignum_cmp_d + 0x0000000000000000 0x11 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(bignum.o) + .text.bignum_add + 0x0000000000000000 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(bignum.o) + .text.bignum_sub + 0x0000000000000000 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(bignum.o) + .text.bignum_mul + 0x0000000000000000 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(bignum.o) + .text.bignum_mulmod + 0x0000000000000000 0x19 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(bignum.o) + .text.bignum_exptmod + 0x0000000000000000 0x19 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(bignum.o) + .xt.lit 0x0000000000000000 0x1b0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(bignum.o) + .xt.prop 0x0000000000000000 0x1b54 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(bignum.o) + .literal.desfunc + 0x0000000000000000 0x30 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(des-internal.o) + .literal.cookey + 0x0000000000000000 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(des-internal.o) + .literal.deskey + 0x0000000000000000 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(des-internal.o) + .literal.des_encrypt + 0x0000000000000000 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(des-internal.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(des-internal.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(des-internal.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(des-internal.o) + .text.desfunc 0x0000000000000000 0x1e3 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(des-internal.o) + .text.cookey 0x0000000000000000 0x80 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(des-internal.o) + .text.deskey 0x0000000000000000 0x16c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(des-internal.o) + .text.des_encrypt + 0x0000000000000000 0xdb /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(des-internal.o) + .rodata.SP8 0x0000000000000000 0x100 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(des-internal.o) + .rodata.SP7 0x0000000000000000 0x100 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(des-internal.o) + .rodata.SP6 0x0000000000000000 0x100 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(des-internal.o) + .rodata.SP5 0x0000000000000000 0x100 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(des-internal.o) + .rodata.SP4 0x0000000000000000 0x100 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(des-internal.o) + .rodata.SP3 0x0000000000000000 0x100 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(des-internal.o) + .rodata.SP2 0x0000000000000000 0x100 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(des-internal.o) + .rodata.SP1 0x0000000000000000 0x100 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(des-internal.o) + .rodata.pc2 0x0000000000000000 0x30 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(des-internal.o) + .rodata.totrot + 0x0000000000000000 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(des-internal.o) + .rodata.pc1 0x0000000000000000 0x38 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(des-internal.o) + .rodata.bigbyte + 0x0000000000000000 0x60 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(des-internal.o) + .rodata.bytebit + 0x0000000000000000 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(des-internal.o) + .xt.lit 0x0000000000000000 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(des-internal.o) + .xt.prop 0x0000000000000000 0x294 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(des-internal.o) + .literal.MD4Init + 0x0000000000000000 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(md4-internal.o) + .literal.MD4Transform + 0x0000000000000000 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(md4-internal.o) + .literal.MD4Update + 0x0000000000000000 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(md4-internal.o) + .literal.MD4Pad + 0x0000000000000000 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(md4-internal.o) + .literal.MD4Final + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(md4-internal.o) + .literal.md4_vector + 0x0000000000000000 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(md4-internal.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(md4-internal.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(md4-internal.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(md4-internal.o) + .text.MD4Init 0x0000000000000000 0x23 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(md4-internal.o) + .text.MD4Transform + 0x0000000000000000 0x456 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(md4-internal.o) + .text.MD4Update + 0x0000000000000000 0x76 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(md4-internal.o) + .text.MD4Pad 0x0000000000000000 0x60 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(md4-internal.o) + .text.MD4Final + 0x0000000000000000 0x54 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(md4-internal.o) + .text.md4_vector + 0x0000000000000000 0x38 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(md4-internal.o) + .data.PADDING 0x0000000000000000 0x40 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(md4-internal.o) + .xt.lit 0x0000000000000000 0x30 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(md4-internal.o) + .xt.prop 0x0000000000000000 0x1c8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(md4-internal.o) + .text 0x0000000000000000 0x59 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_divsf3.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_divsf3.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_divsf3.o) + .xt.prop 0x0000000000000000 0x24 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_divsf3.o) + .text 0x0000000000000000 0x81 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_floatdidf.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_floatdidf.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_floatdidf.o) + .xt.prop 0x0000000000000000 0x9c /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_floatdidf.o) + .literal 0x0000000000000000 0x8 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_extendsfdf2.o) + .text 0x0000000000000000 0x62 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_extendsfdf2.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_extendsfdf2.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_extendsfdf2.o) + .xt.lit 0x0000000000000000 0x8 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_extendsfdf2.o) + .xt.prop 0x0000000000000000 0x6c /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_extendsfdf2.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_popcountsi2.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_popcountsi2.o) + .xt.lit 0x0000000000000000 0x8 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_popcountsi2.o) + .xt.prop 0x0000000000000000 0x30 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_popcountsi2.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(unwind-dw2-xtensa.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(unwind-dw2-xtensa.o) + .xt.lit 0x0000000000000000 0x8 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(unwind-dw2-xtensa.o) + .xt.prop 0x0000000000000000 0x834 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(unwind-dw2-xtensa.o) + .xt.lit 0x0000000000000000 0x8 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(unwind-dw2-fde.o) + .xt.prop 0x0000000000000000 0xca8 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(unwind-dw2-fde.o) + .literal 0x0000000000000000 0x0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(lib2funcs.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(lib2funcs.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(lib2funcs.o) + .xt.prop 0x0000000000000000 0xe4 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(lib2funcs.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(ets_timer_legacy.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(ets_timer_legacy.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(ets_timer_legacy.o) + .xt.lit 0x0000000000000000 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(ets_timer_legacy.o) + .xt.prop 0x0000000000000000 0x1a4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(ets_timer_legacy.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(hw_random.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(hw_random.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(hw_random.o) + .xt.lit 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(hw_random.o) + .xt.prop 0x0000000000000000 0x48 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(hw_random.o) + .literal.wpa_printf + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(lib_printf.o) + .literal.wpa2_printf + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(lib_printf.o) + .literal.wps_printf + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(lib_printf.o) + .literal.pp_printf + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(lib_printf.o) + .literal.sc_printf + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(lib_printf.o) + .literal.core_printf + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(lib_printf.o) + .literal.net80211_printf + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(lib_printf.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(lib_printf.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(lib_printf.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(lib_printf.o) + .text.rtc_printf + 0x0000000000000000 0x7 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(lib_printf.o) + .text.wpa_printf + 0x0000000000000000 0x2a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(lib_printf.o) + .text.wpa2_printf + 0x0000000000000000 0x2a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(lib_printf.o) + .text.wps_printf + 0x0000000000000000 0x2a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(lib_printf.o) + .text.pp_printf + 0x0000000000000000 0x2a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(lib_printf.o) + .text.sc_printf + 0x0000000000000000 0x2a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(lib_printf.o) + .text.core_printf + 0x0000000000000000 0x2a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(lib_printf.o) + .text.net80211_printf + 0x0000000000000000 0x2a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(lib_printf.o) + .xt.lit 0x0000000000000000 0x48 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(lib_printf.o) + .xt.prop 0x0000000000000000 0x210 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(lib_printf.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(phy_init.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(phy_init.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(phy_init.o) + .text.esp_phy_release_init_data + 0x0000000000000000 0x5 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(phy_init.o) + .xt.lit 0x0000000000000000 0x48 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(phy_init.o) + .xt.prop 0x0000000000000000 0x3d8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(phy_init.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(wifi_internal.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(wifi_internal.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(wifi_internal.o) + .xt.lit 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(wifi_internal.o) + .xt.prop 0x0000000000000000 0x60 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(wifi_internal.o) + .literal.esp_aes_crypt_cfb8 + 0x0000000000000000 0x30 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(aes.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(aes.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(aes.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(aes.o) + .text.esp_aes_crypt_cfb8 + 0x0000000000000000 0xcd /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(aes.o) + .xt.lit 0x0000000000000000 0x60 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(aes.o) + .xt.prop 0x0000000000000000 0x63c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(aes.o) + .literal.misc_nvs_deinit + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libcore.a(misc_nvs.o) + .literal.nvs_log_init + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libcore.a(misc_nvs.o) + .literal.misc_nvs_load + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libcore.a(misc_nvs.o) + .literal.misc_nvs_init + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libcore.a(misc_nvs.o) + .literal.misc_nvs_restore + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libcore.a(misc_nvs.o) + .literal.save_log_to_flash + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libcore.a(misc_nvs.o) + .literal.system_set_log_level + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libcore.a(misc_nvs.o) + .literal.system_set_log_mod + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libcore.a(misc_nvs.o) + .literal.esp_wifi_internal_set_log_level + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libcore.a(misc_nvs.o) + .literal.esp_wifi_internal_set_log_mod + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libcore.a(misc_nvs.o) + .literal.system_get_log + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libcore.a(misc_nvs.o) + .text 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libcore.a(misc_nvs.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libcore.a(misc_nvs.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libcore.a(misc_nvs.o) + .text.save_log_to_flash + 0x0000000000000000 0x9e /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libcore.a(misc_nvs.o) + .text.system_set_log_level + 0x0000000000000000 0x20 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libcore.a(misc_nvs.o) + .text.system_set_log_mod + 0x0000000000000000 0x98 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libcore.a(misc_nvs.o) + .text.esp_wifi_internal_set_log_level + 0x0000000000000000 0x20 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libcore.a(misc_nvs.o) + .text.esp_wifi_internal_set_log_mod + 0x0000000000000000 0x1a /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libcore.a(misc_nvs.o) + .text.system_get_log + 0x0000000000000000 0x38 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libcore.a(misc_nvs.o) + .bss.g_log_print + 0x0000000000000000 0x4 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libcore.a(misc_nvs.o) + .xt.lit 0x0000000000000000 0x58 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libcore.a(misc_nvs.o) + .xt.prop 0x0000000000000000 0x408 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libcore.a(misc_nvs.o) + .literal.BT_tx_8m_enable + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(bt_bb.o) + .literal.BT_tx_if_init + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(bt_bb.o) + .literal.BT_init_rx_filters + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(bt_bb.o) + .literal.bt_dgmixer_fstep_250k + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(bt_bb.o) + .literal.bt_rfoffset_en + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(bt_bb.o) + .literal.bt_bb_init_cmplx + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(bt_bb.o) + .literal.bt_bb_init_cmplx_reg + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(bt_bb.o) + .literal.rw_coex_on + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(bt_bb.o) + .literal.force_bt_mode + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(bt_bb.o) + .literal.force_wifi_mode + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(bt_bb.o) + .literal.unforce_wifi_mode + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(bt_bb.o) + .literal.coex_bt_high_prio + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(bt_bb.o) + .literal.bt_rxfilt + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(bt_bb.o) + .literal.bt_txfilt + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(bt_bb.o) + .literal.bt_cmplx_hq_wr + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(bt_bb.o) + .literal.bt_cmplx_lq_wr + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(bt_bb.o) + .literal.bt_cmplx_hq_re + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(bt_bb.o) + .literal.bt_cmplx_lq_re + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(bt_bb.o) + .text 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(bt_bb.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(bt_bb.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(bt_bb.o) + .text.BT_tx_8m_enable + 0x0000000000000000 0x9b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(bt_bb.o) + .text.BT_tx_if_init + 0x0000000000000000 0xa2 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(bt_bb.o) + .text.BT_init_rx_filters + 0x0000000000000000 0x3a3 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(bt_bb.o) + .text.bt_dgmixer_fstep_250k + 0x0000000000000000 0x2a /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(bt_bb.o) + .text.bt_rfoffset_en + 0x0000000000000000 0x55 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(bt_bb.o) + .text.bt_bb_init_cmplx + 0x0000000000000000 0x2c2 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(bt_bb.o) + .text.bt_bb_init_cmplx_reg + 0x0000000000000000 0x123 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(bt_bb.o) + .text.rw_coex_on + 0x0000000000000000 0xb0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(bt_bb.o) + .text.force_bt_mode + 0x0000000000000000 0x130 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(bt_bb.o) + .text.bt_rxfilt + 0x0000000000000000 0x22 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(bt_bb.o) + .text.bt_txfilt + 0x0000000000000000 0x22 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(bt_bb.o) + .text.bt_cmplx_hq_wr + 0x0000000000000000 0x22 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(bt_bb.o) + .text.bt_cmplx_lq_wr + 0x0000000000000000 0x22 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(bt_bb.o) + .text.bt_cmplx_hq_re + 0x0000000000000000 0x21 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(bt_bb.o) + .text.bt_cmplx_lq_re + 0x0000000000000000 0x21 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(bt_bb.o) + .xt.lit 0x0000000000000000 0x90 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(bt_bb.o) + .xt.prop 0x0000000000000000 0x3cc /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(bt_bb.o) + .literal.pm_wakeup_opt + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(pm.o) + .literal.get_chip_version + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(pm.o) + .literal.pm_set_sleep_cycles + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(pm.o) + .literal.pm_rtc_clock_cali + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(pm.o) + .literal.pm_prepare_to_sleep + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(pm.o) + .literal.pm_sdio_nidle + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(pm.o) + .literal.pm_goto_sleep + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(pm.o) + .literal.pm_sleep_set_mac + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(pm.o) + .literal.pm_mac_deinit + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(pm.o) + .literal.pm_set_wakeup_mac + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(pm.o) + .literal.pm_check_mac_idle + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(pm.o) + .literal.pm_set_sleep_btco + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(pm.o) + .literal.pm_set_wakeup_btco + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(pm.o) + .literal.pm_unmask_bt + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(pm.o) + .literal.pm_mac_init + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(pm.o) + .literal.pm_set_sleep_mode_full + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(pm.o) + .text 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(pm.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(pm.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(pm.o) + .text.pm_wakeup_opt + 0x0000000000000000 0x3d /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(pm.o) + .text.get_chip_version + 0x0000000000000000 0xe /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(pm.o) + .text.pm_set_sleep_cycles + 0x0000000000000000 0x3f /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(pm.o) + .text.pm_rtc_clock_cali + 0x0000000000000000 0x36 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(pm.o) + .text.pm_prepare_to_sleep + 0x0000000000000000 0x5 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(pm.o) + .text.pm_sdio_nidle + 0x0000000000000000 0x7 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(pm.o) + .text.pm_goto_sleep + 0x0000000000000000 0x84 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(pm.o) + .text.pm_set_wakeup_mac + 0x0000000000000000 0x20 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(pm.o) + .text.pm_check_mac_idle + 0x0000000000000000 0x7 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(pm.o) + .text.pm_set_sleep_btco + 0x0000000000000000 0x5 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(pm.o) + .text.pm_set_wakeup_btco + 0x0000000000000000 0x5 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(pm.o) + .text.pm_unmask_bt + 0x0000000000000000 0x5 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(pm.o) + .rodata.str1.4 + 0x0000000000000000 0x4f /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(pm.o) + .text.pm_set_sleep_mode_full + 0x0000000000000000 0x3aa /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(pm.o) + .bss.wakeup_tsfearly_fix + 0x0000000000000000 0x4 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(pm.o) + .data.chip_version + 0x0000000000000000 0x4 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(pm.o) + .bss.periodic_cal_sat + 0x0000000000000000 0x1 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(pm.o) + .bss.software_slp_reject + 0x0000000000000000 0x1 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(pm.o) + .bss.SDIO_slp_reject + 0x0000000000000000 0x1 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(pm.o) + .bss.pptask_busy + 0x0000000000000000 0x1 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(pm.o) + .xt.lit 0x0000000000000000 0x50 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(pm.o) + .xt.prop 0x0000000000000000 0x480 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(pm.o) + COMMON 0x0000000000000000 0x9 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(pm.o) + .literal.temprature_sens_read + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(rtc_analog.o) + .literal.dac_out + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(rtc_analog.o) + .literal.touch_init + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(rtc_analog.o) + .literal.touch_read + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(rtc_analog.o) + .literal.vdd33_init + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(rtc_analog.o) + .literal.get_vdd33 + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(rtc_analog.o) + .literal.adc1_read_test + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(rtc_analog.o) + .literal.adc1_amp_read_full + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(rtc_analog.o) + .literal.hall_sens_read_full + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(rtc_analog.o) + .literal.hall_sens_amp_read_full + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(rtc_analog.o) + .literal.adc2_read_test + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(rtc_analog.o) + .literal.adc1_pad_init + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(rtc_analog.o) + .literal.adc1_read + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(rtc_analog.o) + .literal.adc1_amp_read + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(rtc_analog.o) + .literal.hall_sens_read + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(rtc_analog.o) + .literal.hall_sens_amp_read + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(rtc_analog.o) + .literal.adc2_pad_init + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(rtc_analog.o) + .literal.adc2_read + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(rtc_analog.o) + .literal.adc_pad_init + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(rtc_analog.o) + .literal.dac_pad_init + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(rtc_analog.o) + .text 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(rtc_analog.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(rtc_analog.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(rtc_analog.o) + .text.dac_out 0x0000000000000000 0x2d1 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(rtc_analog.o) + .text.touch_init + 0x0000000000000000 0xee /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(rtc_analog.o) + .text.touch_read + 0x0000000000000000 0xdb /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(rtc_analog.o) + .text.vdd33_init + 0x0000000000000000 0x191 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(rtc_analog.o) + .text.get_vdd33 + 0x0000000000000000 0x121 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(rtc_analog.o) + .text.adc1_read_test + 0x0000000000000000 0x222 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(rtc_analog.o) + .text.adc1_amp_read_full + 0x0000000000000000 0x299 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(rtc_analog.o) + .text.hall_sens_read_full + 0x0000000000000000 0x15d /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(rtc_analog.o) + .text.hall_sens_amp_read_full + 0x0000000000000000 0x14a /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(rtc_analog.o) + .text.adc2_read_test + 0x0000000000000000 0x20b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(rtc_analog.o) + .text.adc1_pad_init + 0x0000000000000000 0x6e /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(rtc_analog.o) + .text.adc1_read + 0x0000000000000000 0x28 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(rtc_analog.o) + .text.adc1_amp_read + 0x0000000000000000 0x29 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(rtc_analog.o) + .text.hall_sens_read + 0x0000000000000000 0x2a /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(rtc_analog.o) + .text.hall_sens_amp_read + 0x0000000000000000 0x26 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(rtc_analog.o) + .text.adc2_pad_init + 0x0000000000000000 0x70 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(rtc_analog.o) + .text.adc2_read + 0x0000000000000000 0x28 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(rtc_analog.o) + .text.adc_pad_init + 0x0000000000000000 0x1f4 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(rtc_analog.o) + .text.dac_pad_init + 0x0000000000000000 0x102 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(rtc_analog.o) + .rodata.CSWTCH$24 + 0x0000000000000000 0x28 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(rtc_analog.o) + .rodata.CSWTCH$18 + 0x0000000000000000 0x20 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(rtc_analog.o) + .xt.lit 0x0000000000000000 0xa0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(rtc_analog.o) + .xt.prop 0x0000000000000000 0x5e8 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(rtc_analog.o) + .literal.rtc_cmd_wakeup_conf + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(rtc.o) + .literal.rtc_pads_muxsel + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(rtc.o) + .literal.rtc_pads_funsel + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(rtc.o) + .literal.rtc_pads_slpsel + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(rtc.o) + .literal.rtc_pads_slpoe + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(rtc.o) + .literal.rtc_pads_slpie + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(rtc.o) + .literal.rtc_pads_funie + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(rtc.o) + .literal.rtc_pads_pu + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(rtc.o) + .literal.rtc_pads_pd + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(rtc.o) + .literal.rtc_pads_hold + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(rtc.o) + .literal.rtc_apbbridge_sel + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(rtc.o) + .literal.rtc_powerup_rf + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(rtc.o) + .literal.rtc_powerdown_rf + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(rtc.o) + .literal.rtc_get_st + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(rtc.o) + .literal.rtc_is_st_idle + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(rtc.o) + .literal.rtc_soc_clk_ck12m + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(rtc.o) + .literal.rtc_init_full + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(rtc.o) + .literal.rtc_pad_gpio_wakeup + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(rtc.o) + .literal.rtc_pad_ext_wakeup + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(rtc.o) + .literal.rtc_cmd_ext_wakeup + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(rtc.o) + .literal.rtc_wifi_force_pd + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(rtc.o) + .literal.rtc_sdreg_off + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(rtc.o) + .literal.rtc_slp_prep_lite_12M + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(rtc.o) + .text 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(rtc.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(rtc.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(rtc.o) + .text.rtc_cmd_wakeup_conf + 0x0000000000000000 0x7b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(rtc.o) + .text.rtc_pads_muxsel + 0x0000000000000000 0x2e2 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(rtc.o) + .text.rtc_pads_funsel + 0x0000000000000000 0x2ce /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(rtc.o) + .text.rtc_pads_slpsel + 0x0000000000000000 0x2ce /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(rtc.o) + .text.rtc_pads_slpoe + 0x0000000000000000 0x1e2 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(rtc.o) + .text.rtc_pads_slpie + 0x0000000000000000 0x2ca /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(rtc.o) + .text.rtc_pads_funie + 0x0000000000000000 0x2ca /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(rtc.o) + .text.rtc_pads_pu + 0x0000000000000000 0x1e6 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(rtc.o) + .text.rtc_pads_pd + 0x0000000000000000 0x1e6 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(rtc.o) + .text.rtc_pads_hold + 0x0000000000000000 0x2cc /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(rtc.o) + .text.rtc_apbbridge_sel + 0x0000000000000000 0x29 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(rtc.o) + .text.rtc_powerup_rf + 0x0000000000000000 0x20 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(rtc.o) + .text.rtc_powerdown_rf + 0x0000000000000000 0x20 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(rtc.o) + .text.rtc_get_st + 0x0000000000000000 0x14 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(rtc.o) + .text.rtc_is_st_idle + 0x0000000000000000 0x1e /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(rtc.o) + .text.rtc_soc_clk_ck12m + 0x0000000000000000 0x57 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(rtc.o) + .text.rtc_init_full + 0x0000000000000000 0x4aa /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(rtc.o) + .text.rtc_pad_gpio_wakeup + 0x0000000000000000 0xd7 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(rtc.o) + .text.rtc_pad_ext_wakeup + 0x0000000000000000 0xe1 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(rtc.o) + .text.rtc_cmd_ext_wakeup + 0x0000000000000000 0xd7 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(rtc.o) + .text.rtc_wifi_force_pd + 0x0000000000000000 0x7e /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(rtc.o) + .text.rtc_sdreg_off + 0x0000000000000000 0x58 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(rtc.o) + .text.rtc_slp_prep_lite_12M + 0x0000000000000000 0x33 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(rtc.o) + .xt.lit 0x0000000000000000 0xb8 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(rtc.o) + .xt.prop 0x0000000000000000 0xc3c /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(rtc.o) + .literal.tkip_decap + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_crypto_tkip.o) + .literal.tkip_encap + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_crypto_tkip.o) + .text 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_crypto_tkip.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_crypto_tkip.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_crypto_tkip.o) + .xt.lit 0x0000000000000000 0x10 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_crypto_tkip.o) + .xt.prop 0x0000000000000000 0xd8 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_crypto_tkip.o) + .literal.wep_encap + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_crypto_wep.o) + .literal.wep_decap + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_crypto_wep.o) + .text 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_crypto_wep.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_crypto_wep.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_crypto_wep.o) + .xt.lit 0x0000000000000000 0x8 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_crypto_wep.o) + .xt.prop 0x0000000000000000 0x78 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_crypto_wep.o) + .literal.wpabuf_overflow + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpabuf.o) + .literal.wpabuf_resize + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpabuf.o) + .literal.wpabuf_alloc + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpabuf.o) + .literal.wpabuf_alloc_ext_data + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpabuf.o) + .literal.wpabuf_free + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpabuf.o) + .literal.wpabuf_put + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpabuf.o) + .literal.wpabuf_alloc_copy + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpabuf.o) + .literal.wpabuf_dup + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpabuf.o) + .literal.wpabuf_concat + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpabuf.o) + .literal.wpabuf_zeropad + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpabuf.o) + .literal.wpabuf_printf + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpabuf.o) + .text 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpabuf.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpabuf.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpabuf.o) + .rodata.str1.4 + 0x0000000000000000 0x3f /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpabuf.o) + .text.wpabuf_overflow + 0x0000000000000000 0x3a /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpabuf.o) + .text.wpabuf_resize + 0x0000000000000000 0x9c /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpabuf.o) + .text.wpabuf_alloc + 0x0000000000000000 0x19 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpabuf.o) + .text.wpabuf_alloc_ext_data + 0x0000000000000000 0x1d /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpabuf.o) + .text.wpabuf_free + 0x0000000000000000 0x1f /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpabuf.o) + .text.wpabuf_put + 0x0000000000000000 0x27 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpabuf.o) + .text.wpabuf_alloc_copy + 0x0000000000000000 0x38 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpabuf.o) + .text.wpabuf_dup + 0x0000000000000000 0x53 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpabuf.o) + .text.wpabuf_concat + 0x0000000000000000 0xd0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpabuf.o) + .text.wpabuf_zeropad + 0x0000000000000000 0x90 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpabuf.o) + .text.wpabuf_printf + 0x0000000000000000 0x62 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpabuf.o) + .xt.lit 0x0000000000000000 0x58 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpabuf.o) + .xt.prop 0x0000000000000000 0x414 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpabuf.o) + .literal.pkcs1_encrypt + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(pkcs1.o) + .literal.pkcs1_v15_private_key_decrypt + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(pkcs1.o) + .literal.pkcs1_decrypt_public_key + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(pkcs1.o) + .text 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(pkcs1.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(pkcs1.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(pkcs1.o) + .text.pkcs1_encrypt + 0x0000000000000000 0xfe /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(pkcs1.o) + .text.pkcs1_v15_private_key_decrypt + 0x0000000000000000 0x80 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(pkcs1.o) + .rodata.str1.4 + 0x0000000000000000 0x120 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(pkcs1.o) + .text.pkcs1_decrypt_public_key + 0x0000000000000000 0x179 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(pkcs1.o) + .xt.lit 0x0000000000000000 0x18 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(pkcs1.o) + .xt.prop 0x0000000000000000 0x24c /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(pkcs1.o) + .literal.pkcs8_key_import + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(pkcs8.o) + .literal.pkcs8_enc_key_import + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(pkcs8.o) + .text 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(pkcs8.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(pkcs8.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(pkcs8.o) + .text.pkcs8_key_import + 0x0000000000000000 0x193 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(pkcs8.o) + .text.pkcs8_enc_key_import + 0x0000000000000000 0xaa /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(pkcs8.o) + .xt.lit 0x0000000000000000 0x10 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(pkcs8.o) + .xt.prop 0x0000000000000000 0xd8 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(pkcs8.o) + .literal.crypto_rsa_parse_integer + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(rsa.o) + .literal.crypto_rsa_get_modulus_len + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(rsa.o) + .literal.crypto_rsa_exptmod + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(rsa.o) + .literal.crypto_rsa_free + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(rsa.o) + .literal.crypto_rsa_import_public_key + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(rsa.o) + .literal.crypto_rsa_import_private_key + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(rsa.o) + .text 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(rsa.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(rsa.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(rsa.o) + .text.crypto_rsa_parse_integer + 0x0000000000000000 0x43 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(rsa.o) + .text.crypto_rsa_get_modulus_len + 0x0000000000000000 0x14 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(rsa.o) + .text.crypto_rsa_exptmod + 0x0000000000000000 0x1ac /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(rsa.o) + .text.crypto_rsa_free + 0x0000000000000000 0x74 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(rsa.o) + .rodata.str1.4 + 0x0000000000000000 0x27 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(rsa.o) + .text.crypto_rsa_import_public_key + 0x0000000000000000 0xbc /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(rsa.o) + .text.crypto_rsa_import_private_key + 0x0000000000000000 0x1d6 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(rsa.o) + .xt.lit 0x0000000000000000 0x30 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(rsa.o) + .xt.prop 0x0000000000000000 0x288 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(rsa.o) + .literal.pkcs5_decrypt + 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(pkcs5.o) + .text 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(pkcs5.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(pkcs5.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(pkcs5.o) + .rodata.str1.4 + 0x0000000000000000 0x24d /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(pkcs5.o) + .text.pkcs5_decrypt + 0x0000000000000000 0x50d /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(pkcs5.o) + .rodata.__FUNCTION__$5050 + 0x0000000000000000 0x12 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(pkcs5.o) + .xt.lit 0x0000000000000000 0x8 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(pkcs5.o) + .xt.prop 0x0000000000000000 0x27c /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(pkcs5.o) + .data 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-vsnprintf.o) + .bss 0x0000000000000000 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-vsnprintf.o) + .xt.lit 0x0000000000000000 0x8 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-vsnprintf.o) + .xt.prop 0x0000000000000000 0x78 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-vsnprintf.o) + .literal.rtc_sleep_pd + 0x0000000000000000 0x30 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_sleep.o) + .literal.rtc_sleep_init + 0x0000000000000000 0xf0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_sleep.o) + .literal.rtc_sleep_set_wakeup_time + 0x0000000000000000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_sleep.o) + .literal.rtc_sleep_start + 0x0000000000000000 0x1c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_sleep.o) + .text 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_sleep.o) + .data 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_sleep.o) + .bss 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_sleep.o) + .text.rtc_sleep_pd + 0x0000000000000000 0x1c7 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_sleep.o) + .text.rtc_sleep_init + 0x0000000000000000 0x4a4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_sleep.o) + .text.rtc_sleep_set_wakeup_time + 0x0000000000000000 0x15 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_sleep.o) + .text.rtc_sleep_start + 0x0000000000000000 0x69 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_sleep.o) + .xt.lit 0x0000000000000000 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_sleep.o) + .xt.prop 0x0000000000000000 0x300 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_sleep.o) + +Memory Configuration + +Name Origin Length Attributes +iram0_0_seg 0x0000000040080000 0x0000000000020000 xr +iram0_2_seg 0x00000000400d0018 0x000000000032ffe8 xr +dram0_0_seg 0x000000003ffb0000 0x000000000002c200 rw +drom0_0_seg 0x000000003f400018 0x00000000003fffe8 r +rtc_iram_seg 0x00000000400c0000 0x0000000000002000 xrw +rtc_slow_seg 0x0000000050000000 0x0000000000001000 rw +*default* 0x0000000000000000 0xffffffffffffffff + +Linker script and memory map + +START GROUP +LOAD /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/app_trace/libapp_trace.a +LOAD /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/app_update/libapp_update.a +LOAD /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader_support/libbootloader_support.a +LOAD /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bt/libbt.a +LOAD /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/coap/libcoap.a +LOAD /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/console/libconsole.a +LOAD /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/cxx/libcxx.a +LOAD /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a +LOAD /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a +LOAD /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/libhal.a +LOAD /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libcore.a +LOAD /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a +LOAD /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a +LOAD /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a +LOAD /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a +LOAD /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libsmartconfig.a +LOAD /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libcoexist.a +LOAD /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a +LOAD /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a +LOAD /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libespnow.a +LOAD /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a +LOAD /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp_adc_cal/libesp_adc_cal.a +LOAD /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a +LOAD /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a +LOAD /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/expat/libexpat.a +LOAD /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/fatfs/libfatfs.a +LOAD /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a +LOAD /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/heap/libheap.a +LOAD /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/idf_test/libidf_test.a +LOAD /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/jsmn/libjsmn.a +LOAD /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/json/libjson.a +LOAD /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/libsodium/liblibsodium.a +LOAD /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/log/liblog.a +LOAD /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a +LOAD /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/main/libmain.a +LOAD /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a +LOAD /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mdns/libmdns.a +LOAD /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/micro-ecc/libmicro-ecc.a +LOAD /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a +LOAD /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libm.a +LOAD /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/newlib/libnewlib.a +LOAD /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nghttp/libnghttp.a +LOAD /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a +LOAD /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/openssl/libopenssl.a +LOAD /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/pthread/libpthread.a +LOAD /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/sdmmc/libsdmmc.a +LOAD /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a +LOAD /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a +LOAD /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spiffs/libspiffs.a +LOAD /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/tcpip_adapter/libtcpip_adapter.a +LOAD /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ulp/libulp.a +LOAD /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/vfs/libvfs.a +LOAD /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wear_levelling/libwear_levelling.a +LOAD /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a +LOAD /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/xtensa-debug-module/libxtensa-debug-module.a +LOAD /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a +LOAD /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a +LOAD /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcov.a +END GROUP + 0x0000000040000000 _heap_end = 0x40000000 + +.rtc.text 0x00000000400c0000 0x0 + 0x00000000400c0000 . = ALIGN (0x4) + *(.rtc.literal .rtc.text) + *rtc_wake_stub*.o(.literal .text .literal.* .text.*) + +.rtc.data 0x0000000050000000 0x0 + 0x0000000050000000 _rtc_data_start = ABSOLUTE (.) + *(.rtc.data) + *(.rtc.rodata) + *rtc_wake_stub*.o(.data .rodata .data.* .rodata.* .bss .bss.*) + 0x0000000050000000 _rtc_data_end = ABSOLUTE (.) + +.rtc.bss 0x0000000050000000 0x0 + 0x0000000050000000 _rtc_bss_start = ABSOLUTE (.) + *rtc_wake_stub*.o(.bss .bss.*) + *rtc_wake_stub*.o(COMMON) + 0x0000000050000000 _rtc_bss_end = ABSOLUTE (.) + +.iram0.vectors 0x0000000040080000 0x400 + 0x0000000040080000 _init_start = ABSOLUTE (.) + 0x0000000000000000 . = 0x0 + *(.WindowVectors.text) + .WindowVectors.text + 0x0000000040080000 0x16a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(xtensa_vectors.o) + 0x0000000040080000 _WindowOverflow4 + 0x0000000040080040 _WindowUnderflow4 + 0x0000000040080050 _xt_alloca_exc + 0x0000000040080080 _WindowOverflow8 + 0x00000000400800c0 _WindowUnderflow8 + 0x0000000040080100 _WindowOverflow12 + 0x0000000040080140 _WindowUnderflow12 + 0x0000000000000180 . = 0x180 + *fill* 0x000000004008016a 0x16 + *(.Level2InterruptVector.text) + .Level2InterruptVector.text + 0x0000000040080180 0x6 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(xtensa_vectors.o) + 0x0000000040080180 _Level2Vector + 0x00000000000001c0 . = 0x1c0 + *fill* 0x0000000040080186 0x3a + *(.Level3InterruptVector.text) + .Level3InterruptVector.text + 0x00000000400801c0 0x6 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(xtensa_vectors.o) + 0x00000000400801c0 _Level3Vector + 0x0000000000000200 . = 0x200 + *fill* 0x00000000400801c6 0x3a + *(.Level4InterruptVector.text) + .Level4InterruptVector.text + 0x0000000040080200 0x6 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(xtensa_vectors.o) + 0x0000000040080200 _Level4Vector + 0x0000000000000240 . = 0x240 + *fill* 0x0000000040080206 0x3a + *(.Level5InterruptVector.text) + .Level5InterruptVector.text + 0x0000000040080240 0x6 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(xtensa_vectors.o) + 0x0000000040080240 _Level5Vector + 0x0000000000000280 . = 0x280 + *fill* 0x0000000040080246 0x3a + *(.DebugExceptionVector.text) + .DebugExceptionVector.text + 0x0000000040080280 0x6 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(xtensa_vectors.o) + 0x0000000040080280 _DebugExceptionVector + 0x00000000000002c0 . = 0x2c0 + *fill* 0x0000000040080286 0x3a + *(.NMIExceptionVector.text) + .NMIExceptionVector.text + 0x00000000400802c0 0x6 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(xtensa_vectors.o) + 0x00000000400802c0 _NMIExceptionVector + 0x0000000000000300 . = 0x300 + *fill* 0x00000000400802c6 0x3a + *(.KernelExceptionVector.text) + .KernelExceptionVector.text + 0x0000000040080300 0x6 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(xtensa_vectors.o) + 0x0000000040080300 _KernelExceptionVector + 0x0000000000000340 . = 0x340 + *fill* 0x0000000040080306 0x3a + *(.UserExceptionVector.text) + .UserExceptionVector.text + 0x0000000040080340 0x6 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(xtensa_vectors.o) + 0x0000000040080340 _UserExceptionVector + 0x00000000000003c0 . = 0x3c0 + *fill* 0x0000000040080346 0x7a + *(.DoubleExceptionVector.text) + .DoubleExceptionVector.text + 0x00000000400803c0 0xf /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(xtensa_vectors.o) + 0x00000000400803c0 _DoubleExceptionVector + 0x0000000000000400 . = 0x400 + *fill* 0x00000000400803cf 0x31 + *(.*Vector.literal) + *(.UserEnter.literal) + *(.UserEnter.text) + 0x0000000040080400 . = ALIGN (0x10) + *(.entry.text) + *(.init.literal) + *(.init) + 0x0000000040080400 _init_end = ABSOLUTE (.) + 0x0000000000000000 _iram_start = 0x0 + +.iram0.text 0x0000000040080400 0xddf4 + 0x0000000040080400 _iram_text_start = ABSOLUTE (.) + *(.iram1 .iram1.*) + .iram1.literal + 0x0000000040080400 0x104 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(cpu_start.o) + 0x1d4 (size before relaxing) + .iram1.literal + 0x0000000040080504 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(crosscore_int.o) + 0x40 (size before relaxing) + .iram1.literal + 0x0000000040080524 0x34 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(dport_access.o) + 0x7c (size before relaxing) + .iram1.literal + 0x0000000040080558 0x28 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(esp_timer.o) + 0x64 (size before relaxing) + .iram1.literal + 0x0000000040080580 0x48 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(esp_timer_esp32.o) + 0xc8 (size before relaxing) + .iram1.literal + 0x00000000400805c8 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(int_wdt.o) + .iram1.literal + 0x00000000400805d4 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(intr_alloc.o) + 0x7c (size before relaxing) + .iram1.literal + 0x00000000400805f4 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(ipc.o) + 0x34 (size before relaxing) + .iram1.literal + 0x0000000040080614 0x64 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(system_api.o) + 0xc8 (size before relaxing) + .iram1.literal + 0x0000000040080678 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(dport_panic_highint_hdl.o) + 0x28 (size before relaxing) + .iram1.literal + 0x0000000040080688 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(cache_err_int.o) + 0x20 (size before relaxing) + .iram1.literal + 0x0000000040080694 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(clk.o) + 0x18 (size before relaxing) + .iram1.literal + 0x00000000400806a0 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(freertos_hooks.o) + .iram1.literal + 0x00000000400806a4 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(port.o) + .iram1.literal + 0x00000000400806a8 0x44 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(xtensa_vectors.o) + 0x68 (size before relaxing) + .iram1.literal + 0x00000000400806ec 0x58 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/heap/libheap.a(heap_caps.o) + 0xb0 (size before relaxing) + .iram1.literal + 0x0000000040080744 0x28 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/log/liblog.a(log.o) + 0x48 (size before relaxing) + .iram1.literal + 0x000000004008076c 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/newlib/libnewlib.a(locks.o) + 0x90 (size before relaxing) + .iram1.literal + 0x0000000040080780 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/newlib/libnewlib.a(reent_init.o) + 0x10 (size before relaxing) + .iram1.literal + 0x0000000040080788 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/newlib/libnewlib.a(syscalls.o) + 0x14 (size before relaxing) + .iram1.literal + 0x0000000040080788 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/newlib/libnewlib.a(time.o) + 0x1c (size before relaxing) + .iram1.literal + 0x0000000040080794 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/pthread/libpthread.a(pthread.o) + 0x18 (size before relaxing) + .iram1.literal + 0x0000000040080798 0x1c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(cpu_util.o) + 0x30 (size before relaxing) + .iram1.literal + 0x00000000400807b4 0x5c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(cache_utils.o) + 0x144 (size before relaxing) + .iram1.literal + 0x0000000040080810 0x3c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(flash_ops.o) + 0xe4 (size before relaxing) + .iram1.literal + 0x000000004008084c 0x4c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(flash_mmap.o) + 0x108 (size before relaxing) + .iram1.literal + 0x0000000040080898 0x1c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(ets_timer_legacy.o) + 0x60 (size before relaxing) + .iram1.literal + 0x00000000400808b4 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(hw_random.o) + 0x10 (size before relaxing) + .iram1.literal + 0x00000000400808bc 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(phy_init.o) + 0x4 (size before relaxing) + .iram1.literal + 0x00000000400808bc 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(wifi_internal.o) + 0xc (size before relaxing) + .literal.pxPortInitialiseStack + 0x00000000400808c4 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(port.o) + 0x8 (size before relaxing) + .literal.xPortStartScheduler + 0x00000000400808c8 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(port.o) + 0x14 (size before relaxing) + .literal.xPortSysTickHandler + 0x00000000400808c8 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(port.o) + 0x8 (size before relaxing) + .literal.vPortYieldOtherCore + 0x00000000400808c8 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(port.o) + 0x4 (size before relaxing) + .literal.vPortReleaseTaskMPUSettings + 0x00000000400808c8 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(port.o) + 0x4 (size before relaxing) + .literal.xPortInIsrContext + 0x00000000400808c8 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(port.o) + 0x8 (size before relaxing) + .literal.vPortCPUInitializeMutex + 0x00000000400808c8 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(port.o) + .literal.vPortCPUAcquireMutex + 0x00000000400808cc 0x1c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(port.o) + 0x30 (size before relaxing) + .literal.vPortCPUReleaseMutex + 0x00000000400808e8 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(port.o) + 0x28 (size before relaxing) + .literal.prvIsQueueFull + 0x00000000400808f8 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(queue.o) + 0x8 (size before relaxing) + .literal.prvCopyDataToQueue + 0x00000000400808f8 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(queue.o) + 0xc (size before relaxing) + .literal.prvNotifyQueueSetContainer + 0x00000000400808f8 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(queue.o) + 0x2c (size before relaxing) + .literal.prvCopyDataFromQueue + 0x000000004008090c 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(queue.o) + 0x4 (size before relaxing) + .literal.xQueueGenericReset + 0x000000004008090c 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(queue.o) + 0x30 (size before relaxing) + .literal.prvInitialiseNewQueue + 0x0000000040080910 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(queue.o) + 0x4 (size before relaxing) + .literal.xQueueGenericCreate + 0x0000000040080910 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(queue.o) + 0x1c (size before relaxing) + .literal.xQueueGetMutexHolder + 0x0000000040080914 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(queue.o) + 0x8 (size before relaxing) + .literal.xQueueCreateCountingSemaphore + 0x0000000040080914 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(queue.o) + 0x28 (size before relaxing) + .literal.xQueueGenericSend + 0x0000000040080918 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(queue.o) + 0x7c (size before relaxing) + .literal.prvInitialiseMutex + 0x000000004008091c 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(queue.o) + 0x8 (size before relaxing) + .literal.xQueueCreateMutex + 0x000000004008091c 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(queue.o) + 0x8 (size before relaxing) + .literal.xQueueGiveMutexRecursive + 0x000000004008091c 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(queue.o) + 0x1c (size before relaxing) + .literal.xQueueGenericSendFromISR + 0x0000000040080920 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(queue.o) + 0x3c (size before relaxing) + .literal.xQueueGiveFromISR + 0x0000000040080924 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(queue.o) + 0x30 (size before relaxing) + .literal.xQueueGenericReceive + 0x0000000040080928 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(queue.o) + 0x78 (size before relaxing) + .literal.xQueueTakeMutexRecursive + 0x000000004008092c 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(queue.o) + 0x1c (size before relaxing) + .literal.xQueueReceiveFromISR + 0x0000000040080930 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(queue.o) + 0x30 (size before relaxing) + .literal.uxQueueMessagesWaiting + 0x0000000040080934 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(queue.o) + 0x1c (size before relaxing) + .literal.vQueueDelete + 0x0000000040080938 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(queue.o) + 0x18 (size before relaxing) + .literal.vQueueWaitForMessageRestricted + 0x000000004008093c 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(queue.o) + 0xc (size before relaxing) + .literal.prvResetNextTaskUnblockTime + 0x000000004008093c 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + .literal.prvDeleteTLS + 0x0000000040080944 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + 0x18 (size before relaxing) + .literal.prvInitialiseNewTask + 0x0000000040080954 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + 0x18 (size before relaxing) + .literal.prvInitialiseTaskLists + 0x0000000040080954 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + 0x40 (size before relaxing) + .literal.prvDeleteTCB + 0x0000000040080974 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + 0x2c (size before relaxing) + .literal.prvAddCurrentTaskToDelayedList + 0x0000000040080980 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + 0x1c (size before relaxing) + .literal.taskYIELD_OTHER_CORE + 0x0000000040080984 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + 0x10 (size before relaxing) + .literal.vTaskSuspendAll + 0x0000000040080984 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + 0x8 (size before relaxing) + .literal.xTaskGetIdleTaskHandleForCPU + 0x0000000040080988 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + 0x1c (size before relaxing) + .literal.vTaskSwitchContext + 0x0000000040080994 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + 0x3c (size before relaxing) + .literal.vTaskSetTimeOutState + 0x00000000400809ac 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + 0x20 (size before relaxing) + .literal.xTaskGetCurrentTaskHandle + 0x00000000400809b8 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + 0x8 (size before relaxing) + .literal.__getreent + 0x00000000400809b8 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + 0x8 (size before relaxing) + .literal.pcTaskGetTaskName + 0x00000000400809b8 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + 0x1c (size before relaxing) + .literal.pvTaskGetThreadLocalStoragePointer + 0x00000000400809c0 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + 0x4 (size before relaxing) + .literal.xTaskGetAffinity + 0x00000000400809c0 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + 0x4 (size before relaxing) + .literal.xTaskGetCurrentTaskHandleForCPU + 0x00000000400809c0 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + 0x4 (size before relaxing) + .literal.xTaskGetSchedulerState + 0x00000000400809c0 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + 0xc (size before relaxing) + .literal.vTaskEnterCritical + 0x00000000400809c4 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + 0x34 (size before relaxing) + .literal.vTaskExitCritical + 0x00000000400809d8 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + 0x30 (size before relaxing) + .literal.prvAddNewTaskToReadyList + 0x00000000400809e8 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + 0x58 (size before relaxing) + .literal.xTaskCreatePinnedToCore + 0x00000000400809f8 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + 0x18 (size before relaxing) + .literal.vTaskStartScheduler + 0x00000000400809f8 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + 0x38 (size before relaxing) + .literal.vTaskDelete + 0x0000000040080a08 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + 0x60 (size before relaxing) + .literal.vTaskDelay + 0x0000000040080a10 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + 0x38 (size before relaxing) + .literal.prvCheckTasksWaitingTermination + 0x0000000040080a14 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + 0x30 (size before relaxing) + .literal.prvIdleTask + 0x0000000040080a1c 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + 0x8 (size before relaxing) + .literal.xTaskGetTickCount + 0x0000000040080a20 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + 0x10 (size before relaxing) + .literal.xTaskIncrementTick + 0x0000000040080a24 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + 0x78 (size before relaxing) + .literal.xTaskResumeAll + 0x0000000040080a30 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + 0x5c (size before relaxing) + .literal.vTaskPlaceOnEventList + 0x0000000040080a38 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + 0x40 (size before relaxing) + .literal.vTaskPlaceOnEventListRestricted + 0x0000000040080a40 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + 0x38 (size before relaxing) + .literal.xTaskRemoveFromEventList + 0x0000000040080a48 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + 0x58 (size before relaxing) + .literal.xTaskRemoveFromUnorderedEventList + 0x0000000040080a50 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + 0x5c (size before relaxing) + .literal.xTaskCheckForTimeOut + 0x0000000040080a60 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + 0x3c (size before relaxing) + .literal.vTaskSetThreadLocalStoragePointerAndDelCallback + 0x0000000040080a6c 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + 0x10 (size before relaxing) + .literal.vTaskPriorityInherit + 0x0000000040080a6c 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + 0x2c (size before relaxing) + .literal.xTaskPriorityDisinherit + 0x0000000040080a6c 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + 0x40 (size before relaxing) + .literal.pvTaskIncrementMutexHeldCount + 0x0000000040080a74 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + 0x10 (size before relaxing) + .literal.prvGetNextExpireTime + 0x0000000040080a74 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(timers.o) + .literal.prvInsertTimerInActiveList + 0x0000000040080a78 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(timers.o) + 0x10 (size before relaxing) + .literal.prvCheckForValidListAndQueue + 0x0000000040080a7c 0x1c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(timers.o) + 0x44 (size before relaxing) + .literal.xTimerCreateTimerTask + 0x0000000040080a98 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(timers.o) + 0x2c (size before relaxing) + .literal.xTimerGenericCommand + 0x0000000040080aa8 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(timers.o) + 0x14 (size before relaxing) + .literal.prvSwitchTimerLists + 0x0000000040080aa8 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(timers.o) + 0x28 (size before relaxing) + .literal.prvSampleTimeNow + 0x0000000040080aac 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(timers.o) + 0xc (size before relaxing) + .literal.prvProcessExpiredTimer + 0x0000000040080ab0 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(timers.o) + 0x24 (size before relaxing) + .literal.prvProcessTimerOrBlockTask + 0x0000000040080ab4 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(timers.o) + 0x24 (size before relaxing) + .literal.prvProcessReceivedCommands + 0x0000000040080ab4 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(timers.o) + 0x40 (size before relaxing) + .literal.prvTimerTask + 0x0000000040080abc 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(timers.o) + 0xc (size before relaxing) + .literal._xt_tick_divisor_init + 0x0000000040080abc 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(xtensa_init.o) + 0xc (size before relaxing) + .literal.xt_unhandled_interrupt + 0x0000000040080ac4 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(xtensa_intr.o) + 0x8 (size before relaxing) + .literal.xt_set_interrupt_handler + 0x0000000040080ac8 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(xtensa_intr.o) + 0xc (size before relaxing) + .literal 0x0000000040080ad0 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(portasm.o) + 0x54 (size before relaxing) + .literal 0x0000000040080adc 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(xtensa_context.o) + 0x10 (size before relaxing) + .literal.xEventGroupCreate + 0x0000000040080adc 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(event_groups.o) + 0xc (size before relaxing) + .literal.xEventGroupClearBits + 0x0000000040080adc 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(event_groups.o) + 0x28 (size before relaxing) + .literal.xEventGroupSetBits + 0x0000000040080aec 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(event_groups.o) + 0x3c (size before relaxing) + .literal.get_prev_free_block + 0x0000000040080af8 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/heap/libheap.a(multi_heap.o) + 0x28 (size before relaxing) + .literal.split_if_necessary + 0x0000000040080b08 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/heap/libheap.a(multi_heap.o) + 0x38 (size before relaxing) + .literal.assert_valid_block + 0x0000000040080b10 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/heap/libheap.a(multi_heap.o) + 0x2c (size before relaxing) + .literal.merge_adjacent + 0x0000000040080b18 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/heap/libheap.a(multi_heap.o) + 0x4c (size before relaxing) + .literal.multi_heap_get_allocated_size_impl + 0x0000000040080b20 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/heap/libheap.a(multi_heap.o) + 0x10 (size before relaxing) + .literal.multi_heap_malloc_impl + 0x0000000040080b20 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/heap/libheap.a(multi_heap.o) + 0x28 (size before relaxing) + .literal.multi_heap_free_impl + 0x0000000040080b20 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/heap/libheap.a(multi_heap.o) + 0x50 (size before relaxing) + .literal.multi_heap_realloc_impl + 0x0000000040080b20 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/heap/libheap.a(multi_heap.o) + 0x68 (size before relaxing) + .literal.panicPutChar + 0x0000000040080b28 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(panic.o) + .literal.panicPutStr + 0x0000000040080b30 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(panic.o) + 0x4 (size before relaxing) + .literal.panicPutHex + 0x0000000040080b30 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(panic.o) + 0x8 (size before relaxing) + .literal.panicPutDec + 0x0000000040080b30 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(panic.o) + 0x10 (size before relaxing) + .literal.reconfigureAllWdts + 0x0000000040080b34 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(panic.o) + 0x24 (size before relaxing) + .literal.putEntry + 0x0000000040080b40 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(panic.o) + 0x20 (size before relaxing) + .literal.doBacktrace + 0x0000000040080b50 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(panic.o) + 0x24 (size before relaxing) + .literal.invoke_abort + 0x0000000040080b60 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(panic.o) + 0x8 (size before relaxing) + .literal.haltOtherCore + 0x0000000040080b64 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(panic.o) + 0x4 (size before relaxing) + .literal.esp_panic_wdt_start + 0x0000000040080b64 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(panic.o) + 0x2c (size before relaxing) + .literal.commonErrorHandler_dump + 0x0000000040080b78 0x30 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(panic.o) + 0x90 (size before relaxing) + .literal.esp_panic_dig_reset + 0x0000000040080ba8 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(panic.o) + 0x14 (size before relaxing) + .literal.abort + 0x0000000040080ba8 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(panic.o) + 0x10 (size before relaxing) + .literal.vApplicationStackOverflowHook + 0x0000000040080bb0 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(panic.o) + 0x18 (size before relaxing) + .literal.esp_panic_wdt_stop + 0x0000000040080bb8 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(panic.o) + 0x18 (size before relaxing) + .literal.commonErrorHandler + 0x0000000040080bb8 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(panic.o) + 0x28 (size before relaxing) + .literal.panicHandler + 0x0000000040080bbc 0x34 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(panic.o) + 0xa4 (size before relaxing) + .literal.xt_unhandled_exception + 0x0000000040080bf0 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(panic.o) + 0x60 (size before relaxing) + .literal._esp_error_check_failed + 0x0000000040080c04 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(panic.o) + 0x1c (size before relaxing) + .literal.rtc_clk_32k_enable_internal + 0x0000000040080c10 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_clk.o) + .literal.rtc_clk_32k_enable + 0x0000000040080c24 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_clk.o) + 0xc (size before relaxing) + .literal.rtc_clk_slow_freq_set + 0x0000000040080c28 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_clk.o) + 0xc (size before relaxing) + .literal.rtc_clk_slow_freq_get + 0x0000000040080c2c 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_clk.o) + 0x4 (size before relaxing) + .literal.rtc_clk_slow_freq_get_hz + 0x0000000040080c2c 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_clk.o) + 0x10 (size before relaxing) + .literal.rtc_clk_fast_freq_set + 0x0000000040080c38 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_clk.o) + 0xc (size before relaxing) + .literal.rtc_clk_bbpll_set + 0x0000000040080c3c 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_clk.o) + 0x38 (size before relaxing) + .literal.rtc_clk_xtal_freq_get + 0x0000000040080c48 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_clk.o) + 0x1c (size before relaxing) + .literal.rtc_clk_cpu_freq_get + 0x0000000040080c54 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_clk.o) + 0x30 (size before relaxing) + .literal.rtc_clk_cpu_freq_value + 0x0000000040080c68 0x1c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_clk.o) + 0x2c (size before relaxing) + .literal.rtc_clk_apb_freq_update + 0x0000000040080c84 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_clk.o) + 0x8 (size before relaxing) + .literal.rtc_clk_cpu_freq_set + 0x0000000040080c88 0x1c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_clk.o) + 0x98 (size before relaxing) + .literal.rtc_clk_apb_freq_get + 0x0000000040080ca4 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_clk.o) + 0x14 (size before relaxing) + .literal.rtc_init + 0x0000000040080cac 0x80 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_init.o) + 0x100 (size before relaxing) + .literal.rtc_clk_cal_internal + 0x0000000040080d2c 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_time.o) + 0x3c (size before relaxing) + .literal.rtc_clk_cal + 0x0000000040080d3c 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_time.o) + 0xc (size before relaxing) + .literal.rtc_time_get + 0x0000000040080d3c 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_time.o) + 0x18 (size before relaxing) + .literal.rtc_clk_wait_for_slow_cycle + 0x0000000040080d4c 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_time.o) + 0x20 (size before relaxing) + .literal 0x0000000040080d54 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/libhal.a(windowspill_asm.o) + 0x4 (size before relaxing) + .literal.esp_rom_spiflash_read_status + 0x0000000040080d54 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(spi_flash_rom_patch.o) + 0x14 (size before relaxing) + .literal.esp_rom_spiflash_wait_idle + 0x0000000040080d64 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(spi_flash_rom_patch.o) + 0xc (size before relaxing) + .literal.esp_rom_spiflash_erase_block_internal + 0x0000000040080d6c 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(spi_flash_rom_patch.o) + 0x18 (size before relaxing) + .literal.esp_rom_spiflash_erase_sector_internal + 0x0000000040080d70 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(spi_flash_rom_patch.o) + 0x18 (size before relaxing) + .literal.esp_rom_spiflash_read_data + 0x0000000040080d70 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(spi_flash_rom_patch.o) + 0x34 (size before relaxing) + .literal.esp_rom_spiflash_enable_write + 0x0000000040080d88 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(spi_flash_rom_patch.o) + 0x10 (size before relaxing) + .literal.esp_rom_spiflash_program_page_internal + 0x0000000040080d88 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(spi_flash_rom_patch.o) + 0x40 (size before relaxing) + .literal.esp_rom_spiflash_read_statushigh + 0x0000000040080d94 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(spi_flash_rom_patch.o) + 0xc (size before relaxing) + .literal.esp_rom_spiflash_write_status + 0x0000000040080d98 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(spi_flash_rom_patch.o) + 0x14 (size before relaxing) + .literal.esp_rom_spiflash_unlock + 0x0000000040080d9c 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(spi_flash_rom_patch.o) + 0x28 (size before relaxing) + .literal.esp_rom_spiflash_erase_block + 0x0000000040080da4 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(spi_flash_rom_patch.o) + 0x20 (size before relaxing) + .literal.esp_rom_spiflash_erase_sector + 0x0000000040080db0 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(spi_flash_rom_patch.o) + 0x20 (size before relaxing) + .literal.esp_rom_spiflash_write + 0x0000000040080db0 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(spi_flash_rom_patch.o) + 0x28 (size before relaxing) + .literal.esp_rom_spiflash_write_encrypted + 0x0000000040080db0 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(spi_flash_rom_patch.o) + 0x10 (size before relaxing) + .literal.esp_rom_spiflash_read + 0x0000000040080dbc 0x30 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(spi_flash_rom_patch.o) + 0x5c (size before relaxing) + .literal 0x0000000040080dec 0x10 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libm.a(lib_a-s_fpclassify.o) + 0x18 (size before relaxing) + .iram1 0x0000000040080dfc 0x2fc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(cpu_start.o) + 0x35e (size before relaxing) + 0x0000000040080dfc start_cpu0_default + 0x0000000040080dfc start_cpu0 + 0x0000000040080f10 start_cpu1_default + 0x0000000040080f10 start_cpu1 + 0x0000000040080fa0 call_start_cpu0 + *fill* 0x00000000400810f8 0x0 + .iram1 0x00000000400810f8 0xb4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(crosscore_int.o) + 0xc0 (size before relaxing) + 0x0000000040081194 esp_crosscore_int_send_yield + 0x00000000400811a0 esp_crosscore_int_send_freq_switch + .iram1 0x00000000400811ac 0x19b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(dport_access.o) + 0x1a3 (size before relaxing) + 0x00000000400811ac esp_dport_access_stall_other_cpu_start + 0x000000004008125c esp_dport_access_stall_other_cpu_end + 0x00000000400812dc esp_dport_access_stall_other_cpu_start_wrap + 0x00000000400812e4 esp_dport_access_stall_other_cpu_end_wrap + 0x00000000400812ec esp_dport_access_int_pause + 0x0000000040081310 esp_dport_access_int_abort + 0x0000000040081324 esp_dport_access_int_resume + *fill* 0x0000000040081347 0x1 + .iram1 0x0000000040081348 0x1f7 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(esp_timer.o) + 0x213 (size before relaxing) + 0x0000000040081478 esp_timer_stop + 0x000000004008149c esp_timer_get_time + 0x00000000400814ac esp_timer_start_once + 0x00000000400814f0 esp_timer_start_periodic + *fill* 0x000000004008153f 0x1 + .iram1 0x0000000040081540 0x447 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(esp_timer_esp32.o) + 0x453 (size before relaxing) + 0x00000000400815f4 esp_timer_impl_get_time + 0x0000000040081724 esp_timer_impl_set_alarm + 0x00000000400818c4 esp_timer_impl_update_apb_freq + 0x000000004008197c esp_timer_impl_get_min_period_us + *fill* 0x0000000040081987 0x1 + .iram1 0x0000000040081988 0x53 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(int_wdt.o) + *fill* 0x00000000400819db 0x1 + .iram1 0x00000000400819dc 0x2ba /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(intr_alloc.o) + 0x2ce (size before relaxing) + 0x0000000040081a18 esp_intr_set_in_iram + 0x0000000040081aa0 esp_intr_enable + 0x0000000040081b28 esp_intr_disable + 0x0000000040081bf4 esp_intr_noniram_disable + 0x0000000040081c40 esp_intr_noniram_enable + 0x0000000040081c80 ets_isr_unmask + 0x0000000040081c8c ets_isr_mask + *fill* 0x0000000040081c96 0x2 + .iram1 0x0000000040081c98 0x7f /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(ipc.o) + 0x8b (size before relaxing) + *fill* 0x0000000040081d17 0x1 + .iram1 0x0000000040081d18 0x1f1 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(system_api.o) + 0x22c (size before relaxing) + 0x0000000040081d94 esp_restart_noos + 0x0000000040081ee8 system_restart + 0x0000000040081ee8 esp_restart + *fill* 0x0000000040081f09 0x3 + .iram1 0x0000000040081f0c 0xda /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(dport_panic_highint_hdl.o) + 0x0000000040081f0c xt_highint4 + 0x0000000040081fe6 ld_include_panic_highint_hdl + *fill* 0x0000000040081fe6 0x2 + .iram1 0x0000000040081fe8 0x3a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(cache_err_int.o) + 0x4a (size before relaxing) + 0x0000000040081fe8 esp_cache_err_get_cpuid + *fill* 0x0000000040082022 0x2 + .iram1 0x0000000040082024 0x37 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(clk.o) + 0x0000000040082024 esp_clk_cpu_freq + 0x0000000040082034 esp_clk_apb_freq + 0x000000004008204c ets_update_cpu_frequency + *fill* 0x000000004008205b 0x1 + .iram1 0x000000004008205c 0x27 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(freertos_hooks.o) + 0x000000004008205c esp_vApplicationTickHook + *fill* 0x0000000040082083 0x1 + .iram1 0x0000000040082084 0x1a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(port.o) + 0x0000000040082084 xPortInterruptedFromISRContext + *fill* 0x000000004008209e 0x2 + .iram1 0x00000000400820a0 0x4b4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(xtensa_vectors.o) + 0x00000000400820a0 _xt_panic + 0x00000000400821b8 _xt_user_exit + 0x00000000400824a4 _xt_medint2_exit + 0x0000000040082540 _xt_medint3_exit + .iram1 0x0000000040082554 0x3ed /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/heap/libheap.a(heap_caps.o) + 0x3f5 (size before relaxing) + 0x00000000400825f0 heap_caps_malloc + 0x000000004008268c heap_caps_malloc_default + 0x00000000400826d0 heap_caps_malloc_prefer + 0x0000000040082728 heap_caps_free + 0x0000000040082760 heap_caps_realloc + 0x0000000040082810 heap_caps_realloc_default + 0x0000000040082868 heap_caps_realloc_prefer + 0x00000000400828cc heap_caps_calloc + 0x00000000400828ec heap_caps_calloc_prefer + *fill* 0x0000000040082941 0x3 + .iram1 0x0000000040082944 0x18e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/log/liblog.a(log.o) + 0x19a (size before relaxing) + 0x0000000040082944 esp_log_write + 0x0000000040082a78 esp_log_early_timestamp + 0x0000000040082a94 esp_log_timestamp + *fill* 0x0000000040082ad2 0x2 + .iram1 0x0000000040082ad4 0x1cc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/newlib/libnewlib.a(locks.o) + 0x210 (size before relaxing) + 0x0000000040082bec _lock_init + 0x0000000040082bfc _lock_init_recursive + 0x0000000040082c0c _lock_close + 0x0000000040082c48 _lock_acquire + 0x0000000040082c58 _lock_acquire_recursive + 0x0000000040082c68 _lock_try_acquire + 0x0000000040082c78 _lock_try_acquire_recursive + 0x0000000040082c88 _lock_release + 0x0000000040082c94 _lock_release_recursive + .iram1 0x0000000040082ca0 0x3c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/newlib/libnewlib.a(reent_init.o) + 0x0000000040082ca0 esp_reent_init + .iram1 0x0000000040082cdc 0x4a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/newlib/libnewlib.a(syscalls.o) + 0x52 (size before relaxing) + 0x0000000040082cdc _malloc_r + 0x0000000040082ce8 _free_r + 0x0000000040082cf4 _realloc_r + 0x0000000040082d08 _calloc_r + *fill* 0x0000000040082d26 0x2 + .iram1 0x0000000040082d28 0x74 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/newlib/libnewlib.a(time.o) + 0x0000000040082d28 _gettimeofday_r + 0x0000000040082d74 _times_r + .iram1 0x0000000040082d9c 0xae /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/pthread/libpthread.a(pthread.o) + 0xb2 (size before relaxing) + 0x0000000040082dd4 pthread_mutex_lock + 0x0000000040082df8 pthread_mutex_trylock + 0x0000000040082e1c pthread_mutex_unlock + *fill* 0x0000000040082e4a 0x2 + .iram1 0x0000000040082e4c 0x11a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(cpu_util.o) + 0x0000000040082e4c esp_cpu_stall + 0x0000000040082ee0 esp_cpu_unstall + 0x0000000040082f34 esp_cpu_reset + 0x0000000040082f58 esp_cpu_in_ocd_debug_mode + *fill* 0x0000000040082f66 0x2 + .iram1 0x0000000040082f68 0x34c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(cache_utils.o) + 0x39c (size before relaxing) + 0x0000000040082fe4 spi_flash_op_block_func + 0x00000000400830bc spi_flash_disable_interrupts_caches_and_other_cpu + 0x0000000040083198 spi_flash_enable_interrupts_caches_and_other_cpu + 0x0000000040083238 spi_flash_disable_interrupts_caches_and_other_cpu_no_os + 0x0000000040083264 spi_flash_enable_interrupts_caches_no_os + 0x0000000040083280 spi_flash_cache_enabled + .iram1 0x00000000400832b4 0x72a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(flash_ops.o) + 0x74a (size before relaxing) + 0x0000000040083324 spi_flash_guard_set + 0x0000000040083330 spi_flash_guard_get + 0x000000004008333c spi_flash_get_chip_size + 0x0000000040083348 spi_flash_erase_range + 0x0000000040083400 spi_flash_erase_sector + 0x0000000040083428 spi_flash_write + 0x00000000400835f4 spi_flash_read + 0x000000004008388c spi_flash_read_encrypted + 0x00000000400838d4 spi_flash_write_encrypted + *fill* 0x00000000400839de 0x2 + .iram1 0x00000000400839e0 0x480 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(flash_mmap.o) + 0x4b0 (size before relaxing) + 0x0000000040083ae4 spi_flash_mmap_pages + 0x0000000040083d00 spi_flash_mmap + 0x0000000040083d6c spi_flash_munmap + 0x0000000040083e18 spi_flash_mark_modified_region + .iram1 0x0000000040083e60 0x1b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_misc.o) + 0x0000000040083e64 ieee80211_sta_is_connected + *fill* 0x0000000040083e7b 0x1 + .iram1 0x0000000040083e7c 0x8c2 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_output.o) + 0x95e (size before relaxing) + 0x0000000040083ed0 ieee80211_output_process + *fill* 0x000000004008473e 0x2 + .iram1 0x0000000040084740 0x1e /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_chm.o) + 0x0000000040084744 chm_is_at_home_channel + *fill* 0x000000004008475e 0x2 + .iram1 0x0000000040084760 0x8b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_cnx.o) + 0x9f (size before relaxing) + 0x0000000040084770 cnx_node_search + *fill* 0x00000000400847eb 0x1 + .iram1 0x00000000400847ec 0x6d4 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(lmac.o) + 0x7f0 (size before relaxing) + 0x000000004008489c GetAccess + 0x00000000400848b4 lmacRecycleMPDU + 0x0000000040084970 lmacProcessCollisions + 0x0000000040084980 lmacProcessAllTxTimeout + 0x0000000040084990 lmacPostTxComplete + 0x00000000400849a0 lmacProcessRxSucData + 0x00000000400849b8 lmacMSDUAged + 0x0000000040084a04 lmacTxFrame + 0x0000000040084ea4 is_lmac_idle + .iram1 0x0000000040084ec0 0x19bf /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + 0x1cdb (size before relaxing) + 0x0000000040084ec0 ets_int_lock + 0x0000000040084ecc ets_int_unlock + 0x0000000040084ed8 ets_int_lock_isr + 0x0000000040084ee4 ets_int_unlock_isr + 0x0000000040084ef0 ppTxProtoProc + 0x0000000040084f8c ppSearchTxQueue + 0x0000000040085140 pp_post + 0x0000000040085310 ppSearchTxframe + 0x0000000040085440 ppMapTxQueue + 0x00000000400855e0 ppProcTxSecFrame + 0x0000000040085714 ppCalFrameTimes + 0x000000004008579c ppCalTxAMPDULength + 0x0000000040085d58 ppProcessTxQ + 0x0000000040085f4c ppProcessAllTxQ + 0x0000000040085f90 ppResortTxAMPDU + 0x00000000400864e4 ppTask + 0x00000000400866b4 ppTxPkt + *fill* 0x000000004008687f 0x1 + .iram1 0x0000000040086880 0xcfb /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(trc.o) + 0xda7 (size before relaxing) + 0x0000000040086884 rcUpdateTxDone + 0x000000004008696c rcUpdateTxDoneAmpdu2 + 0x0000000040087138 rcGetSched + 0x0000000040087550 trc_isTxAmpduOperational + 0x0000000040087564 trc_tid_isTxAmpduOperational + *fill* 0x000000004008757b 0x1 + .iram1 0x000000004008757c 0x3ea /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(wdev.o) + 0x46a (size before relaxing) + 0x0000000040087580 wdev_push_promis_misc_buf + 0x0000000040087610 wDev_ProcessTxop + 0x00000000400876bc wDev_ProcessFiq + *fill* 0x0000000040087966 0x2 + .iram1 0x0000000040087968 0xbc /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libcoexist.a(coexist.o) + 0xe4 (size before relaxing) + 0x000000004008796c coexist_get_enable + 0x000000004008798c coex_wifi_force_request + .iram1 0x0000000040087a24 0x546 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_ana.o) + 0x622 (size before relaxing) + 0x0000000040087aec ram_chip_i2c_readReg + 0x0000000040087b8c ram_chip_i2c_writeReg + 0x0000000040087bf4 pll_correct_dcap + 0x0000000040087cd8 phy_unforce_wifi_chan + 0x0000000040087d44 phy_dis_hw_set_freq + 0x0000000040087d80 phy_force_wifi_chan + 0x0000000040087e18 phy_en_hw_set_freq + 0x0000000040087e38 wifi_track_pll_cap + 0x0000000040087ed4 bt_track_tx_power + 0x0000000040087eec bt_track_pll_cap + *fill* 0x0000000040087f6a 0x2 + .iram1 0x0000000040087f6c 0x39a /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + 0x3b2 (size before relaxing) + 0x0000000040087f84 ram_write_gain_mem + 0x0000000040088000 wr_bt_tx_atten + 0x00000000400880a8 set_tx_gain_table + 0x0000000040088184 set_most_pwr_reg + *fill* 0x0000000040088306 0x2 + .iram1 0x0000000040088308 0x904 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_cal.o) + 0x97c (size before relaxing) + 0x0000000040088314 get_target_power_offset + 0x00000000400883bc ram_txbbgain_to_index + 0x00000000400883f4 ram_set_chan_cal_interp + 0x0000000040088478 ram_tx_atten_set_interp + 0x0000000040088594 write_txrate_power_offset + 0x0000000040088638 get_phy_target_power + 0x00000000400886cc tx_pwctrl_cal + 0x0000000040088a64 ram_read_sar_dout + 0x0000000040088a98 phy_pwdet_onetime_en + 0x0000000040088aec tx_pwctrl_background + .iram1 0x0000000040088c0c 0xf0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(ets_timer_legacy.o) + 0x108 (size before relaxing) + 0x0000000040088c20 ets_timer_arm_us + 0x0000000040088c20 os_timer_arm_us + 0x0000000040088c80 os_timer_arm + 0x0000000040088c80 ets_timer_arm + 0x0000000040088ce8 ets_timer_disarm + 0x0000000040088ce8 os_timer_disarm + .iram1 0x0000000040088cfc 0x42 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(hw_random.o) + 0x46 (size before relaxing) + 0x0000000040088cfc esp_random + *fill* 0x0000000040088d3e 0x2 + .iram1 0x0000000040088d40 0x16 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(phy_init.o) + 0x0000000040088d40 phy_enter_critical + 0x0000000040088d48 phy_exit_critical + *fill* 0x0000000040088d56 0x2 + .iram1 0x0000000040088d58 0x35 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(wifi_internal.o) + 0x0000000040088d58 wifi_malloc + 0x0000000040088d68 wifi_realloc + 0x0000000040088d7c wifi_calloc + *fill* 0x0000000040088d8d 0x0 + *fill* 0x0000000040088d8d 0x0 + *fill* 0x0000000040088d8d 0x0 + *fill* 0x0000000040088d8d 0x0 + *fill* 0x0000000040088d8d 0x0 + *fill* 0x0000000040088d8d 0x0 + *fill* 0x0000000040088d8d 0x0 + *fill* 0x0000000040088d8d 0x0 + *fill* 0x0000000040088d8d 0x0 + *fill* 0x0000000040088d8d 0x0 + *fill* 0x0000000040088d8d 0x0 + *fill* 0x0000000040088d8d 0x3 + .iram1 0x0000000040088d90 0x2e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(xtensa_vector_defaults.o) + 0x0000000040088d90 xt_debugexception + 0x0000000040088db0 xt_highint5 + 0x0000000040088db8 xt_nmi + 0x0000000040088db8 _xt_nmi + *fill* 0x0000000040088dbe 0x0 + *fill* 0x0000000040088dbe 0x0 + *fill* 0x0000000040088dbe 0x0 + *fill* 0x0000000040088dbe 0x0 + *fill* 0x0000000040088dbe 0x0 + *fill* 0x0000000040088dbe 0x0 + *fill* 0x0000000040088dbe 0x0 + *fill* 0x0000000040088dbe 0x0 + *fill* 0x0000000040088dbe 0x0 + *fill* 0x0000000040088dbe 0x0 + *fill* 0x0000000040088dbe 0x0 + *fill* 0x0000000040088dbe 0x0 + *fill* 0x0000000040088dbe 0x0 + *fill* 0x0000000040088dbe 0x0 + *fill* 0x0000000040088dbe 0x0 + *fill* 0x0000000040088dbe 0x0 + *fill* 0x0000000040088dbe 0x0 + *fill* 0x0000000040088dbe 0x0 + *libfreertos.a:(.literal .text .literal.* .text.*) + *fill* 0x0000000040088dbe 0x2 + .text.pxPortInitialiseStack + 0x0000000040088dc0 0x50 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(port.o) + 0x0000000040088dc0 pxPortInitialiseStack + .text.xPortStartScheduler + 0x0000000040088e10 0x22 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(port.o) + 0x2e (size before relaxing) + 0x0000000040088e10 xPortStartScheduler + *fill* 0x0000000040088e32 0x2 + .text.xPortSysTickHandler + 0x0000000040088e34 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(port.o) + 0x16 (size before relaxing) + 0x0000000040088e34 xPortSysTickHandler + *fill* 0x0000000040088e44 0x0 + .text.vPortYieldOtherCore + 0x0000000040088e44 0xa /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(port.o) + 0xe (size before relaxing) + 0x0000000040088e44 vPortYieldOtherCore + *fill* 0x0000000040088e4e 0x2 + .text.vPortReleaseTaskMPUSettings + 0x0000000040088e50 0xa /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(port.o) + 0xe (size before relaxing) + 0x0000000040088e50 vPortReleaseTaskMPUSettings + *fill* 0x0000000040088e5a 0x2 + .text.xPortInIsrContext + 0x0000000040088e5c 0x26 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(port.o) + 0x0000000040088e5c xPortInIsrContext + *fill* 0x0000000040088e82 0x2 + .text.vPortCPUInitializeMutex + 0x0000000040088e84 0xe /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(port.o) + 0x0000000040088e84 vPortCPUInitializeMutex + *fill* 0x0000000040088e92 0x2 + .text.vPortCPUAcquireMutex + 0x0000000040088e94 0x88 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(port.o) + 0x0000000040088e94 vPortCPUAcquireMutex + .text.vPortCPUReleaseMutex + 0x0000000040088f1c 0x61 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(port.o) + 0x0000000040088f1c vPortCPUReleaseMutex + *fill* 0x0000000040088f7d 0x3 + .text.prvIsQueueFull + 0x0000000040088f80 0x2a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(queue.o) + *fill* 0x0000000040088faa 0x2 + .text.prvCopyDataToQueue + 0x0000000040088fac 0x9e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(queue.o) + *fill* 0x000000004008904a 0x2 + .text.prvNotifyQueueSetContainer + 0x000000004008904c 0x6a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(queue.o) + 0x76 (size before relaxing) + *fill* 0x00000000400890b6 0x2 + .text.prvCopyDataFromQueue + 0x00000000400890b8 0x24 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(queue.o) + .text.xQueueGenericReset + 0x00000000400890dc 0x86 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(queue.o) + 0x96 (size before relaxing) + 0x00000000400890dc xQueueGenericReset + *fill* 0x0000000040089162 0x2 + .text.prvInitialiseNewQueue + 0x0000000040089164 0x1f /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(queue.o) + 0x23 (size before relaxing) + *fill* 0x0000000040089183 0x1 + .text.xQueueGenericCreate + 0x0000000040089184 0x49 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(queue.o) + 0x4d (size before relaxing) + 0x0000000040089184 xQueueGenericCreate + *fill* 0x00000000400891cd 0x3 + .text.xQueueGetMutexHolder + 0x00000000400891d0 0x23 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(queue.o) + 0x00000000400891d0 xQueueGetMutexHolder + *fill* 0x00000000400891f3 0x1 + .text.xQueueCreateCountingSemaphore + 0x00000000400891f4 0x66 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(queue.o) + 0x6a (size before relaxing) + 0x00000000400891f4 xQueueCreateCountingSemaphore + *fill* 0x000000004008925a 0x2 + .text.xQueueGenericSend + 0x000000004008925c 0x158 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(queue.o) + 0x18c (size before relaxing) + 0x000000004008925c xQueueGenericSend + .text.prvInitialiseMutex + 0x00000000400893b4 0x22 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(queue.o) + 0x26 (size before relaxing) + *fill* 0x00000000400893d6 0x2 + .text.xQueueCreateMutex + 0x00000000400893d8 0x16 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(queue.o) + 0x1a (size before relaxing) + 0x00000000400893d8 xQueueCreateMutex + *fill* 0x00000000400893ee 0x2 + .text.xQueueGiveMutexRecursive + 0x00000000400893f0 0x48 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(queue.o) + 0x4c (size before relaxing) + 0x00000000400893f0 xQueueGiveMutexRecursive + .text.xQueueGenericSendFromISR + 0x0000000040089438 0xd6 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(queue.o) + 0xe6 (size before relaxing) + 0x0000000040089438 xQueueGenericSendFromISR + *fill* 0x000000004008950e 0x2 + .text.xQueueGiveFromISR + 0x0000000040089510 0xb6 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(queue.o) + 0xc2 (size before relaxing) + 0x0000000040089510 xQueueGiveFromISR + *fill* 0x00000000400895c6 0x2 + .text.xQueueGenericReceive + 0x00000000400895c8 0x144 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(queue.o) + 0x178 (size before relaxing) + 0x00000000400895c8 xQueueGenericReceive + .text.xQueueTakeMutexRecursive + 0x000000004008970c 0x51 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(queue.o) + 0x000000004008970c xQueueTakeMutexRecursive + *fill* 0x000000004008975d 0x3 + .text.xQueueReceiveFromISR + 0x0000000040089760 0x96 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(queue.o) + 0xa6 (size before relaxing) + 0x0000000040089760 xQueueReceiveFromISR + *fill* 0x00000000400897f6 0x2 + .text.uxQueueMessagesWaiting + 0x00000000400897f8 0x30 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(queue.o) + 0x38 (size before relaxing) + 0x00000000400897f8 uxQueueMessagesWaiting + .text.vQueueDelete + 0x0000000040089828 0x28 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(queue.o) + 0x0000000040089828 vQueueDelete + .text.vQueueWaitForMessageRestricted + 0x0000000040089850 0x23 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(queue.o) + 0x2a (size before relaxing) + 0x0000000040089850 vQueueWaitForMessageRestricted + *fill* 0x0000000040089873 0x1 + .text.prvResetNextTaskUnblockTime + 0x0000000040089874 0x34 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + .text.prvDeleteTLS + 0x00000000400898a8 0x40 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + .text.prvInitialiseNewTask + 0x00000000400898e8 0xc4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + 0xd0 (size before relaxing) + .text.prvInitialiseTaskLists + 0x00000000400899ac 0x5a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + 0x6e (size before relaxing) + *fill* 0x0000000040089a06 0x2 + .text.prvDeleteTCB + 0x0000000040089a08 0x5a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + 0x5d (size before relaxing) + *fill* 0x0000000040089a62 0x2 + .text.prvAddCurrentTaskToDelayedList + 0x0000000040089a64 0x66 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + 0x6a (size before relaxing) + *fill* 0x0000000040089aca 0x2 + .text.taskYIELD_OTHER_CORE + 0x0000000040089acc 0x53 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + 0x0000000040089acc taskYIELD_OTHER_CORE + *fill* 0x0000000040089b1f 0x1 + .text.vTaskSuspendAll + 0x0000000040089b20 0x26 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + 0x0000000040089b20 vTaskSuspendAll + *fill* 0x0000000040089b46 0x2 + .text.xTaskGetIdleTaskHandleForCPU + 0x0000000040089b48 0x2a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + 0x2e (size before relaxing) + 0x0000000040089b48 xTaskGetIdleTaskHandleForCPU + *fill* 0x0000000040089b72 0x2 + .text.vTaskSwitchContext + 0x0000000040089b74 0x27e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + 0x28a (size before relaxing) + 0x0000000040089b74 vTaskSwitchContext + *fill* 0x0000000040089df2 0x2 + .text.vTaskSetTimeOutState + 0x0000000040089df4 0x34 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + 0x0000000040089df4 vTaskSetTimeOutState + .text.xTaskGetCurrentTaskHandle + 0x0000000040089e28 0x1f /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + 0x0000000040089e28 xTaskGetCurrentTaskHandle + *fill* 0x0000000040089e47 0x1 + .text.__getreent + 0x0000000040089e48 0x19 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + 0x0000000040089e48 __getreent + *fill* 0x0000000040089e61 0x3 + .text.pcTaskGetTaskName + 0x0000000040089e64 0x2a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + 0x2d (size before relaxing) + 0x0000000040089e64 pcTaskGetTaskName + *fill* 0x0000000040089e8e 0x2 + .text.pvTaskGetThreadLocalStoragePointer + 0x0000000040089e90 0x1e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + 0x0000000040089e90 pvTaskGetThreadLocalStoragePointer + *fill* 0x0000000040089eae 0x2 + .text.xTaskGetAffinity + 0x0000000040089eb0 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + 0x13 (size before relaxing) + 0x0000000040089eb0 xTaskGetAffinity + *fill* 0x0000000040089ec0 0x0 + .text.xTaskGetCurrentTaskHandleForCPU + 0x0000000040089ec0 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + 0x0000000040089ec0 xTaskGetCurrentTaskHandleForCPU + .text.xTaskGetSchedulerState + 0x0000000040089ed8 0x37 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + 0x0000000040089ed8 xTaskGetSchedulerState + *fill* 0x0000000040089f0f 0x1 + .text.vTaskEnterCritical + 0x0000000040089f10 0xb3 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + 0x0000000040089f10 vTaskEnterCritical + *fill* 0x0000000040089fc3 0x1 + .text.vTaskExitCritical + 0x0000000040089fc4 0x8a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + 0x0000000040089fc4 vTaskExitCritical + *fill* 0x000000004008a04e 0x2 + .text.prvAddNewTaskToReadyList + 0x000000004008a050 0x15c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + 0x173 (size before relaxing) + *fill* 0x000000004008a1ac 0x0 + .text.xTaskCreatePinnedToCore + 0x000000004008a1ac 0x6e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + 0x76 (size before relaxing) + 0x000000004008a1ac xTaskCreatePinnedToCore + *fill* 0x000000004008a21a 0x2 + .text.vTaskStartScheduler + 0x000000004008a21c 0x67 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + 0x72 (size before relaxing) + 0x000000004008a21c vTaskStartScheduler + *fill* 0x000000004008a283 0x1 + .text.vTaskDelete + 0x000000004008a284 0x10a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + 0x122 (size before relaxing) + 0x000000004008a284 vTaskDelete + *fill* 0x000000004008a38e 0x2 + .text.vTaskDelay + 0x000000004008a390 0x70 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + 0x80 (size before relaxing) + 0x000000004008a390 vTaskDelay + .text.prvCheckTasksWaitingTermination + 0x000000004008a400 0xbe /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + 0xc6 (size before relaxing) + *fill* 0x000000004008a4be 0x2 + .text.prvIdleTask + 0x000000004008a4c0 0xf /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + 0x12 (size before relaxing) + *fill* 0x000000004008a4cf 0x1 + .text.xTaskGetTickCount + 0x000000004008a4d0 0x1c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + 0x20 (size before relaxing) + 0x000000004008a4d0 xTaskGetTickCount + .text.xTaskIncrementTick + 0x000000004008a4ec 0x1b2 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + 0x1ce (size before relaxing) + 0x000000004008a4ec xTaskIncrementTick + *fill* 0x000000004008a69e 0x2 + .text.xTaskResumeAll + 0x000000004008a6a0 0x173 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + 0x186 (size before relaxing) + 0x000000004008a6a0 xTaskResumeAll + *fill* 0x000000004008a813 0x1 + .text.vTaskPlaceOnEventList + 0x000000004008a814 0x83 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + 0x97 (size before relaxing) + 0x000000004008a814 vTaskPlaceOnEventList + *fill* 0x000000004008a897 0x1 + .text.vTaskPlaceOnEventListRestricted + 0x000000004008a898 0x5b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + 0x6f (size before relaxing) + 0x000000004008a898 vTaskPlaceOnEventListRestricted + *fill* 0x000000004008a8f3 0x1 + .text.xTaskRemoveFromEventList + 0x000000004008a8f4 0x134 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + 0x143 (size before relaxing) + 0x000000004008a8f4 xTaskRemoveFromEventList + *fill* 0x000000004008aa28 0x0 + .text.xTaskRemoveFromUnorderedEventList + 0x000000004008aa28 0xec /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + 0xff (size before relaxing) + 0x000000004008aa28 xTaskRemoveFromUnorderedEventList + *fill* 0x000000004008ab14 0x0 + .text.xTaskCheckForTimeOut + 0x000000004008ab14 0x8b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + 0x96 (size before relaxing) + 0x000000004008ab14 xTaskCheckForTimeOut + *fill* 0x000000004008ab9f 0x1 + .text.vTaskSetThreadLocalStoragePointerAndDelCallback + 0x000000004008aba0 0x27 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + 0x2f (size before relaxing) + 0x000000004008aba0 vTaskSetThreadLocalStoragePointerAndDelCallback + *fill* 0x000000004008abc7 0x1 + .text.vTaskPriorityInherit + 0x000000004008abc8 0xc4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + 0xdb (size before relaxing) + 0x000000004008abc8 vTaskPriorityInherit + *fill* 0x000000004008ac8c 0x0 + .text.xTaskPriorityDisinherit + 0x000000004008ac8c 0x97 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + 0xaa (size before relaxing) + 0x000000004008ac8c xTaskPriorityDisinherit + *fill* 0x000000004008ad23 0x1 + .text.pvTaskIncrementMutexHeldCount + 0x000000004008ad24 0x50 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + 0x54 (size before relaxing) + 0x000000004008ad24 pvTaskIncrementMutexHeldCount + .text.prvGetNextExpireTime + 0x000000004008ad74 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(timers.o) + .text.prvInsertTimerInActiveList + 0x000000004008ad94 0x50 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(timers.o) + 0x54 (size before relaxing) + .text.prvCheckForValidListAndQueue + 0x000000004008ade4 0x66 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(timers.o) + 0x7e (size before relaxing) + *fill* 0x000000004008ae4a 0x2 + .text.xTimerCreateTimerTask + 0x000000004008ae4c 0x48 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(timers.o) + 0x4c (size before relaxing) + 0x000000004008ae4c xTimerCreateTimerTask + .text.xTimerGenericCommand + 0x000000004008ae94 0x55 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(timers.o) + 0x5d (size before relaxing) + 0x000000004008ae94 xTimerGenericCommand + *fill* 0x000000004008aee9 0x3 + .text.prvSwitchTimerLists + 0x000000004008aeec 0x76 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(timers.o) + 0x82 (size before relaxing) + *fill* 0x000000004008af62 0x2 + .text.prvSampleTimeNow + 0x000000004008af64 0x2b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(timers.o) + 0x2f (size before relaxing) + *fill* 0x000000004008af8f 0x1 + .text.prvProcessExpiredTimer + 0x000000004008af90 0x53 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(timers.o) + 0x5f (size before relaxing) + *fill* 0x000000004008afe3 0x1 + .text.prvProcessTimerOrBlockTask + 0x000000004008afe4 0x58 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(timers.o) + 0x6c (size before relaxing) + .text.prvProcessReceivedCommands + 0x000000004008b03c 0xd6 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(timers.o) + 0xe6 (size before relaxing) + *fill* 0x000000004008b112 0x2 + .text.prvTimerTask + 0x000000004008b114 0x15 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(timers.o) + 0x1d (size before relaxing) + *fill* 0x000000004008b129 0x3 + .text._xt_tick_divisor_init + 0x000000004008b12c 0x1c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(xtensa_init.o) + 0x1f (size before relaxing) + 0x000000004008b12c _xt_tick_divisor_init + *fill* 0x000000004008b148 0x0 + .text.xt_unhandled_interrupt + 0x000000004008b148 0x16 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(xtensa_intr.o) + 0x000000004008b148 xt_unhandled_interrupt + *fill* 0x000000004008b15e 0x2 + .text.xt_set_interrupt_handler + 0x000000004008b160 0x46 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(xtensa_intr.o) + 0x000000004008b160 xt_set_interrupt_handler + *fill* 0x000000004008b1a6 0x2 + .text 0x000000004008b1a8 0x1d0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(portasm.o) + 0x000000004008b1a8 _frxt_setup_switch + 0x000000004008b1c0 _frxt_int_enter + 0x000000004008b208 _frxt_int_exit + 0x000000004008b258 _frxt_timer_int + 0x000000004008b280 _frxt_tick_timer_init + 0x000000004008b298 _frxt_dispatch + 0x000000004008b2e0 vPortYield + 0x000000004008b32c vPortYieldFromInt + 0x000000004008b34c _frxt_task_coproc_state + .text 0x000000004008b378 0x12b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(xtensa_context.o) + 0x000000004008b378 _xt_context_save + 0x000000004008b3e0 _xt_context_restore + 0x000000004008b424 _xt_coproc_init + 0x000000004008b438 _xt_coproc_release + 0x000000004008b464 _xt_coproc_savecs + 0x000000004008b484 _xt_coproc_restorecs + *fill* 0x000000004008b4a3 0x1 + .text.xEventGroupCreate + 0x000000004008b4a4 0x23 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(event_groups.o) + 0x27 (size before relaxing) + 0x000000004008b4a4 xEventGroupCreate + *fill* 0x000000004008b4c7 0x1 + .text.xEventGroupClearBits + 0x000000004008b4c8 0x58 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(event_groups.o) + 0x60 (size before relaxing) + 0x000000004008b4c8 xEventGroupClearBits + .text.xEventGroupSetBits + 0x000000004008b520 0xaf /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(event_groups.o) + 0xc3 (size before relaxing) + 0x000000004008b520 xEventGroupSetBits + *fill* 0x000000004008b5cf 0x0 + *fill* 0x000000004008b5cf 0x0 + *fill* 0x000000004008b5cf 0x0 + *fill* 0x000000004008b5cf 0x1 + .text.vPortStoreTaskMPUSettings + 0x000000004008b5d0 0x13 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(port.o) + 0x000000004008b5d0 vPortStoreTaskMPUSettings + *fill* 0x000000004008b5e3 0x0 + *fill* 0x000000004008b5e3 0x0 + *fill* 0x000000004008b5e3 0x0 + *fill* 0x000000004008b5e3 0x0 + *fill* 0x000000004008b5e3 0x1 + .text.xPortGetTickRateHz + 0x000000004008b5e4 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(port.o) + 0x000000004008b5e4 xPortGetTickRateHz + .text.prvIsQueueEmpty + 0x000000004008b5ec 0x12 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(queue.o) + *fill* 0x000000004008b5fe 0x0 + *fill* 0x000000004008b5fe 0x0 + *fill* 0x000000004008b5fe 0x0 + *fill* 0x000000004008b5fe 0x0 + *fill* 0x000000004008b5fe 0x0 + *fill* 0x000000004008b5fe 0x0 + *fill* 0x000000004008b5fe 0x0 + *fill* 0x000000004008b5fe 0x0 + *fill* 0x000000004008b5fe 0x0 + *fill* 0x000000004008b5fe 0x0 + *fill* 0x000000004008b5fe 0x0 + *fill* 0x000000004008b5fe 0x0 + *fill* 0x000000004008b5fe 0x0 + *fill* 0x000000004008b5fe 0x0 + *fill* 0x000000004008b5fe 0x0 + *fill* 0x000000004008b5fe 0x0 + *fill* 0x000000004008b5fe 0x0 + *fill* 0x000000004008b5fe 0x0 + *fill* 0x000000004008b5fe 0x0 + *fill* 0x000000004008b5fe 0x0 + *fill* 0x000000004008b5fe 0x0 + *fill* 0x000000004008b5fe 0x0 + *fill* 0x000000004008b5fe 0x0 + *fill* 0x000000004008b5fe 0x0 + *fill* 0x000000004008b5fe 0x0 + *fill* 0x000000004008b5fe 0x0 + *fill* 0x000000004008b5fe 0x0 + *fill* 0x000000004008b5fe 0x0 + *fill* 0x000000004008b5fe 0x0 + *fill* 0x000000004008b5fe 0x0 + *fill* 0x000000004008b5fe 0x0 + *fill* 0x000000004008b5fe 0x0 + *fill* 0x000000004008b5fe 0x0 + *fill* 0x000000004008b5fe 0x0 + *fill* 0x000000004008b5fe 0x0 + *fill* 0x000000004008b5fe 0x0 + *fill* 0x000000004008b5fe 0x0 + *fill* 0x000000004008b5fe 0x0 + *fill* 0x000000004008b5fe 0x0 + *fill* 0x000000004008b5fe 0x0 + *fill* 0x000000004008b5fe 0x0 + *fill* 0x000000004008b5fe 0x0 + *fill* 0x000000004008b5fe 0x0 + *fill* 0x000000004008b5fe 0x0 + *fill* 0x000000004008b5fe 0x0 + *fill* 0x000000004008b5fe 0x0 + *fill* 0x000000004008b5fe 0x0 + *fill* 0x000000004008b5fe 0x0 + *fill* 0x000000004008b5fe 0x0 + *fill* 0x000000004008b5fe 0x0 + *fill* 0x000000004008b5fe 0x0 + *fill* 0x000000004008b5fe 0x0 + *fill* 0x000000004008b5fe 0x0 + *fill* 0x000000004008b5fe 0x0 + *fill* 0x000000004008b5fe 0x0 + *fill* 0x000000004008b5fe 0x0 + *fill* 0x000000004008b5fe 0x0 + *fill* 0x000000004008b5fe 0x2 + .text 0x000000004008b600 0x33 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(xtensa_intr_asm.o) + 0x000000004008b600 xt_ints_on + 0x000000004008b618 xt_ints_off + *fill* 0x000000004008b633 0x1 + .text.vListInitialise + 0x000000004008b634 0x15 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(list.o) + 0x000000004008b634 vListInitialise + *fill* 0x000000004008b649 0x3 + .text.vListInitialiseItem + 0x000000004008b64c 0x9 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(list.o) + 0x000000004008b64c vListInitialiseItem + *fill* 0x000000004008b655 0x3 + .text.vListInsertEnd + 0x000000004008b658 0x1b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(list.o) + 0x000000004008b658 vListInsertEnd + *fill* 0x000000004008b673 0x1 + .text.vListInsert + 0x000000004008b674 0x2f /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(list.o) + 0x000000004008b674 vListInsert + *fill* 0x000000004008b6a3 0x1 + .text.uxListRemove + 0x000000004008b6a4 0x26 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(list.o) + 0x000000004008b6a4 uxListRemove + *fill* 0x000000004008b6ca 0x0 + *fill* 0x000000004008b6ca 0x0 + *libheap.a:multi_heap.o(.literal .text .literal.* .text.*) + *fill* 0x000000004008b6ca 0x2 + .text.get_prev_free_block + 0x000000004008b6cc 0x6c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/heap/libheap.a(multi_heap.o) + 0x77 (size before relaxing) + *fill* 0x000000004008b738 0x0 + .text.split_if_necessary + 0x000000004008b738 0xda /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/heap/libheap.a(multi_heap.o) + 0xe2 (size before relaxing) + *fill* 0x000000004008b812 0x2 + .text.assert_valid_block + 0x000000004008b814 0xb0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/heap/libheap.a(multi_heap.o) + 0xb4 (size before relaxing) + .text.merge_adjacent + 0x000000004008b8c4 0x130 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/heap/libheap.a(multi_heap.o) + 0x140 (size before relaxing) + .text.multi_heap_get_allocated_size_impl + 0x000000004008b9f4 0x38 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/heap/libheap.a(multi_heap.o) + 0x3c (size before relaxing) + 0x000000004008b9f4 multi_heap_get_allocated_size_impl + 0x000000004008b9f4 multi_heap_get_allocated_size + .text.multi_heap_malloc_impl + 0x000000004008ba2c 0x110 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/heap/libheap.a(multi_heap.o) + 0x120 (size before relaxing) + 0x000000004008ba2c multi_heap_malloc + 0x000000004008ba2c multi_heap_malloc_impl + .text.multi_heap_free_impl + 0x000000004008bb3c 0x134 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/heap/libheap.a(multi_heap.o) + 0x14c (size before relaxing) + 0x000000004008bb3c multi_heap_free + 0x000000004008bb3c multi_heap_free_impl + .text.multi_heap_realloc_impl + 0x000000004008bc70 0x258 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/heap/libheap.a(multi_heap.o) + 0x274 (size before relaxing) + 0x000000004008bc70 multi_heap_realloc + 0x000000004008bc70 multi_heap_realloc_impl + *fill* 0x000000004008bec8 0x0 + *fill* 0x000000004008bec8 0x0 + *fill* 0x000000004008bec8 0x0 + .text.multi_heap_register_impl + 0x000000004008bec8 0x51 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/heap/libheap.a(multi_heap.o) + 0x000000004008bec8 multi_heap_register_impl + 0x000000004008bec8 multi_heap_register + *fill* 0x000000004008bf19 0x3 + .text.multi_heap_set_lock + 0x000000004008bf1c 0x7 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/heap/libheap.a(multi_heap.o) + 0x000000004008bf1c multi_heap_set_lock + *fill* 0x000000004008bf23 0x1 + .text.multi_heap_free_size_impl + 0x000000004008bf24 0xd /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/heap/libheap.a(multi_heap.o) + 0x000000004008bf24 multi_heap_free_size_impl + 0x000000004008bf24 multi_heap_free_size + *libheap.a:multi_heap_poisoning.o(.literal .text .literal.* .text.*) + *libesp32.a:panic.o(.literal .text .literal.* .text.*) + *fill* 0x000000004008bf31 0x3 + .text.panicPutChar + 0x000000004008bf34 0x1e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(panic.o) + *fill* 0x000000004008bf52 0x2 + .text.panicPutStr + 0x000000004008bf54 0x1a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(panic.o) + *fill* 0x000000004008bf6e 0x2 + .text.panicPutHex + 0x000000004008bf70 0x2c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(panic.o) + 0x2f (size before relaxing) + *fill* 0x000000004008bf9c 0x0 + .text.panicPutDec + 0x000000004008bf9c 0x3c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(panic.o) + 0x46 (size before relaxing) + *fill* 0x000000004008bfd8 0x0 + .text.reconfigureAllWdts + 0x000000004008bfd8 0xa8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(panic.o) + .text.putEntry + 0x000000004008c080 0x2b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(panic.o) + 0x37 (size before relaxing) + *fill* 0x000000004008c0ab 0x1 + .text.doBacktrace + 0x000000004008c0ac 0x71 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(panic.o) + 0x78 (size before relaxing) + *fill* 0x000000004008c11d 0x3 + .text.invoke_abort + 0x000000004008c120 0x1d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(panic.o) + *fill* 0x000000004008c13d 0x3 + .text.haltOtherCore + 0x000000004008c140 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(panic.o) + .text.esp_panic_wdt_start + 0x000000004008c158 0x84 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(panic.o) + 0x88 (size before relaxing) + .text.commonErrorHandler_dump + 0x000000004008c1dc 0xd6 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(panic.o) + 0x116 (size before relaxing) + *fill* 0x000000004008c2b2 0x2 + .text.esp_panic_dig_reset + 0x000000004008c2b4 0x33 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(panic.o) + 0x37 (size before relaxing) + *fill* 0x000000004008c2e7 0x1 + .text.abort 0x000000004008c2e8 0x2a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(panic.o) + 0x2d (size before relaxing) + 0x000000004008c2e8 abort + *fill* 0x000000004008c312 0x2 + .text.vApplicationStackOverflowHook + 0x000000004008c314 0x17 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(panic.o) + 0x23 (size before relaxing) + 0x000000004008c314 vApplicationStackOverflowHook + *fill* 0x000000004008c32b 0x1 + .text.esp_panic_wdt_stop + 0x000000004008c32c 0x44 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(panic.o) + 0x000000004008c32c esp_panic_wdt_stop + .text.commonErrorHandler + 0x000000004008c370 0x44 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(panic.o) + 0x56 (size before relaxing) + *fill* 0x000000004008c3b4 0x0 + .text.panicHandler + 0x000000004008c3b4 0x163 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(panic.o) + 0x186 (size before relaxing) + 0x000000004008c3b4 panicHandler + *fill* 0x000000004008c517 0x1 + .text.xt_unhandled_exception + 0x000000004008c518 0x77 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(panic.o) + 0xa1 (size before relaxing) + 0x000000004008c518 xt_unhandled_exception + *fill* 0x000000004008c58f 0x1 + .text._esp_error_check_failed + 0x000000004008c590 0x3c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(panic.o) + 0x43 (size before relaxing) + 0x000000004008c590 _esp_error_check_failed + *fill* 0x000000004008c5cc 0x0 + *fill* 0x000000004008c5cc 0x0 + *fill* 0x000000004008c5cc 0x0 + *fill* 0x000000004008c5cc 0x0 + *fill* 0x000000004008c5cc 0x0 + .text.setFirstBreakpoint + 0x000000004008c5cc 0x13 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(panic.o) + *fill* 0x000000004008c5df 0x0 + *fill* 0x000000004008c5df 0x0 + *fill* 0x000000004008c5df 0x0 + *fill* 0x000000004008c5df 0x0 + *fill* 0x000000004008c5df 0x0 + *fill* 0x000000004008c5df 0x0 + *fill* 0x000000004008c5df 0x0 + *fill* 0x000000004008c5df 0x0 + *fill* 0x000000004008c5df 0x0 + *fill* 0x000000004008c5df 0x0 + *libesp32.a:core_dump.o(.literal .text .literal.* .text.*) + *libapp_trace.a:(.literal .text .literal.* .text.*) + *libxtensa-debug-module.a:eri.o(.literal .text .literal.* .text.*) + *librtc.a:(.literal .text .literal.* .text.*) + *fill* 0x000000004008c5df 0x1 + .text.force_wifi_mode + 0x000000004008c5e0 0xc2 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(bt_bb.o) + 0xce (size before relaxing) + 0x000000004008c5fc force_wifi_mode + *fill* 0x000000004008c6a2 0x2 + .text.unforce_wifi_mode + 0x000000004008c6a4 0x8e /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(bt_bb.o) + 0xaa (size before relaxing) + 0x000000004008c6a8 unforce_wifi_mode + *fill* 0x000000004008c732 0x2 + .text.coex_bt_high_prio + 0x000000004008c734 0x16b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(bt_bb.o) + 0x193 (size before relaxing) + 0x000000004008c748 coex_bt_high_prio + *fill* 0x000000004008c89f 0x1 + .text.pm_sleep_set_mac + 0x000000004008c8a0 0x7e /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(pm.o) + 0x8a (size before relaxing) + 0x000000004008c8ac pm_sleep_set_mac + *fill* 0x000000004008c91e 0x2 + .text.pm_mac_deinit + 0x000000004008c920 0x8 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(pm.o) + 0xf (size before relaxing) + 0x000000004008c920 pm_mac_deinit + *fill* 0x000000004008c928 0x0 + .text.pm_mac_init + 0x000000004008c928 0x1c /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(pm.o) + 0x20 (size before relaxing) + 0x000000004008c92c pm_mac_init + .text.temprature_sens_read + 0x000000004008c944 0x124 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(rtc_analog.o) + 0x148 (size before relaxing) + 0x000000004008c960 temprature_sens_read + *fill* 0x000000004008ca68 0x0 + *fill* 0x000000004008ca68 0x0 + *fill* 0x000000004008ca68 0x0 + *fill* 0x000000004008ca68 0x0 + *fill* 0x000000004008ca68 0x0 + *fill* 0x000000004008ca68 0x0 + *libsoc.a:(.literal .text .literal.* .text.*) + .text.rtc_clk_32k_enable_internal + 0x000000004008ca68 0x81 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_clk.o) + *fill* 0x000000004008cae9 0x3 + .text.rtc_clk_32k_enable + 0x000000004008caec 0x2d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_clk.o) + 0x000000004008caec rtc_clk_32k_enable + *fill* 0x000000004008cb19 0x3 + .text.rtc_clk_slow_freq_set + 0x000000004008cb1c 0x27 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_clk.o) + 0x000000004008cb1c rtc_clk_slow_freq_set + *fill* 0x000000004008cb43 0x1 + .text.rtc_clk_slow_freq_get + 0x000000004008cb44 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_clk.o) + 0x000000004008cb44 rtc_clk_slow_freq_get + .text.rtc_clk_slow_freq_get_hz + 0x000000004008cb54 0x29 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_clk.o) + 0x000000004008cb54 rtc_clk_slow_freq_get_hz + *fill* 0x000000004008cb7d 0x3 + .text.rtc_clk_fast_freq_set + 0x000000004008cb80 0x2a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_clk.o) + 0x000000004008cb80 rtc_clk_fast_freq_set + *fill* 0x000000004008cbaa 0x2 + .text.rtc_clk_bbpll_set + 0x000000004008cbac 0x170 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_clk.o) + 0x178 (size before relaxing) + 0x000000004008cbac rtc_clk_bbpll_set + .text.rtc_clk_xtal_freq_get + 0x000000004008cd1c 0x38 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_clk.o) + 0x40 (size before relaxing) + 0x000000004008cd1c rtc_get_xtal + 0x000000004008cd1c rtc_clk_xtal_freq_get + .text.rtc_clk_cpu_freq_get + 0x000000004008cd54 0x98 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_clk.o) + 0xa0 (size before relaxing) + 0x000000004008cd54 rtc_clk_cpu_freq_get + .text.rtc_clk_cpu_freq_value + 0x000000004008cdec 0x45 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_clk.o) + 0x000000004008cdec rtc_clk_cpu_freq_value + *fill* 0x000000004008ce31 0x3 + .text.rtc_clk_apb_freq_update + 0x000000004008ce34 0x13 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_clk.o) + 0x16 (size before relaxing) + 0x000000004008ce34 rtc_clk_apb_freq_update + *fill* 0x000000004008ce47 0x1 + .text.rtc_clk_cpu_freq_set + 0x000000004008ce48 0x1c4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_clk.o) + 0x208 (size before relaxing) + 0x000000004008ce48 rtc_clk_cpu_freq_set + .text.rtc_clk_apb_freq_get + 0x000000004008d00c 0x2a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_clk.o) + 0x000000004008d00c rtc_clk_apb_freq_get + *fill* 0x000000004008d036 0x2 + .text.rtc_init + 0x000000004008d038 0x37c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_init.o) + 0x3b8 (size before relaxing) + 0x000000004008d038 rtc_init + .text.rtc_clk_cal_internal + 0x000000004008d3b4 0x161 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_time.o) + *fill* 0x000000004008d515 0x3 + .text.rtc_clk_cal + 0x000000004008d518 0x4e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_time.o) + 0x52 (size before relaxing) + 0x000000004008d518 rtc_clk_cal + *fill* 0x000000004008d566 0x2 + .text.rtc_time_get + 0x000000004008d568 0x50 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_time.o) + 0x000000004008d568 rtc_time_get + .text.rtc_clk_wait_for_slow_cycle + 0x000000004008d5b8 0x79 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_time.o) + 0x000000004008d5b8 rtc_clk_wait_for_slow_cycle + *fill* 0x000000004008d631 0x3 + .text.clk_val_is_valid + 0x000000004008d634 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_clk.o) + .text.reg_val_to_clk_val + 0x000000004008d654 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_clk.o) + .text.clk_val_to_reg_val + 0x000000004008d65c 0xe /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_clk.o) + *fill* 0x000000004008d66a 0x0 + *fill* 0x000000004008d66a 0x0 + *fill* 0x000000004008d66a 0x0 + *fill* 0x000000004008d66a 0x0 + *fill* 0x000000004008d66a 0x0 + *fill* 0x000000004008d66a 0x0 + *fill* 0x000000004008d66a 0x0 + *fill* 0x000000004008d66a 0x0 + *fill* 0x000000004008d66a 0x0 + *fill* 0x000000004008d66a 0x0 + *libhal.a:(.literal .text .literal.* .text.*) + *fill* 0x000000004008d66a 0x2 + .text 0x000000004008d66c 0x137 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/libhal.a(windowspill_asm.o) + 0x000000004008d66c xthal_spill_registers_into_stack_nw + 0x000000004008d66c xthal_window_spill_nw + 0x000000004008d780 xthal_window_spill + *fill* 0x000000004008d7a3 0x1 + .text 0x000000004008d7a4 0x8 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/libhal.a(int_asm--set_intclear.o) + 0x000000004008d7a4 xthal_set_intclear + .text 0x000000004008d7ac 0x48 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/libhal.a(clock.o) + 0x000000004008d7ac xthal_get_ccount + 0x000000004008d7b4 xthal_set_ccompare + 0x000000004008d7d4 xthal_get_ccompare + *fill* 0x000000004008d7f4 0x0 + .text 0x000000004008d7f4 0x3e /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/libhal.a(state_asm--restore_extra_nw.o) + 0x000000004008d7f4 xthal_restore_extra_nw + *fill* 0x000000004008d832 0x2 + .text 0x000000004008d834 0x3e /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/libhal.a(state_asm--save_extra_nw.o) + 0x000000004008d834 xthal_save_extra_nw + *libgcc.a:lib2funcs.o(.literal .text .literal.* .text.*) + *fill* 0x000000004008d872 0x2 + .text 0x000000004008d874 0x68 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(lib2funcs.o) + 0x000000004008d874 __xtensa_libgcc_window_spill + 0x000000004008d894 __xtensa_nonlocal_goto + 0x000000004008d8d4 __xtensa_sync_caches + *libspi_flash.a:spi_flash_rom_patch.o(.literal .text .literal.* .text.*) + .text.esp_rom_spiflash_read_status + 0x000000004008d8dc 0x61 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(spi_flash_rom_patch.o) + 0x000000004008d8dc esp_rom_spiflash_read_status + *fill* 0x000000004008d93d 0x3 + .text.esp_rom_spiflash_wait_idle + 0x000000004008d940 0x32 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(spi_flash_rom_patch.o) + 0x000000004008d940 esp_rom_spiflash_wait_idle + *fill* 0x000000004008d972 0x2 + .text.esp_rom_spiflash_erase_block_internal + 0x000000004008d974 0x38 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(spi_flash_rom_patch.o) + 0x3c (size before relaxing) + .text.esp_rom_spiflash_erase_sector_internal + 0x000000004008d9ac 0x44 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(spi_flash_rom_patch.o) + .text.esp_rom_spiflash_read_data + 0x000000004008d9f0 0x121 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(spi_flash_rom_patch.o) + *fill* 0x000000004008db11 0x3 + .text.esp_rom_spiflash_enable_write + 0x000000004008db14 0x39 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(spi_flash_rom_patch.o) + 0x3d (size before relaxing) + *fill* 0x000000004008db4d 0x3 + .text.esp_rom_spiflash_program_page_internal + 0x000000004008db50 0x122 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(spi_flash_rom_patch.o) + 0x126 (size before relaxing) + *fill* 0x000000004008dc72 0x2 + .text.esp_rom_spiflash_read_statushigh + 0x000000004008dc74 0x21 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(spi_flash_rom_patch.o) + 0x000000004008dc74 esp_rom_spiflash_read_statushigh + *fill* 0x000000004008dc95 0x3 + .text.esp_rom_spiflash_write_status + 0x000000004008dc98 0x34 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(spi_flash_rom_patch.o) + 0x38 (size before relaxing) + 0x000000004008dc98 esp_rom_spiflash_write_status + .text.esp_rom_spiflash_unlock + 0x000000004008dccc 0x6a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(spi_flash_rom_patch.o) + 0x7e (size before relaxing) + 0x000000004008dccc esp_rom_spiflash_unlock + *fill* 0x000000004008dd36 0x2 + .text.esp_rom_spiflash_erase_block + 0x000000004008dd38 0x62 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(spi_flash_rom_patch.o) + 0x66 (size before relaxing) + 0x000000004008dd38 esp_rom_spiflash_erase_block + *fill* 0x000000004008dd9a 0x2 + .text.esp_rom_spiflash_erase_sector + 0x000000004008dd9c 0x61 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(spi_flash_rom_patch.o) + 0x65 (size before relaxing) + 0x000000004008dd9c esp_rom_spiflash_erase_sector + *fill* 0x000000004008ddfd 0x3 + .text.esp_rom_spiflash_write + 0x000000004008de00 0xc6 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(spi_flash_rom_patch.o) + 0xca (size before relaxing) + 0x000000004008de00 esp_rom_spiflash_write + *fill* 0x000000004008dec6 0x2 + .text.esp_rom_spiflash_write_encrypted + 0x000000004008dec8 0x5a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(spi_flash_rom_patch.o) + 0x000000004008dec8 esp_rom_spiflash_write_encrypted + *fill* 0x000000004008df22 0x2 + .text.esp_rom_spiflash_read + 0x000000004008df24 0x284 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(spi_flash_rom_patch.o) + 0x000000004008df24 esp_rom_spiflash_read + *fill* 0x000000004008e1a8 0x0 + *fill* 0x000000004008e1a8 0x0 + *fill* 0x000000004008e1a8 0x0 + *fill* 0x000000004008e1a8 0x0 + *fill* 0x000000004008e1a8 0x0 + *fill* 0x000000004008e1a8 0x0 + *fill* 0x000000004008e1a8 0x0 + *fill* 0x000000004008e1a8 0x0 + *fill* 0x000000004008e1a8 0x0 + *fill* 0x000000004008e1a8 0x0 + *fill* 0x000000004008e1a8 0x0 + *libgcov.a:(.literal .text .literal.* .text.*) + *lib_a-utoa.o(.literal .text .literal.* .text.*) + *lib_a-longjmp.o(.literal .text .literal.* .text.*) + *lib_a-setjmp.o(.literal .text .literal.* .text.*) + *lib_a-abs.o(.literal .text .literal.* .text.*) + *lib_a-div.o(.literal .text .literal.* .text.*) + *lib_a-labs.o(.literal .text .literal.* .text.*) + *lib_a-ldiv.o(.literal .text .literal.* .text.*) + *lib_a-quorem.o(.literal .text .literal.* .text.*) + *lib_a-qsort.o(.literal .text .literal.* .text.*) + *lib_a-utoa.o(.literal .text .literal.* .text.*) + *lib_a-itoa.o(.literal .text .literal.* .text.*) + *lib_a-atoi.o(.literal .text .literal.* .text.*) + *lib_a-atol.o(.literal .text .literal.* .text.*) + *lib_a-strtol.o(.literal .text .literal.* .text.*) + *lib_a-strtoul.o(.literal .text .literal.* .text.*) + *lib_a-wcrtomb.o(.literal .text .literal.* .text.*) + *lib_a-fvwrite.o(.literal .text .literal.* .text.*) + *lib_a-wbuf.o(.literal .text .literal.* .text.*) + *lib_a-wsetup.o(.literal .text .literal.* .text.*) + *lib_a-fputwc.o(.literal .text .literal.* .text.*) + *lib_a-wctomb_r.o(.literal .text .literal.* .text.*) + *lib_a-ungetc.o(.literal .text .literal.* .text.*) + *lib_a-makebuf.o(.literal .text .literal.* .text.*) + *lib_a-fflush.o(.literal .text .literal.* .text.*) + *lib_a-refill.o(.literal .text .literal.* .text.*) + *lib_a-s_fpclassify.o(.literal .text .literal.* .text.*) + .text 0x000000004008e1a8 0x4c /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libm.a(lib_a-s_fpclassify.o) + 0x000000004008e1a8 __fpclassifyd + *lib_a-locale.o(.literal .text .literal.* .text.*) + *lib_a-asctime.o(.literal .text .literal.* .text.*) + *lib_a-ctime.o(.literal .text .literal.* .text.*) + *lib_a-ctime_r.o(.literal .text .literal.* .text.*) + *lib_a-lcltime.o(.literal .text .literal.* .text.*) + *lib_a-lcltime_r.o(.literal .text .literal.* .text.*) + *lib_a-gmtime.o(.literal .text .literal.* .text.*) + *lib_a-gmtime_r.o(.literal .text .literal.* .text.*) + *lib_a-strftime.o(.literal .text .literal.* .text.*) + *lib_a-mktime.o(.literal .text .literal.* .text.*) + *lib_a-syswrite.o(.literal .text .literal.* .text.*) + *lib_a-tzset_r.o(.literal .text .literal.* .text.*) + *lib_a-tzset.o(.literal .text .literal.* .text.*) + *lib_a-toupper.o(.literal .text .literal.* .text.*) + *lib_a-tolower.o(.literal .text .literal.* .text.*) + *lib_a-toascii.o(.literal .text .literal.* .text.*) + *lib_a-systimes.o(.literal .text .literal.* .text.*) + *lib_a-time.o(.literal .text .literal.* .text.*) + *lib_a-bsd_qsort_r.o(.literal .text .literal.* .text.*) + *lib_a-qsort_r.o(.literal .text .literal.* .text.*) + *lib_a-gettzinfo.o(.literal .text .literal.* .text.*) + *lib_a-strupr.o(.literal .text .literal.* .text.*) + *lib_a-asctime_r.o(.literal .text .literal.* .text.*) + *lib_a-bzero.o(.literal .text .literal.* .text.*) + *lib_a-close.o(.literal .text .literal.* .text.*) + *lib_a-creat.o(.literal .text .literal.* .text.*) + *lib_a-environ.o(.literal .text .literal.* .text.*) + *lib_a-fclose.o(.literal .text .literal.* .text.*) + *lib_a-isalnum.o(.literal .text .literal.* .text.*) + *lib_a-isalpha.o(.literal .text .literal.* .text.*) + *lib_a-isascii.o(.literal .text .literal.* .text.*) + *lib_a-isblank.o(.literal .text .literal.* .text.*) + *lib_a-iscntrl.o(.literal .text .literal.* .text.*) + *lib_a-isdigit.o(.literal .text .literal.* .text.*) + *lib_a-isgraph.o(.literal .text .literal.* .text.*) + *lib_a-islower.o(.literal .text .literal.* .text.*) + *lib_a-isprint.o(.literal .text .literal.* .text.*) + *lib_a-ispunct.o(.literal .text .literal.* .text.*) + *lib_a-isspace.o(.literal .text .literal.* .text.*) + *lib_a-isupper.o(.literal .text .literal.* .text.*) + *lib_a-memccpy.o(.literal .text .literal.* .text.*) + *lib_a-memchr.o(.literal .text .literal.* .text.*) + *lib_a-memcmp.o(.literal .text .literal.* .text.*) + *lib_a-memcpy.o(.literal .text .literal.* .text.*) + *lib_a-memmove.o(.literal .text .literal.* .text.*) + *lib_a-memrchr.o(.literal .text .literal.* .text.*) + *lib_a-memset.o(.literal .text .literal.* .text.*) + *lib_a-open.o(.literal .text .literal.* .text.*) + *lib_a-rand.o(.literal .text .literal.* .text.*) + *lib_a-rand_r.o(.literal .text .literal.* .text.*) + *lib_a-read.o(.literal .text .literal.* .text.*) + *lib_a-rshift.o(.literal .text .literal.* .text.*) + *lib_a-sbrk.o(.literal .text .literal.* .text.*) + *lib_a-srand.o(.literal .text .literal.* .text.*) + *lib_a-strcasecmp.o(.literal .text .literal.* .text.*) + *lib_a-strcasestr.o(.literal .text .literal.* .text.*) + *lib_a-strcat.o(.literal .text .literal.* .text.*) + *lib_a-strchr.o(.literal .text .literal.* .text.*) + *lib_a-strcmp.o(.literal .text .literal.* .text.*) + *lib_a-strcoll.o(.literal .text .literal.* .text.*) + *lib_a-strcpy.o(.literal .text .literal.* .text.*) + *lib_a-strcspn.o(.literal .text .literal.* .text.*) + *lib_a-strdup.o(.literal .text .literal.* .text.*) + *lib_a-strlcat.o(.literal .text .literal.* .text.*) + *lib_a-strlcpy.o(.literal .text .literal.* .text.*) + *lib_a-strlen.o(.literal .text .literal.* .text.*) + *lib_a-strlwr.o(.literal .text .literal.* .text.*) + *lib_a-strncasecmp.o(.literal .text .literal.* .text.*) + *lib_a-strncat.o(.literal .text .literal.* .text.*) + *lib_a-strncmp.o(.literal .text .literal.* .text.*) + *lib_a-strncpy.o(.literal .text .literal.* .text.*) + *lib_a-strndup.o(.literal .text .literal.* .text.*) + *lib_a-strnlen.o(.literal .text .literal.* .text.*) + *lib_a-strrchr.o(.literal .text .literal.* .text.*) + *lib_a-strsep.o(.literal .text .literal.* .text.*) + *lib_a-strspn.o(.literal .text .literal.* .text.*) + *lib_a-strstr.o(.literal .text .literal.* .text.*) + *lib_a-strtok_r.o(.literal .text .literal.* .text.*) + *lib_a-strupr.o(.literal .text .literal.* .text.*) + *lib_a-stdio.o(.literal .text .literal.* .text.*) + *lib_a-syssbrk.o(.literal .text .literal.* .text.*) + *lib_a-sysclose.o(.literal .text .literal.* .text.*) + *lib_a-sysopen.o(.literal .text .literal.* .text.*) + *creat.o(.literal .text .literal.* .text.*) + *lib_a-sysread.o(.literal .text .literal.* .text.*) + *lib_a-syswrite.o(.literal .text .literal.* .text.*) + *lib_a-impure.o(.literal .text .literal.* .text.*) + *lib_a-tzvars.o(.literal .text .literal.* .text.*) + *lib_a-sf_nan.o(.literal .text .literal.* .text.*) + *lib_a-tzcalc_limits.o(.literal .text .literal.* .text.*) + *lib_a-month_lengths.o(.literal .text .literal.* .text.*) + *lib_a-timelocal.o(.literal .text .literal.* .text.*) + *lib_a-findfp.o(.literal .text .literal.* .text.*) + *lock.o(.literal .text .literal.* .text.*) + *lib_a-getenv_r.o(.literal .text .literal.* .text.*) + *isatty.o(.literal .text .literal.* .text.*) + *lib_a-fwalk.o(.literal .text .literal.* .text.*) + *lib_a-getenv_r.o(.literal .text .literal.* .text.*) + *lib_a-tzlock.o(.literal .text .literal.* .text.*) + *lib_a-ctype_.o(.literal .text .literal.* .text.*) + *lib_a-sccl.o(.literal .text .literal.* .text.*) + *lib_a-strptime.o(.literal .text .literal.* .text.*) + *lib_a-envlock.o(.literal .text .literal.* .text.*) + *lib_a-raise.o(.literal .text .literal.* .text.*) + *lib_a-strdup_r.o(.literal .text .literal.* .text.*) + *lib_a-system.o(.literal .text .literal.* .text.*) + *lib_a-strndup_r.o(.literal .text .literal.* .text.*) + 0x000000004008e1f4 _iram_text_end = ABSOLUTE (.) + +.dram0.data 0x000000003ffb0000 0x3214 + 0x000000003ffb0000 _data_start = ABSOLUTE (.) + *(.data) + .data 0x000000003ffb0000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(dport_panic_highint_hdl.o) + *fill* 0x000000003ffb0008 0x8 + .data 0x000000003ffb0010 0xc0c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(portasm.o) + 0x000000003ffb0010 port_IntStack + 0x000000003ffb0c10 port_IntStackTop + 0x000000003ffb0c14 port_switch_flag + *fill* 0x000000003ffb0c1c 0x4 + .data 0x000000003ffb0c20 0x400 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(xtensa_intr_asm.o) + 0x000000003ffb0c20 _xt_interrupt_table + 0x000000003ffb0e20 _xt_exception_table + .data 0x000000003ffb1020 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(xtensa_vectors.o) + 0x000000003ffb1020 _xt_coproc_owner_sa + .data 0x000000003ffb1028 0x4 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(unwind-dw2-fde.o) + *(.data.*) + .data.reason_spinlock + 0x000000003ffb102c 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(crosscore_int.o) + .data.g_dport_mux + 0x000000003ffb1034 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(dport_access.o) + .data.s_timer_lock + 0x000000003ffb103c 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(esp_timer.o) + .data.s_time_update_lock + 0x000000003ffb1044 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(esp_timer_esp32.o) + 0x000000003ffb1044 s_time_update_lock + .data.spinlock + 0x000000003ffb104c 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(intr_alloc.o) + .data.twdt_spinlock + 0x000000003ffb1054 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(task_wdt.o) + .data.hooks_spinlock + 0x000000003ffb105c 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(freertos_hooks.o) + .data.xTickCountMutex + 0x000000003ffb1064 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + .data.xTaskQueueMutex + 0x000000003ffb106c 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + .data.xNextTaskUnblockTime + 0x000000003ffb1074 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + .data.xTimerMux + 0x000000003ffb1078 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(timers.o) + 0x000000003ffb1078 xTimerMux + .data.malloc_alwaysinternal_limit + 0x000000003ffb1080 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/heap/libheap.a(heap_caps.o) + .data.s_log_print_func + 0x000000003ffb1084 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/log/liblog.a(log.o) + .data.s_log_default_level + 0x000000003ffb1088 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/log/liblog.a(log.o) + .data.lock_init_spinlock + 0x000000003ffb108c 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/newlib/libnewlib.a(locks.o) + .data.s_stub_table + 0x000000003ffb1094 0x90 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/newlib/libnewlib.a(syscall_table.o) + .data.s_mutex_init_lock + 0x000000003ffb1124 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/pthread/libpthread.a(pthread.o) + .data.s_keys_lock + 0x000000003ffb112c 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/pthread/libpthread.a(pthread_local_storage.o) + .data.s_flash_op_cpu + 0x000000003ffb1134 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(cache_utils.o) + .data.s_uart_rx_func + 0x000000003ffb1138 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/vfs/libvfs.a(vfs_uart.o) + .data.s_uart_tx_func + 0x000000003ffb1144 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/vfs/libvfs.a(vfs_uart.o) + .data.s_rx_mode + 0x000000003ffb1150 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/vfs/libvfs.a(vfs_uart.o) + .data.s_peek_char + 0x000000003ffb1154 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/vfs/libvfs.a(vfs_uart.o) + .data._ZN10__cxxabiv120__unexpected_handlerE + 0x000000003ffb1160 0x4 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_unex_handler.o) + 0x000000003ffb1160 _ZN10__cxxabiv120__unexpected_handlerE + .data._ZN10__cxxabiv119__terminate_handlerE + 0x000000003ffb1164 0x4 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_term_handler.o) + 0x000000003ffb1164 _ZN10__cxxabiv119__terminate_handlerE + .data.periph_spinlock + 0x000000003ffb1168 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(periph_ctrl.o) + .data.s_rtc_isr_handler_list_lock + 0x000000003ffb1170 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + 0x000000003ffb1170 s_rtc_isr_handler_list_lock + .data.timer_spinlock + 0x000000003ffb1178 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(timer.o) + .data.ccmp 0x000000003ffb1188 0x18 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_crypto_ccmp.o) + 0x000000003ffb1188 ccmp + .data.TmpSTAAPCloseAP + 0x000000003ffb11a0 0x1 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_hostap.o) + 0x000000003ffb11a0 TmpSTAAPCloseAP + *fill* 0x000000003ffb11a1 0x3 + .data.g_ap_bss_index$9458 + 0x000000003ffb11a4 0x4 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ht.o) + .data.g_wifi_nvs_cfg + 0x000000003ffb11a8 0x618 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_nvs.o) + .data.g_wifi_nvs + 0x000000003ffb17c0 0x4 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_nvs.o) + 0x000000003ffb17c0 g_wifi_nvs + .data.s_map 0x000000003ffb17c4 0x18 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_regdomain.o) + 0x000000003ffb17c4 s_map + .data.g_scan_chan_list + 0x000000003ffb17dc 0xe /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_scan.o) + *fill* 0x000000003ffb17ea 0x2 + .data.g_timer_info + 0x000000003ffb17ec 0x80 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_timer.o) + 0x000000003ffb17ec g_timer_info + .data.g_chm 0x000000003ffb186c 0x4 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_chm.o) + 0x000000003ffb186c g_chm + .data.join_deny_flag + 0x000000003ffb1870 0x1 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_cnx.o) + *fill* 0x000000003ffb1871 0x3 + .data.vendor_recv_action + 0x000000003ffb1874 0x4 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_action.o) + .data.ht_recv_action + 0x000000003ffb1878 0x4 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_action.o) + .data.ba_recv_action + 0x000000003ffb187c 0xc /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_action.o) + .data.vendor_send_action + 0x000000003ffb1888 0x4 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_action.o) + .data.ht_send_action + 0x000000003ffb188c 0x4 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_action.o) + .data.ba_send_action + 0x000000003ffb1890 0xc /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_action.o) + .data.txopstart_index + 0x000000003ffb189c 0x1 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(lmac.o) + 0x000000003ffb189c txopstart_index + .data.g_long_ampdu_retry_before_rts + 0x000000003ffb189d 0x1 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(lmac.o) + 0x000000003ffb189d g_long_ampdu_retry_before_rts + .data.g_short_ampdu_retry_before_rts + 0x000000003ffb189e 0x1 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(lmac.o) + 0x000000003ffb189e g_short_ampdu_retry_before_rts + .data.g_mpdu_retry_before_rts + 0x000000003ffb189f 0x1 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(lmac.o) + 0x000000003ffb189f g_mpdu_retry_before_rts + .data.noise_now + 0x000000003ffb18a0 0x1 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + 0x000000003ffb18a0 noise_now + *fill* 0x000000003ffb18a1 0x3 + .data.pTxRx 0x000000003ffb18a4 0x4 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + 0x000000003ffb18a4 pTxRx + .data.g_intr_lock_mux + 0x000000003ffb18a8 0x8 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + 0x000000003ffb18a8 g_intr_lock_mux + .data.rc11BSchedTbl + 0x000000003ffb18b0 0x48 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(trc.o) + .data.rcP2P11GSchedTbl + 0x000000003ffb18f8 0x60 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(trc.o) + .data.rc11GSchedTbl + 0x000000003ffb1958 0x9c /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(trc.o) + .data.rcP2P11NSchedTbl + 0x000000003ffb19f4 0x6c /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(trc.o) + .data.rc11NSchedTbl + 0x000000003ffb1a60 0xa8 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(trc.o) + .data.rcLoRaSchedTbl + 0x000000003ffb1b08 0x18 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(trc.o) + .data.BasicOFDMSched + 0x000000003ffb1b20 0xc /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(trc.o) + .data.reg_valid$8872 + 0x000000003ffb1b2c 0x1 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(wdev.o) + *fill* 0x000000003ffb1b2d 0x3 + .data.BcnInterval + 0x000000003ffb1b30 0x4 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(wdev.o) + .data.g_sniffer_filter + 0x000000003ffb1b34 0x4 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(wdev.o) + .data.coex_wifi_bcn_to_flag + 0x000000003ffb1b38 0x1 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(wdev.o) + .data.coex_last_absence + 0x000000003ffb1b39 0x1 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(wdev.o) + *fill* 0x000000003ffb1b3a 0x2 + .data.g_eb_list_desc + 0x000000003ffb1b3c 0x90 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(esf_buf.o) + .data.xFwmMux 0x000000003ffb1bcc 0x8 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libcoexist.a(coexist.o) + .data.phy_wifi_pll_track_en + 0x000000003ffb1bd4 0x1 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_ana.o) + 0x000000003ffb1bd4 phy_wifi_pll_track_en + .data.phy_bt_pll_track_en + 0x000000003ffb1bd5 0x1 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_ana.o) + 0x000000003ffb1bd5 phy_bt_pll_track_en + .data.phy_freq_wifi_only + 0x000000003ffb1bd6 0x1 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_ana.o) + 0x000000003ffb1bd6 phy_freq_wifi_only + *fill* 0x000000003ffb1bd7 0x1 + .data.tx_rf_ana_gain + 0x000000003ffb1bd8 0x4 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + 0x000000003ffb1bd8 tx_rf_ana_gain + .data.noise_array + 0x000000003ffb1bdc 0x6 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + 0x000000003ffb1bdc noise_array + *fill* 0x000000003ffb1be2 0x2 + .data.bt_rx_gain_swp + 0x000000003ffb1be4 0x10 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + .data.bb_gain_swp + 0x000000003ffb1bf4 0xc /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + .data.rfbb_gain_swp + 0x000000003ffb1c00 0x2 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + *fill* 0x000000003ffb1c02 0x2 + .data.rf_gain_swp_wifi + 0x000000003ffb1c04 0x16 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + *fill* 0x000000003ffb1c1a 0x2 + .data.wifi_rx_gain_swp + 0x000000003ffb1c1c 0x18 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + .data.rfcal_bb_atten_init + 0x000000003ffb1c34 0x1 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_cal.o) + 0x000000003ffb1c34 rfcal_bb_atten_init + .data.dhcps_offer + 0x000000003ffb1c35 0x1 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcpserver.o) + *fill* 0x000000003ffb1c36 0x2 + .data.dhcps_lease_time + 0x000000003ffb1c38 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcpserver.o) + .data.iss$7013 + 0x000000003ffb1c3c 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp.o) + .data.udp_port + 0x000000003ffb1c40 0x2 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(udp.o) + *fill* 0x000000003ffb1c42 0x2 + .data.retrans_timer + 0x000000003ffb1c44 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(nd6.o) + 0x000000003ffb1c44 retrans_timer + .data.reachable_time + 0x000000003ffb1c48 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(nd6.o) + 0x000000003ffb1c48 reachable_time + .data.ssl_preset_suiteb_curves + 0x000000003ffb1c4c 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + .data.ssl_preset_suiteb_hashes + 0x000000003ffb1c58 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + .data.ssl_preset_suiteb_ciphersuites + 0x000000003ffb1c64 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + .data.ssl_preset_default_hashes + 0x000000003ffb1c70 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + .data.one$3083 + 0x000000003ffb1c88 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp_curves.o) + .data.Rp$3276 0x000000003ffb1c8c 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp_curves.o) + .data.Rp$3280 0x000000003ffb1c94 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp_curves.o) + .data.Rp$3284 0x000000003ffb1c9c 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp_curves.o) + .data.aes_spinlock + 0x000000003ffb1ca4 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(aes.o) + .data.tkip 0x000000003ffb1cac 0x18 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_crypto_tkip.o) + 0x000000003ffb1cac tkip + .data.wep 0x000000003ffb1cc4 0x18 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_crypto_wep.o) + 0x000000003ffb1cc4 wep + *(.gnu.linkonce.d.*) + *(.data1) + *(.sdata) + *(.sdata.*) + *(.gnu.linkonce.s.*) + *(.sdata2) + *(.sdata2.*) + *(.gnu.linkonce.s2.*) + *(.jcr) + *(.dram1 .dram1.*) + .dram1 0x000000003ffb1cdc 0x32 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(task_wdt.o) + *fill* 0x000000003ffb1d0e 0x2 + .dram1 0x000000003ffb1d10 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(FreeRTOS-openocd.o) + 0x000000003ffb1d10 uxTopUsedPriority + .dram1 0x000000003ffb1d14 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(flash_ops.o) + 0x000000003ffb1d14 g_flash_guard_no_os_ops + 0x000000003ffb1d24 g_flash_guard_default_ops + .dram1 0x000000003ffb1d34 0x18 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libcoexist.a(coexist.o) + *libesp32.a:panic.o(.rodata .rodata.*) + .rodata.str1.4 + 0x000000003ffb1d4c 0x8e7 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(panic.o) + 0x8f3 (size before relaxing) + *fill* 0x000000003ffb2633 0x1 + .rodata 0x000000003ffb2634 0x80 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(panic.o) + .rodata.edesc 0x000000003ffb26b4 0xa0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(panic.o) + *libphy.a:(.rodata .rodata.*) + .rodata.str1.4 + 0x000000003ffb2754 0x44 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_ana.o) + 0x48 (size before relaxing) + .rodata.bt_i2c_write_set + 0x000000003ffb2798 0x24 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_ana.o) + .rodata.bt_get_i2c_data + 0x000000003ffb27bc 0x2c /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_ana.o) + .rodata 0x000000003ffb27e8 0x8 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_ana.o) + .rodata.CSWTCH$105 + 0x000000003ffb27f0 0x30 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_ana.o) + .rodata 0x000000003ffb2820 0x3d /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + *fill* 0x000000003ffb285d 0x3 + .rodata.str1.4 + 0x000000003ffb2860 0x1c4 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + 0x1d8 (size before relaxing) + .rodata.bt_tx_gain_cal$part$2 + 0x000000003ffb2a24 0x24 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + .rodata.CSWTCH$177 + 0x000000003ffb2a48 0x6 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + *fill* 0x000000003ffb2a4e 0x2 + .rodata 0x000000003ffb2a50 0x40 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_cal.o) + .rodata.str1.4 + 0x000000003ffb2a90 0x18c /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_cal.o) + 0x18d (size before relaxing) + .rodata.CSWTCH$210 + 0x000000003ffb2c1c 0xb /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_cal.o) + *fill* 0x000000003ffb2c27 0x1 + .rodata.CSWTCH$182 + 0x000000003ffb2c28 0x8 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_cal.o) + .rodata.dco_gain_coarse$4446 + 0x000000003ffb2c30 0x6 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_cal.o) + *libsoc.a:rtc_clk.o(.rodata .rodata.*) + *fill* 0x000000003ffb2c36 0x2 + .rodata.str1.4 + 0x000000003ffb2c38 0x261 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_clk.o) + 0x4d4 (size before relaxing) + *fill* 0x000000003ffb2e99 0x3 + .rodata.rtc_clk_cpu_freq_value + 0x000000003ffb2e9c 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_clk.o) + .rodata.__func__$3363 + 0x000000003ffb2eb0 0x17 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_clk.o) + *fill* 0x000000003ffb2ec7 0x1 + .rodata.__func__$3342 + 0x000000003ffb2ec8 0x15 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_clk.o) + *libapp_trace.a:(.rodata .rodata.*) + *libgcov.a:(.rodata .rodata.*) + *libheap.a:multi_heap.o(.rodata .rodata.*) + *fill* 0x000000003ffb2edd 0x3 + .rodata.str1.4 + 0x000000003ffb2ee0 0x2d3 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/heap/libheap.a(multi_heap.o) + 0x2d7 (size before relaxing) + *fill* 0x000000003ffb31b3 0x1 + .rodata.__func__$5293 + 0x000000003ffb31b4 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/heap/libheap.a(multi_heap.o) + .rodata.__func__$5232 + 0x000000003ffb31cc 0xf /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/heap/libheap.a(multi_heap.o) + *fill* 0x000000003ffb31db 0x1 + .rodata.__func__$5222 + 0x000000003ffb31dc 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/heap/libheap.a(multi_heap.o) + .rodata.__func__$5242 + 0x000000003ffb31f0 0x13 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/heap/libheap.a(multi_heap.o) + *fill* 0x000000003ffb3203 0x1 + .rodata.__func__$5201 + 0x000000003ffb3204 0xf /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/heap/libheap.a(multi_heap.o) + *libheap.a:multi_heap_poisoning.o(.rodata .rodata.*) + *lib_a-utoa.o(.rodata .rodata.*) + *lib_a-longjmp.o(.rodata .rodata.*) + *lib_a-setjmp.o(.rodata .rodata.*) + *lib_a-abs.o(.rodata .rodata.*) + *lib_a-div.o(.rodata .rodata.*) + *lib_a-labs.o(.rodata .rodata.*) + *lib_a-ldiv.o(.rodata .rodata.*) + *lib_a-quorem.o(.rodata .rodata.*) + *lib_a-qsort.o(.rodata .rodata.*) + *lib_a-utoa.o(.rodata .rodata.*) + *lib_a-itoa.o(.rodata .rodata.*) + *lib_a-atoi.o(.rodata .rodata.*) + *lib_a-atol.o(.rodata .rodata.*) + *lib_a-strtol.o(.rodata .rodata.*) + *lib_a-strtoul.o(.rodata .rodata.*) + *lib_a-wcrtomb.o(.rodata .rodata.*) + *lib_a-fvwrite.o(.rodata .rodata.*) + *lib_a-wbuf.o(.rodata .rodata.*) + *lib_a-wsetup.o(.rodata .rodata.*) + *lib_a-fputwc.o(.rodata .rodata.*) + *lib_a-wctomb_r.o(.rodata .rodata.*) + *lib_a-ungetc.o(.rodata .rodata.*) + *lib_a-makebuf.o(.rodata .rodata.*) + *lib_a-fflush.o(.rodata .rodata.*) + *lib_a-refill.o(.rodata .rodata.*) + *lib_a-s_fpclassify.o(.rodata .rodata.*) + *lib_a-locale.o(.rodata .rodata.*) + *lib_a-asctime.o(.rodata .rodata.*) + *lib_a-ctime.o(.rodata .rodata.*) + *lib_a-ctime_r.o(.rodata .rodata.*) + *lib_a-lcltime.o(.rodata .rodata.*) + *lib_a-lcltime_r.o(.rodata .rodata.*) + *lib_a-gmtime.o(.rodata .rodata.*) + *lib_a-gmtime_r.o(.rodata .rodata.*) + *lib_a-strftime.o(.rodata .rodata.*) + *lib_a-mktime.o(.rodata .rodata.*) + *lib_a-syswrite.o(.rodata .rodata.*) + *lib_a-tzset_r.o(.rodata .rodata.*) + *lib_a-tzset.o(.rodata .rodata.*) + *lib_a-toupper.o(.rodata .rodata.*) + *lib_a-tolower.o(.rodata .rodata.*) + *lib_a-toascii.o(.rodata .rodata.*) + *lib_a-systimes.o(.rodata .rodata.*) + *lib_a-time.o(.rodata .rodata.*) + *lib_a-bsd_qsort_r.o(.rodata .rodata.*) + *lib_a-qsort_r.o(.rodata .rodata.*) + *lib_a-gettzinfo.o(.rodata .rodata.*) + *lib_a-strupr.o(.rodata .rodata.*) + *lib_a-asctime_r.o(.rodata .rodata.*) + *lib_a-bzero.o(.rodata .rodata.*) + *lib_a-close.o(.rodata .rodata.*) + *lib_a-creat.o(.rodata .rodata.*) + *lib_a-environ.o(.rodata .rodata.*) + *lib_a-fclose.o(.rodata .rodata.*) + *lib_a-isalnum.o(.rodata .rodata.*) + *lib_a-isalpha.o(.rodata .rodata.*) + *lib_a-isascii.o(.rodata .rodata.*) + *lib_a-isblank.o(.rodata .rodata.*) + *lib_a-iscntrl.o(.rodata .rodata.*) + *lib_a-isdigit.o(.rodata .rodata.*) + *lib_a-isgraph.o(.rodata .rodata.*) + *lib_a-islower.o(.rodata .rodata.*) + *lib_a-isprint.o(.rodata .rodata.*) + *lib_a-ispunct.o(.rodata .rodata.*) + *lib_a-isspace.o(.rodata .rodata.*) + *lib_a-isupper.o(.rodata .rodata.*) + *lib_a-memccpy.o(.rodata .rodata.*) + *lib_a-memchr.o(.rodata .rodata.*) + *lib_a-memcmp.o(.rodata .rodata.*) + *lib_a-memcpy.o(.rodata .rodata.*) + *lib_a-memmove.o(.rodata .rodata.*) + *lib_a-memrchr.o(.rodata .rodata.*) + *lib_a-memset.o(.rodata .rodata.*) + *lib_a-open.o(.rodata .rodata.*) + *lib_a-rand.o(.rodata .rodata.*) + *lib_a-rand_r.o(.rodata .rodata.*) + *lib_a-read.o(.rodata .rodata.*) + *lib_a-rshift.o(.rodata .rodata.*) + *lib_a-sbrk.o(.rodata .rodata.*) + *lib_a-srand.o(.rodata .rodata.*) + *lib_a-strcasecmp.o(.rodata .rodata.*) + *lib_a-strcasestr.o(.rodata .rodata.*) + *lib_a-strcat.o(.rodata .rodata.*) + *lib_a-strchr.o(.rodata .rodata.*) + *lib_a-strcmp.o(.rodata .rodata.*) + *lib_a-strcoll.o(.rodata .rodata.*) + *lib_a-strcpy.o(.rodata .rodata.*) + *lib_a-strcspn.o(.rodata .rodata.*) + *lib_a-strdup.o(.rodata .rodata.*) + *lib_a-strlcat.o(.rodata .rodata.*) + *lib_a-strlcpy.o(.rodata .rodata.*) + *lib_a-strlen.o(.rodata .rodata.*) + *lib_a-strlwr.o(.rodata .rodata.*) + *lib_a-strncasecmp.o(.rodata .rodata.*) + *lib_a-strncat.o(.rodata .rodata.*) + *lib_a-strncmp.o(.rodata .rodata.*) + *lib_a-strncpy.o(.rodata .rodata.*) + *lib_a-strndup.o(.rodata .rodata.*) + *lib_a-strnlen.o(.rodata .rodata.*) + *lib_a-strrchr.o(.rodata .rodata.*) + *lib_a-strsep.o(.rodata .rodata.*) + *lib_a-strspn.o(.rodata .rodata.*) + *lib_a-strstr.o(.rodata .rodata.*) + *lib_a-strtok_r.o(.rodata .rodata.*) + *lib_a-strupr.o(.rodata .rodata.*) + *lib_a-stdio.o(.rodata .rodata.*) + *lib_a-syssbrk.o(.rodata .rodata.*) + *lib_a-sysclose.o(.rodata .rodata.*) + *lib_a-sysopen.o(.rodata .rodata.*) + *creat.o(.rodata .rodata.*) + *lib_a-sysread.o(.rodata .rodata.*) + *lib_a-syswrite.o(.rodata .rodata.*) + *lib_a-impure.o(.rodata .rodata.*) + *lib_a-tzvars.o(.rodata .rodata.*) + *lib_a-sf_nan.o(.rodata .rodata.*) + *lib_a-tzcalc_limits.o(.rodata .rodata.*) + *lib_a-month_lengths.o(.rodata .rodata.*) + *lib_a-timelocal.o(.rodata .rodata.*) + *lib_a-findfp.o(.rodata .rodata.*) + *lock.o(.rodata .rodata.*) + *lib_a-getenv_r.o(.rodata .rodata.*) + *isatty.o(.rodata .rodata.*) + *lib_a-fwalk.o(.rodata .rodata.*) + *lib_a-getenv_r.o(.rodata .rodata.*) + *lib_a-tzlock.o(.rodata .rodata.*) + *lib_a-ctype_.o(.rodata .rodata.*) + *lib_a-sccl.o(.rodata .rodata.*) + *lib_a-strptime.o(.rodata .rodata.*) + *lib_a-envlock.o(.rodata .rodata.*) + *lib_a-raise.o(.rodata .rodata.*) + *lib_a-strdup_r.o(.rodata .rodata.*) + *lib_a-system.o(.rodata .rodata.*) + *lib_a-strndup_r.o(.rodata .rodata.*) + 0x000000003ffb3213 _data_end = ABSOLUTE (.) + 0x000000003ffb3214 . = ALIGN (0x4) + *fill* 0x000000003ffb3213 0x1 + +.dram0.bss 0x000000003ffb3218 0x5f30 + 0x000000003ffb3218 . = ALIGN (0x8) + 0x000000003ffb3218 _bss_start = ABSOLUTE (.) + *(.dynsbss) + *(.sbss) + *(.sbss.*) + *(.gnu.linkonce.sb.*) + *(.scommon) + *(.sbss2) + *(.sbss2.*) + *(.gnu.linkonce.sb2.*) + *(.dynbss) + *(.bss) + .bss 0x000000003ffb3218 0x14 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(unwind-dw2-fde.o) + *(.bss.*) + .bss.app_cpu_started + 0x000000003ffb322c 0x1 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(cpu_start.o) + *fill* 0x000000003ffb322d 0x3 + .bss.reason 0x000000003ffb3230 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(crosscore_int.o) + .bss.oldInterruptLevel + 0x000000003ffb3238 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(dport_access.o) + .bss.dport_access_ref + 0x000000003ffb3240 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(dport_access.o) + .bss.dport_core_state + 0x000000003ffb3248 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(dport_access.o) + .bss.s_timer_semaphore + 0x000000003ffb3250 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(esp_timer.o) + .bss.s_timer_task + 0x000000003ffb3254 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(esp_timer.o) + .bss.s_timers 0x000000003ffb3258 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(esp_timer.o) + .bss.s_overflow_happened + 0x000000003ffb325c 0x1 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(esp_timer_esp32.o) + .bss.s_mask_overflow + 0x000000003ffb325d 0x1 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(esp_timer_esp32.o) + *fill* 0x000000003ffb325e 0x2 + .bss.s_timer_us_per_overflow + 0x000000003ffb3260 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(esp_timer_esp32.o) + .bss.s_timer_ticks_per_us + 0x000000003ffb3264 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(esp_timer_esp32.o) + .bss.s_time_base_us + 0x000000003ffb3268 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(esp_timer_esp32.o) + .bss.s_alarm_handler + 0x000000003ffb3270 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(esp_timer_esp32.o) + .bss.s_timer_interrupt_handle + 0x000000003ffb3274 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(esp_timer_esp32.o) + .bss.int_wdt_app_cpu_ticked + 0x000000003ffb3278 0x1 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(int_wdt.o) + 0x000000003ffb3278 int_wdt_app_cpu_ticked + *fill* 0x000000003ffb3279 0x3 + .bss.non_iram_int_disabled_flag + 0x000000003ffb327c 0x2 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(intr_alloc.o) + *fill* 0x000000003ffb327e 0x2 + .bss.non_iram_int_disabled + 0x000000003ffb3280 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(intr_alloc.o) + .bss.non_iram_int_mask + 0x000000003ffb3288 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(intr_alloc.o) + .bss.vector_desc_head + 0x000000003ffb3290 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(intr_alloc.o) + .bss.s_ipc_wait + 0x000000003ffb3294 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(ipc.o) + .bss.s_func_arg + 0x000000003ffb3298 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(ipc.o) + .bss.s_func 0x000000003ffb329c 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(ipc.o) + .bss.s_ipc_ack + 0x000000003ffb32a0 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(ipc.o) + .bss.s_ipc_sem + 0x000000003ffb32a4 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(ipc.o) + .bss.s_ipc_mutex + 0x000000003ffb32ac 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(ipc.o) + .bss.s_ipc_tasks + 0x000000003ffb32b0 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(ipc.o) + .bss.other_core_frame + 0x000000003ffb32b8 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(panic.o) + .bss.abort_called + 0x000000003ffb32bc 0x1 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(panic.o) + *fill* 0x000000003ffb32bd 0x3 + .bss.shutdown_handlers + 0x000000003ffb32c0 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(system_api.o) + .bss.base_mac_addr + 0x000000003ffb32c8 0x6 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(system_api.o) + *fill* 0x000000003ffb32ce 0x2 + .bss.twdt_config + 0x000000003ffb32d0 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(task_wdt.o) + .bss.tick_cb 0x000000003ffb32d4 0x40 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(freertos_hooks.o) + .bss.idle_cb 0x000000003ffb3314 0x40 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(freertos_hooks.o) + .bss.port_interruptNesting + 0x000000003ffb3354 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(port.o) + 0x000000003ffb3354 port_interruptNesting + .bss.port_xSchedulerRunning + 0x000000003ffb335c 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(port.o) + 0x000000003ffb335c port_xSchedulerRunning + .bss.xSwitchingContext + 0x000000003ffb3364 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + .bss.uxSchedulerSuspended + 0x000000003ffb336c 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + .bss.uxTaskNumber + 0x000000003ffb3374 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + .bss.xNumOfOverflows + 0x000000003ffb3378 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + .bss.xYieldPending + 0x000000003ffb337c 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + .bss.uxPendedTicks + 0x000000003ffb3384 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + .bss.xSchedulerRunning + 0x000000003ffb3388 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + .bss.uxTopReadyPriority + 0x000000003ffb338c 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + .bss.xTickCount + 0x000000003ffb3390 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + .bss.uxCurrentNumberOfTasks + 0x000000003ffb3394 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + .bss.xIdleTaskHandle + 0x000000003ffb3398 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + .bss.xSuspendedTaskList + 0x000000003ffb33a0 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + .bss.uxTasksDeleted + 0x000000003ffb33b4 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + .bss.xTasksWaitingTermination + 0x000000003ffb33b8 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + .bss.xPendingReadyList + 0x000000003ffb33cc 0x28 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + .bss.pxOverflowDelayedTaskList + 0x000000003ffb33f4 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + .bss.pxDelayedTaskList + 0x000000003ffb33f8 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + .bss.xDelayedTaskList2 + 0x000000003ffb33fc 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + .bss.xDelayedTaskList1 + 0x000000003ffb3410 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + .bss.pxReadyTasksLists + 0x000000003ffb3424 0x1f4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + .bss.pxCurrentTCB + 0x000000003ffb3618 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + 0x000000003ffb3618 pxCurrentTCB + .bss.xLastTime$5250 + 0x000000003ffb3620 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(timers.o) + .bss.xTimerQueue + 0x000000003ffb3624 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(timers.o) + .bss.pxOverflowTimerList + 0x000000003ffb3628 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(timers.o) + .bss.pxCurrentTimerList + 0x000000003ffb362c 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(timers.o) + .bss.xActiveTimerList2 + 0x000000003ffb3630 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(timers.o) + .bss.xActiveTimerList1 + 0x000000003ffb3644 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(timers.o) + .bss._xt_tick_divisor + 0x000000003ffb3658 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(xtensa_init.o) + 0x000000003ffb3658 _xt_tick_divisor + .bss.base$5422 + 0x000000003ffb365c 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/log/liblog.a(log.o) + .bss.s_log_mutex + 0x000000003ffb3660 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/log/liblog.a(log.o) + .bss.s_log_cache_entry_count + 0x000000003ffb3664 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/log/liblog.a(log.o) + .bss.s_log_cache_max_generation + 0x000000003ffb3668 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/log/liblog.a(log.o) + .bss.s_log_cache + 0x000000003ffb366c 0xf8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/log/liblog.a(log.o) + .bss.s_log_tags + 0x000000003ffb3764 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/log/liblog.a(log.o) + .bss.wifi_event_group + 0x000000003ffb3768 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/main/libmain.a(app_main.o) + .bss.s_reent 0x000000003ffb376c 0xf0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/newlib/libnewlib.a(syscall_table.o) + .bss.s_boot_time_lock + 0x000000003ffb385c 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/newlib/libnewlib.a(time.o) + .bss._ZL18s_nvs_storage_list + 0x000000003ffb3860 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + .bss._ZN11HandleEntry17s_nvs_next_handleE + 0x000000003ffb386c 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + 0x000000003ffb386c _ZN11HandleEntry17s_nvs_next_handleE + .bss._ZL13s_nvs_handles + 0x000000003ffb3870 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + .bss._ZN3nvs4Lock10mSemaphoreE + 0x000000003ffb387c 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + 0x000000003ffb387c _ZN3nvs4Lock10mSemaphoreE + .bss.s_threads_mux + 0x000000003ffb3880 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/pthread/libpthread.a(pthread.o) + .bss.s_keys 0x000000003ffb3884 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/pthread/libpthread.a(pthread_local_storage.o) + 0x000000003ffb3884 s_keys + .bss.s_pll_freq + 0x000000003ffb3888 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_clk.o) + .bss.s_cur_freq + 0x000000003ffb388c 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_clk.o) + .bss.s_flash_op_complete + 0x000000003ffb3890 0x1 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(cache_utils.o) + .bss.s_flash_op_can_start + 0x000000003ffb3891 0x1 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(cache_utils.o) + *fill* 0x000000003ffb3892 0x2 + .bss.s_flash_op_mutex + 0x000000003ffb3894 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(cache_utils.o) + .bss.s_flash_op_cache_state + 0x000000003ffb3898 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(cache_utils.o) + .bss.unlocked$5709 + 0x000000003ffb38a0 0x1 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(flash_ops.o) + *fill* 0x000000003ffb38a1 0x3 + .bss.s_flash_guard_ops + 0x000000003ffb38a4 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(flash_ops.o) + .bss.s_partition_list_lock + 0x000000003ffb38a8 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(partition.o) + .bss.s_partition_list + 0x000000003ffb38ac 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(partition.o) + .bss.written_pages + 0x000000003ffb38b0 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(flash_mmap.o) + .bss.s_mmap_last_handle + 0x000000003ffb38d0 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(flash_mmap.o) + .bss.s_mmap_page_refcnt + 0x000000003ffb38d4 0x100 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(flash_mmap.o) + .bss.s_mmap_entries_head + 0x000000003ffb39d4 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(flash_mmap.o) + .bss.api_lock_sem + 0x000000003ffb39d8 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_lwip.o) + .bss.tcpip_inited + 0x000000003ffb39dc 0x1 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_lwip.o) + *fill* 0x000000003ffb39dd 0x3 + .bss.api_sync_sem + 0x000000003ffb39e0 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_lwip.o) + .bss.dhcpc_status + 0x000000003ffb39e4 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_lwip.o) + .bss.dhcps_status + 0x000000003ffb39f0 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_lwip.o) + .bss.esp_ip_lost_timer + 0x000000003ffb39f4 0x3 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_lwip.o) + *fill* 0x000000003ffb39f7 0x1 + .bss.esp_netif_init_fn + 0x000000003ffb39f8 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_lwip.o) + .bss.esp_ip_old + 0x000000003ffb3a04 0x24 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_lwip.o) + .bss.esp_ip 0x000000003ffb3a28 0x24 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_lwip.o) + .bss.esp_netif + 0x000000003ffb3a4c 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_lwip.o) + .bss.s_vfs_count + 0x000000003ffb3a58 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/vfs/libvfs.a(vfs.o) + .bss.s_vfs 0x000000003ffb3a5c 0x1c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/vfs/libvfs.a(vfs.o) + .bss.s_tx_mode + 0x000000003ffb3a78 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/vfs/libvfs.a(vfs_uart.o) + .bss.s_non_blocking + 0x000000003ffb3a7c 0x3 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/vfs/libvfs.a(vfs_uart.o) + *fill* 0x000000003ffb3a7f 0x1 + .bss.s_uart_write_locks + 0x000000003ffb3a80 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/vfs/libvfs.a(vfs_uart.o) + .bss.s_uart_read_locks + 0x000000003ffb3a8c 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/vfs/libvfs.a(vfs_uart.o) + .bss._ZN12_GLOBAL__N_113__new_handlerE + 0x000000003ffb3a98 0x4 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(new_handler.o) + .bss._ZL4init 0x000000003ffb3a9c 0x8 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_globals.o) + .bss._ZL10eh_globals + 0x000000003ffb3aa4 0x8 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_globals.o) + .bss.s_rtc_isr_handle + 0x000000003ffb3aac 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .bss.s_rtc_isr_handler_list + 0x000000003ffb3ab0 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .bss.adc2_wifi_lock + 0x000000003ffb3ab4 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .bss.s_event_ctx + 0x000000003ffb3ab8 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(event_loop.o) + .bss.s_event_handler_cb + 0x000000003ffb3abc 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(event_loop.o) + .bss.s_event_queue + 0x000000003ffb3ac0 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(event_loop.o) + .bss.s_event_init_flag + 0x000000003ffb3ac4 0x1 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(event_loop.o) + *fill* 0x000000003ffb3ac5 0x3 + .bss.default_event_handlers + 0x000000003ffb3ac8 0x60 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(event_default_handlers.o) + .bss.g_event_handler + 0x000000003ffb3b28 0x4 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .bss.s_wifi_init_flag + 0x000000003ffb3b2c 0x1 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + *fill* 0x000000003ffb3b2d 0x3 + .bss.wifi_sta_rx_probe_req + 0x000000003ffb3b30 0x4 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + 0x000000003ffb3b30 wifi_sta_rx_probe_req + .bss.g_beacon_eb_allocated + 0x000000003ffb3b34 0x1 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_hostap.o) + *fill* 0x000000003ffb3b35 0x3 + .bss.ap_rxcb 0x000000003ffb3b38 0x4 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_hostap.o) + 0x000000003ffb3b38 ap_rxcb + .bss.tim_offset + 0x000000003ffb3b3c 0x1 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_hostap.o) + *fill* 0x000000003ffb3b3d 0x3 + .bss.BcnIntvl 0x000000003ffb3b40 0x4 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_hostap.o) + .bss.g_beacon_idx + 0x000000003ffb3b44 0x1 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_hostap.o) + 0x000000003ffb3b44 g_beacon_idx + *fill* 0x000000003ffb3b45 0x3 + .bss.g_beacon_eb + 0x000000003ffb3b48 0x8 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_hostap.o) + 0x000000003ffb3b48 g_beacon_eb + .bss.beacon_send_start_flag + 0x000000003ffb3b50 0x1 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_hostap.o) + *fill* 0x000000003ffb3b51 0x3 + .bss.beacon_timer + 0x000000003ffb3b54 0x14 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_hostap.o) + .bss.tokens$9533 + 0x000000003ffb3b68 0x4 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ht.o) + .bss.ap_id$10556 + 0x000000003ffb3b6c 0x1 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + *fill* 0x000000003ffb3b6d 0x3 + .bss.g_pp_hdl 0x000000003ffb3b70 0x4 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + 0x000000003ffb3b70 g_pp_hdl + .bss.wifi_api_lock + 0x000000003ffb3b74 0x4 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + 0x000000003ffb3b74 wifi_api_lock + .bss.SleepDeferSoftAPConfig + 0x000000003ffb3b78 0x6c /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + .bss.SleepDeferStationConfig + 0x000000003ffb3be4 0x78 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + .bss.g_config_sem + 0x000000003ffb3c5c 0x4 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + .bss.g_wifi_hw_start + 0x000000003ffb3c60 0x4 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + .bss.s_wifi_nvs + 0x000000003ffb3c64 0x3fc /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_nvs.o) + .bss.g_txq 0x000000003ffb4060 0xa28 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_output.o) + .bss.s_ch$9611 + 0x000000003ffb4a88 0x2 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_scan.o) + .bss.auth_type + 0x000000003ffb4a8a 0x1 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_scan.o) + 0x000000003ffb4a8a auth_type + *fill* 0x000000003ffb4a8b 0x1 + .bss.TestStaFreqCalValInput + 0x000000003ffb4a8c 0x2 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_scan.o) + 0x000000003ffb4a8c TestStaFreqCalValInput + .bss.FreqCalCntForScan + 0x000000003ffb4a8e 0x1 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_scan.o) + 0x000000003ffb4a8e FreqCalCntForScan + .bss.connect_scan_flag + 0x000000003ffb4a8f 0x1 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_scan.o) + 0x000000003ffb4a8f connect_scan_flag + .bss.scannum 0x000000003ffb4a90 0x2 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_scan.o) + 0x000000003ffb4a90 scannum + *fill* 0x000000003ffb4a92 0x2 + .bss.sta_rxcb 0x000000003ffb4a94 0x4 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_sta.o) + 0x000000003ffb4a94 sta_rxcb + .bss.rssi_index + 0x000000003ffb4a98 0x1 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_sta.o) + *fill* 0x000000003ffb4a99 0x3 + .bss.rssi_saved + 0x000000003ffb4a9c 0x8 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_sta.o) + .bss.in_rssi_adjust + 0x000000003ffb4aa4 0x1 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_sta.o) + *fill* 0x000000003ffb4aa5 0x3 + .bss.gChmCxt 0x000000003ffb4aa8 0xfc /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_chm.o) + .bss.ap_no_lr 0x000000003ffb4ba4 0x1 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_cnx.o) + .bss.reconnect_flag + 0x000000003ffb4ba5 0x1 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_cnx.o) + 0x000000003ffb4ba5 reconnect_flag + *fill* 0x000000003ffb4ba6 0x2 + .bss.g_cnx_probe_rc_list_cb + 0x000000003ffb4ba8 0x4 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_cnx.o) + 0x000000003ffb4ba8 g_cnx_probe_rc_list_cb + .bss.cnx_csa_timer + 0x000000003ffb4bac 0x14 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_cnx.o) + .bss.avs_rx_content + 0x000000003ffb4bc0 0x4 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_action_vendor.o) + .bss.get_key_cb + 0x000000003ffb4bc4 0x4 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_action_vendor.o) + .bss.avs_cb 0x000000003ffb4bc8 0x4 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_action_vendor.o) + .bss.g_pp_tx_pkt_num + 0x000000003ffb4bcc 0x1 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(lmac.o) + .bss.coexit_wifi_request_tx + 0x000000003ffb4bcd 0x1 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(lmac.o) + .bss.our_wait_clear_type + 0x000000003ffb4bce 0x1 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(lmac.o) + *fill* 0x000000003ffb4bcf 0x1 + .bss.our_wait_eb + 0x000000003ffb4bd0 0x4 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(lmac.o) + .bss.our_tx_eb + 0x000000003ffb4bd4 0x4 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(lmac.o) + .bss.our_instances + 0x000000003ffb4bd8 0xb4 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(lmac.o) + .bss.sleep_retry$9262 + 0x000000003ffb4c8c 0x1 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + .bss.wake_retry$9261 + 0x000000003ffb4c8d 0x1 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + .bss.cnt_tmp_dn$9247 + 0x000000003ffb4c8e 0x1 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + .bss.cnt_tmp_up$9246 + 0x000000003ffb4c8f 0x1 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + .bss.bcn_period_cnt$9245 + 0x000000003ffb4c90 0x1 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + *fill* 0x000000003ffb4c91 0x7 + .bss.g_pm 0x000000003ffb4c98 0x148 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + .bss.fragment$9377 + 0x000000003ffb4de0 0x8 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + .bss.current_ifidx$9690 + 0x000000003ffb4de8 0x1 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + *fill* 0x000000003ffb4de9 0x3 + .bss.TotalUsedSigNum + 0x000000003ffb4dec 0x4 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + 0x000000003ffb4dec TotalUsedSigNum + .bss.bars 0x000000003ffb4df0 0x90 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + .bss.TxRxCxt 0x000000003ffb4e80 0x350 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + .bss.g_pp_if 0x000000003ffb51d0 0x8 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + .bss.pp_task_hdl + 0x000000003ffb51d8 0x4 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + .bss.g_pm_tx_null_func + 0x000000003ffb51dc 0x4 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + .bss.g_timer_func + 0x000000003ffb51e0 0x4 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + .bss.g_net80211_tx_func + 0x000000003ffb51e4 0x4 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + .bss.g_config_func + 0x000000003ffb51e8 0x4 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + .bss.updateCounter + 0x000000003ffb51ec 0x4 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(trc.o) + .bss.s_fix_rate + 0x000000003ffb51f0 0x8 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(trc.o) + .bss.s_fix_rate_mask + 0x000000003ffb51f8 0x4 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(trc.o) + .bss.interface_trc_mask + 0x000000003ffb51fc 0x8 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(trc.o) + .bss.trc_mask 0x000000003ffb5204 0x4 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(trc.o) + .bss.g_per_conn_trc + 0x000000003ffb5208 0x750 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(trc.o) + .bss.g_ampdu_state_change_cb + 0x000000003ffb5958 0x4 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(trc.o) + 0x000000003ffb5958 g_ampdu_state_change_cb + .bss.rxctl$8871 + 0x000000003ffb595c 0x1c /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(wdev.o) + .bss.g_promis_buf + 0x000000003ffb5978 0x4 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(wdev.o) + .bss.BcnSendTick + 0x000000003ffb597c 0x4 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(wdev.o) + .bss.coex_wifi_bcn_timer + 0x000000003ffb5980 0x14 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(wdev.o) + .bss.coex_wifi_periodic_timer + 0x000000003ffb5994 0x14 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(wdev.o) + .bss._wdev_rx_desc_space + 0x000000003ffb59a8 0x12c /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(wdev.o) + .bss.g_wdev_opmode + 0x000000003ffb5ad4 0x1 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(wdev.o) + .bss.g_wdev_last_desc_reset + 0x000000003ffb5ad5 0x1 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(wdev.o) + 0x000000003ffb5ad5 g_wdev_last_desc_reset + .bss.g_wdev_coex_init + 0x000000003ffb5ad6 0x1 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(wdev.o) + *fill* 0x000000003ffb5ad7 0x1 + .bss.eb_space 0x000000003ffb5ad8 0x1e0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(esf_buf.o) + .bss.eb_txdesc_space + 0x000000003ffb5cb8 0x150 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(esf_buf.o) + .bss.eb_mgmt_sbuf_space + 0x000000003ffb5e08 0x260 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(esf_buf.o) + .bss.s_sm_valid_bitmap + 0x000000003ffb6068 0x4 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_auth.o) + .bss.s_sm_table + 0x000000003ffb606c 0x40 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_auth.o) + .bss.assoc_ie_buf + 0x000000003ffb60ac 0x1a /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa.o) + *fill* 0x000000003ffb60c6 0x2 + .bss.gWpaSm 0x000000003ffb60c8 0x24c /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa.o) + .bss.cur_bt_event + 0x000000003ffb6314 0x4 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libcoexist.a(coexist.o) + .bss.fwm_ref 0x000000003ffb6318 0x4 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libcoexist.a(coexist.o) + .bss.coexist_in_func_stop_flag + 0x000000003ffb631c 0x1 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libcoexist.a(coexist.o) + .bss.coexist_in_func_request_flag + 0x000000003ffb631d 0x1 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libcoexist.a(coexist.o) + .bss.coexist_enable + 0x000000003ffb631e 0x1 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libcoexist.a(coexist.o) + *fill* 0x000000003ffb631f 0x1 + .bss.coex_wifi_extern_deinit + 0x000000003ffb6320 0x4 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libcoexist.a(coexist.o) + .bss.coex_wifi_extern_init + 0x000000003ffb6324 0x4 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libcoexist.a(coexist.o) + .bss.wps_start + 0x000000003ffb6328 0x1 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps.o) + 0x000000003ffb6328 wps_start + .bss.wpa2_machine_start + 0x000000003ffb6329 0x1 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap.o) + 0x000000003ffb6329 wpa2_machine_start + .bss.rfpll_offset_delta + 0x000000003ffb632a 0x2 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_ana.o) + 0x000000003ffb632a rfpll_offset_delta + .bss.phy_bt_power_track_en + 0x000000003ffb632c 0x1 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_ana.o) + 0x000000003ffb632c phy_bt_power_track_en + .bss.phy_sw_set_chan_en + 0x000000003ffb632d 0x1 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_ana.o) + 0x000000003ffb632d phy_sw_set_chan_en + .bss.phy_force_wifi_chan_en + 0x000000003ffb632e 0x1 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_ana.o) + 0x000000003ffb632e phy_force_wifi_chan_en + *fill* 0x000000003ffb632f 0x1 + .bss.phy_freq_offset + 0x000000003ffb6330 0x2 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_ana.o) + 0x000000003ffb6330 phy_freq_offset + .bss.re_entry$5098 + 0x000000003ffb6332 0x1 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + *fill* 0x000000003ffb6333 0x1 + .bss.g_phyFuns + 0x000000003ffb6334 0x4 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + 0x000000003ffb6334 g_phyFuns + .bss.target_power_backoff_qdb + 0x000000003ffb6338 0x1 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + 0x000000003ffb6338 target_power_backoff_qdb + .bss.phy_set_most_tpw_flag + 0x000000003ffb6339 0x1 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + 0x000000003ffb6339 phy_set_most_tpw_flag + .bss.phy_set_most_tpw_disbg + 0x000000003ffb633a 0x1 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + 0x000000003ffb633a phy_set_most_tpw_disbg + .bss.phy_in_most_power + 0x000000003ffb633b 0x1 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + 0x000000003ffb633b phy_in_most_power + .bss.phy_meas_noise_floor + 0x000000003ffb633c 0x2 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + 0x000000003ffb633c phy_meas_noise_floor + .bss.sw_scan_mode + 0x000000003ffb633e 0x1 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + 0x000000003ffb633e sw_scan_mode + .bss.bt_mode_wifibb + 0x000000003ffb633f 0x1 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + 0x000000003ffb633f bt_mode_wifibb + .bss.noise_timeout_flag + 0x000000003ffb6340 0x1 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + 0x000000003ffb6340 noise_timeout_flag + .bss.phy_pwdet_onetime_flag + 0x000000003ffb6341 0x1 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_cal.o) + 0x000000003ffb6341 phy_pwdet_onetime_flag + .bss.phy_dis_pwdet_one + 0x000000003ffb6342 0x1 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_cal.o) + 0x000000003ffb6342 phy_dis_pwdet_one + *fill* 0x000000003ffb6343 0x1 + .bss.phy_tx_pwr_error + 0x000000003ffb6344 0x2 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_cal.o) + 0x000000003ffb6344 phy_tx_pwr_error + .bss.phy_in_vdd33_offset + 0x000000003ffb6346 0x1 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_cal.o) + 0x000000003ffb6346 phy_in_vdd33_offset + .bss.tx_pwctrl_track_num + 0x000000003ffb6347 0x1 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_cal.o) + 0x000000003ffb6347 tx_pwctrl_track_num + .bss.phy_tx_power_out + 0x000000003ffb6348 0x2 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_cal.o) + 0x000000003ffb6348 phy_tx_power_out + *fill* 0x000000003ffb634a 0x2 + .bss.s_aliases$6530 + 0x000000003ffb634c 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(netdb.o) + .bss.s_hostent$6529 + 0x000000003ffb6350 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(netdb.o) + .bss.s_hostname$6533 + 0x000000003ffb6364 0x101 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(netdb.o) + *fill* 0x000000003ffb6465 0x3 + .bss.s_phostent_addr$6532 + 0x000000003ffb6468 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(netdb.o) + .bss.s_hostent_addr$6531 + 0x000000003ffb6470 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(netdb.o) + .bss.select_cb_ctr + 0x000000003ffb6484 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + .bss.select_cb_list + 0x000000003ffb6488 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + .bss.sockets_init_flag + 0x000000003ffb648c 0x1 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + *fill* 0x000000003ffb648d 0x3 + .bss.sockets 0x000000003ffb6490 0x118 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + .bss.g_lwip_task + 0x000000003ffb65a8 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcpip.o) + 0x000000003ffb65a8 g_lwip_task + .bss.mbox 0x000000003ffb65ac 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcpip.o) + .bss.tcpip_init_done_arg + 0x000000003ffb65b0 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcpip.o) + .bss.tcpip_init_done + 0x000000003ffb65b4 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcpip.o) + .bss.dhcps_dns + 0x000000003ffb65b8 0x1 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcpserver.o) + *fill* 0x000000003ffb65b9 0x3 + .bss.dhcps_poll + 0x000000003ffb65bc 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcpserver.o) + .bss.renew 0x000000003ffb65c8 0x1 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcpserver.o) + *fill* 0x000000003ffb65c9 0x3 + .bss.plist 0x000000003ffb65cc 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcpserver.o) + .bss.client_address_plus + 0x000000003ffb65d0 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcpserver.o) + .bss.client_address + 0x000000003ffb65d4 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcpserver.o) + .bss.dns_server + 0x000000003ffb65d8 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcpserver.o) + .bss.server_address + 0x000000003ffb65dc 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcpserver.o) + .bss.broadcast_dhcps + 0x000000003ffb65e0 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcpserver.o) + .bss.pcb_dhcps + 0x000000003ffb65e4 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcpserver.o) + .bss.dns_servers + 0x000000003ffb65e8 0x3c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dns.o) + .bss.dns_requests + 0x000000003ffb6624 0x30 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dns.o) + .bss.dns_table + 0x000000003ffb6654 0x490 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dns.o) + .bss.dns_seqno + 0x000000003ffb6ae4 0x1 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dns.o) + .bss.dns_last_pcb_idx + 0x000000003ffb6ae5 0x1 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dns.o) + *fill* 0x000000003ffb6ae6 0x2 + .bss.dns_pcbs 0x000000003ffb6ae8 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dns.o) + .bss.loop_netif + 0x000000003ffb6af8 0xe8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(netif.o) + .bss.netif_num + 0x000000003ffb6be0 0x1 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(netif.o) + .bss.tcp_timer_ctr + 0x000000003ffb6be1 0x1 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp.o) + .bss.tcp_timer + 0x000000003ffb6be2 0x1 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp.o) + *fill* 0x000000003ffb6be3 0x1 + .bss.recv_data + 0x000000003ffb6be4 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp_in.o) + .bss.recv_flags + 0x000000003ffb6be8 0x1 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp_in.o) + *fill* 0x000000003ffb6be9 0x1 + .bss.tcplen 0x000000003ffb6bea 0x2 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp_in.o) + .bss.flags 0x000000003ffb6bec 0x1 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp_in.o) + *fill* 0x000000003ffb6bed 0x3 + .bss.ackno 0x000000003ffb6bf0 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp_in.o) + .bss.seqno 0x000000003ffb6bf4 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp_in.o) + .bss.tcp_optidx + 0x000000003ffb6bf8 0x2 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp_in.o) + *fill* 0x000000003ffb6bfa 0x2 + .bss.tcphdr_opt2 + 0x000000003ffb6bfc 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp_in.o) + .bss.tcphdr_opt1len + 0x000000003ffb6c00 0x2 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp_in.o) + .bss.tcphdr_optlen + 0x000000003ffb6c02 0x2 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp_in.o) + .bss.tcphdr 0x000000003ffb6c04 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp_in.o) + .bss.inseg 0x000000003ffb6c08 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp_in.o) + .bss.LwipTimOutLim + 0x000000003ffb6c1c 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(timers.o) + 0x000000003ffb6c1c LwipTimOutLim + .bss.tcpip_tcp_timer_active + 0x000000003ffb6c20 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(timers.o) + .bss.next_timeout + 0x000000003ffb6c24 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(timers.o) + .bss.xid$6781 0x000000003ffb6c28 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcp.o) + .bss.dhcp_pcb_refcount + 0x000000003ffb6c2c 0x1 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcp.o) + *fill* 0x000000003ffb6c2d 0x3 + .bss.dhcp_pcb 0x000000003ffb6c30 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcp.o) + .bss.allrouters + 0x000000003ffb6c34 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(igmp.o) + .bss.allsystems + 0x000000003ffb6c38 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(igmp.o) + .bss.igmp_group_list + 0x000000003ffb6c3c 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(igmp.o) + .bss.ip4_default_multicast_netif + 0x000000003ffb6c40 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip4.o) + .bss.ip_id 0x000000003ffb6c44 0x2 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip4.o) + *fill* 0x000000003ffb6c46 0x2 + .bss.str$5888 0x000000003ffb6c48 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip4_addr.o) + .bss.str$5611 0x000000003ffb6c58 0x28 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip6_addr.o) + .bss.ip6_reass_pbufcount + 0x000000003ffb6c80 0x2 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip6_frag.o) + *fill* 0x000000003ffb6c82 0x2 + .bss.reassdatagrams + 0x000000003ffb6c84 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip6_frag.o) + .bss.mld_group_list + 0x000000003ffb6c88 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(mld6.o) + .bss.last_router$6665 + 0x000000003ffb6c8c 0x1 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(nd6.o) + *fill* 0x000000003ffb6c8d 0x3 + .bss.nd6_ra_buffer + 0x000000003ffb6c90 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(nd6.o) + .bss.multicast_address + 0x000000003ffb6cb0 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(nd6.o) + .bss.nd6_cached_destination_index + 0x000000003ffb6cc0 0x1 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(nd6.o) + .bss.nd6_cached_neighbor_index + 0x000000003ffb6cc1 0x1 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(nd6.o) + .bss.etharp_cached_entry + 0x000000003ffb6cc2 0x1 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(etharp.o) + *fill* 0x000000003ffb6cc3 0x1 + .bss.arp_table + 0x000000003ffb6cc4 0xf0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(etharp.o) + .bss.sys_thread_sem_key + 0x000000003ffb6db4 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sys_arch.o) + .bss.g_lwip_protect_mutex + 0x000000003ffb6db8 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sys_arch.o) + .bss.raw_pcbs 0x000000003ffb6dbc 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(raw.o) + .bss.init_done$3537 + 0x000000003ffb6dc0 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp.o) + .bss.ecp_supported_grp_id + 0x000000003ffb6dc4 0x30 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp.o) + .bss.mul_count + 0x000000003ffb6df4 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp.o) + .bss.dbl_count + 0x000000003ffb6df8 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp.o) + .bss.add_count + 0x000000003ffb6dfc 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp.o) + .bss.supported_init + 0x000000003ffb6e00 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_ciphersuites.o) + .bss.supported_ciphersuites + 0x000000003ffb6e04 0xc4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_ciphersuites.o) + .bss.last_ccount$2901 + 0x000000003ffb6ec8 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(hw_random.o) + .bss.s_phy_rf_init_lock + 0x000000003ffb6ecc 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(phy_init.o) + .bss.s_phy_rf_init_count + 0x000000003ffb6ed0 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(phy_init.o) + .bss.g_misc_nvs_init + 0x000000003ffb6ed4 0x1 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libcore.a(misc_nvs.o) + *fill* 0x000000003ffb6ed5 0x3 + .bss.force_wifi_mode_on + 0x000000003ffb6ed8 0x4 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(bt_bb.o) + 0x000000003ffb6ed8 force_wifi_mode_on + *(.share.mem) + *(.gnu.linkonce.b.*) + *(COMMON) + COMMON 0x000000003ffb6edc 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(dport_access.o) + 0x000000003ffb6edc dport_access_end + 0x000000003ffb6ee4 dport_access_start + COMMON 0x000000003ffb6eec 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/heap/libheap.a(heap_caps_init.o) + 0x000000003ffb6eec registered_heaps + COMMON 0x000000003ffb6ef0 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/newlib/libnewlib.a(time.o) + 0x000000003ffb6ef0 s_microseconds_offset + COMMON 0x000000003ffb6ef8 0xa48 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + 0x000000003ffb6ef8 g_cnxMgr + 0x000000003ffb7930 wpa_crypto_funcs + COMMON 0x000000003ffb7940 0x1f8 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211.o) + 0x000000003ffb7940 xieee80211Queue + 0x000000003ffb7944 g_ic + COMMON 0x000000003ffb7b38 0x230 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_debug.o) + 0x000000003ffb7b38 g_dbg_cnt_hmac + COMMON 0x000000003ffb7d68 0x2c /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + 0x000000003ffb7d68 g_wifi_menuconfig + COMMON 0x000000003ffb7d94 0x114 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_scan.o) + 0x000000003ffb7d94 gScanStruct + COMMON 0x000000003ffb7ea8 0x14 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_sta.o) + 0x000000003ffb7ea8 sta_csa_timer + COMMON 0x000000003ffb7ebc 0x14 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_cnx.o) + 0x000000003ffb7ebc sta_con_timer + COMMON 0x000000003ffb7ed0 0x18 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + 0x000000003ffb7ed0 interface_mask + 0x000000003ffb7ed4 if_ctrl + COMMON 0x000000003ffb7ee8 0x20 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(lmac.o) + 0x000000003ffb7ee8 lmacConfMib + COMMON 0x000000003ffb7f08 0x1c4 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + 0x000000003ffb7f08 DefFreqCalTimer + 0x000000003ffb7f1c SigInMacISR + 0x000000003ffb80ac pp_sig_cnt + 0x000000003ffb80c8 xphyQueue + COMMON 0x000000003ffb80cc 0x6c4 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp_debug.o) + 0x000000003ffb80cc g_dbg_cnt_lmac + COMMON 0x000000003ffb8790 0x28 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(wdev.o) + 0x000000003ffb8790 wDevCtrl + COMMON 0x000000003ffb87b8 0x14 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_auth.o) + 0x000000003ffb87b8 resend_eapol + COMMON 0x000000003ffb87cc 0x20 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_ana.o) + 0x000000003ffb87cc freq_i2c_addr + 0x000000003ffb87d8 bt_wifi_chan_data + COMMON 0x000000003ffb87ec 0x328 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + 0x000000003ffb87ec phy_rxrf_dc + 0x000000003ffb8870 chip7_phy_init_ctrl + 0x000000003ffb88e0 phy_rxbb_dc + 0x000000003ffb88f8 set_most_tpw + 0x000000003ffb88fc chip7_phy_api_ctrl + 0x000000003ffb8910 chip7_sleep_params + 0x000000003ffb89d4 phy_rx_gain_gen + COMMON 0x000000003ffb8b14 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(netdb.o) + 0x000000003ffb8b14 h_errno + COMMON 0x000000003ffb8b18 0x1b8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + 0x000000003ffb8b18 socket_multicast_memberships + COMMON 0x000000003ffb8cd0 0x3c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip.o) + 0x000000003ffb8cd0 ip_data + COMMON 0x000000003ffb8d0c 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(netif.o) + 0x000000003ffb8d0c netif_default + 0x000000003ffb8d10 netif_list + COMMON 0x000000003ffb8d14 0x1 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(pbuf.o) + 0x000000003ffb8d14 pbuf_free_ooseq_pending + *fill* 0x000000003ffb8d15 0x3 + COMMON 0x000000003ffb8d18 0x15 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp.o) + 0x000000003ffb8d18 tcp_tw_pcbs + 0x000000003ffb8d1c tcp_ticks + 0x000000003ffb8d20 tcp_listen_pcbs + 0x000000003ffb8d24 tcp_active_pcbs + 0x000000003ffb8d28 tcp_bound_pcbs + 0x000000003ffb8d2c tcp_active_pcbs_changed + *fill* 0x000000003ffb8d2d 0x3 + COMMON 0x000000003ffb8d30 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp_in.o) + 0x000000003ffb8d30 tcp_input_pcb + COMMON 0x000000003ffb8d34 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(udp.o) + 0x000000003ffb8d34 udp_pcbs + COMMON 0x000000003ffb8d38 0x37 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcp.o) + 0x000000003ffb8d38 dhcp_rx_options_val + 0x000000003ffb8d64 dhcp_rx_options_given + *fill* 0x000000003ffb8d6f 0x1 + COMMON 0x000000003ffb8d70 0x3d0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(nd6.o) + 0x000000003ffb8d70 neighbor_cache + 0x000000003ffb8f00 prefix_list + 0x000000003ffb8f8c destination_cache + 0x000000003ffb911c default_router_list + COMMON 0x000000003ffb9140 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(vfs_lwip.o) + 0x000000003ffb9140 lwip_socket_offset + COMMON 0x000000003ffb9144 0x4 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libcore.a(misc_nvs.o) + 0x000000003ffb9144 g_misc_nvs + 0x000000003ffb9148 . = ALIGN (0x8) + 0x000000003ffb9148 _bss_end = ABSOLUTE (.) + 0x000000003ffb9148 _heap_start = ABSOLUTE (.) + +.flash.rodata 0x000000003f400020 0x17244 + 0x000000003f400020 _rodata_start = ABSOLUTE (.) + *(.rodata) + .rodata 0x000000003f400020 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(cpu_start.o) + .rodata 0x000000003f400034 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(clk.o) + *fill* 0x000000003f400038 0x8 + .rodata 0x000000003f400040 0x24 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(xtensa_vectors.o) + 0x000000003f400040 _xt_coproc_sa_offset + .rodata 0x000000003f400064 0xa0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/main/libmain.a(app_main.o) + .rodata 0x000000003f400104 0x2c0 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-svfprintf.o) + .rodata 0x000000003f4003c4 0x2c0 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-vfiprintf.o) + .rodata 0x000000003f400684 0x2c0 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-vfprintf.o) + *fill* 0x000000003f400944 0x4 + .rodata 0x000000003f400948 0x128 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-mprec.o) + 0x000000003f400958 __mprec_tinytens + 0x000000003f400980 __mprec_bigtens + 0x000000003f4009a8 __mprec_tens + .rodata 0x000000003f400a70 0x498 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-svfiprintf.o) + 0x000000003f400d30 __action_table + 0x000000003f400d9c __state_table + 0x000000003f400e08 __chclass + .rodata 0x000000003f400f08 0x20 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/libhal.a(interrupts--intlevel.o) + 0x000000003f400f08 Xthal_intlevel + .rodata 0x000000003f400f28 0x3 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_hostap.o) + *fill* 0x000000003f400f2b 0x1 + .rodata 0x000000003f400f2c 0x4 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_input.o) + .rodata 0x000000003f400f30 0x6 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + *fill* 0x000000003f400f36 0x2 + .rodata 0x000000003f400f38 0x6c /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + .rodata 0x000000003f400fa4 0xd0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(trc.o) + .rodata 0x000000003f401074 0xc /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_common.o) + .rodata 0x000000003f401080 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + .rodata 0x000000003f401084 0x5 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509_crt.o) + *fill* 0x000000003f401089 0x3 + .rodata 0x000000003f40108c 0x2e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(oid.o) + *fill* 0x000000003f4010ba 0x2 + .rodata 0x000000003f4010bc 0x2 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(sha1-internal.o) + *fill* 0x000000003f4010be 0x2 + .rodata 0x000000003f4010c0 0x34 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(unwind-dw2-xtensa.o) + .rodata 0x000000003f4010f4 0x34 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(unwind-dw2-fde.o) + *(.rodata.*) + .rodata.str1.4 + 0x000000003f401128 0x23b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(cpu_start.o) + 0x243 (size before relaxing) + *fill* 0x000000003f401363 0x1 + .rodata.__func__$7727 + 0x000000003f401364 0xa /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(cpu_start.o) + *fill* 0x000000003f40136e 0x2 + .rodata.__func__$7708 + 0x000000003f401370 0x13 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(cpu_start.o) + *fill* 0x000000003f401383 0x1 + .rodata.str1.4 + 0x000000003f401384 0x76 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(crosscore_int.o) + *fill* 0x000000003f4013fa 0x2 + .rodata.__func__$5438 + 0x000000003f4013fc 0x17 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(crosscore_int.o) + *fill* 0x000000003f401413 0x1 + .rodata.__func__$5433 + 0x000000003f401414 0x17 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(crosscore_int.o) + *fill* 0x000000003f40142b 0x1 + .rodata.str1.4 + 0x000000003f40142c 0x52 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(dport_access.o) + 0x66 (size before relaxing) + *fill* 0x000000003f40147e 0x2 + .rodata.__func__$5471 + 0x000000003f401480 0x1a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(dport_access.o) + *fill* 0x000000003f40149a 0x2 + .rodata.__func__$5455 + 0x000000003f40149c 0x25 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(dport_access.o) + *fill* 0x000000003f4014c1 0x3 + .rodata.str1.4 + 0x000000003f4014c4 0x9e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(esp_timer.o) + 0xae (size before relaxing) + *fill* 0x000000003f401562 0x2 + .rodata.__func__$5196 + 0x000000003f401564 0xb /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(esp_timer.o) + *fill* 0x000000003f40156f 0x1 + .rodata.__func__$5172 + 0x000000003f401570 0xd /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(esp_timer.o) + *fill* 0x000000003f40157d 0x3 + .rodata.str1.4 + 0x000000003f401580 0x16e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(esp_timer_esp32.o) + *fill* 0x000000003f4016ee 0x2 + .rodata.__func__$5339 + 0x000000003f4016f0 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(esp_timer_esp32.o) + .rodata.__func__$5305 + 0x000000003f401704 0x19 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(esp_timer_esp32.o) + *fill* 0x000000003f40171d 0x3 + .rodata.str1.4 + 0x000000003f401720 0xdc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(intr_alloc.o) + .rodata.__func__$5355 + 0x000000003f4017fc 0x11 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(intr_alloc.o) + *fill* 0x000000003f40180d 0x3 + .rodata.__func__$5269 + 0x000000003f401810 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(intr_alloc.o) + .rodata.__func__$5234 + 0x000000003f401824 0x15 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(intr_alloc.o) + *fill* 0x000000003f401839 0x3 + .rodata.int_desc + 0x000000003f40183c 0x200 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(intr_alloc.o) + .rodata.str1.4 + 0x000000003f401a3c 0x66 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(ipc.o) + 0x76 (size before relaxing) + *fill* 0x000000003f401aa2 0x2 + .rodata.__func__$5258 + 0x000000003f401aa4 0x9 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(ipc.o) + *fill* 0x000000003f401aad 0x3 + .rodata.__func__$5267 + 0x000000003f401ab0 0xd /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(ipc.o) + *fill* 0x000000003f401abd 0x3 + .rodata.str1.4 + 0x000000003f401ac0 0x4fa /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(system_api.o) + *fill* 0x000000003f401fba 0x2 + .rodata.__func__$6824 + 0x000000003f401fbc 0x12 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(system_api.o) + *fill* 0x000000003f401fce 0x2 + .rodata.str1.4 + 0x000000003f401fd0 0x185 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(task_wdt.o) + *fill* 0x000000003f402155 0x3 + .rodata.__func__$5740 + 0x000000003f402158 0x11 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(task_wdt.o) + *fill* 0x000000003f402169 0x3 + .rodata.__func__$5724 + 0x000000003f40216c 0x12 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(task_wdt.o) + *fill* 0x000000003f40217e 0x2 + .rodata.str1.4 + 0x000000003f402180 0xbe /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(brownout.o) + *fill* 0x000000003f40223e 0x2 + .rodata.__func__$4741 + 0x000000003f402240 0x12 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(brownout.o) + *fill* 0x000000003f402252 0x2 + .rodata.str1.4 + 0x000000003f402254 0x155 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(clk.o) + 0x3c8 (size before relaxing) + *fill* 0x000000003f4023a9 0x3 + .rodata.__func__$3984 + 0x000000003f4023ac 0xd /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(clk.o) + *fill* 0x000000003f4023b9 0x3 + .rodata.str1.4 + 0x000000003f4023bc 0x15f /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(port.o) + *fill* 0x000000003f40251b 0x1 + .rodata.__func__$5073 + 0x000000003f40251c 0x21 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(port.o) + *fill* 0x000000003f40253d 0x3 + .rodata.__func__$5068 + 0x000000003f402540 0x21 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(port.o) + *fill* 0x000000003f402561 0x3 + .rodata.str1.4 + 0x000000003f402564 0x46 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(queue.o) + 0x64 (size before relaxing) + *fill* 0x000000003f4025aa 0x2 + .rodata.__FUNCTION__$5407 + 0x000000003f4025ac 0xd /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(queue.o) + *fill* 0x000000003f4025b9 0x3 + .rodata.__FUNCTION__$5390 + 0x000000003f4025bc 0x17 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(queue.o) + *fill* 0x000000003f4025d3 0x1 + .rodata.__FUNCTION__$5375 + 0x000000003f4025d4 0x15 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(queue.o) + *fill* 0x000000003f4025e9 0x3 + .rodata.__FUNCTION__$5365 + 0x000000003f4025ec 0x15 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(queue.o) + *fill* 0x000000003f402601 0x3 + .rodata.__FUNCTION__$5354 + 0x000000003f402604 0x12 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(queue.o) + *fill* 0x000000003f402616 0x2 + .rodata.__FUNCTION__$5346 + 0x000000003f402618 0x19 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(queue.o) + *fill* 0x000000003f402631 0x3 + .rodata.__FUNCTION__$5473 + 0x000000003f402634 0x1b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(queue.o) + *fill* 0x000000003f40264f 0x1 + .rodata.__FUNCTION__$5335 + 0x000000003f402650 0x12 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(queue.o) + *fill* 0x000000003f402662 0x2 + .rodata.__FUNCTION__$5324 + 0x000000003f402664 0x1e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(queue.o) + *fill* 0x000000003f402682 0x2 + .rodata.__FUNCTION__$5318 + 0x000000003f402684 0x19 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(queue.o) + *fill* 0x000000003f40269d 0x3 + .rodata.__FUNCTION__$5311 + 0x000000003f4026a0 0x19 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(queue.o) + *fill* 0x000000003f4026b9 0x3 + .rodata.__FUNCTION__$5284 + 0x000000003f4026bc 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(queue.o) + .rodata.__FUNCTION__$5275 + 0x000000003f4026d0 0x13 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(queue.o) + *fill* 0x000000003f4026e3 0x1 + .rodata.str1.4 + 0x000000003f4026e4 0x6d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + 0x185 (size before relaxing) + *fill* 0x000000003f402751 0x3 + .rodata.__func__$5829 + 0x000000003f402754 0x21 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + *fill* 0x000000003f402775 0x3 + .rodata.__func__$5824 + 0x000000003f402778 0x21 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + *fill* 0x000000003f402799 0x3 + .rodata.__FUNCTION__$5786 + 0x000000003f40279c 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + .rodata.__FUNCTION__$5661 + 0x000000003f4027b4 0x15 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + *fill* 0x000000003f4027c9 0x3 + .rodata.__FUNCTION__$5655 + 0x000000003f4027cc 0x15 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + *fill* 0x000000003f4027e1 0x3 + .rodata.__FUNCTION__$5651 + 0x000000003f4027e4 0x22 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + *fill* 0x000000003f402806 0x2 + .rodata.__FUNCTION__$5641 + 0x000000003f402808 0x19 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + *fill* 0x000000003f402821 0x3 + .rodata.__FUNCTION__$5632 + 0x000000003f402824 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + .rodata.__FUNCTION__$5619 + 0x000000003f402844 0x16 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + *fill* 0x000000003f40285a 0x2 + .rodata.ucExpectedStackBytes$5591 + 0x000000003f40285c 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + .rodata.__FUNCTION__$5583 + 0x000000003f402870 0x13 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + *fill* 0x000000003f402883 0x1 + .rodata.__FUNCTION__$5574 + 0x000000003f402884 0x1d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + *fill* 0x000000003f4028a1 0x3 + .rodata.__FUNCTION__$5565 + 0x000000003f4028a4 0x12 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + *fill* 0x000000003f4028b6 0x2 + .rodata.__FUNCTION__$5543 + 0x000000003f4028b8 0xf /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + *fill* 0x000000003f4028c7 0x1 + .rodata.__FUNCTION__$5525 + 0x000000003f4028c8 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + .rodata.__FUNCTION__$5463 + 0x000000003f4028dc 0xb /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + *fill* 0x000000003f4028e7 0x1 + .rodata.__FUNCTION__$5750 + 0x000000003f4028e8 0xd /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + *fill* 0x000000003f4028f5 0x3 + .rodata.__FUNCTION__$5754 + 0x000000003f4028f8 0xd /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + *fill* 0x000000003f402905 0x3 + .rodata.__FUNCTION__$5448 + 0x000000003f402908 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + .rodata.__FUNCTION__$5441 + 0x000000003f402914 0x19 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + *fill* 0x000000003f40292d 0x3 + .rodata.str1.4 + 0x000000003f402930 0x50 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(timers.o) + 0x6c (size before relaxing) + .rodata.prvProcessReceivedCommands + 0x000000003f402980 0x28 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(timers.o) + .rodata.__FUNCTION__$5298 + 0x000000003f4029a8 0x1d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(timers.o) + *fill* 0x000000003f4029c5 0x3 + .rodata.__FUNCTION__$5267 + 0x000000003f4029c8 0x1b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(timers.o) + *fill* 0x000000003f4029e3 0x1 + .rodata.__FUNCTION__$5229 + 0x000000003f4029e4 0x17 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(timers.o) + *fill* 0x000000003f4029fb 0x1 + .rodata.__FUNCTION__$5291 + 0x000000003f4029fc 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(timers.o) + .rodata.__FUNCTION__$5181 + 0x000000003f402a10 0x16 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(timers.o) + *fill* 0x000000003f402a26 0x2 + .rodata.str1.4 + 0x000000003f402a28 0x23 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(xtensa_intr.o) + *fill* 0x000000003f402a4b 0x1 + .rodata.str1.4 + 0x000000003f402a4c 0x1b0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/heap/libheap.a(heap_caps_init.o) + .rodata.__func__$5239 + 0x000000003f402bfc 0xf /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/heap/libheap.a(heap_caps_init.o) + *fill* 0x000000003f402c0b 0x1 + .rodata.str1.4 + 0x000000003f402c0c 0x228 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/heap/libheap.a(heap_caps.o) + .rodata.__func__$5025 + 0x000000003f402e34 0x12 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/heap/libheap.a(heap_caps.o) + *fill* 0x000000003f402e46 0x2 + .rodata.__func__$5018 + 0x000000003f402e48 0xf /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/heap/libheap.a(heap_caps.o) + *fill* 0x000000003f402e57 0x1 + .rodata.__func__$4930 + 0x000000003f402e58 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/heap/libheap.a(heap_caps.o) + .rodata.str1.4 + 0x000000003f402e70 0xa2 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/log/liblog.a(log.o) + 0xaa (size before relaxing) + *fill* 0x000000003f402f12 0x2 + .rodata.str1.4 + 0x000000003f402f14 0x487 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/main/libmain.a(app_main.o) + 0x493 (size before relaxing) + *fill* 0x000000003f40339b 0x1 + .rodata.mqtt_event_handler + 0x000000003f40339c 0x1c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/main/libmain.a(app_main.o) + .rodata.__func__$7337 + 0x000000003f4033b8 0xa /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/main/libmain.a(app_main.o) + .rodata.str1.1 + 0x000000003f4033c2 0x3c /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-assert.o) + 0x3d (size before relaxing) + .rodata.str1.1 + 0x000000003f4033fe 0x3c /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-puts.o) + 0x2 (size before relaxing) + .rodata.str1.1 + 0x000000003f4033fe 0x34 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-svfprintf.o) + .rodata.str1.1 + 0x000000003f403432 0x22 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-vfiprintf.o) + .rodata.str1.1 + 0x000000003f403432 0x34 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-vfprintf.o) + .rodata.str1.1 + 0x000000003f403432 0xd /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-dtoa.o) + 0xf (size before relaxing) + .rodata.str1.1 + 0x000000003f40343f 0x22 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-svfiprintf.o) + *fill* 0x000000003f40343f 0x1 + .rodata.str1.4 + 0x000000003f403440 0x44 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/newlib/libnewlib.a(locks.o) + 0x60 (size before relaxing) + .rodata.__FUNCTION__$5120 + 0x000000003f403484 0x15 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/newlib/libnewlib.a(locks.o) + *fill* 0x000000003f403499 0x3 + .rodata.__FUNCTION__$5113 + 0x000000003f40349c 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/newlib/libnewlib.a(locks.o) + .rodata.str1.4 + 0x000000003f4034a8 0x2 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/newlib/libnewlib.a(reent_init.o) + *fill* 0x000000003f4034aa 0x2 + .rodata.str1.4 + 0x000000003f4034ac 0x161 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + *fill* 0x000000003f40360d 0x3 + .rodata._ZZL19nvs_get_str_or_blobjN3nvs8ItemTypeEPKcPvPjE8__func__ + 0x000000003f403610 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + .rodata._ZZ7nvs_getIjEijPKcPT_E8__func__ + 0x000000003f403624 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + .rodata._ZZ7nvs_getItEijPKcPT_E8__func__ + 0x000000003f40362c 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + .rodata._ZZ7nvs_getIhEijPKcPT_E8__func__ + 0x000000003f403634 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + .rodata._ZZ7nvs_getIaEijPKcPT_E8__func__ + 0x000000003f40363c 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + .rodata._ZZ12nvs_set_blobE8__func__ + 0x000000003f403644 0xd /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + *fill* 0x000000003f403651 0x3 + .rodata._ZZ7nvs_setIjEijPKcT_E8__func__ + 0x000000003f403654 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + .rodata._ZZ7nvs_setItEijPKcT_E8__func__ + 0x000000003f40365c 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + .rodata._ZZ7nvs_setIhEijPKcT_E8__func__ + 0x000000003f403664 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + .rodata._ZZ7nvs_setIaEijPKcT_E8__func__ + 0x000000003f40366c 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + .rodata._ZZ9nvs_closeE8__func__ + 0x000000003f403674 0xa /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + *fill* 0x000000003f40367e 0x2 + .rodata._ZZ23nvs_open_from_partitionE8__func__ + 0x000000003f403680 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + .rodata.str1.4 + 0x000000003f403698 0x16d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_storage.o) + *fill* 0x000000003f403805 0x3 + .rodata._ZZN3nvs7Storage9writeItemEhNS_8ItemTypeEPKcPKvjE19__PRETTY_FUNCTION__ + 0x000000003f403808 0x5c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_storage.o) + .rodata._ZZN3nvs4Item8getValueIhEEvRT_E19__PRETTY_FUNCTION__ + 0x000000003f403864 0x36 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_storage.o) + *fill* 0x000000003f40389a 0x2 + .rodata.str1.4 + 0x000000003f40389c 0x8c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_item_hash_list.o) + .rodata._ZZN3nvs8HashList5eraseEjE19__PRETTY_FUNCTION__ + 0x000000003f403928 0x22 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_item_hash_list.o) + *fill* 0x000000003f40394a 0x2 + .rodata.str1.4 + 0x000000003f40394c 0x32c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_page.o) + 0x3ae (size before relaxing) + .rodata._ZZN3nvs4Page20alterEntryRangeStateEjjNS0_10EntryStateEE19__PRETTY_FUNCTION__ + 0x000000003f403c78 0x51 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_page.o) + *fill* 0x000000003f403cc9 0x3 + .rodata._ZZN19CompressedEnumTableIN3nvs4Page10EntryStateELj2ELj126EE3setEjS2_E19__PRETTY_FUNCTION__ + 0x000000003f403ccc 0xb4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_page.o) + .rodata._ZZN3nvs4Page15alterEntryStateEjNS0_10EntryStateEE19__PRETTY_FUNCTION__ + 0x000000003f403d80 0x44 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_page.o) + .rodata._ZZN3nvs4Page10initializeEvE19__PRETTY_FUNCTION__ + 0x000000003f403dc4 0x22 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_page.o) + *fill* 0x000000003f403de6 0x2 + .rodata._ZZN3nvs4Page15mLoadEntryTableEvE19__PRETTY_FUNCTION__ + 0x000000003f403de8 0x27 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_page.o) + *fill* 0x000000003f403e0f 0x1 + .rodata._ZZN3nvs4Page8moveItemERS0_E19__PRETTY_FUNCTION__ + 0x000000003f403e10 0x2a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_page.o) + *fill* 0x000000003f403e3a 0x2 + .rodata._ZZN3nvs4Page20updateFirstUsedEntryEjjE19__PRETTY_FUNCTION__ + 0x000000003f403e3c 0x35 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_page.o) + *fill* 0x000000003f403e71 0x3 + .rodata._ZZNK19CompressedEnumTableIN3nvs4Page10EntryStateELj2ELj126EE3getEjE19__PRETTY_FUNCTION__ + 0x000000003f403e74 0xb4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_page.o) + .rodata._ZZN3nvs4Page17eraseEntryAndSpanEjE19__PRETTY_FUNCTION__ + 0x000000003f403f28 0x2f /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_page.o) + *fill* 0x000000003f403f57 0x1 + .rodata._ZZN3nvs4Page9writeItemEhNS_8ItemTypeEPKcPKvjE19__PRETTY_FUNCTION__ + 0x000000003f403f58 0x59 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_page.o) + *fill* 0x000000003f403fb1 0x3 + .rodata._ZZN3nvs4Page14writeEntryDataEPKhjE19__PRETTY_FUNCTION__ + 0x000000003f403fb4 0x3c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_page.o) + .rodata._ZZNK3nvs4Page15getEntryAddressEjE19__PRETTY_FUNCTION__ + 0x000000003f403ff0 0x32 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_page.o) + *fill* 0x000000003f404022 0x2 + .rodata.str1.4 + 0x000000003f404024 0xad /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_pagemanager.o) + *fill* 0x000000003f4040d1 0x3 + .rodata._ZZN3nvs11PageManager14requestNewPageEvE19__PRETTY_FUNCTION__ + 0x000000003f4040d4 0x2d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_pagemanager.o) + *fill* 0x000000003f404101 0x3 + .rodata._ZZN3nvs11PageManager4loadEjjE19__PRETTY_FUNCTION__ + 0x000000003f404104 0x35 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_pagemanager.o) + *fill* 0x000000003f404139 0x3 + .rodata.str1.4 + 0x000000003f40413c 0x277 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/pthread/libpthread.a(pthread.o) + *fill* 0x000000003f4043b3 0x1 + .rodata.__FUNCTION__$5833 + 0x000000003f4043b4 0xf /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/pthread/libpthread.a(pthread.o) + *fill* 0x000000003f4043c3 0x1 + .rodata.str1.4 + 0x000000003f4043c4 0x61 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/pthread/libpthread.a(pthread_local_storage.o) + *fill* 0x000000003f404425 0x3 + .rodata.__func__$5659 + 0x000000003f404428 0x2e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/pthread/libpthread.a(pthread_local_storage.o) + *fill* 0x000000003f404456 0x2 + .rodata.soc_reserved_region_count + 0x000000003f404458 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(soc_memory_layout.o) + 0x000000003f404458 soc_reserved_region_count + .rodata.soc_reserved_regions + 0x000000003f40445c 0x30 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(soc_memory_layout.o) + 0x000000003f40445c soc_reserved_regions + .rodata.soc_memory_region_count + 0x000000003f40448c 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(soc_memory_layout.o) + 0x000000003f40448c soc_memory_region_count + .rodata.soc_memory_regions + 0x000000003f404490 0x2c0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(soc_memory_layout.o) + 0x000000003f404490 soc_memory_regions + .rodata.str1.4 + 0x000000003f404750 0x9f /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(soc_memory_layout.o) + 0xaf (size before relaxing) + *fill* 0x000000003f4047ef 0x1 + .rodata.soc_memory_types + 0x000000003f4047f0 0x140 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(soc_memory_layout.o) + 0x000000003f4047f0 soc_memory_types + .rodata.str1.4 + 0x000000003f404930 0x123 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(cache_utils.o) + *fill* 0x000000003f404a53 0x1 + .rodata.__func__$5577 + 0x000000003f404a54 0x31 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(cache_utils.o) + *fill* 0x000000003f404a85 0x3 + .rodata.__func__$5568 + 0x000000003f404a88 0x32 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(cache_utils.o) + *fill* 0x000000003f404aba 0x2 + .rodata.__func__$5552 + 0x000000003f404abc 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(cache_utils.o) + .rodata.str1.4 + 0x000000003f404ad0 0x76 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(partition.o) + *fill* 0x000000003f404b46 0x2 + .rodata.__func__$3499 + 0x000000003f404b48 0x12 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(partition.o) + *fill* 0x000000003f404b5a 0x2 + .rodata.__func__$3462 + 0x000000003f404b5c 0x13 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(partition.o) + *fill* 0x000000003f404b6f 0x1 + .rodata.str1.4 + 0x000000003f404b70 0x2d0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(spi_flash_rom_patch.o) + .rodata.__func__$2509 + 0x000000003f404e40 0x1b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(spi_flash_rom_patch.o) + *fill* 0x000000003f404e5b 0x1 + .rodata.__func__$2480 + 0x000000003f404e5c 0x27 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(spi_flash_rom_patch.o) + *fill* 0x000000003f404e83 0x1 + .rodata.str1.4 + 0x000000003f404e84 0x155 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(flash_mmap.o) + *fill* 0x000000003f404fd9 0x3 + .rodata.__func__$5658 + 0x000000003f404fdc 0x11 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(flash_mmap.o) + *fill* 0x000000003f404fed 0x3 + .rodata.__func__$5649 + 0x000000003f404ff0 0x15 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(flash_mmap.o) + *fill* 0x000000003f405005 0x3 + .rodata.str1.4 + 0x000000003f405008 0x982 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_lwip.o) + *fill* 0x000000003f40598a 0x2 + .rodata.__func__$7653 + 0x000000003f40598c 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_lwip.o) + .rodata.str1.4 + 0x000000003f4059a0 0x83 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/vfs/libvfs.a(vfs.o) + 0x85 (size before relaxing) + *fill* 0x000000003f405a23 0x1 + .rodata.__func__$3968 + 0x000000003f405a24 0xf /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/vfs/libvfs.a(vfs.o) + *fill* 0x000000003f405a33 0x1 + .rodata.str1.4 + 0x000000003f405a34 0xb2 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/vfs/libvfs.a(vfs_uart.o) + *fill* 0x000000003f405ae6 0x2 + .rodata.__func__$6457 + 0x000000003f405ae8 0xb /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/vfs/libvfs.a(vfs_uart.o) + *fill* 0x000000003f405af3 0x1 + .rodata.__func__$6473 + 0x000000003f405af4 0x11 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/vfs/libvfs.a(vfs_uart.o) + *fill* 0x000000003f405b05 0x3 + .rodata.__func__$6479 + 0x000000003f405b08 0xa /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/vfs/libvfs.a(vfs_uart.o) + *fill* 0x000000003f405b12 0x2 + .rodata.__func__$6495 + 0x000000003f405b14 0xb /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/vfs/libvfs.a(vfs_uart.o) + *fill* 0x000000003f405b1f 0x1 + .rodata.__func__$6491 + 0x000000003f405b20 0xb /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/vfs/libvfs.a(vfs_uart.o) + *fill* 0x000000003f405b2b 0x1 + .rodata.__func__$6501 + 0x000000003f405b2c 0xb /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/vfs/libvfs.a(vfs_uart.o) + *fill* 0x000000003f405b37 0x1 + .rodata.__func__$6508 + 0x000000003f405b38 0x1a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/vfs/libvfs.a(vfs_uart.o) + *fill* 0x000000003f405b52 0x2 + .rodata.s_uarts + 0x000000003f405b54 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/vfs/libvfs.a(vfs_uart.o) + .rodata._ZTSSt9exception + 0x000000003f405b60 0xd /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(new_op.o) + 0x000000003f405b60 _ZTSSt9exception + *fill* 0x000000003f405b6d 0x3 + .rodata._ZTISt9exception + 0x000000003f405b70 0x8 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(new_op.o) + 0x000000003f405b70 _ZTISt9exception + .rodata._ZTSSt9bad_alloc + 0x000000003f405b78 0xd /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(new_op.o) + 0x000000003f405b78 _ZTSSt9bad_alloc + *fill* 0x000000003f405b85 0x3 + .rodata._ZTISt9bad_alloc + 0x000000003f405b88 0xc /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(new_op.o) + 0x000000003f405b88 _ZTISt9bad_alloc + .rodata._ZTVN10__cxxabiv120__si_class_type_infoE + 0x000000003f405b94 0x2c /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(si_class_type_info.o) + 0x000000003f405b94 _ZTVN10__cxxabiv120__si_class_type_infoE + .rodata.str1.1 + 0x000000003f405bc0 0xf /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(bad_alloc.o) + *fill* 0x000000003f405bcf 0x1 + .rodata._ZTVSt9bad_alloc + 0x000000003f405bd0 0x14 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(bad_alloc.o) + 0x000000003f405bd0 _ZTVSt9bad_alloc + .rodata._ZTVN10__cxxabiv117__class_type_infoE + 0x000000003f405be4 0x2c /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(class_type_info.o) + 0x000000003f405be4 _ZTVN10__cxxabiv117__class_type_infoE + .rodata._ZL28read_encoded_value_with_basehjPKhPj + 0x000000003f405c10 0x34 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_personality.o) + .rodata.str1.4 + 0x000000003f405c44 0x33f /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/app_update/libapp_update.a(esp_ota_ops.o) + 0x34b (size before relaxing) + *fill* 0x000000003f405f83 0x1 + .rodata.__func__$5612 + 0x000000003f405f84 0x1e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/app_update/libapp_update.a(esp_ota_ops.o) + *fill* 0x000000003f405fa2 0x2 + .rodata.get_clk_en_mask + 0x000000003f405fa4 0x78 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(periph_ctrl.o) + .rodata.get_rst_en_mask + 0x000000003f40601c 0x78 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(periph_ctrl.o) + .rodata.str1.4 + 0x000000003f406094 0x8df /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + *fill* 0x000000003f406973 0x1 + .rodata.__FUNCTION__$7184 + 0x000000003f406974 0x12 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + *fill* 0x000000003f406986 0x2 + .rodata.rtc_gpio_desc + 0x000000003f406988 0x820 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + 0x000000003f406988 rtc_gpio_desc + .rodata.str1.4 + 0x000000003f4071a8 0xf9 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(timer.o) + *fill* 0x000000003f4072a1 0x3 + .rodata.__FUNCTION__$5369 + 0x000000003f4072a4 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(timer.o) + .rodata.TG 0x000000003f4072bc 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(timer.o) + .rodata.str1.4 + 0x000000003f4072c4 0x11a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(event_loop.o) + 0x122 (size before relaxing) + *fill* 0x000000003f4073de 0x2 + .rodata.g_wifi_default_wpa_crypto_funcs + 0x000000003f4073e0 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(fast_crypto_ops.o) + 0x000000003f4073e0 g_wifi_default_wpa_crypto_funcs + .rodata.str1.4 + 0x000000003f4073f0 0x828 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(event_default_handlers.o) + 0x830 (size before relaxing) + .rodata.esp_system_event_debug + 0x000000003f407c18 0x60 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(event_default_handlers.o) + .rodata.__FUNCTION__$6835 + 0x000000003f407c78 0x26 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(event_default_handlers.o) + *fill* 0x000000003f407c9e 0x2 + .rodata.__FUNCTION__$6844 + 0x000000003f407ca0 0x2a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(event_default_handlers.o) + *fill* 0x000000003f407cca 0x2 + .rodata.__FUNCTION__$6852 + 0x000000003f407ccc 0x2d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(event_default_handlers.o) + *fill* 0x000000003f407cf9 0x3 + .rodata.__FUNCTION__$6812 + 0x000000003f407cfc 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(event_default_handlers.o) + .rodata.__FUNCTION__$6822 + 0x000000003f407d1c 0x25 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(event_default_handlers.o) + *fill* 0x000000003f407d41 0x3 + .rodata.__FUNCTION__$6828 + 0x000000003f407d44 0x24 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(event_default_handlers.o) + .rodata.str1.4 + 0x000000003f407d68 0x169 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + *fill* 0x000000003f407ed1 0x3 + .rodata.__FUNCTION__$10638 + 0x000000003f407ed4 0x1d /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + *fill* 0x000000003f407ef1 0x3 + .rodata.__FUNCTION__$10631 + 0x000000003f407ef4 0x1b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + *fill* 0x000000003f407f0f 0x1 + .rodata.__FUNCTION__$10626 + 0x000000003f407f10 0x15 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + *fill* 0x000000003f407f25 0x3 + .rodata.__FUNCTION__$10588 + 0x000000003f407f28 0x11 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + *fill* 0x000000003f407f39 0x3 + .rodata.__FUNCTION__$10487 + 0x000000003f407f3c 0x14 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .rodata.__FUNCTION__$10413 + 0x000000003f407f50 0x11 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + *fill* 0x000000003f407f61 0x3 + .rodata.__FUNCTION__$10405 + 0x000000003f407f64 0xe /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + *fill* 0x000000003f407f72 0x2 + .rodata.__FUNCTION__$10396 + 0x000000003f407f74 0xf /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + *fill* 0x000000003f407f83 0x1 + .rodata.__FUNCTION__$10385 + 0x000000003f407f84 0x12 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + *fill* 0x000000003f407f96 0x2 + .rodata.str1.4 + 0x000000003f407f98 0xec /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211.o) + 0xf4 (size before relaxing) + .rodata.str1.4 + 0x000000003f408084 0x27 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_crypto.o) + 0x2f (size before relaxing) + *fill* 0x000000003f4080ab 0x1 + .rodata.str1.4 + 0x000000003f4080ac 0x83 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_hostap.o) + 0x9f (size before relaxing) + *fill* 0x000000003f40812f 0x1 + .rodata.str1.4 + 0x000000003f408130 0x230 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ht.o) + 0x24c (size before relaxing) + .rodata.str1.4 + 0x000000003f408360 0x4 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ie_vendor.o) + .rodata.str1.4 + 0x000000003f408360 0x12 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_input.o) + 0x2f (size before relaxing) + *fill* 0x000000003f408372 0x2 + .rodata.str1.4 + 0x000000003f408374 0x51a /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + 0x536 (size before relaxing) + *fill* 0x000000003f40888e 0x2 + .rodata.__FUNCTION__$10827 + 0x000000003f408890 0x14 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + .rodata.__FUNCTION__$10636 + 0x000000003f4088a4 0x1d /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + *fill* 0x000000003f4088c1 0x3 + .rodata.__FUNCTION__$10549 + 0x000000003f4088c4 0x20 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + .rodata.__FUNCTION__$10725 + 0x000000003f4088e4 0x13 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + *fill* 0x000000003f4088f7 0x1 + .rodata.__FUNCTION__$10847 + 0x000000003f4088f8 0x11 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + *fill* 0x000000003f408909 0x3 + .rodata.__FUNCTION__$10717 + 0x000000003f40890c 0xa /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + *fill* 0x000000003f408916 0x2 + .rodata.__FUNCTION__$10465 + 0x000000003f408918 0x16 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + *fill* 0x000000003f40892e 0x2 + .rodata.__FUNCTION__$10627 + 0x000000003f408930 0x1e /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + *fill* 0x000000003f40894e 0x2 + .rodata.__FUNCTION__$10605 + 0x000000003f408950 0x15 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + *fill* 0x000000003f408965 0x3 + .rodata.__FUNCTION__$10540 + 0x000000003f408968 0x1d /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + *fill* 0x000000003f408985 0x3 + .rodata.__FUNCTION__$10515 + 0x000000003f408988 0x15 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + *fill* 0x000000003f40899d 0x3 + .rodata.__FUNCTION__$10497 + 0x000000003f4089a0 0x17 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + *fill* 0x000000003f4089b7 0x1 + .rodata.g_op 0x000000003f4089b8 0xd0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + .rodata.ieee80211_mesh_quick_get + 0x000000003f408a88 0x30 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_mesh_quick.o) + .rodata.str1.4 + 0x000000003f408ab8 0x2b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_misc.o) + 0x47 (size before relaxing) + *fill* 0x000000003f408ae3 0x1 + .rodata.wifi_set_rx_policy + 0x000000003f408ae4 0x2c /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_misc.o) + .rodata.str1.4 + 0x000000003f408b10 0x187 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_nvs.o) + 0x1a3 (size before relaxing) + *fill* 0x000000003f408c97 0x1 + .rodata.wifi_nvs_set + 0x000000003f408c98 0x40 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_nvs.o) + .rodata.wifi_nvs_load + 0x000000003f408cd8 0x20 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_nvs.o) + .rodata.str1.4 + 0x000000003f408cf8 0x244 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_output.o) + 0x260 (size before relaxing) + .rodata.s_ac_param$9551 + 0x000000003f408f3c 0x18 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_output.o) + .rodata.param$9552 + 0x000000003f408f54 0x9 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_output.o) + *fill* 0x000000003f408f5d 0x3 + .rodata.info$9546 + 0x000000003f408f60 0x9 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_output.o) + *fill* 0x000000003f408f69 0x3 + .rodata.str1.4 + 0x000000003f408f6c 0x10 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_phy.o) + 0x2b (size before relaxing) + .rodata.ieee80211_11g_table + 0x000000003f408f7c 0xd4 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_phy.o) + .rodata.ieee80211_11b_table + 0x000000003f409050 0xd4 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_phy.o) + .rodata.str1.4 + 0x000000003f409124 0x84 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_scan.o) + 0xa0 (size before relaxing) + .rodata.str1.4 + 0x000000003f4091a8 0xb6 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_sta.o) + 0xde (size before relaxing) + *fill* 0x000000003f40925e 0x2 + .rodata.ieee80211_sta_new_state + 0x000000003f409260 0x18 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_sta.o) + .rodata.state_desc$9673 + 0x000000003f409278 0x24 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_sta.o) + .rodata.str1.4 + 0x000000003f40929c 0x95 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_timer.o) + 0x9d (size before relaxing) + *fill* 0x000000003f409331 0x3 + .rodata.__FUNCTION__$9232 + 0x000000003f409334 0x18 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_timer.o) + .rodata.__FUNCTION__$9236 + 0x000000003f40934c 0x1a /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_timer.o) + *fill* 0x000000003f409366 0x2 + .rodata.__FUNCTION__$9240 + 0x000000003f409368 0x1d /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_timer.o) + *fill* 0x000000003f409385 0x3 + .rodata.__FUNCTION__$9244 + 0x000000003f409388 0xe /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_timer.o) + *fill* 0x000000003f409396 0x2 + .rodata.__FUNCTION__$9248 + 0x000000003f409398 0x15 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_timer.o) + *fill* 0x000000003f4093ad 0x3 + .rodata.__FUNCTION__$9252 + 0x000000003f4093b0 0x11 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_timer.o) + *fill* 0x000000003f4093c1 0x3 + .rodata.__FUNCTION__$9256 + 0x000000003f4093c4 0x14 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_timer.o) + .rodata.__FUNCTION__$9260 + 0x000000003f4093d8 0x1a /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_timer.o) + *fill* 0x000000003f4093f2 0x2 + .rodata.__FUNCTION__$9264 + 0x000000003f4093f4 0x14 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_timer.o) + .rodata.__FUNCTION__$9268 + 0x000000003f409408 0x16 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_timer.o) + *fill* 0x000000003f40941e 0x2 + .rodata.__FUNCTION__$9275 + 0x000000003f409420 0xf /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_timer.o) + *fill* 0x000000003f40942f 0x1 + .rodata.__FUNCTION__$9283 + 0x000000003f409430 0x18 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_timer.o) + .rodata.__FUNCTION__$9279 + 0x000000003f409448 0x10 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_timer.o) + .rodata.__FUNCTION__$9287 + 0x000000003f409458 0x1e /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_timer.o) + *fill* 0x000000003f409476 0x2 + .rodata.str1.4 + 0x000000003f409478 0x9 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_chm.o) + 0x27 (size before relaxing) + *fill* 0x000000003f409481 0x3 + .rodata.str1.4 + 0x000000003f409484 0x2e1 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_cnx.o) + 0x305 (size before relaxing) + *fill* 0x000000003f409765 0x3 + .rodata.str1.4 + 0x000000003f409768 0x13 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_action.o) + 0x2f (size before relaxing) + *fill* 0x000000003f40977b 0x1 + .rodata.str1.4 + 0x000000003f40977c 0x2a /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ets.o) + 0x32 (size before relaxing) + *fill* 0x000000003f4097a6 0x2 + .rodata.str1.4 + 0x000000003f4097a8 0x38 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + 0x40 (size before relaxing) + .rodata.str1.4 + 0x000000003f4097e0 0x156 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(lmac.o) + 0x15e (size before relaxing) + *fill* 0x000000003f409936 0x2 + .rodata.lmacProcessTxComplete + 0x000000003f409938 0x18 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(lmac.o) + .rodata.__FUNCTION__$7150 + 0x000000003f409950 0xc /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(lmac.o) + .rodata.__FUNCTION__$7113 + 0x000000003f40995c 0x13 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(lmac.o) + *fill* 0x000000003f40996f 0x1 + .rodata.__FUNCTION__$7096 + 0x000000003f409970 0x16 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(lmac.o) + *fill* 0x000000003f409986 0x2 + .rodata.__FUNCTION__$7084 + 0x000000003f409988 0x16 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(lmac.o) + *fill* 0x000000003f40999e 0x2 + .rodata.__FUNCTION__$7076 + 0x000000003f4099a0 0x16 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(lmac.o) + *fill* 0x000000003f4099b6 0x2 + .rodata.__FUNCTION__$7023 + 0x000000003f4099b8 0x16 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(lmac.o) + *fill* 0x000000003f4099ce 0x2 + .rodata.__FUNCTION__$7062 + 0x000000003f4099d0 0x19 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(lmac.o) + *fill* 0x000000003f4099e9 0x3 + .rodata.__FUNCTION__$6895 + 0x000000003f4099ec 0x21 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(lmac.o) + *fill* 0x000000003f409a0d 0x3 + .rodata.__FUNCTION__$7040 + 0x000000003f409a10 0x1a /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(lmac.o) + *fill* 0x000000003f409a2a 0x2 + .rodata.__FUNCTION__$6973 + 0x000000003f409a2c 0x15 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(lmac.o) + *fill* 0x000000003f409a41 0x3 + .rodata.__FUNCTION__$6946 + 0x000000003f409a44 0x1d /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(lmac.o) + *fill* 0x000000003f409a61 0x3 + .rodata.__FUNCTION__$6868 + 0x000000003f409a64 0x15 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(lmac.o) + *fill* 0x000000003f409a79 0x3 + .rodata.__FUNCTION__$7165 + 0x000000003f409a7c 0xb /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(lmac.o) + *fill* 0x000000003f409a87 0x1 + .rodata.__FUNCTION__$6926 + 0x000000003f409a88 0x21 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(lmac.o) + *fill* 0x000000003f409aa9 0x3 + .rodata.__FUNCTION__$6739 + 0x000000003f409aac 0x11 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(lmac.o) + *fill* 0x000000003f409abd 0x3 + .rodata.__FUNCTION__$6776 + 0x000000003f409ac0 0xf /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(lmac.o) + *fill* 0x000000003f409acf 0x1 + .rodata.__FUNCTION__$6848 + 0x000000003f409ad0 0x22 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(lmac.o) + *fill* 0x000000003f409af2 0x2 + .rodata.__FUNCTION__$6751 + 0x000000003f409af4 0x13 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(lmac.o) + *fill* 0x000000003f409b07 0x1 + .rodata.__FUNCTION__$6839 + 0x000000003f409b08 0x19 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(lmac.o) + *fill* 0x000000003f409b21 0x3 + .rodata.str1.4 + 0x000000003f409b24 0x4ff /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + 0x507 (size before relaxing) + *fill* 0x000000003f40a023 0x1 + .rodata.pm_rx_beacon_process + 0x000000003f40a024 0x20 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + .rodata.pm_task + 0x000000003f40a044 0x1c /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + .rodata.g_pm_state_desc + 0x000000003f40a060 0x20 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + .rodata.str1.4 + 0x000000003f40a080 0x1a8 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + 0x1b0 (size before relaxing) + .rodata.CSWTCH$210 + 0x000000003f40a228 0x3 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + *fill* 0x000000003f40a22b 0x1 + .rodata.__func__$9523 + 0x000000003f40a22c 0xd /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + *fill* 0x000000003f40a239 0x3 + .rodata.our_controls + 0x000000003f40a23c 0x158 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(rate_control.o) + .rodata.rc11NRate2SchedIdx + 0x000000003f40a394 0xac /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(trc.o) + .rodata.rssi_margin + 0x000000003f40a440 0x80 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(trc.o) + .rodata.rcUpdateAMPDUParam + 0x000000003f40a4c0 0x40 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(trc.o) + .rodata.rcUpdatePhyMode + 0x000000003f40a500 0x1c /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(trc.o) + .rodata.str1.4 + 0x000000003f40a51c 0xb4 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(trc.o) + 0xd4 (size before relaxing) + .rodata.CSWTCH$93 + 0x000000003f40a5d0 0x1e /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(trc.o) + *fill* 0x000000003f40a5ee 0x2 + .rodata.CSWTCH$63 + 0x000000003f40a5f0 0x2b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(trc.o) + *fill* 0x000000003f40a61b 0x1 + .rodata.CSWTCH$61 + 0x000000003f40a61c 0x2b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(trc.o) + *fill* 0x000000003f40a647 0x1 + .rodata.__FUNCTION__$7052 + 0x000000003f40a648 0x12 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(trc.o) + *fill* 0x000000003f40a65a 0x2 + .rodata.__FUNCTION__$6964 + 0x000000003f40a65c 0xa /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(trc.o) + *fill* 0x000000003f40a666 0x2 + .rodata.__FUNCTION__$6956 + 0x000000003f40a668 0x10 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(trc.o) + .rodata.__FUNCTION__$6950 + 0x000000003f40a678 0xb /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(trc.o) + *fill* 0x000000003f40a683 0x1 + .rodata.str1.4 + 0x000000003f40a684 0xe26 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(wdev.o) + 0xe46 (size before relaxing) + *fill* 0x000000003f40b4aa 0x2 + .rodata.__FUNCTION__$9116 + 0x000000003f40b4ac 0x14 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(wdev.o) + .rodata.__func__$9101 + 0x000000003f40b4c0 0xf /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(wdev.o) + *fill* 0x000000003f40b4cf 0x1 + .rodata.__func__$9040 + 0x000000003f40b4d0 0x15 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(wdev.o) + *fill* 0x000000003f40b4e5 0x3 + .rodata.__func__$9034 + 0x000000003f40b4e8 0x12 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(wdev.o) + *fill* 0x000000003f40b4fa 0x2 + .rodata.__func__$9016 + 0x000000003f40b4fc 0x15 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(wdev.o) + *fill* 0x000000003f40b511 0x3 + .rodata.__FUNCTION__$8984 + 0x000000003f40b514 0x14 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(wdev.o) + .rodata.__FUNCTION__$8844 + 0x000000003f40b528 0x11 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(wdev.o) + *fill* 0x000000003f40b539 0x3 + .rodata.__FUNCTION__$8585 + 0x000000003f40b53c 0x16 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(wdev.o) + *fill* 0x000000003f40b552 0x2 + .rodata.__FUNCTION__$8596 + 0x000000003f40b554 0x18 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(wdev.o) + .rodata.str1.4 + 0x000000003f40b56c 0x152 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(esf_buf.o) + 0x15a (size before relaxing) + *fill* 0x000000003f40b6be 0x2 + .rodata.str1.4 + 0x000000003f40b6c0 0x300 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_auth.o) + .rodata.wpa_sm_step + 0x000000003f40b9c0 0x2c /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_auth.o) + .rodata.wpa_receive + 0x000000003f40b9ec 0x1c /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_auth.o) + .rodata.__FUNCTION__$8383 + 0x000000003f40ba08 0x11 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_auth.o) + *fill* 0x000000003f40ba19 0x3 + .rodata.str1.4 + 0x000000003f40ba1c 0x44 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_auth_ie.o) + .rodata.str1.4 + 0x000000003f40ba60 0x371 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa.o) + 0x38d (size before relaxing) + *fill* 0x000000003f40bdd1 0x3 + .rodata.__FUNCTION__$7821 + 0x000000003f40bdd4 0x22 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa.o) + *fill* 0x000000003f40bdf6 0x2 + .rodata.__FUNCTION__$7866 + 0x000000003f40bdf8 0x20 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa.o) + .rodata.str1.4 + 0x000000003f40be18 0x55 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_common.o) + 0x5d (size before relaxing) + *fill* 0x000000003f40be6d 0x3 + .rodata.str1.4 + 0x000000003f40be70 0x86 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_ie.o) + 0xc0 (size before relaxing) + *fill* 0x000000003f40bef6 0x2 + .rodata.str1.4 + 0x000000003f40bef8 0x39 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_main.o) + 0x3d (size before relaxing) + *fill* 0x000000003f40bf31 0x3 + .rodata.__FUNCTION__$8288 + 0x000000003f40bf34 0x16 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_main.o) + *fill* 0x000000003f40bf4a 0x2 + .rodata.str1.4 + 0x000000003f40bf4c 0x82 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(ap_config.o) + 0x86 (size before relaxing) + *fill* 0x000000003f40bfce 0x2 + .rodata.str1.4 + 0x000000003f40bfd0 0xaa4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_client.o) + 0xab0 (size before relaxing) + .rodata.esp_mqtt_connect + 0x000000003f40ca74 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_client.o) + .rodata.mqtt_process_receive + 0x000000003f40ca8c 0x2c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_client.o) + .rodata.__func__$6870 + 0x000000003f40cab8 0xe /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_client.o) + *fill* 0x000000003f40cac6 0x2 + .rodata.__func__$6833 + 0x000000003f40cac8 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_client.o) + .rodata.__func__$6858 + 0x000000003f40cadc 0x15 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_client.o) + *fill* 0x000000003f40caf1 0x3 + .rodata.str1.4 + 0x000000003f40caf4 0x7 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_msg.o) + *fill* 0x000000003f40cafb 0x1 + .rodata.str1.4 + 0x000000003f40cafc 0xf2 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_outbox.o) + 0xfa (size before relaxing) + *fill* 0x000000003f40cbee 0x2 + .rodata.__func__$6347 + 0x000000003f40cbf0 0xf /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_outbox.o) + *fill* 0x000000003f40cbff 0x1 + .rodata.__func__$6337 + 0x000000003f40cc00 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_outbox.o) + .rodata.str1.4 + 0x000000003f40cc0c 0x7b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(platform_esp32_idf.o) + *fill* 0x000000003f40cc87 0x1 + .rodata.__func__$6123 + 0x000000003f40cc88 0x1a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(platform_esp32_idf.o) + *fill* 0x000000003f40cca2 0x2 + .rodata.str1.4 + 0x000000003f40cca4 0x5b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(transport.o) + 0x66 (size before relaxing) + *fill* 0x000000003f40ccff 0x1 + .rodata.__func__$6404 + 0x000000003f40cd00 0xf /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(transport.o) + *fill* 0x000000003f40cd0f 0x1 + .rodata.__func__$6381 + 0x000000003f40cd10 0x13 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(transport.o) + *fill* 0x000000003f40cd23 0x1 + .rodata.__func__$6375 + 0x000000003f40cd24 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(transport.o) + .rodata.str1.4 + 0x000000003f40cd38 0x32d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(transport_ssl.o) + 0x33d (size before relaxing) + *fill* 0x000000003f40d065 0x3 + .rodata.__func__$9040 + 0x000000003f40d068 0x13 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(transport_ssl.o) + *fill* 0x000000003f40d07b 0x1 + .rodata.str1.4 + 0x000000003f40d07c 0xc5 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(transport_tcp.o) + 0xd5 (size before relaxing) + *fill* 0x000000003f40d141 0x3 + .rodata.__func__$6418 + 0x000000003f40d144 0x13 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(transport_tcp.o) + *fill* 0x000000003f40d157 0x1 + .rodata.str1.4 + 0x000000003f40d158 0x4d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(event_groups.o) + 0x6c (size before relaxing) + *fill* 0x000000003f40d1a5 0x3 + .rodata.__FUNCTION__$5098 + 0x000000003f40d1a8 0x13 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(event_groups.o) + *fill* 0x000000003f40d1bb 0x1 + .rodata.__FUNCTION__$5078 + 0x000000003f40d1bc 0x15 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(event_groups.o) + *fill* 0x000000003f40d1d1 0x3 + .rodata.str1.4 + 0x000000003f40d1d4 0x8b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(netdb.o) + *fill* 0x000000003f40d25f 0x1 + .rodata.__func__$6572 + 0x000000003f40d260 0x11 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(netdb.o) + *fill* 0x000000003f40d271 0x3 + .rodata.lwip_getsockopt_impl + 0x000000003f40d274 0x40 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + .rodata.str1.4 + 0x000000003f40d2b4 0x27b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + *fill* 0x000000003f40d52f 0x1 + .rodata.event_callback + 0x000000003f40d530 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + .rodata.lwip_setsockopt_impl + 0x000000003f40d544 0x40 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + .rodata.__func__$7922 + 0x000000003f40d584 0x19 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + *fill* 0x000000003f40d59d 0x3 + .rodata.__func__$7819 + 0x000000003f40d5a0 0x19 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + *fill* 0x000000003f40d5b9 0x3 + .rodata.__func__$7715 + 0x000000003f40d5bc 0xd /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + *fill* 0x000000003f40d5c9 0x3 + .rodata.__func__$7738 + 0x000000003f40d5cc 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + .rodata.__func__$7651 + 0x000000003f40d5d8 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + .rodata.__func__$7569 + 0x000000003f40d5e4 0xe /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + *fill* 0x000000003f40d5f2 0x2 + .rodata.__func__$8058 + 0x000000003f40d5f4 0x28 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + .rodata.__func__$7510 + 0x000000003f40d61c 0xb /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + *fill* 0x000000003f40d627 0x1 + .rodata.__func__$7765 + 0x000000003f40d628 0xf /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + *fill* 0x000000003f40d637 0x1 + .rodata.err_to_errno_table + 0x000000003f40d638 0x44 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + .rodata.str1.4 + 0x000000003f40d67c 0x8c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcpip.o) + 0xa8 (size before relaxing) + .rodata.tcpip_thread + 0x000000003f40d708 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcpip.o) + .rodata.__func__$6456 + 0x000000003f40d71c 0xd /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcpip.o) + *fill* 0x000000003f40d729 0x3 + .rodata.__func__$6516 + 0x000000003f40d72c 0xb /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcpip.o) + *fill* 0x000000003f40d737 0x1 + .rodata.__func__$6493 + 0x000000003f40d738 0x13 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcpip.o) + *fill* 0x000000003f40d74b 0x1 + .rodata.str1.4 + 0x000000003f40d74c 0x40 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcpserver.o) + .rodata.magic_cookie + 0x000000003f40d78c 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcpserver.o) + .rodata.str1.4 + 0x000000003f40d790 0xb6 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dns.o) + *fill* 0x000000003f40d846 0x2 + .rodata.__func__$6371 + 0x000000003f40d848 0x9 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dns.o) + *fill* 0x000000003f40d851 0x3 + .rodata.__func__$6403 + 0x000000003f40d854 0xf /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dns.o) + *fill* 0x000000003f40d863 0x1 + .rodata.__func__$6425 + 0x000000003f40d864 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dns.o) + .rodata.ip_addr_any_type + 0x000000003f40d874 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip.o) + 0x000000003f40d874 ip_addr_any_type + .rodata.memp_pools + 0x000000003f40d888 0x48 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(memp.o) + 0x000000003f40d888 memp_pools + .rodata.memp_PBUF_POOL + 0x000000003f40d8d0 0x2 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(memp.o) + 0x000000003f40d8d0 memp_PBUF_POOL + *fill* 0x000000003f40d8d2 0x2 + .rodata.memp_PBUF + 0x000000003f40d8d4 0x2 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(memp.o) + 0x000000003f40d8d4 memp_PBUF + *fill* 0x000000003f40d8d6 0x2 + .rodata.memp_MLD6_GROUP + 0x000000003f40d8d8 0x2 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(memp.o) + 0x000000003f40d8d8 memp_MLD6_GROUP + *fill* 0x000000003f40d8da 0x2 + .rodata.memp_IP6_REASSDATA + 0x000000003f40d8dc 0x2 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(memp.o) + 0x000000003f40d8dc memp_IP6_REASSDATA + *fill* 0x000000003f40d8de 0x2 + .rodata.memp_ND6_QUEUE + 0x000000003f40d8e0 0x2 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(memp.o) + 0x000000003f40d8e0 memp_ND6_QUEUE + *fill* 0x000000003f40d8e2 0x2 + .rodata.memp_NETDB + 0x000000003f40d8e4 0x2 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(memp.o) + 0x000000003f40d8e4 memp_NETDB + *fill* 0x000000003f40d8e6 0x2 + .rodata.memp_SYS_TIMEOUT + 0x000000003f40d8e8 0x2 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(memp.o) + 0x000000003f40d8e8 memp_SYS_TIMEOUT + *fill* 0x000000003f40d8ea 0x2 + .rodata.memp_IGMP_GROUP + 0x000000003f40d8ec 0x2 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(memp.o) + 0x000000003f40d8ec memp_IGMP_GROUP + *fill* 0x000000003f40d8ee 0x2 + .rodata.memp_ARP_QUEUE + 0x000000003f40d8f0 0x2 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(memp.o) + 0x000000003f40d8f0 memp_ARP_QUEUE + *fill* 0x000000003f40d8f2 0x2 + .rodata.memp_TCPIP_MSG_INPKT + 0x000000003f40d8f4 0x2 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(memp.o) + 0x000000003f40d8f4 memp_TCPIP_MSG_INPKT + *fill* 0x000000003f40d8f6 0x2 + .rodata.memp_TCPIP_MSG_API + 0x000000003f40d8f8 0x2 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(memp.o) + 0x000000003f40d8f8 memp_TCPIP_MSG_API + *fill* 0x000000003f40d8fa 0x2 + .rodata.memp_NETCONN + 0x000000003f40d8fc 0x2 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(memp.o) + 0x000000003f40d8fc memp_NETCONN + *fill* 0x000000003f40d8fe 0x2 + .rodata.memp_NETBUF + 0x000000003f40d900 0x2 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(memp.o) + 0x000000003f40d900 memp_NETBUF + *fill* 0x000000003f40d902 0x2 + .rodata.memp_TCP_SEG + 0x000000003f40d904 0x2 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(memp.o) + 0x000000003f40d904 memp_TCP_SEG + *fill* 0x000000003f40d906 0x2 + .rodata.memp_TCP_PCB_LISTEN + 0x000000003f40d908 0x2 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(memp.o) + 0x000000003f40d908 memp_TCP_PCB_LISTEN + *fill* 0x000000003f40d90a 0x2 + .rodata.memp_TCP_PCB + 0x000000003f40d90c 0x2 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(memp.o) + 0x000000003f40d90c memp_TCP_PCB + *fill* 0x000000003f40d90e 0x2 + .rodata.memp_UDP_PCB + 0x000000003f40d910 0x2 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(memp.o) + 0x000000003f40d910 memp_UDP_PCB + *fill* 0x000000003f40d912 0x2 + .rodata.memp_RAW_PCB + 0x000000003f40d914 0x2 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(memp.o) + 0x000000003f40d914 memp_RAW_PCB + *fill* 0x000000003f40d916 0x2 + .rodata.str1.4 + 0x000000003f40d918 0x108 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(netif.o) + .rodata.__func__$6870 + 0x000000003f40da20 0xb /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(netif.o) + *fill* 0x000000003f40da2b 0x1 + .rodata.__func__$6852 + 0x000000003f40da2c 0x12 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(netif.o) + *fill* 0x000000003f40da3e 0x2 + .rodata.__func__$6766 + 0x000000003f40da40 0xa /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(netif.o) + *fill* 0x000000003f40da4a 0x2 + .rodata.str1.4 + 0x000000003f40da4c 0x431 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(pbuf.o) + 0x43d (size before relaxing) + *fill* 0x000000003f40de7d 0x3 + .rodata.pbuf_alloc + 0x000000003f40de80 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(pbuf.o) + .rodata.__func__$6782 + 0x000000003f40de94 0xa /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(pbuf.o) + *fill* 0x000000003f40de9e 0x2 + .rodata.__func__$6746 + 0x000000003f40dea0 0xa /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(pbuf.o) + *fill* 0x000000003f40deaa 0x2 + .rodata.__func__$6724 + 0x000000003f40deac 0x9 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(pbuf.o) + *fill* 0x000000003f40deb5 0x3 + .rodata.__func__$6695 + 0x000000003f40deb8 0xa /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(pbuf.o) + *fill* 0x000000003f40dec2 0x2 + .rodata.__func__$6678 + 0x000000003f40dec4 0x11 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(pbuf.o) + *fill* 0x000000003f40ded5 0x3 + .rodata.__func__$6666 + 0x000000003f40ded8 0xd /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(pbuf.o) + *fill* 0x000000003f40dee5 0x3 + .rodata.__func__$6646 + 0x000000003f40dee8 0xb /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(pbuf.o) + *fill* 0x000000003f40def3 0x1 + .rodata.str1.4 + 0x000000003f40def4 0x4ce /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp.o) + 0x4de (size before relaxing) + *fill* 0x000000003f40e3c2 0x2 + .rodata.tcp_close_shutdown + 0x000000003f40e3c4 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp.o) + .rodata.__func__$7009 + 0x000000003f40e3e4 0xf /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp.o) + *fill* 0x000000003f40e3f3 0x1 + .rodata.__func__$6993 + 0x000000003f40e3f4 0xe /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp.o) + *fill* 0x000000003f40e402 0x2 + .rodata.__func__$6987 + 0x000000003f40e404 0x9 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp.o) + *fill* 0x000000003f40e40d 0x3 + .rodata.__func__$6977 + 0x000000003f40e410 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp.o) + .rodata.__func__$6972 + 0x000000003f40e418 0x9 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp.o) + *fill* 0x000000003f40e421 0x3 + .rodata.__func__$6967 + 0x000000003f40e424 0x9 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp.o) + *fill* 0x000000003f40e42d 0x3 + .rodata.__func__$6809 + 0x000000003f40e430 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp.o) + .rodata.__func__$6758 + 0x000000003f40e43c 0xb /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp.o) + *fill* 0x000000003f40e447 0x1 + .rodata.__func__$6752 + 0x000000003f40e448 0x17 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp.o) + *fill* 0x000000003f40e45f 0x1 + .rodata.__func__$6703 + 0x000000003f40e460 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp.o) + .rodata.__func__$6665 + 0x000000003f40e46c 0x13 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp.o) + *fill* 0x000000003f40e47f 0x1 + .rodata.tcp_pcb_lists + 0x000000003f40e480 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp.o) + 0x000000003f40e480 tcp_pcb_lists + .rodata.tcp_persist_backoff + 0x000000003f40e490 0x7 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp.o) + 0x000000003f40e490 tcp_persist_backoff + *fill* 0x000000003f40e497 0x1 + .rodata.tcp_backoff + 0x000000003f40e498 0xd /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp.o) + 0x000000003f40e498 tcp_backoff + *fill* 0x000000003f40e4a5 0x3 + .rodata.str1.4 + 0x000000003f40e4a8 0x35a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp_in.o) + *fill* 0x000000003f40e802 0x2 + .rodata.tcp_process + 0x000000003f40e804 0x28 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp_in.o) + .rodata.__func__$6652 + 0x000000003f40e82c 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp_in.o) + .rodata.__func__$6598 + 0x000000003f40e838 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp_in.o) + .rodata.__func__$6559 + 0x000000003f40e844 0xa /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp_in.o) + *fill* 0x000000003f40e84e 0x2 + .rodata.str1.4 + 0x000000003f40e850 0x3f7 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp_out.o) + *fill* 0x000000003f40ec47 0x1 + .rodata.__func__$6721 + 0x000000003f40ec48 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp_out.o) + .rodata.__func__$6686 + 0x000000003f40ec50 0xb /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp_out.o) + *fill* 0x000000003f40ec5b 0x1 + .rodata.__func__$6560 + 0x000000003f40ec5c 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp_out.o) + .rodata.__func__$6659 + 0x000000003f40ec74 0x12 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp_out.o) + *fill* 0x000000003f40ec86 0x2 + .rodata.__func__$6578 + 0x000000003f40ec88 0x13 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp_out.o) + *fill* 0x000000003f40ec9b 0x1 + .rodata.__func__$6591 + 0x000000003f40ec9c 0x12 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp_out.o) + *fill* 0x000000003f40ecae 0x2 + .rodata.__func__$6600 + 0x000000003f40ecb0 0x11 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp_out.o) + *fill* 0x000000003f40ecc1 0x3 + .rodata.__func__$6626 + 0x000000003f40ecc4 0xa /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp_out.o) + *fill* 0x000000003f40ecce 0x2 + .rodata.str1.4 + 0x000000003f40ecd0 0x86 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(timers.o) + *fill* 0x000000003f40ed56 0x2 + .rodata.__func__$6988 + 0x000000003f40ed58 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(timers.o) + .rodata.str1.4 + 0x000000003f40ed64 0xb6 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(udp.o) + *fill* 0x000000003f40ee1a 0x2 + .rodata.__func__$6525 + 0x000000003f40ee1c 0x12 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(udp.o) + *fill* 0x000000003f40ee2e 0x2 + .rodata.__func__$6437 + 0x000000003f40ee30 0x16 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(udp.o) + *fill* 0x000000003f40ee46 0x2 + .rodata.__func__$6471 + 0x000000003f40ee48 0xa /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(udp.o) + *fill* 0x000000003f40ee52 0x2 + .rodata.str1.4 + 0x000000003f40ee54 0x4f4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcp.o) + .rodata.dhcp_parse_reply + 0x000000003f40f348 0xf0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcp.o) + .rodata.__func__$6661 + 0x000000003f40f438 0xa /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcp.o) + *fill* 0x000000003f40f442 0x2 + .rodata.__func__$6736 + 0x000000003f40f444 0x11 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcp.o) + *fill* 0x000000003f40f455 0x3 + .rodata.__func__$6758 + 0x000000003f40f458 0xa /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcp.o) + *fill* 0x000000003f40f462 0x2 + .rodata.__func__$6424 + 0x000000003f40f464 0x16 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcp.o) + *fill* 0x000000003f40f47a 0x2 + .rodata.__func__$6428 + 0x000000003f40f47c 0x16 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcp.o) + *fill* 0x000000003f40f492 0x2 + .rodata.__func__$6545 + 0x000000003f40f494 0xb /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcp.o) + *fill* 0x000000003f40f49f 0x1 + .rodata.__func__$6532 + 0x000000003f40f4a0 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcp.o) + .rodata.__func__$6526 + 0x000000003f40f4ac 0xd /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcp.o) + *fill* 0x000000003f40f4b9 0x3 + .rodata.__func__$6686 + 0x000000003f40f4bc 0x11 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcp.o) + *fill* 0x000000003f40f4cd 0x3 + .rodata.__func__$6800 + 0x000000003f40f4d0 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcp.o) + .rodata.__func__$6804 + 0x000000003f40f4e0 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcp.o) + .rodata.__func__$6676 + 0x000000003f40f4f4 0x11 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcp.o) + *fill* 0x000000003f40f505 0x3 + .rodata.__func__$6671 + 0x000000003f40f508 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcp.o) + .rodata.__func__$6695 + 0x000000003f40f514 0x15 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcp.o) + *fill* 0x000000003f40f529 0x3 + .rodata.__func__$6681 + 0x000000003f40f52c 0x12 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcp.o) + *fill* 0x000000003f40f53e 0x2 + .rodata.__func__$6782 + 0x000000003f40f540 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcp.o) + .rodata.dhcp_discover_select_options + 0x000000003f40f550 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcp.o) + .rodata.str1.4 + 0x000000003f40f55c 0x165 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(icmp.o) + *fill* 0x000000003f40f6c1 0x3 + .rodata.__func__$6320 + 0x000000003f40f6c4 0x13 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(icmp.o) + *fill* 0x000000003f40f6d7 0x1 + .rodata.__func__$6299 + 0x000000003f40f6d8 0xb /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(icmp.o) + *fill* 0x000000003f40f6e3 0x1 + .rodata.str1.4 + 0x000000003f40f6e4 0x2c9 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(igmp.o) + *fill* 0x000000003f40f9ad 0x3 + .rodata.__func__$6419 + 0x000000003f40f9b0 0xa /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(igmp.o) + *fill* 0x000000003f40f9ba 0x2 + .rodata.str1.4 + 0x000000003f40f9bc 0x81 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip4.o) + *fill* 0x000000003f40fa3d 0x3 + .rodata.__func__$6887 + 0x000000003f40fa40 0x16 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip4.o) + *fill* 0x000000003f40fa56 0x2 + .rodata.str1.4 + 0x000000003f40fa58 0x59 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip4_addr.o) + *fill* 0x000000003f40fab1 0x3 + .rodata.ip4addr_aton + 0x000000003f40fab4 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip4_addr.o) + .rodata.__func__$5884 + 0x000000003f40fac8 0xd /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip4_addr.o) + *fill* 0x000000003f40fad5 0x3 + .rodata.ip_addr_broadcast + 0x000000003f40fad8 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip4_addr.o) + 0x000000003f40fad8 ip_addr_broadcast + .rodata.ip_addr_any + 0x000000003f40faec 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip4_addr.o) + 0x000000003f40faec ip_addr_any + .rodata.str1.4 + 0x000000003f40fb00 0x7a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(icmp6.o) + *fill* 0x000000003f40fb7a 0x2 + .rodata.__func__$6473 + 0x000000003f40fb7c 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(icmp6.o) + .rodata.str1.4 + 0x000000003f40fb90 0x76 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip6.o) + 0x82 (size before relaxing) + *fill* 0x000000003f40fc06 0x2 + .rodata.__func__$6766 + 0x000000003f40fc08 0x12 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip6.o) + *fill* 0x000000003f40fc1a 0x2 + .rodata.ip6_addr_any + 0x000000003f40fc1c 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip6_addr.o) + 0x000000003f40fc1c ip6_addr_any + .rodata.str1.4 + 0x000000003f40fc30 0x19f /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip6_frag.o) + *fill* 0x000000003f40fdcf 0x1 + .rodata.__func__$6407 + 0x000000003f40fdd0 0xa /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip6_frag.o) + *fill* 0x000000003f40fdda 0x2 + .rodata.__func__$6374 + 0x000000003f40fddc 0x21 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip6_frag.o) + *fill* 0x000000003f40fdfd 0x3 + .rodata.str1.4 + 0x000000003f40fe00 0x71 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(nd6.o) + 0x82 (size before relaxing) + *fill* 0x000000003f40fe71 0x3 + .rodata.nd6_tmr + 0x000000003f40fe74 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(nd6.o) + .rodata.__func__$6738 + 0x000000003f40fe8c 0xb /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(nd6.o) + *fill* 0x000000003f40fe97 0x1 + .rodata.str1.4 + 0x000000003f40fe98 0x232 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(etharp.o) + 0x26e (size before relaxing) + *fill* 0x000000003f4100ca 0x2 + .rodata.__func__$6517 + 0x000000003f4100cc 0xd /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(etharp.o) + *fill* 0x000000003f4100d9 0x3 + .rodata.__func__$6552 + 0x000000003f4100dc 0xb /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(etharp.o) + *fill* 0x000000003f4100e7 0x1 + .rodata.__func__$6490 + 0x000000003f4100e8 0x1b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(etharp.o) + *fill* 0x000000003f410103 0x1 + .rodata.__func__$6499 + 0x000000003f410104 0xe /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(etharp.o) + *fill* 0x000000003f410112 0x2 + .rodata.__func__$6477 + 0x000000003f410114 0x11 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(etharp.o) + *fill* 0x000000003f410125 0x3 + .rodata.__func__$6413 + 0x000000003f410128 0xf /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(etharp.o) + *fill* 0x000000003f410137 0x1 + .rodata.__func__$6422 + 0x000000003f410138 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(etharp.o) + .rodata.__func__$6395 + 0x000000003f410150 0x12 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(etharp.o) + *fill* 0x000000003f410162 0x2 + .rodata.__func__$6362 + 0x000000003f410164 0xe /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(etharp.o) + *fill* 0x000000003f410172 0x2 + .rodata.ethzero + 0x000000003f410174 0x6 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ethernet.o) + 0x000000003f410174 ethzero + *fill* 0x000000003f41017a 0x2 + .rodata.ethbroadcast + 0x000000003f41017c 0x6 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ethernet.o) + 0x000000003f41017c ethbroadcast + *fill* 0x000000003f410182 0x2 + .rodata.str1.4 + 0x000000003f410184 0xde /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sys_arch.o) + *fill* 0x000000003f410262 0x2 + .rodata.str1.4 + 0x000000003f410264 0x56 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(wlanif.o) + 0x66 (size before relaxing) + *fill* 0x000000003f4102ba 0x2 + .rodata.__func__$7054 + 0x000000003f4102bc 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(wlanif.o) + .rodata.str1.4 + 0x000000003f4102c8 0xe7 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(vfs_lwip.o) + *fill* 0x000000003f4103af 0x1 + .rodata.__func__$6801 + 0x000000003f4103b0 0x1e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(vfs_lwip.o) + *fill* 0x000000003f4103ce 0x2 + .rodata.str1.4 + 0x000000003f4103d0 0x37b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_lib.o) + 0x393 (size before relaxing) + *fill* 0x000000003f41074b 0x1 + .rodata.__func__$7120 + 0x000000003f41074c 0xd /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_lib.o) + *fill* 0x000000003f410759 0x3 + .rodata.__func__$7107 + 0x000000003f41075c 0x12 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_lib.o) + *fill* 0x000000003f41076e 0x2 + .rodata.__func__$7039 + 0x000000003f410770 0xd /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_lib.o) + *fill* 0x000000003f41077d 0x3 + .rodata.__func__$7048 + 0x000000003f410780 0x24 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_lib.o) + .rodata.str1.4 + 0x000000003f4107a4 0x4c0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_msg.o) + 0x500 (size before relaxing) + .rodata.__func__$7242 + 0x000000003f410c64 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_msg.o) + .rodata.__func__$7231 + 0x000000003f410c7c 0x16 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_msg.o) + *fill* 0x000000003f410c92 0x2 + .rodata.__func__$7204 + 0x000000003f410c94 0x15 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_msg.o) + *fill* 0x000000003f410ca9 0x3 + .rodata.__func__$7165 + 0x000000003f410cac 0x1a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_msg.o) + *fill* 0x000000003f410cc6 0x2 + .rodata.__func__$7111 + 0x000000003f410cc8 0xe /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_msg.o) + *fill* 0x000000003f410cd6 0x2 + .rodata.__func__$7135 + 0x000000003f410cd8 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_msg.o) + .rodata.__func__$7101 + 0x000000003f410cf0 0xd /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_msg.o) + *fill* 0x000000003f410cfd 0x3 + .rodata.__func__$7096 + 0x000000003f410d00 0xe /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_msg.o) + *fill* 0x000000003f410d0e 0x2 + .rodata.__func__$7027 + 0x000000003f410d10 0x9 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_msg.o) + *fill* 0x000000003f410d19 0x3 + .rodata.__func__$7044 + 0x000000003f410d1c 0x9 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_msg.o) + *fill* 0x000000003f410d25 0x3 + .rodata.__func__$7126 + 0x000000003f410d28 0x1f /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_msg.o) + *fill* 0x000000003f410d47 0x1 + .rodata.__func__$7221 + 0x000000003f410d48 0x1a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_msg.o) + *fill* 0x000000003f410d62 0x2 + .rodata.__func__$7035 + 0x000000003f410d64 0x9 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_msg.o) + *fill* 0x000000003f410d6d 0x3 + .rodata.__func__$7052 + 0x000000003f410d70 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_msg.o) + .rodata.__func__$7017 + 0x000000003f410d78 0x9 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_msg.o) + *fill* 0x000000003f410d81 0x3 + .rodata.__func__$7074 + 0x000000003f410d84 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_msg.o) + .rodata.str1.4 + 0x000000003f410d8c 0x149 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(netbuf.o) + *fill* 0x000000003f410ed5 0x3 + .rodata.__func__$5920 + 0x000000003f410ed8 0xd /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(netbuf.o) + *fill* 0x000000003f410ee5 0x3 + .rodata.str1.4 + 0x000000003f410ee8 0xda /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(raw.o) + *fill* 0x000000003f410fc2 0x2 + .rodata.__func__$6272 + 0x000000003f410fc4 0xb /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(raw.o) + *fill* 0x000000003f410fcf 0x1 + .rodata.__func__$6241 + 0x000000003f410fd0 0xa /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(raw.o) + *fill* 0x000000003f410fda 0x2 + .rodata.str1.4 + 0x000000003f410fdc 0x73 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ethip6.o) + *fill* 0x000000003f41104f 0x1 + .rodata.__func__$6318 + 0x000000003f411050 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ethip6.o) + .rodata.sha256_padding + 0x000000003f41105c 0x40 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(sha256.o) + .rodata.K 0x000000003f41109c 0x100 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(sha256.o) + .rodata.sha512_padding + 0x000000003f41119c 0x80 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(sha512.o) + *fill* 0x000000003f41121c 0x4 + .rodata.K 0x000000003f411220 0x280 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(sha512.o) + .rodata.str1.4 + 0x000000003f4114a0 0x49d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + *fill* 0x000000003f41193d 0x3 + .rodata.mbedtls_ssl_md_alg_from_hash + 0x000000003f411940 0x1c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + .rodata.mbedtls_ssl_hash_from_md_alg + 0x000000003f41195c 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + .rodata.mbedtls_ssl_check_cert_usage + 0x000000003f411974 0x2c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + .rodata.mfl_code_to_length + 0x000000003f4119a0 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + .rodata.str1.4 + 0x000000003f4119b4 0x766 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509_crt.o) + 0x76e (size before relaxing) + *fill* 0x000000003f41211a 0x2 + .rodata.mbedtls_x509_crt_profile_suiteb + 0x000000003f41211c 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509_crt.o) + 0x000000003f41211c mbedtls_x509_crt_profile_suiteb + .rodata.mbedtls_x509_crt_profile_default + 0x000000003f41212c 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509_crt.o) + 0x000000003f41212c mbedtls_x509_crt_profile_default + .rodata.mbedtls_cipher_set_padding_mode + 0x000000003f41213c 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(cipher.o) + .rodata.mbedtls_cipher_definitions + 0x000000003f412150 0x98 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(cipher_wrap.o) + 0x000000003f412150 mbedtls_cipher_definitions + .rodata.str1.4 + 0x000000003f4121e8 0xe4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(cipher_wrap.o) + .rodata.aes_256_ccm_info + 0x000000003f4122cc 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(cipher_wrap.o) + .rodata.aes_192_ccm_info + 0x000000003f4122ec 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(cipher_wrap.o) + .rodata.aes_128_ccm_info + 0x000000003f41230c 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(cipher_wrap.o) + .rodata.ccm_aes_info + 0x000000003f41232c 0x24 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(cipher_wrap.o) + .rodata.aes_256_gcm_info + 0x000000003f412350 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(cipher_wrap.o) + .rodata.aes_192_gcm_info + 0x000000003f412370 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(cipher_wrap.o) + .rodata.aes_128_gcm_info + 0x000000003f412390 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(cipher_wrap.o) + .rodata.gcm_aes_info + 0x000000003f4123b0 0x24 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(cipher_wrap.o) + .rodata.aes_256_ctr_info + 0x000000003f4123d4 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(cipher_wrap.o) + .rodata.aes_192_ctr_info + 0x000000003f4123f4 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(cipher_wrap.o) + .rodata.aes_128_ctr_info + 0x000000003f412414 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(cipher_wrap.o) + .rodata.aes_256_cfb128_info + 0x000000003f412434 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(cipher_wrap.o) + .rodata.aes_192_cfb128_info + 0x000000003f412454 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(cipher_wrap.o) + .rodata.aes_128_cfb128_info + 0x000000003f412474 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(cipher_wrap.o) + .rodata.aes_256_cbc_info + 0x000000003f412494 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(cipher_wrap.o) + .rodata.aes_192_cbc_info + 0x000000003f4124b4 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(cipher_wrap.o) + .rodata.aes_128_cbc_info + 0x000000003f4124d4 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(cipher_wrap.o) + .rodata.aes_256_ecb_info + 0x000000003f4124f4 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(cipher_wrap.o) + .rodata.aes_192_ecb_info + 0x000000003f412514 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(cipher_wrap.o) + .rodata.aes_128_ecb_info + 0x000000003f412534 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(cipher_wrap.o) + .rodata.aes_info + 0x000000003f412554 0x24 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(cipher_wrap.o) + .rodata.str1.4 + 0x000000003f412578 0x26e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp.o) + *fill* 0x000000003f4127e6 0x2 + .rodata.ecp_supported_curves + 0x000000003f4127e8 0x90 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp.o) + .rodata.str1.4 + 0x000000003f412878 0x7 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp_curves.o) + *fill* 0x000000003f41287f 0x1 + .rodata.mbedtls_ecp_group_load + 0x000000003f412880 0x34 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp_curves.o) + .rodata.brainpoolP512r1_n + 0x000000003f4128b4 0x40 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp_curves.o) + .rodata.brainpoolP512r1_gy + 0x000000003f4128f4 0x40 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp_curves.o) + .rodata.brainpoolP512r1_gx + 0x000000003f412934 0x40 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp_curves.o) + .rodata.brainpoolP512r1_b + 0x000000003f412974 0x40 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp_curves.o) + .rodata.brainpoolP512r1_a + 0x000000003f4129b4 0x40 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp_curves.o) + .rodata.brainpoolP512r1_p + 0x000000003f4129f4 0x40 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp_curves.o) + .rodata.brainpoolP384r1_n + 0x000000003f412a34 0x30 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp_curves.o) + .rodata.brainpoolP384r1_gy + 0x000000003f412a64 0x30 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp_curves.o) + .rodata.brainpoolP384r1_gx + 0x000000003f412a94 0x30 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp_curves.o) + .rodata.brainpoolP384r1_b + 0x000000003f412ac4 0x30 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp_curves.o) + .rodata.brainpoolP384r1_a + 0x000000003f412af4 0x30 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp_curves.o) + .rodata.brainpoolP384r1_p + 0x000000003f412b24 0x30 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp_curves.o) + .rodata.brainpoolP256r1_n + 0x000000003f412b54 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp_curves.o) + .rodata.brainpoolP256r1_gy + 0x000000003f412b74 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp_curves.o) + .rodata.brainpoolP256r1_gx + 0x000000003f412b94 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp_curves.o) + .rodata.brainpoolP256r1_b + 0x000000003f412bb4 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp_curves.o) + .rodata.brainpoolP256r1_a + 0x000000003f412bd4 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp_curves.o) + .rodata.brainpoolP256r1_p + 0x000000003f412bf4 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp_curves.o) + .rodata.secp256k1_n + 0x000000003f412c14 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp_curves.o) + .rodata.secp256k1_gy + 0x000000003f412c34 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp_curves.o) + .rodata.secp256k1_gx + 0x000000003f412c54 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp_curves.o) + .rodata.secp256k1_b + 0x000000003f412c74 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp_curves.o) + .rodata.secp256k1_a + 0x000000003f412c78 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp_curves.o) + .rodata.secp256k1_p + 0x000000003f412c7c 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp_curves.o) + .rodata.secp224k1_n + 0x000000003f412c9c 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp_curves.o) + .rodata.secp224k1_gy + 0x000000003f412cbc 0x1c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp_curves.o) + .rodata.secp224k1_gx + 0x000000003f412cd8 0x1c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp_curves.o) + .rodata.secp224k1_b + 0x000000003f412cf4 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp_curves.o) + .rodata.secp224k1_a + 0x000000003f412cf8 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp_curves.o) + .rodata.secp224k1_p + 0x000000003f412cfc 0x1c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp_curves.o) + .rodata.secp192k1_n + 0x000000003f412d18 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp_curves.o) + .rodata.secp192k1_gy + 0x000000003f412d30 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp_curves.o) + .rodata.secp192k1_gx + 0x000000003f412d48 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp_curves.o) + .rodata.secp192k1_b + 0x000000003f412d60 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp_curves.o) + .rodata.secp192k1_a + 0x000000003f412d64 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp_curves.o) + .rodata.secp192k1_p + 0x000000003f412d68 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp_curves.o) + .rodata.secp521r1_n + 0x000000003f412d80 0x44 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp_curves.o) + .rodata.secp521r1_gy + 0x000000003f412dc4 0x44 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp_curves.o) + .rodata.secp521r1_gx + 0x000000003f412e08 0x44 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp_curves.o) + .rodata.secp521r1_b + 0x000000003f412e4c 0x44 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp_curves.o) + .rodata.secp521r1_p + 0x000000003f412e90 0x44 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp_curves.o) + .rodata.secp384r1_n + 0x000000003f412ed4 0x30 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp_curves.o) + .rodata.secp384r1_gy + 0x000000003f412f04 0x30 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp_curves.o) + .rodata.secp384r1_gx + 0x000000003f412f34 0x30 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp_curves.o) + .rodata.secp384r1_b + 0x000000003f412f64 0x30 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp_curves.o) + .rodata.secp384r1_p + 0x000000003f412f94 0x30 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp_curves.o) + .rodata.secp256r1_n + 0x000000003f412fc4 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp_curves.o) + .rodata.secp256r1_gy + 0x000000003f412fe4 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp_curves.o) + .rodata.secp256r1_gx + 0x000000003f413004 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp_curves.o) + .rodata.secp256r1_b + 0x000000003f413024 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp_curves.o) + .rodata.secp256r1_p + 0x000000003f413044 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp_curves.o) + .rodata.secp224r1_n + 0x000000003f413064 0x1c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp_curves.o) + .rodata.secp224r1_gy + 0x000000003f413080 0x1c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp_curves.o) + .rodata.secp224r1_gx + 0x000000003f41309c 0x1c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp_curves.o) + .rodata.secp224r1_b + 0x000000003f4130b8 0x1c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp_curves.o) + .rodata.secp224r1_p + 0x000000003f4130d4 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp_curves.o) + .rodata.secp192r1_n + 0x000000003f4130f4 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp_curves.o) + .rodata.secp192r1_gy + 0x000000003f41310c 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp_curves.o) + .rodata.secp192r1_gx + 0x000000003f413124 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp_curves.o) + .rodata.secp192r1_b + 0x000000003f41313c 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp_curves.o) + .rodata.secp192r1_p + 0x000000003f413154 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp_curves.o) + *fill* 0x000000003f41316c 0x4 + .rodata.last4 0x000000003f413170 0x80 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(gcm.o) + .rodata.mbedtls_md_info_from_type + 0x000000003f4131f0 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md.o) + .rodata.md5_padding + 0x000000003f413208 0x40 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md5.o) + .rodata.str1.4 + 0x000000003f413248 0x1c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md_wrap.o) + 0x2c (size before relaxing) + .rodata.mbedtls_sha512_info + 0x000000003f413264 0x30 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md_wrap.o) + 0x000000003f413264 mbedtls_sha512_info + .rodata.mbedtls_sha384_info + 0x000000003f413294 0x30 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md_wrap.o) + 0x000000003f413294 mbedtls_sha384_info + .rodata.mbedtls_sha256_info + 0x000000003f4132c4 0x30 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md_wrap.o) + 0x000000003f4132c4 mbedtls_sha256_info + .rodata.mbedtls_sha224_info + 0x000000003f4132f4 0x30 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md_wrap.o) + 0x000000003f4132f4 mbedtls_sha224_info + .rodata.mbedtls_sha1_info + 0x000000003f413324 0x30 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md_wrap.o) + 0x000000003f413324 mbedtls_sha1_info + .rodata.mbedtls_md5_info + 0x000000003f413354 0x30 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md_wrap.o) + 0x000000003f413354 mbedtls_md5_info + .rodata.str1.4 + 0x000000003f413384 0xa49 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(oid.o) + 0xb11 (size before relaxing) + *fill* 0x000000003f413dcd 0x3 + .rodata.oid_md_alg + 0x000000003f413dd0 0x8c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(oid.o) + .rodata.oid_ecp_grp + 0x000000003f413e5c 0xf0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(oid.o) + .rodata.oid_pk_alg + 0x000000003f413f4c 0x50 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(oid.o) + .rodata.oid_sig_alg + 0x000000003f413f9c 0x150 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(oid.o) + .rodata.oid_x509_ext + 0x000000003f4140ec 0x78 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(oid.o) + .rodata.str1.4 + 0x000000003f414164 0x6f /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pem.o) + *fill* 0x000000003f4141d3 0x1 + .rodata.str1.4 + 0x000000003f4141d4 0x33 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pk_wrap.o) + 0x38 (size before relaxing) + *fill* 0x000000003f414207 0x1 + .rodata.mbedtls_ecdsa_info + 0x000000003f414208 0x30 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pk_wrap.o) + 0x000000003f414208 mbedtls_ecdsa_info + .rodata.mbedtls_eckeydh_info + 0x000000003f414238 0x30 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pk_wrap.o) + 0x000000003f414238 mbedtls_eckeydh_info + .rodata.mbedtls_eckey_info + 0x000000003f414268 0x30 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pk_wrap.o) + 0x000000003f414268 mbedtls_eckey_info + .rodata.mbedtls_rsa_info + 0x000000003f414298 0x30 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pk_wrap.o) + 0x000000003f414298 mbedtls_rsa_info + .rodata.str1.4 + 0x000000003f4142c8 0x16b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pkparse.o) + *fill* 0x000000003f414433 0x1 + .rodata.sha1_padding + 0x000000003f414434 0x40 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(sha1.o) + .rodata.str1.4 + 0x000000003f414474 0x6bf /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_ciphersuites.o) + 0x6c9 (size before relaxing) + *fill* 0x000000003f414b33 0x1 + .rodata.mbedtls_ssl_get_ciphersuite_sig_pk_alg + 0x000000003f414b34 0x2c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_ciphersuites.o) + .rodata.ciphersuite_definitions + 0x000000003f414b60 0x7a8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_ciphersuites.o) + .rodata.ciphersuite_preference + 0x000000003f415308 0x28c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_ciphersuites.o) + .rodata.mbedtls_ssl_handshake_client_step + 0x000000003f415594 0x48 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_cli.o) + .rodata.ssl_write_server_key_exchange + 0x000000003f4155dc 0x2c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_srv.o) + .rodata.mbedtls_ssl_handshake_server_step + 0x000000003f415608 0x40 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_srv.o) + .rodata.x509_date_is_valid + 0x000000003f415648 0x34 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509.o) + .rodata.str1.4 + 0x000000003f41567c 0x94 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509.o) + 0xb0 (size before relaxing) + .rodata.base64_dec_map + 0x000000003f415710 0x80 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(base64.o) + .rodata.parse_url_char + 0x000000003f415790 0x30 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nghttp/libnghttp.a(http_parser.o) + .rodata.http_parse_host_char + 0x000000003f4157c0 0x34 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nghttp/libnghttp.a(http_parser.o) + .rodata.str1.4 + 0x000000003f4157f4 0xa7f /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nghttp/libnghttp.a(http_parser.o) + 0xa87 (size before relaxing) + *fill* 0x000000003f416273 0x1 + .rodata.http_parse_host + 0x000000003f416274 0x58 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nghttp/libnghttp.a(http_parser.o) + .rodata.http_parser_parse_url + 0x000000003f4162cc 0x80 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nghttp/libnghttp.a(http_parser.o) + .rodata.__func__$2971 + 0x000000003f41634c 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nghttp/libnghttp.a(http_parser.o) + .rodata.__func__$3023 + 0x000000003f41635c 0x16 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nghttp/libnghttp.a(http_parser.o) + *fill* 0x000000003f416372 0x2 + .rodata.normal_url_char + 0x000000003f416374 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nghttp/libnghttp.a(http_parser.o) + .rodata.str1.4 + 0x000000003f416394 0x2 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(sha1-internal.o) + *fill* 0x000000003f416396 0x2 + .rodata.str1.4 + 0x000000003f416398 0x12d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(ets_timer_legacy.o) + *fill* 0x000000003f4164c5 0x3 + .rodata.__func__$5306 + 0x000000003f4164c8 0xe /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(ets_timer_legacy.o) + *fill* 0x000000003f4164d6 0x2 + .rodata.__func__$5297 + 0x000000003f4164d8 0x11 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(ets_timer_legacy.o) + *fill* 0x000000003f4164e9 0x3 + .rodata.__func__$5291 + 0x000000003f4164ec 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(ets_timer_legacy.o) + .rodata.str1.4 + 0x000000003f4164fc 0x21 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(lib_printf.o) + 0x51 (size before relaxing) + *fill* 0x000000003f41651d 0x3 + .rodata.str1.4 + 0x000000003f416520 0x48f /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(phy_init.o) + 0x493 (size before relaxing) + *fill* 0x000000003f4169af 0x1 + .rodata.__func__$5396 + 0x000000003f4169b0 0x1e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(phy_init.o) + *fill* 0x000000003f4169ce 0x2 + .rodata.__func__$5403 + 0x000000003f4169d0 0x1e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(phy_init.o) + *fill* 0x000000003f4169ee 0x2 + .rodata.__func__$5390 + 0x000000003f4169f0 0x1f /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(phy_init.o) + *fill* 0x000000003f416a0f 0x1 + .rodata.__func__$5369 + 0x000000003f416a10 0x12 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(phy_init.o) + *fill* 0x000000003f416a22 0x2 + .rodata.__func__$5364 + 0x000000003f416a24 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(phy_init.o) + .rodata.phy_init_data + 0x000000003f416a34 0x80 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(phy_init.o) + .rodata.str1.4 + 0x000000003f416ab4 0xcc /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libcore.a(misc_nvs.o) + 0x117 (size before relaxing) + .rodata.__FUNCTION__$6144 + 0x000000003f416b80 0xe /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libcore.a(misc_nvs.o) + *(.irom1.text) + *(.gnu.linkonce.r.*) + *(.rodata1) + 0x000000003f416b8e __XT_EXCEPTION_TABLE_ = ABSOLUTE (.) + *(.xt_except_table) + *(.gcc_except_table .gcc_except_table.*) + *fill* 0x000000003f416b8e 0x2 + .gcc_except_table._Znaj + 0x000000003f416b90 0x16 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(new_opv.o) + *fill* 0x000000003f416ba6 0x2 + .gcc_except_table.__gxx_personality_v0 + 0x000000003f416ba8 0x1c /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_personality.o) + .gcc_except_table.__cxa_call_unexpected + 0x000000003f416bc4 0x18 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_personality.o) + .gcc_except_table._ZN10__cxxabiv111__terminateEPFvvE + 0x000000003f416bdc 0x1d /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_terminate.o) + *fill* 0x000000003f416bf9 0x3 + .gcc_except_table.__cxa_get_globals_fast + 0x000000003f416bfc 0x11 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_globals.o) + *(.gnu.linkonce.e.*) + *(.gnu.version_r) + 0x000000003f416c10 . = ((. + 0x3) & 0xfffffffffffffffc) + *fill* 0x000000003f416c0d 0x3 + 0x000000003f416c10 __eh_frame = ABSOLUTE (.) + *(.eh_frame) + .eh_frame 0x000000003f416c10 0x28 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_udivdi3.o) + .eh_frame 0x000000003f416c38 0x28 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_umoddi3.o) + .eh_frame 0x000000003f416c60 0x28 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(new_op.o) + .eh_frame 0x000000003f416c88 0x38 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(new_opv.o) + .eh_frame 0x000000003f416cc0 0x88 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(si_class_type_info.o) + .eh_frame 0x000000003f416d48 0x70 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(class_type_info.o) + .eh_frame 0x000000003f416db8 0x118 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_personality.o) + .eh_frame 0x000000003f416ed0 0x70 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_terminate.o) + .eh_frame 0x000000003f416f40 0xa8 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_globals.o) + .eh_frame 0x000000003f416fe8 0x110 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(unwind-dw2-xtensa.o) + .eh_frame 0x000000003f4170f8 0x160 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(unwind-dw2-fde.o) + 0x000000003f41725c . = ((. + 0x7) & 0xfffffffffffffffc) + *fill* 0x000000003f417258 0x4 + 0x000000003f41725c __init_array_start = ABSOLUTE (.) + *crtbegin.o(.ctors) + *(EXCLUDE_FILE(*crtend.o) .ctors) + .ctors 0x000000003f41725c 0x4 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_globals.o) + *(SORT(.ctors.*)) + *(.ctors) + 0x000000003f417260 __init_array_end = ABSOLUTE (.) + *crtbegin.o(.dtors) + *(EXCLUDE_FILE(*crtend.o) .dtors) + .dtors 0x000000003f417260 0x4 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_globals.o) + *(SORT(.dtors.*)) + *(.dtors) + 0x000000003f417264 __XT_EXCEPTION_DESCS_ = ABSOLUTE (.) + *(.xt_except_desc) + *(.gnu.linkonce.h.*) + 0x000000003f417264 __XT_EXCEPTION_DESCS_END__ = ABSOLUTE (.) + *(.xt_except_desc_end) + *(.dynamic) + *(.gnu.version_d) + 0x000000003f417264 _rodata_end = ABSOLUTE (.) + 0x000000003f417264 _lit4_start = ABSOLUTE (.) + *(*.lit4) + *(.lit4.*) + *(.gnu.linkonce.lit4.*) + 0x000000003f417264 _lit4_end = ABSOLUTE (.) + 0x000000003f417264 . = ALIGN (0x4) + +.flash.text 0x00000000400d0018 0x739de + 0x00000000400d0018 _stext = . + 0x00000000400d0018 _text_start = ABSOLUTE (.) + *(.literal .text .literal.* .text.* .stub .gnu.warning .gnu.linkonce.literal.* .gnu.linkonce.t.*.literal .gnu.linkonce.t.*) + .literal.__cxx_fatal_exception + 0x00000000400d0018 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/cxx/libcxx.a(cxx_exception_stubs.o) + 0x4 (size before relaxing) + .literal.cpu_configure_region_protection + 0x00000000400d0018 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(cpu_start.o) + .literal.do_global_ctors + 0x00000000400d0024 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(cpu_start.o) + .literal.main_task + 0x00000000400d002c 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(cpu_start.o) + 0x4c (size before relaxing) + .literal.intr_matrix_clear + 0x00000000400d004c 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(cpu_start.o) + 0x8 (size before relaxing) + .literal.wdt_reset_cpu1_info_enable + 0x00000000400d0050 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(cpu_start.o) + 0x14 (size before relaxing) + .literal.esp_crosscore_isr_handle_yield + 0x00000000400d0054 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(crosscore_int.o) + 0x4 (size before relaxing) + .literal.esp_crosscore_int_init + 0x00000000400d0054 0x1c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(crosscore_int.o) + 0x30 (size before relaxing) + .literal.dport_access_init_core + 0x00000000400d0070 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(dport_access.o) + 0x24 (size before relaxing) + .literal.esp_dport_access_int_init + 0x00000000400d0084 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(dport_access.o) + 0x1c (size before relaxing) + .literal.timer_process_alarm + 0x00000000400d0098 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(esp_timer.o) + 0x2c (size before relaxing) + .literal.timer_task + 0x00000000400d00a0 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(esp_timer.o) + 0x1c (size before relaxing) + .literal.esp_timer_create + 0x00000000400d00b0 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(esp_timer.o) + 0x8 (size before relaxing) + .literal.esp_timer_delete + 0x00000000400d00b4 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(esp_timer.o) + 0x8 (size before relaxing) + .literal.esp_timer_init + 0x00000000400d00b8 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(esp_timer.o) + 0x34 (size before relaxing) + .literal.esp_timer_impl_init + 0x00000000400d00cc 0x4c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(esp_timer_esp32.o) + 0x6c (size before relaxing) + .literal.esp_int_wdt_init + 0x00000000400d0118 0x28 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(int_wdt.o) + 0x34 (size before relaxing) + .literal.esp_int_wdt_cpu_init + 0x00000000400d0140 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(int_wdt.o) + 0x18 (size before relaxing) + .literal.insert_vector_desc + 0x00000000400d0148 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(intr_alloc.o) + .literal.find_desc_for_int + 0x00000000400d014c 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(intr_alloc.o) + 0x4 (size before relaxing) + .literal.int_has_handler + 0x00000000400d014c 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(intr_alloc.o) + .literal.get_desc_for_int + 0x00000000400d0154 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(intr_alloc.o) + 0x18 (size before relaxing) + .literal.find_desc_for_source + 0x00000000400d0160 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(intr_alloc.o) + 0x14 (size before relaxing) + .literal.is_vect_desc_usable + 0x00000000400d016c 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(intr_alloc.o) + 0x18 (size before relaxing) + .literal.get_available_int + 0x00000000400d0178 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(intr_alloc.o) + 0x24 (size before relaxing) + .literal.esp_intr_alloc_intrstatus + 0x00000000400d017c 0x28 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(intr_alloc.o) + 0x7c (size before relaxing) + .literal.esp_intr_alloc + 0x00000000400d01a4 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(intr_alloc.o) + 0x4 (size before relaxing) + .literal.esp_ipc_call_and_wait + 0x00000000400d01a4 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(ipc.o) + 0x2c (size before relaxing) + .literal.esp_ipc_init + 0x00000000400d01bc 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(ipc.o) + 0x3c (size before relaxing) + .literal.esp_ipc_call + 0x00000000400d01d4 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(ipc.o) + 0x4 (size before relaxing) + .literal.esp_base_mac_addr_get + 0x00000000400d01d4 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(system_api.o) + 0x1c (size before relaxing) + .literal.esp_efuse_mac_get_default + 0x00000000400d01e4 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(system_api.o) + 0x24 (size before relaxing) + .literal.esp_read_mac + 0x00000000400d01f8 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(system_api.o) + 0x40 (size before relaxing) + .literal.esp_register_shutdown_handler + 0x00000000400d0204 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(system_api.o) + .literal.esp_get_free_heap_size + 0x00000000400d0208 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(system_api.o) + 0x8 (size before relaxing) + .literal.esp_get_idf_version + 0x00000000400d0208 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(system_api.o) + .literal.find_task_in_twdt_list + 0x00000000400d020c 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(task_wdt.o) + .literal.reset_hw_timer + 0x00000000400d0210 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(task_wdt.o) + 0xc (size before relaxing) + .literal.task_wdt_isr + 0x00000000400d0214 0x24 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(task_wdt.o) + 0x70 (size before relaxing) + .literal.esp_task_wdt_init + 0x00000000400d0238 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(task_wdt.o) + 0x60 (size before relaxing) + .literal.esp_task_wdt_add + 0x00000000400d0248 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(task_wdt.o) + 0x48 (size before relaxing) + .literal.esp_task_wdt_reset + 0x00000000400d0254 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(task_wdt.o) + 0x24 (size before relaxing) + .literal.idle_hook_cb + 0x00000000400d0254 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(task_wdt.o) + 0x4 (size before relaxing) + .literal.rtc_brownout_isr_handler + 0x00000000400d0254 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(brownout.o) + 0x14 (size before relaxing) + .literal.esp_brownout_init + 0x00000000400d025c 0x1c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(brownout.o) + 0x24 (size before relaxing) + .literal.esp_cache_err_int_init + 0x00000000400d0278 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(cache_err_int.o) + 0x28 (size before relaxing) + .literal.select_rtc_slow_clk + 0x00000000400d0284 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(clk.o) + 0x4c (size before relaxing) + .literal.esp_clk_init + 0x00000000400d029c 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(clk.o) + 0x38 (size before relaxing) + .literal.esp_perip_clk_init + 0x00000000400d02b0 0x28 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(clk.o) + 0x84 (size before relaxing) + .literal.esp_vApplicationIdleHook + 0x00000000400d02d8 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(freertos_hooks.o) + .literal.esp_register_freertos_idle_hook_for_cpu + 0x00000000400d02dc 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(freertos_hooks.o) + 0x14 (size before relaxing) + .literal.esp_register_freertos_tick_hook_for_cpu + 0x00000000400d02e0 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(freertos_hooks.o) + 0x14 (size before relaxing) + .literal.register_heap + 0x00000000400d02e4 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/heap/libheap.a(heap_caps_init.o) + 0x14 (size before relaxing) + .literal.disable_mem_region + 0x00000000400d02ec 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/heap/libheap.a(heap_caps_init.o) + 0x14 (size before relaxing) + .literal.heap_caps_enable_nonos_stack_heaps + 0x00000000400d02f4 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/heap/libheap.a(heap_caps_init.o) + 0xc (size before relaxing) + .literal.heap_caps_init + 0x00000000400d02f8 0x40 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/heap/libheap.a(heap_caps_init.o) + 0x9c (size before relaxing) + .literal.heap_caps_get_free_size + 0x00000000400d0338 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/heap/libheap.a(heap_caps.o) + 0xc (size before relaxing) + .literal.heap_bubble_down + 0x00000000400d0338 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/log/liblog.a(log.o) + .literal.esp_log_level_set + 0x00000000400d033c 0x24 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/log/liblog.a(log.o) + 0x48 (size before relaxing) + .literal.wifi_init + 0x00000000400d0360 0x48 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/main/libmain.a(app_main.o) + 0x94 (size before relaxing) + .literal.wifi_event_handler + 0x00000000400d03a8 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/main/libmain.a(app_main.o) + 0x14 (size before relaxing) + .literal.mqtt_app_start + 0x00000000400d03a8 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/main/libmain.a(app_main.o) + 0x1c (size before relaxing) + .literal.mqtt_event_handler + 0x00000000400d03b0 0x38 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/main/libmain.a(app_main.o) + 0xb4 (size before relaxing) + .literal.app_main + 0x00000000400d03e8 0x24 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/main/libmain.a(app_main.o) + 0x70 (size before relaxing) + .literal 0x00000000400d040c 0xc /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-assert.o) + 0x18 (size before relaxing) + .literal 0x00000000400d0418 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-fiprintf.o) + 0xc (size before relaxing) + .literal 0x00000000400d0418 0x24 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-fopen.o) + 0x38 (size before relaxing) + .literal 0x00000000400d043c 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-fseek.o) + 0xc (size before relaxing) + .literal 0x00000000400d043c 0x34 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-fseeko.o) + 0x68 (size before relaxing) + .literal 0x00000000400d0470 0x10 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-puts.o) + 0x24 (size before relaxing) + .literal 0x00000000400d0480 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-reent.o) + 0x38 (size before relaxing) + .literal 0x00000000400d0480 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-sprintf.o) + 0x14 (size before relaxing) + .literal 0x00000000400d0480 0x64 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-svfprintf.o) + 0x188 (size before relaxing) + .literal 0x00000000400d04e4 0x2c /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-vfiprintf.o) + 0xa8 (size before relaxing) + .literal 0x00000000400d0510 0x38 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-vfprintf.o) + 0x1c4 (size before relaxing) + .literal 0x00000000400d0548 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-vprintf.o) + 0x14 (size before relaxing) + .literal 0x00000000400d0548 0x58 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-dtoa.o) + 0x210 (size before relaxing) + .literal 0x00000000400d05a0 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-flags.o) + 0x4 (size before relaxing) + .literal 0x00000000400d05a0 0x2c /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-mprec.o) + 0x74 (size before relaxing) + .literal 0x00000000400d05cc 0xc /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-s_frexp.o) + 0x20 (size before relaxing) + .literal 0x00000000400d05d8 0x28 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-svfiprintf.o) + 0x78 (size before relaxing) + .literal.esp_setup_syscall_table + 0x00000000400d0600 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/newlib/libnewlib.a(syscall_table.o) + 0x1c (size before relaxing) + .literal._raise_r + 0x00000000400d0618 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/newlib/libnewlib.a(syscalls.o) + 0x4 (size before relaxing) + .literal._sbrk_r + 0x00000000400d0618 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/newlib/libnewlib.a(syscalls.o) + 0x4 (size before relaxing) + .literal.get_boot_time + 0x00000000400d0618 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/newlib/libnewlib.a(time.o) + 0x14 (size before relaxing) + .literal.set_boot_time + 0x00000000400d0624 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/newlib/libnewlib.a(time.o) + 0x14 (size before relaxing) + .literal.get_time_since_boot + 0x00000000400d0624 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/newlib/libnewlib.a(time.o) + 0x8 (size before relaxing) + .literal.esp_clk_slowclk_cal_set + 0x00000000400d0628 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/newlib/libnewlib.a(time.o) + 0x14 (size before relaxing) + .literal.esp_clk_slowclk_cal_get + 0x00000000400d0630 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/newlib/libnewlib.a(time.o) + 0x4 (size before relaxing) + .literal.get_rtc_time_us + 0x00000000400d0630 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/newlib/libnewlib.a(time.o) + 0x8 (size before relaxing) + .literal.esp_set_time_from_rtc + 0x00000000400d0630 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/newlib/libnewlib.a(time.o) + 0xc (size before relaxing) + .literal.system_get_time + 0x00000000400d0630 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/newlib/libnewlib.a(time.o) + 0x4 (size before relaxing) + .literal._ZL18nvs_find_ns_handlejR11HandleEntry + 0x00000000400d0630 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + 0xc (size before relaxing) + .literal._ZL24lookup_storage_from_namePKc + 0x00000000400d0638 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + 0x8 (size before relaxing) + .literal._Z7nvs_setIaEijPKcT_ + 0x00000000400d063c 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + 0x2c (size before relaxing) + .literal._Z7nvs_setIhEijPKcT_ + 0x00000000400d0650 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + 0x2c (size before relaxing) + .literal._Z7nvs_setItEijPKcT_ + 0x00000000400d0654 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + 0x2c (size before relaxing) + .literal._Z7nvs_setIjEijPKcT_ + 0x00000000400d0658 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + 0x2c (size before relaxing) + .literal._Z7nvs_getIaEijPKcPT_ + 0x00000000400d065c 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + 0x28 (size before relaxing) + .literal._Z7nvs_getIhEijPKcPT_ + 0x00000000400d0664 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + 0x28 (size before relaxing) + .literal._Z7nvs_getItEijPKcPT_ + 0x00000000400d0668 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + 0x28 (size before relaxing) + .literal._Z7nvs_getIjEijPKcPT_ + 0x00000000400d066c 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + 0x28 (size before relaxing) + .literal._ZL19nvs_get_str_or_blobjN3nvs8ItemTypeEPKcPvPj + 0x00000000400d0670 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + 0x30 (size before relaxing) + .literal.nvs_flash_init_custom + 0x00000000400d067c 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + 0x28 (size before relaxing) + .literal.nvs_flash_init_partition + 0x00000000400d0680 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + 0x1c (size before relaxing) + .literal.nvs_flash_init + 0x00000000400d0680 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + 0x8 (size before relaxing) + .literal.nvs_open_from_partition + 0x00000000400d0680 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + 0x38 (size before relaxing) + .literal.nvs_open + 0x00000000400d068c 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + 0x10 (size before relaxing) + .literal.nvs_close + 0x00000000400d0690 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + 0x2c (size before relaxing) + .literal.nvs_set_i8 + 0x00000000400d0698 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + 0x4 (size before relaxing) + .literal.nvs_set_u8 + 0x00000000400d0698 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + 0x4 (size before relaxing) + .literal.nvs_set_u16 + 0x00000000400d0698 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + 0x4 (size before relaxing) + .literal.nvs_set_u32 + 0x00000000400d0698 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + 0x4 (size before relaxing) + .literal.nvs_commit + 0x00000000400d0698 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + 0x10 (size before relaxing) + .literal.nvs_set_blob + 0x00000000400d0698 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + 0x28 (size before relaxing) + .literal.nvs_get_i8 + 0x00000000400d069c 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + 0x4 (size before relaxing) + .literal.nvs_get_u8 + 0x00000000400d069c 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + 0x4 (size before relaxing) + .literal.nvs_get_u16 + 0x00000000400d069c 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + 0x4 (size before relaxing) + .literal.nvs_get_u32 + 0x00000000400d069c 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + 0x4 (size before relaxing) + .literal.nvs_get_blob + 0x00000000400d069c 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + 0x4 (size before relaxing) + .literal._ZN3nvs7Storage15clearNamespacesEv + 0x00000000400d069c 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_storage.o) + 0x4 (size before relaxing) + .literal._ZN3nvs7StorageD2Ev + 0x00000000400d069c 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_storage.o) + 0xc (size before relaxing) + .literal._ZN3nvs7Storage4initEjj + 0x00000000400d069c 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_storage.o) + 0x2c (size before relaxing) + .literal._ZN3nvs7Storage8findItemEhNS_8ItemTypeEPKcRPNS_4PageERNS_4ItemE + 0x00000000400d06a8 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_storage.o) + 0x8 (size before relaxing) + .literal._ZN3nvs7Storage9writeItemEhNS_8ItemTypeEPKcPKvj + 0x00000000400d06ac 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_storage.o) + 0x44 (size before relaxing) + .literal._ZN3nvs7Storage21createOrOpenNamespaceEPKcbRh + 0x00000000400d06cc 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_storage.o) + 0x1c (size before relaxing) + .literal._ZN3nvs7Storage8readItemEhNS_8ItemTypeEPKcPvj + 0x00000000400d06d0 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_storage.o) + 0xc (size before relaxing) + .literal._ZN3nvs7Storage15getItemDataSizeEhNS_8ItemTypeEPKcRj + 0x00000000400d06d0 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_storage.o) + 0x8 (size before relaxing) + .literal._ZN3nvs8HashList5clearEv + 0x00000000400d06d0 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_item_hash_list.o) + 0x4 (size before relaxing) + .literal._ZN3nvs8HashListD2Ev + 0x00000000400d06d0 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_item_hash_list.o) + 0x4 (size before relaxing) + .literal._ZN3nvs8HashList6insertERKNS_4ItemEj + 0x00000000400d06d0 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_item_hash_list.o) + 0xc (size before relaxing) + .literal._ZN3nvs8HashList5eraseEj + 0x00000000400d06d0 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_item_hash_list.o) + 0x14 (size before relaxing) + .literal._ZN3nvs8HashList4findEjRKNS_4ItemE + 0x00000000400d06dc 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_item_hash_list.o) + 0x8 (size before relaxing) + .literal._ZN3nvs4ItemC5EhNS_8ItemTypeEhPKc + 0x00000000400d06e0 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_page.o) + 0x4 (size before relaxing) + .literal._ZN3nvs4Page6Header14calculateCrc32Ev + 0x00000000400d06e0 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_page.o) + .literal._ZN3nvs4Page20updateFirstUsedEntryEjj + 0x00000000400d06e4 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_page.o) + 0x20 (size before relaxing) + .literal._ZN3nvs4Page10initializeEv + 0x00000000400d06fc 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_page.o) + 0x18 (size before relaxing) + .literal._ZN3nvs4Page15alterEntryStateEjNS0_10EntryStateE + 0x00000000400d0704 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_page.o) + 0x24 (size before relaxing) + .literal._ZN3nvs4Page10writeEntryERKNS_4ItemE + 0x00000000400d0710 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_page.o) + 0x18 (size before relaxing) + .literal._ZN3nvs4Page20alterEntryRangeStateEjjNS0_10EntryStateE + 0x00000000400d071c 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_page.o) + 0x2c (size before relaxing) + .literal._ZN3nvs4Page14writeEntryDataEPKhj + 0x00000000400d0728 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_page.o) + 0x48 (size before relaxing) + .literal._ZN3nvs4Page9writeItemEhNS_8ItemTypeEPKcPKvj + 0x00000000400d073c 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_page.o) + 0x58 (size before relaxing) + .literal._ZN3nvs4Page14alterPageStateENS0_9PageStateE + 0x00000000400d0750 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_page.o) + 0x4 (size before relaxing) + .literal._ZNK3nvs4Page9readEntryEjRNS_4ItemE + 0x00000000400d0750 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_page.o) + 0x14 (size before relaxing) + .literal._ZN3nvs4Page17eraseEntryAndSpanEj + 0x00000000400d0750 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_page.o) + 0x44 (size before relaxing) + .literal._ZN3nvs4Page8moveItemERS0_ + 0x00000000400d0758 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_page.o) + 0x30 (size before relaxing) + .literal._ZN3nvs4Page8findItemEhNS_8ItemTypeEPKcRjRNS_4ItemE + 0x00000000400d0760 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_page.o) + 0x30 (size before relaxing) + .literal._ZN3nvs4Page8readItemEhNS_8ItemTypeEPKcPvj + 0x00000000400d0764 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_page.o) + 0x28 (size before relaxing) + .literal._ZN3nvs4Page9eraseItemEhNS_8ItemTypeEPKc + 0x00000000400d0764 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_page.o) + 0x8 (size before relaxing) + .literal._ZN3nvs4Page15mLoadEntryTableEv + 0x00000000400d0764 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_page.o) + 0x84 (size before relaxing) + .literal._ZN3nvs4Page4loadEj + 0x00000000400d076c 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_page.o) + 0x18 (size before relaxing) + .literal._ZNK3nvs4Page12getSeqNumberERj + 0x00000000400d0770 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_page.o) + 0x4 (size before relaxing) + .literal._ZN3nvs4Page12setSeqNumberEj + 0x00000000400d0770 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_page.o) + 0x4 (size before relaxing) + .literal._ZN3nvs4Page5eraseEv + 0x00000000400d0770 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_page.o) + 0x8 (size before relaxing) + .literal._ZN3nvs4Page11markFreeingEv + 0x00000000400d0770 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_page.o) + 0x8 (size before relaxing) + .literal._ZN3nvs4Page8markFullEv + 0x00000000400d0770 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_page.o) + 0x8 (size before relaxing) + .literal._ZN3nvs11PageManager12activatePageEv + 0x00000000400d0770 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_pagemanager.o) + 0xc (size before relaxing) + .literal._ZN3nvs11PageManager14requestNewPageEv + 0x00000000400d0770 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_pagemanager.o) + 0x30 (size before relaxing) + .literal._ZN3nvs11PageManager4loadEjj + 0x00000000400d077c 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_pagemanager.o) + 0x54 (size before relaxing) + .literal._ZNK3nvs4Item14calculateCrc32Ev + 0x00000000400d078c 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_types.o) + 0xc (size before relaxing) + .literal._ZNK3nvs4Item26calculateCrc32WithoutValueEv + 0x00000000400d078c 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_types.o) + 0x8 (size before relaxing) + .literal._ZN3nvs4Item14calculateCrc32EPKhj + 0x00000000400d078c 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_types.o) + 0x4 (size before relaxing) + .literal.esp_pthread_init + 0x00000000400d078c 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/pthread/libpthread.a(pthread.o) + 0x8 (size before relaxing) + .literal.pthread_cancel + 0x00000000400d0790 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/pthread/libpthread.a(pthread.o) + 0x14 (size before relaxing) + .literal.pthread_mutex_init + 0x00000000400d079c 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/pthread/libpthread.a(pthread.o) + 0x14 (size before relaxing) + .literal.pthread_mutex_init_if_static + 0x00000000400d079c 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/pthread/libpthread.a(pthread.o) + 0x10 (size before relaxing) + .literal.find_key + 0x00000000400d07a0 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/pthread/libpthread.a(pthread_local_storage.o) + 0x10 (size before relaxing) + .literal.pthread_local_storage_thread_deleted_callback + 0x00000000400d07a8 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/pthread/libpthread.a(pthread_local_storage.o) + 0x1c (size before relaxing) + .literal.pthread_key_create + 0x00000000400d07b4 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/pthread/libpthread.a(pthread_local_storage.o) + 0x14 (size before relaxing) + .literal.pthread_key_delete + 0x00000000400d07b4 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/pthread/libpthread.a(pthread_local_storage.o) + 0x18 (size before relaxing) + .literal.pthread_getspecific + 0x00000000400d07b4 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/pthread/libpthread.a(pthread_local_storage.o) + 0x8 (size before relaxing) + .literal.pthread_setspecific + 0x00000000400d07b4 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/pthread/libpthread.a(pthread_local_storage.o) + 0x20 (size before relaxing) + .literal.spi_flash_init_lock + 0x00000000400d07b8 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(cache_utils.o) + 0x18 (size before relaxing) + .literal.spi_flash_op_lock + 0x00000000400d07c8 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(cache_utils.o) + 0x8 (size before relaxing) + .literal.spi_flash_op_unlock + 0x00000000400d07c8 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(cache_utils.o) + 0x8 (size before relaxing) + .literal.is_safe_write_address + 0x00000000400d07c8 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(flash_ops.o) + 0x14 (size before relaxing) + .literal.spi_flash_init + 0x00000000400d07cc 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(flash_ops.o) + 0x4 (size before relaxing) + .literal.iterator_create + 0x00000000400d07cc 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(partition.o) + 0x8 (size before relaxing) + .literal.load_partitions + 0x00000000400d07d0 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(partition.o) + 0x30 (size before relaxing) + .literal.esp_partition_iterator_release + 0x00000000400d07e0 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(partition.o) + 0x4 (size before relaxing) + .literal.esp_partition_next + 0x00000000400d07e0 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(partition.o) + 0x28 (size before relaxing) + .literal.esp_partition_find + 0x00000000400d07f0 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(partition.o) + 0x1c (size before relaxing) + .literal.esp_partition_get + 0x00000000400d07f0 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(partition.o) + 0x10 (size before relaxing) + .literal.esp_partition_find_first + 0x00000000400d07f8 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(partition.o) + 0xc (size before relaxing) + .literal.spi_flash_cache2phys + 0x00000000400d07f8 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(flash_mmap.o) + 0x20 (size before relaxing) + .literal.tcpip_adapter_reset_ip_info + 0x00000000400d080c 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_lwip.o) + .literal.tcpip_adapter_set_old_ip_info_api + 0x00000000400d0810 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_lwip.o) + 0x8 (size before relaxing) + .literal.tcpip_adapter_ipc_check + 0x00000000400d0814 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_lwip.o) + 0x20 (size before relaxing) + .literal.tcpip_adapter_api_cb + 0x00000000400d0824 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_lwip.o) + 0x24 (size before relaxing) + .literal.tcpip_adapter_update_default_netif + 0x00000000400d0830 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_lwip.o) + 0x10 (size before relaxing) + .literal.tcpip_adapter_start_ip_lost_timer + 0x00000000400d0834 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_lwip.o) + 0x58 (size before relaxing) + .literal.tcpip_adapter_ip_lost_timer + 0x00000000400d0854 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_lwip.o) + 0x48 (size before relaxing) + .literal.tcpip_adapter_dhcpc_cb + 0x00000000400d0868 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_lwip.o) + 0x64 (size before relaxing) + .literal.tcpip_adapter_init + 0x00000000400d087c 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_lwip.o) + 0x44 (size before relaxing) + .literal.tcpip_adapter_start + 0x00000000400d088c 0x30 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_lwip.o) + 0x80 (size before relaxing) + .literal.tcpip_adapter_start_api + 0x00000000400d08bc 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_lwip.o) + 0x4 (size before relaxing) + .literal.tcpip_adapter_sta_start + 0x00000000400d08bc 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_lwip.o) + 0xc (size before relaxing) + .literal.tcpip_adapter_ap_start + 0x00000000400d08c0 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_lwip.o) + 0xc (size before relaxing) + .literal.tcpip_adapter_stop + 0x00000000400d08c4 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_lwip.o) + 0x70 (size before relaxing) + .literal.tcpip_adapter_stop_api + 0x00000000400d08d0 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_lwip.o) + 0x4 (size before relaxing) + .literal.tcpip_adapter_up + 0x00000000400d08d0 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_lwip.o) + 0x50 (size before relaxing) + .literal.tcpip_adapter_up_api + 0x00000000400d08d4 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_lwip.o) + 0x4 (size before relaxing) + .literal.tcpip_adapter_down + 0x00000000400d08d4 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_lwip.o) + 0x60 (size before relaxing) + .literal.tcpip_adapter_down_api + 0x00000000400d08d8 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_lwip.o) + 0x4 (size before relaxing) + .literal.tcpip_adapter_set_old_ip_info + 0x00000000400d08d8 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_lwip.o) + 0x3c (size before relaxing) + .literal.tcpip_adapter_get_old_ip_info + 0x00000000400d08dc 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_lwip.o) + 0xc (size before relaxing) + .literal.tcpip_adapter_get_ip_info + 0x00000000400d08dc 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_lwip.o) + 0xc (size before relaxing) + .literal.tcpip_adapter_dhcpc_get_status + 0x00000000400d08dc 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_lwip.o) + 0x4 (size before relaxing) + .literal.tcpip_adapter_dhcpc_start + 0x00000000400d08dc 0x28 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_lwip.o) + 0xb4 (size before relaxing) + .literal.tcpip_adapter_dhcpc_start_api + 0x00000000400d0904 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_lwip.o) + 0x4 (size before relaxing) + .literal.tcpip_adapter_sta_input + 0x00000000400d0904 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_lwip.o) + 0x8 (size before relaxing) + .literal.tcpip_adapter_ap_input + 0x00000000400d0904 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_lwip.o) + 0x8 (size before relaxing) + .literal.tcpip_adapter_get_esp_if + 0x00000000400d0904 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_lwip.o) + 0x4 (size before relaxing) + .literal.get_vfs_for_fd + 0x00000000400d0904 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/vfs/libvfs.a(vfs.o) + .literal.esp_vfs_register_common + 0x00000000400d0910 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/vfs/libvfs.a(vfs.o) + 0x1c (size before relaxing) + .literal.get_vfs_for_path + 0x00000000400d0910 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/vfs/libvfs.a(vfs.o) + 0x10 (size before relaxing) + .literal.translate_path + 0x00000000400d0910 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/vfs/libvfs.a(vfs.o) + 0x1c (size before relaxing) + .literal.esp_vfs_register + 0x00000000400d0920 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/vfs/libvfs.a(vfs.o) + 0x8 (size before relaxing) + .literal.esp_vfs_register_socket_space + 0x00000000400d0920 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/vfs/libvfs.a(vfs.o) + 0x8 (size before relaxing) + .literal.esp_vfs_open + 0x00000000400d0924 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/vfs/libvfs.a(vfs.o) + 0x8 (size before relaxing) + .literal.esp_vfs_write + 0x00000000400d0924 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/vfs/libvfs.a(vfs.o) + 0x8 (size before relaxing) + .literal.esp_vfs_lseek + 0x00000000400d0924 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/vfs/libvfs.a(vfs.o) + 0x8 (size before relaxing) + .literal.esp_vfs_read + 0x00000000400d0924 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/vfs/libvfs.a(vfs.o) + 0x8 (size before relaxing) + .literal.esp_vfs_close + 0x00000000400d0924 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/vfs/libvfs.a(vfs.o) + 0x8 (size before relaxing) + .literal.esp_vfs_fstat + 0x00000000400d0924 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/vfs/libvfs.a(vfs.o) + 0x8 (size before relaxing) + .literal.esp_vfs_stat + 0x00000000400d0924 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/vfs/libvfs.a(vfs.o) + 0x8 (size before relaxing) + .literal.esp_vfs_link + 0x00000000400d0924 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/vfs/libvfs.a(vfs.o) + 0x10 (size before relaxing) + .literal.esp_vfs_unlink + 0x00000000400d0924 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/vfs/libvfs.a(vfs.o) + 0x8 (size before relaxing) + .literal.esp_vfs_rename + 0x00000000400d0924 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/vfs/libvfs.a(vfs.o) + 0x10 (size before relaxing) + .literal.fcntl + 0x00000000400d0924 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/vfs/libvfs.a(vfs.o) + 0xc (size before relaxing) + .literal.uart_tx_char + 0x00000000400d0924 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/vfs/libvfs.a(vfs_uart.o) + .literal.uart_rx_char + 0x00000000400d0928 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/vfs/libvfs.a(vfs_uart.o) + 0x4 (size before relaxing) + .literal.uart_read_char + 0x00000000400d0928 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/vfs/libvfs.a(vfs_uart.o) + .literal.uart_fstat + 0x00000000400d0930 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/vfs/libvfs.a(vfs_uart.o) + 0x14 (size before relaxing) + .literal.uart_close + 0x00000000400d093c 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/vfs/libvfs.a(vfs_uart.o) + 0x10 (size before relaxing) + .literal.uart_return_char + 0x00000000400d0940 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/vfs/libvfs.a(vfs_uart.o) + 0x14 (size before relaxing) + .literal.uart_fcntl + 0x00000000400d0948 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/vfs/libvfs.a(vfs_uart.o) + 0x1c (size before relaxing) + .literal.uart_open + 0x00000000400d0954 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/vfs/libvfs.a(vfs_uart.o) + 0x1c (size before relaxing) + .literal.uart_read + 0x00000000400d0960 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/vfs/libvfs.a(vfs_uart.o) + 0x34 (size before relaxing) + .literal.uart_write + 0x00000000400d096c 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/vfs/libvfs.a(vfs_uart.o) + 0x24 (size before relaxing) + .literal.esp_vfs_dev_uart_register + 0x00000000400d097c 0x24 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/vfs/libvfs.a(vfs_uart.o) + 0x34 (size before relaxing) + .literal 0x00000000400d09a0 0x0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_addsubdf3.o) + 0xc (size before relaxing) + .literal 0x00000000400d09a0 0x4 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_muldf3.o) + 0x10 (size before relaxing) + .literal 0x00000000400d09a4 0x0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_divdf3.o) + 0x10 (size before relaxing) + .literal 0x00000000400d09a4 0x0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_cmpdf2.o) + 0x18 (size before relaxing) + .literal 0x00000000400d09a4 0x0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_fixdfsi.o) + 0x4 (size before relaxing) + .literal._ZdlPv + 0x00000000400d09a4 0x0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(del_op.o) + 0x4 (size before relaxing) + .literal._ZdaPv + 0x00000000400d09a4 0x0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(del_opv.o) + 0x4 (size before relaxing) + .literal._Znwj + 0x00000000400d09a4 0xc /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(new_op.o) + 0x1c (size before relaxing) + .literal._Znaj + 0x00000000400d09b0 0x0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(new_opv.o) + 0xc (size before relaxing) + .literal._ZN10__cxxabiv120__si_class_type_infoD2Ev + 0x00000000400d09b0 0x4 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(si_class_type_info.o) + 0x8 (size before relaxing) + .literal._ZN10__cxxabiv120__si_class_type_infoD0Ev + 0x00000000400d09b4 0x0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(si_class_type_info.o) + 0x8 (size before relaxing) + .literal._ZNKSt9type_infoeqERKS_$isra$0 + 0x00000000400d09b4 0x0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(si_class_type_info.o) + 0x4 (size before relaxing) + .literal._ZNK10__cxxabiv120__si_class_type_info12__do_dyncastEiNS_17__class_type_info10__sub_kindEPKS1_PKvS4_S6_RNS1_16__dyncast_resultE + 0x00000000400d09b4 0x0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(si_class_type_info.o) + 0x8 (size before relaxing) + .literal._ZNK10__cxxabiv120__si_class_type_info20__do_find_public_srcEiPKvPKNS_17__class_type_infoES2_ + 0x00000000400d09b4 0x0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(si_class_type_info.o) + 0x4 (size before relaxing) + .literal._ZNK10__cxxabiv120__si_class_type_info11__do_upcastEPKNS_17__class_type_infoEPKvRNS1_15__upcast_resultE + 0x00000000400d09b4 0x0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(si_class_type_info.o) + 0x4 (size before relaxing) + .literal._ZNKSt9bad_alloc4whatEv + 0x00000000400d09b4 0x4 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(bad_alloc.o) + .literal._ZNSt9bad_allocD2Ev + 0x00000000400d09b8 0x0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(bad_alloc.o) + 0x8 (size before relaxing) + .literal._ZNSt9bad_allocD0Ev + 0x00000000400d09b8 0x0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(bad_alloc.o) + 0x8 (size before relaxing) + .literal._ZN10__cxxabiv117__class_type_infoD2Ev + 0x00000000400d09b8 0x4 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(class_type_info.o) + 0x8 (size before relaxing) + .literal._ZN10__cxxabiv117__class_type_infoD0Ev + 0x00000000400d09bc 0x0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(class_type_info.o) + 0x8 (size before relaxing) + .literal._ZNKSt9type_infoeqERKS_$isra$0 + 0x00000000400d09bc 0x0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(class_type_info.o) + 0x4 (size before relaxing) + .literal._ZNK10__cxxabiv117__class_type_info11__do_upcastEPKS0_PKvRNS0_15__upcast_resultE + 0x00000000400d09bc 0x0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(class_type_info.o) + 0x4 (size before relaxing) + .literal._ZNK10__cxxabiv117__class_type_info12__do_dyncastEiNS0_10__sub_kindEPKS0_PKvS3_S5_RNS0_16__dyncast_resultE + 0x00000000400d09bc 0x0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(class_type_info.o) + 0x8 (size before relaxing) + .literal._ZNK10__cxxabiv117__class_type_info10__do_catchEPKSt9type_infoPPvj + 0x00000000400d09bc 0x0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(class_type_info.o) + 0x4 (size before relaxing) + .literal._ZL28read_encoded_value_with_basehjPKhPj + 0x00000000400d09bc 0x4 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_personality.o) + 0x10 (size before relaxing) + .literal._ZL15get_ttype_entryP16lsda_header_infom + 0x00000000400d09c0 0x0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_personality.o) + 0x8 (size before relaxing) + .literal._ZL21base_of_encoded_valuehP15_Unwind_Context + 0x00000000400d09c0 0x0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_personality.o) + 0x10 (size before relaxing) + .literal._ZL18read_encoded_valueP15_Unwind_ContexthPKhPj + 0x00000000400d09c0 0x0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_personality.o) + 0x8 (size before relaxing) + .literal._ZL17parse_lsda_headerP15_Unwind_ContextPKhP16lsda_header_info + 0x00000000400d09c0 0x0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_personality.o) + 0x10 (size before relaxing) + .literal._ZL20check_exception_specP16lsda_header_infoPKSt9type_infoPvl$constprop$3 + 0x00000000400d09c0 0x0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_personality.o) + 0xc (size before relaxing) + .literal.__gxx_personality_v0 + 0x00000000400d09c0 0x8 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_personality.o) + 0x68 (size before relaxing) + .literal.__cxa_call_unexpected + 0x00000000400d09c8 0x0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_personality.o) + 0x2c (size before relaxing) + .literal._ZN10__cxxabiv111__terminateEPFvvE + 0x00000000400d09c8 0x0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_terminate.o) + 0x18 (size before relaxing) + .literal._ZSt13get_terminatev + 0x00000000400d09c8 0x4 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_terminate.o) + .literal._ZSt9terminatev + 0x00000000400d09cc 0x0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_terminate.o) + 0x8 (size before relaxing) + .literal._ZN10__cxxabiv112__unexpectedEPFvvE + 0x00000000400d09cc 0x0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_terminate.o) + 0x4 (size before relaxing) + .literal._ZSt14get_unexpectedv + 0x00000000400d09cc 0x4 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_terminate.o) + .literal._ZSt10unexpectedv + 0x00000000400d09d0 0x0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_terminate.o) + 0x8 (size before relaxing) + .literal._ZSt15get_new_handlerv + 0x00000000400d09d0 0x4 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(new_handler.o) + .literal._ZL15eh_globals_dtorPv + 0x00000000400d09d4 0x0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_globals.o) + 0x8 (size before relaxing) + .literal.__cxa_get_globals_fast + 0x00000000400d09d4 0x8 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_globals.o) + 0x14 (size before relaxing) + .literal.startup._GLOBAL__sub_I___cxa_get_globals_fast + 0x00000000400d09dc 0x4 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_globals.o) + 0xc (size before relaxing) + .literal.exit._GLOBAL__sub_D___cxa_get_globals_fast + 0x00000000400d09e0 0x0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_globals.o) + 0x8 (size before relaxing) + .literal.esp_ota_get_running_partition + 0x00000000400d09e0 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/app_update/libapp_update.a(esp_ota_ops.o) + 0x34 (size before relaxing) + .literal.get_clk_en_mask + 0x00000000400d09f4 0x1c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(periph_ctrl.o) + 0x44 (size before relaxing) + .literal.get_rst_en_mask + 0x00000000400d0a10 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(periph_ctrl.o) + 0x3c (size before relaxing) + .literal.get_clk_en_reg + 0x00000000400d0a14 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(periph_ctrl.o) + 0xc (size before relaxing) + .literal.get_rst_en_reg + 0x00000000400d0a14 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(periph_ctrl.o) + 0xc (size before relaxing) + .literal.periph_module_enable + 0x00000000400d0a18 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(periph_ctrl.o) + 0x2c (size before relaxing) + .literal.periph_module_disable + 0x00000000400d0a1c 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(periph_ctrl.o) + 0x2c (size before relaxing) + .literal.rtc_isr + 0x00000000400d0a1c 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + 0x20 (size before relaxing) + .literal.rtc_isr_ensure_installed + 0x00000000400d0a28 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + 0x20 (size before relaxing) + .literal.rtc_gpio_force_hold_dis_all + 0x00000000400d0a30 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .literal.adc2_wifi_acquire + 0x00000000400d0a38 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + 0x18 (size before relaxing) + .literal.adc2_wifi_release + 0x00000000400d0a44 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + 0x30 (size before relaxing) + .literal.rtc_isr_register + 0x00000000400d0a58 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + 0x18 (size before relaxing) + .literal.timer_group_intr_enable + 0x00000000400d0a58 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(timer.o) + 0x28 (size before relaxing) + .literal.esp_event_post_to_user + 0x00000000400d0a70 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(event_loop.o) + .literal.esp_event_loop_task + 0x00000000400d0a78 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(event_loop.o) + 0x2c (size before relaxing) + .literal.esp_event_send + 0x00000000400d0a88 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(event_loop.o) + 0x30 (size before relaxing) + .literal.esp_event_loop_init + 0x00000000400d0a94 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(event_loop.o) + 0x24 (size before relaxing) + .literal.esp_wifi_init + 0x00000000400d0aa4 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(wifi_init.o) + 0x8 (size before relaxing) + .literal.system_event_sta_lost_ip_default + 0x00000000400d0aa4 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(event_default_handlers.o) + 0x10 (size before relaxing) + .literal.esp_system_event_debug + 0x00000000400d0aac 0x6c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(event_default_handlers.o) + 0x160 (size before relaxing) + .literal.system_event_ap_stop_handle_default + 0x00000000400d0b18 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(event_default_handlers.o) + 0x20 (size before relaxing) + .literal.system_event_sta_stop_handle_default + 0x00000000400d0b24 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(event_default_handlers.o) + 0x4 (size before relaxing) + .literal.system_event_ap_start_handle_default + 0x00000000400d0b24 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(event_default_handlers.o) + 0x38 (size before relaxing) + .literal.system_event_sta_got_ip_default + 0x00000000400d0b30 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(event_default_handlers.o) + 0x28 (size before relaxing) + .literal.system_event_sta_disconnected_handle_default + 0x00000000400d0b3c 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(event_default_handlers.o) + 0x20 (size before relaxing) + .literal.system_event_sta_connected_handle_default + 0x00000000400d0b40 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(event_default_handlers.o) + 0x58 (size before relaxing) + .literal.system_event_sta_start_handle_default + 0x00000000400d0b50 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(event_default_handlers.o) + 0x24 (size before relaxing) + .literal.esp_event_process_default + 0x00000000400d0b54 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(event_default_handlers.o) + 0x24 (size before relaxing) + .literal.esp_event_set_default_wifi_handlers + 0x00000000400d0b60 0x24 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(event_default_handlers.o) + 0x2c (size before relaxing) + .text.__cxx_fatal_exception + 0x00000000400d0b84 0x6 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/cxx/libcxx.a(cxx_exception_stubs.o) + 0x9 (size before relaxing) + 0x00000000400d0b84 __cxa_rethrow + 0x00000000400d0b84 __cxa_end_catch + 0x00000000400d0b84 _ZSt17__throw_bad_allocv + 0x00000000400d0b84 _ZSt16__throw_bad_castv + 0x00000000400d0b84 __cxx_fatal_exception + 0x00000000400d0b84 _ZSt18__throw_bad_typeidv + 0x00000000400d0b84 __cxa_get_exception_ptr + 0x00000000400d0b84 __cxa_free_dependent_exception + 0x00000000400d0b84 __cxa_allocate_dependent_exception + 0x00000000400d0b84 _ZSt18uncaught_exceptionv + 0x00000000400d0b84 __cxa_allocate_exception + 0x00000000400d0b84 __cxa_begin_catch + 0x00000000400d0b84 _ZSt25__throw_bad_function_callv + 0x00000000400d0b84 __cxa_call_terminate + 0x00000000400d0b84 __cxa_free_exception + 0x00000000400d0b84 _ZSt21__throw_bad_exceptionv + 0x00000000400d0b84 __cxa_throw + *fill* 0x00000000400d0b8a 0x2 + .text.cpu_configure_region_protection + 0x00000000400d0b8c 0x40 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(cpu_start.o) + .text.do_global_ctors + 0x00000000400d0bcc 0x19 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(cpu_start.o) + *fill* 0x00000000400d0be5 0x3 + .text.main_task + 0x00000000400d0be8 0x90 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(cpu_start.o) + 0xb0 (size before relaxing) + .text.intr_matrix_clear + 0x00000000400d0c78 0x29 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(cpu_start.o) + *fill* 0x00000000400d0ca1 0x3 + .text.wdt_reset_cpu1_info_enable + 0x00000000400d0ca4 0x34 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(cpu_start.o) + 0x40 (size before relaxing) + .text.esp_crosscore_isr_handle_yield + 0x00000000400d0cd8 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(crosscore_int.o) + 0xb (size before relaxing) + *fill* 0x00000000400d0ce0 0x0 + .text.esp_crosscore_int_init + 0x00000000400d0ce0 0x62 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(crosscore_int.o) + 0x6e (size before relaxing) + 0x00000000400d0ce0 esp_crosscore_int_init + *fill* 0x00000000400d0d42 0x2 + .text.dport_access_init_core + 0x00000000400d0d44 0x62 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(dport_access.o) + 0x6a (size before relaxing) + *fill* 0x00000000400d0da6 0x2 + .text.esp_dport_access_int_init + 0x00000000400d0da8 0x33 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(dport_access.o) + 0x37 (size before relaxing) + 0x00000000400d0da8 esp_dport_access_int_init + *fill* 0x00000000400d0ddb 0x1 + .text.timer_process_alarm + 0x00000000400d0ddc 0x92 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(esp_timer.o) + 0xa1 (size before relaxing) + *fill* 0x00000000400d0e6e 0x2 + .text.timer_task + 0x00000000400d0e70 0x2d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(esp_timer.o) + 0x34 (size before relaxing) + *fill* 0x00000000400d0e9d 0x3 + .text.esp_timer_create + 0x00000000400d0ea0 0x39 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(esp_timer.o) + 0x00000000400d0ea0 esp_timer_create + *fill* 0x00000000400d0ed9 0x3 + .text.esp_timer_delete + 0x00000000400d0edc 0x22 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(esp_timer.o) + 0x26 (size before relaxing) + 0x00000000400d0edc esp_timer_delete + *fill* 0x00000000400d0efe 0x2 + .text.esp_timer_init + 0x00000000400d0f00 0x76 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(esp_timer.o) + 0x8a (size before relaxing) + 0x00000000400d0f00 esp_timer_init + *fill* 0x00000000400d0f76 0x2 + .text.esp_timer_impl_init + 0x00000000400d0f78 0xb5 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(esp_timer_esp32.o) + 0xc1 (size before relaxing) + 0x00000000400d0f78 esp_timer_impl_init + *fill* 0x00000000400d102d 0x3 + .text.esp_int_wdt_init + 0x00000000400d1030 0xd3 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(int_wdt.o) + 0xd7 (size before relaxing) + 0x00000000400d1030 esp_int_wdt_init + *fill* 0x00000000400d1103 0x1 + .text.esp_int_wdt_cpu_init + 0x00000000400d1104 0x2e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(int_wdt.o) + 0x36 (size before relaxing) + 0x00000000400d1104 esp_int_wdt_cpu_init + *fill* 0x00000000400d1132 0x2 + .text.insert_vector_desc + 0x00000000400d1134 0x56 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(intr_alloc.o) + *fill* 0x00000000400d118a 0x2 + .text.find_desc_for_int + 0x00000000400d118c 0x25 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(intr_alloc.o) + *fill* 0x00000000400d11b1 0x3 + .text.int_has_handler + 0x00000000400d11b4 0x1d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(intr_alloc.o) + *fill* 0x00000000400d11d1 0x3 + .text.get_desc_for_int + 0x00000000400d11d4 0x74 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(intr_alloc.o) + 0x7c (size before relaxing) + .text.find_desc_for_source + 0x00000000400d1248 0x69 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(intr_alloc.o) + *fill* 0x00000000400d12b1 0x3 + .text.is_vect_desc_usable + 0x00000000400d12b4 0xdc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(intr_alloc.o) + .text.get_available_int + 0x00000000400d1390 0x162 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(intr_alloc.o) + 0x16a (size before relaxing) + *fill* 0x00000000400d14f2 0x2 + .text.esp_intr_alloc_intrstatus + 0x00000000400d14f4 0x2aa /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(intr_alloc.o) + 0x2c2 (size before relaxing) + 0x00000000400d14f4 esp_intr_alloc_intrstatus + *fill* 0x00000000400d179e 0x2 + .text.esp_intr_alloc + 0x00000000400d17a0 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(intr_alloc.o) + 0x1c (size before relaxing) + 0x00000000400d17a0 esp_intr_alloc + .text.esp_ipc_call_and_wait + 0x00000000400d17b8 0x6e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(ipc.o) + 0x7e (size before relaxing) + *fill* 0x00000000400d1826 0x2 + .text.esp_ipc_init + 0x00000000400d1828 0x73 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(ipc.o) + 0x83 (size before relaxing) + 0x00000000400d1828 esp_ipc_init + *fill* 0x00000000400d189b 0x1 + .text.esp_ipc_call + 0x00000000400d189c 0x15 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(ipc.o) + 0x00000000400d189c esp_ipc_call + *fill* 0x00000000400d18b1 0x3 + .text.esp_base_mac_addr_get + 0x00000000400d18b4 0x42 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(system_api.o) + 0x4a (size before relaxing) + 0x00000000400d18b4 esp_base_mac_addr_get + *fill* 0x00000000400d18f6 0x2 + .text.esp_efuse_mac_get_default + 0x00000000400d18f8 0x6e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(system_api.o) + 0x76 (size before relaxing) + 0x00000000400d18f8 system_efuse_read_mac + 0x00000000400d18f8 esp_efuse_mac_get_default + 0x00000000400d18f8 esp_efuse_read_mac + *fill* 0x00000000400d1966 0x2 + .text.esp_read_mac + 0x00000000400d1968 0xca /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(system_api.o) + 0xde (size before relaxing) + 0x00000000400d1968 esp_read_mac + *fill* 0x00000000400d1a32 0x2 + .text.esp_register_shutdown_handler + 0x00000000400d1a34 0x27 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(system_api.o) + 0x00000000400d1a34 esp_register_shutdown_handler + *fill* 0x00000000400d1a5b 0x1 + .text.esp_get_free_heap_size + 0x00000000400d1a5c 0xd /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(system_api.o) + 0x10 (size before relaxing) + 0x00000000400d1a5c system_get_free_heap_size + 0x00000000400d1a5c esp_get_free_heap_size + *fill* 0x00000000400d1a69 0x3 + .text.esp_get_idf_version + 0x00000000400d1a6c 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(system_api.o) + 0x00000000400d1a6c esp_get_idf_version + .text.find_task_in_twdt_list + 0x00000000400d1a74 0x2f /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(task_wdt.o) + *fill* 0x00000000400d1aa3 0x1 + .text.reset_hw_timer + 0x00000000400d1aa4 0x35 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(task_wdt.o) + *fill* 0x00000000400d1ad9 0x3 + .text.task_wdt_isr + 0x00000000400d1adc 0xea /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(task_wdt.o) + 0x102 (size before relaxing) + *fill* 0x00000000400d1bc6 0x2 + .text.esp_task_wdt_init + 0x00000000400d1bc8 0x1a8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(task_wdt.o) + 0x1b8 (size before relaxing) + 0x00000000400d1bc8 esp_task_wdt_init + .text.esp_task_wdt_add + 0x00000000400d1d70 0xb6 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(task_wdt.o) + 0xd5 (size before relaxing) + 0x00000000400d1d70 esp_task_wdt_add + *fill* 0x00000000400d1e26 0x2 + .text.esp_task_wdt_reset + 0x00000000400d1e28 0x4f /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(task_wdt.o) + 0x5e (size before relaxing) + 0x00000000400d1e28 esp_task_wdt_reset + *fill* 0x00000000400d1e77 0x1 + .text.idle_hook_cb + 0x00000000400d1e78 0xa /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(task_wdt.o) + 0xd (size before relaxing) + *fill* 0x00000000400d1e82 0x2 + .text.rtc_brownout_isr_handler + 0x00000000400d1e84 0x2c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(brownout.o) + 0x30 (size before relaxing) + .text.esp_brownout_init + 0x00000000400d1eb0 0x41 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(brownout.o) + 0x45 (size before relaxing) + 0x00000000400d1eb0 esp_brownout_init + *fill* 0x00000000400d1ef1 0x3 + .text.esp_cache_err_int_init + 0x00000000400d1ef4 0x5e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(cache_err_int.o) + 0x6e (size before relaxing) + 0x00000000400d1ef4 esp_cache_err_int_init + *fill* 0x00000000400d1f52 0x2 + .text.select_rtc_slow_clk + 0x00000000400d1f54 0x92 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(clk.o) + 0xaa (size before relaxing) + *fill* 0x00000000400d1fe6 0x2 + .text.esp_clk_init + 0x00000000400d1fe8 0x61 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(clk.o) + 0x75 (size before relaxing) + 0x00000000400d1fe8 esp_clk_init + *fill* 0x00000000400d2049 0x3 + .text.esp_perip_clk_init + 0x00000000400d204c 0x116 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(clk.o) + 0x15e (size before relaxing) + 0x00000000400d204c esp_perip_clk_init + *fill* 0x00000000400d2162 0x2 + .text.esp_vApplicationIdleHook + 0x00000000400d2164 0x30 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(freertos_hooks.o) + 0x00000000400d2164 esp_vApplicationIdleHook + .text.esp_register_freertos_idle_hook_for_cpu + 0x00000000400d2194 0x4e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(freertos_hooks.o) + 0x00000000400d2194 esp_register_freertos_idle_hook_for_cpu + *fill* 0x00000000400d21e2 0x2 + .text.esp_register_freertos_tick_hook_for_cpu + 0x00000000400d21e4 0x4e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(freertos_hooks.o) + 0x00000000400d21e4 esp_register_freertos_tick_hook_for_cpu + *fill* 0x00000000400d2232 0x2 + .text.register_heap + 0x00000000400d2234 0x28 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/heap/libheap.a(heap_caps_init.o) + 0x2c (size before relaxing) + .text.disable_mem_region + 0x00000000400d225c 0xb4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/heap/libheap.a(heap_caps_init.o) + .text.heap_caps_enable_nonos_stack_heaps + 0x00000000400d2310 0x28 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/heap/libheap.a(heap_caps_init.o) + 0x2c (size before relaxing) + 0x00000000400d2310 heap_caps_enable_nonos_stack_heaps + .text.heap_caps_init + 0x00000000400d2338 0x2c6 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/heap/libheap.a(heap_caps_init.o) + 0x2de (size before relaxing) + 0x00000000400d2338 heap_caps_init + *fill* 0x00000000400d25fe 0x2 + .text.heap_caps_get_free_size + 0x00000000400d2600 0x29 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/heap/libheap.a(heap_caps.o) + 0x2d (size before relaxing) + 0x00000000400d2600 heap_caps_get_free_size + *fill* 0x00000000400d2629 0x3 + .text.heap_bubble_down + 0x00000000400d262c 0x4e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/log/liblog.a(log.o) + *fill* 0x00000000400d267a 0x2 + .text.esp_log_level_set + 0x00000000400d267c 0x116 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/log/liblog.a(log.o) + 0x11e (size before relaxing) + 0x00000000400d267c esp_log_level_set + *fill* 0x00000000400d2792 0x2 + .text.wifi_init + 0x00000000400d2794 0x144 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/main/libmain.a(app_main.o) + 0x178 (size before relaxing) + .text.wifi_event_handler + 0x00000000400d28d8 0x35 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/main/libmain.a(app_main.o) + 0x40 (size before relaxing) + *fill* 0x00000000400d290d 0x3 + .text.mqtt_app_start + 0x00000000400d2910 0x3d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/main/libmain.a(app_main.o) + 0x41 (size before relaxing) + *fill* 0x00000000400d294d 0x3 + .text.mqtt_event_handler + 0x00000000400d2950 0x178 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/main/libmain.a(app_main.o) + 0x1cc (size before relaxing) + .text.app_main + 0x00000000400d2ac8 0x89 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/main/libmain.a(app_main.o) + 0xc5 (size before relaxing) + 0x00000000400d2ac8 app_main + *fill* 0x00000000400d2b51 0x3 + .text 0x00000000400d2b54 0x38 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-assert.o) + 0x40 (size before relaxing) + 0x00000000400d2b54 __assert_func + 0x00000000400d2b7c __assert + .text 0x00000000400d2b8c 0x54 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-fiprintf.o) + 0x5c (size before relaxing) + 0x00000000400d2b8c _fiprintf_r + 0x00000000400d2bb0 fiprintf + .text 0x00000000400d2be0 0xc0 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-fopen.o) + 0xcc (size before relaxing) + 0x00000000400d2be0 _fopen_r + 0x00000000400d2c8c fopen + .text 0x00000000400d2ca0 0x2d /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-fseek.o) + 0x31 (size before relaxing) + 0x00000000400d2ca0 _fseek_r + 0x00000000400d2cb8 fseek + *fill* 0x00000000400d2ccd 0x3 + .text 0x00000000400d2cd0 0x32e /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-fseeko.o) + 0x336 (size before relaxing) + 0x00000000400d2cd0 _fseeko_r + 0x00000000400d2fe8 fseeko + *fill* 0x00000000400d2ffe 0x2 + .text 0x00000000400d3000 0xaa /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-puts.o) + 0x00000000400d3000 _puts_r + 0x00000000400d3098 puts + *fill* 0x00000000400d30aa 0x2 + .text 0x00000000400d30ac 0xe8 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-reent.o) + 0xfc (size before relaxing) + 0x00000000400d30ac cleanup_glue + 0x00000000400d30c4 _reclaim_reent + .text 0x00000000400d3194 0xa7 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-sprintf.o) + 0xaf (size before relaxing) + 0x00000000400d3194 _sprintf_r + 0x00000000400d31e0 sprintf + *fill* 0x00000000400d323b 0x1 + .text 0x00000000400d323c 0x355e /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-svfprintf.o) + 0x35ca (size before relaxing) + 0x00000000400d36bc _svfprintf_r + *fill* 0x00000000400d679a 0x2 + .text 0x00000000400d679c 0x26a1 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-vfiprintf.o) + 0x26ad (size before relaxing) + 0x00000000400d6c1c __sprint_r + 0x00000000400d6c88 _vfiprintf_r + 0x00000000400d8d88 vfiprintf + *fill* 0x00000000400d8e3d 0x3 + .text 0x00000000400d8e40 0x3719 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-vfprintf.o) + 0x3785 (size before relaxing) + 0x00000000400d92c0 _vfprintf_r + 0x00000000400dc4a4 vfprintf + *fill* 0x00000000400dc559 0x3 + .text 0x00000000400dc55c 0x5e /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-vprintf.o) + 0x62 (size before relaxing) + 0x00000000400dc55c vprintf + 0x00000000400dc58c _vprintf_r + *fill* 0x00000000400dc5ba 0x2 + .text 0x00000000400dc5bc 0xcae /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-dtoa.o) + 0xdae (size before relaxing) + 0x00000000400dc6c8 _dtoa_r + *fill* 0x00000000400dd26a 0x2 + .text 0x00000000400dd26c 0x7f /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-flags.o) + 0x00000000400dd26c __sflags + *fill* 0x00000000400dd2eb 0x1 + .text 0x00000000400dd2ec 0x82a /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-mprec.o) + 0x82e (size before relaxing) + 0x00000000400dd2ec _Balloc + 0x00000000400dd360 _Bfree + 0x00000000400dd390 __multadd + 0x00000000400dd404 __s2b + 0x00000000400dd484 __hi0bits + 0x00000000400dd4d0 __lo0bits + 0x00000000400dd53c __i2b + 0x00000000400dd550 __multiply + 0x00000000400dd654 __pow5mult + 0x00000000400dd6e4 __lshift + 0x00000000400dd780 __mcmp + 0x00000000400dd7bc __mdiff + 0x00000000400dd880 __ulp + 0x00000000400dd8c8 __b2d + 0x00000000400dd96c __d2b + 0x00000000400dda0c __ratio + 0x00000000400dda60 _mprec_log10 + 0x00000000400dda94 __copybits + 0x00000000400ddac8 __any_on + *fill* 0x00000000400ddb16 0x2 + .text 0x00000000400ddb18 0x62 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-s_frexp.o) + 0x00000000400ddb18 frexp + *fill* 0x00000000400ddb7a 0x2 + .text 0x00000000400ddb7c 0x2582 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-svfiprintf.o) + 0x2586 (size before relaxing) + 0x00000000400ddffc __ssprint_r + 0x00000000400de104 _svfiprintf_r + *fill* 0x00000000400e00fe 0x2 + .text.esp_setup_syscall_table + 0x00000000400e0100 0x2b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/newlib/libnewlib.a(syscall_table.o) + 0x00000000400e0100 esp_setup_syscall_table + *fill* 0x00000000400e012b 0x1 + .text._raise_r + 0x00000000400e012c 0x6 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/newlib/libnewlib.a(syscalls.o) + 0x9 (size before relaxing) + 0x00000000400e012c _raise_r + *fill* 0x00000000400e0132 0x2 + .text._sbrk_r 0x00000000400e0134 0x6 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/newlib/libnewlib.a(syscalls.o) + 0x9 (size before relaxing) + 0x00000000400e0134 _sbrk_r + *fill* 0x00000000400e013a 0x2 + .text.get_boot_time + 0x00000000400e013c 0x23 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/newlib/libnewlib.a(time.o) + 0x27 (size before relaxing) + *fill* 0x00000000400e015f 0x1 + .text.set_boot_time + 0x00000000400e0160 0x24 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/newlib/libnewlib.a(time.o) + 0x28 (size before relaxing) + .text.get_time_since_boot + 0x00000000400e0184 0x1f /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/newlib/libnewlib.a(time.o) + *fill* 0x00000000400e01a3 0x1 + .text.esp_clk_slowclk_cal_set + 0x00000000400e01a4 0x6a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/newlib/libnewlib.a(time.o) + 0x6e (size before relaxing) + 0x00000000400e01a4 esp_clk_slowclk_cal_set + *fill* 0x00000000400e020e 0x2 + .text.esp_clk_slowclk_cal_get + 0x00000000400e0210 0xd /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/newlib/libnewlib.a(time.o) + 0x00000000400e0210 esp_clk_slowclk_cal_get + *fill* 0x00000000400e021d 0x3 + .text.get_rtc_time_us + 0x00000000400e0220 0x43 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/newlib/libnewlib.a(time.o) + 0x47 (size before relaxing) + *fill* 0x00000000400e0263 0x1 + .text.esp_set_time_from_rtc + 0x00000000400e0264 0x27 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/newlib/libnewlib.a(time.o) + 0x2f (size before relaxing) + 0x00000000400e0264 esp_set_time_from_rtc + *fill* 0x00000000400e028b 0x1 + .text.system_get_time + 0x00000000400e028c 0xa /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/newlib/libnewlib.a(time.o) + 0xd (size before relaxing) + 0x00000000400e028c system_get_current_time + 0x00000000400e028c system_get_time + *fill* 0x00000000400e0296 0x2 + .text._ZL18nvs_find_ns_handlejR11HandleEntry + 0x00000000400e0298 0x3d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + *fill* 0x00000000400e02d5 0x3 + .text._ZL24lookup_storage_from_namePKc + 0x00000000400e02d8 0x32 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + *fill* 0x00000000400e030a 0x2 + .text._Z7nvs_setIaEijPKcT_ + 0x00000000400e030c 0x82 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + 0x92 (size before relaxing) + *fill* 0x00000000400e038e 0x2 + .text._Z7nvs_setIhEijPKcT_ + 0x00000000400e0390 0x80 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + 0x90 (size before relaxing) + .text._Z7nvs_setItEijPKcT_ + 0x00000000400e0410 0x80 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + 0x90 (size before relaxing) + .text._Z7nvs_setIjEijPKcT_ + 0x00000000400e0490 0x80 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + 0x8c (size before relaxing) + .text._Z7nvs_getIaEijPKcPT_ + 0x00000000400e0510 0x6c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + 0x7c (size before relaxing) + .text._Z7nvs_getIhEijPKcPT_ + 0x00000000400e057c 0x6c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + 0x7c (size before relaxing) + .text._Z7nvs_getItEijPKcPT_ + 0x00000000400e05e8 0x6c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + 0x7c (size before relaxing) + .text._Z7nvs_getIjEijPKcPT_ + 0x00000000400e0654 0x6c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + 0x7c (size before relaxing) + .text._ZL19nvs_get_str_or_blobjN3nvs8ItemTypeEPKcPvPj + 0x00000000400e06c0 0xa6 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + 0xba (size before relaxing) + *fill* 0x00000000400e0766 0x2 + .text.nvs_flash_init_custom + 0x00000000400e0768 0x9c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + 0xac (size before relaxing) + 0x00000000400e0768 nvs_flash_init_custom + .text.nvs_flash_init_partition + 0x00000000400e0804 0x66 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + 0x7a (size before relaxing) + 0x00000000400e0804 nvs_flash_init_partition + *fill* 0x00000000400e086a 0x2 + .text.nvs_flash_init + 0x00000000400e086c 0xd /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + 0x10 (size before relaxing) + 0x00000000400e086c nvs_flash_init + *fill* 0x00000000400e0879 0x3 + .text.nvs_open_from_partition + 0x00000000400e087c 0xc2 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + 0xda (size before relaxing) + 0x00000000400e087c nvs_open_from_partition + *fill* 0x00000000400e093e 0x2 + .text.nvs_open + 0x00000000400e0940 0x22 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + 0x00000000400e0940 nvs_open + *fill* 0x00000000400e0962 0x2 + .text.nvs_close + 0x00000000400e0964 0xae /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + 0xba (size before relaxing) + 0x00000000400e0964 nvs_close + *fill* 0x00000000400e0a12 0x2 + .text.nvs_set_i8 + 0x00000000400e0a14 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + 0x00000000400e0a14 nvs_set_i8 + .text.nvs_set_u8 + 0x00000000400e0a28 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + 0x00000000400e0a28 nvs_set_u8 + .text.nvs_set_u16 + 0x00000000400e0a3c 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + 0x00000000400e0a3c nvs_set_u16 + .text.nvs_set_u32 + 0x00000000400e0a50 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + 0x14 (size before relaxing) + 0x00000000400e0a50 nvs_set_u32 + .text.nvs_commit + 0x00000000400e0a60 0x36 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + 0x3e (size before relaxing) + 0x00000000400e0a60 nvs_commit + *fill* 0x00000000400e0a96 0x2 + .text.nvs_set_blob + 0x00000000400e0a98 0x6b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + 0x7b (size before relaxing) + 0x00000000400e0a98 nvs_set_blob + *fill* 0x00000000400e0b03 0x1 + .text.nvs_get_i8 + 0x00000000400e0b04 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + 0x14 (size before relaxing) + 0x00000000400e0b04 nvs_get_i8 + .text.nvs_get_u8 + 0x00000000400e0b14 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + 0x14 (size before relaxing) + 0x00000000400e0b14 nvs_get_u8 + .text.nvs_get_u16 + 0x00000000400e0b24 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + 0x14 (size before relaxing) + 0x00000000400e0b24 nvs_get_u16 + .text.nvs_get_u32 + 0x00000000400e0b34 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + 0x14 (size before relaxing) + 0x00000000400e0b34 nvs_get_u32 + .text.nvs_get_blob + 0x00000000400e0b44 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + 0x18 (size before relaxing) + 0x00000000400e0b44 nvs_get_blob + .text._ZN3nvs7Storage15clearNamespacesEv + 0x00000000400e0b58 0x32 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_storage.o) + 0x36 (size before relaxing) + 0x00000000400e0b58 _ZN3nvs7Storage15clearNamespacesEv + *fill* 0x00000000400e0b8a 0x2 + .text._ZN3nvs7StorageD2Ev + 0x00000000400e0b8c 0x3f /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_storage.o) + 0x43 (size before relaxing) + 0x00000000400e0b8c _ZN3nvs7StorageD1Ev + 0x00000000400e0b8c _ZN3nvs7StorageD2Ev + *fill* 0x00000000400e0bcb 0x1 + .text._ZN3nvs7Storage4initEjj + 0x00000000400e0bcc 0x102 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_storage.o) + 0x10e (size before relaxing) + 0x00000000400e0bcc _ZN3nvs7Storage4initEjj + *fill* 0x00000000400e0cce 0x2 + .text._ZN3nvs7Storage8findItemEhNS_8ItemTypeEPKcRPNS_4PageERNS_4ItemE + 0x00000000400e0cd0 0x32 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_storage.o) + 0x36 (size before relaxing) + 0x00000000400e0cd0 _ZN3nvs7Storage8findItemEhNS_8ItemTypeEPKcRPNS_4PageERNS_4ItemE + *fill* 0x00000000400e0d02 0x2 + .text._ZN3nvs7Storage9writeItemEhNS_8ItemTypeEPKcPKvj + 0x00000000400e0d04 0x115 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_storage.o) + 0x131 (size before relaxing) + 0x00000000400e0d04 _ZN3nvs7Storage9writeItemEhNS_8ItemTypeEPKcPKvj + *fill* 0x00000000400e0e19 0x3 + .text._ZN3nvs7Storage21createOrOpenNamespaceEPKcbRh + 0x00000000400e0e1c 0x115 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_storage.o) + 0x119 (size before relaxing) + 0x00000000400e0e1c _ZN3nvs7Storage21createOrOpenNamespaceEPKcbRh + *fill* 0x00000000400e0f31 0x3 + .text._ZN3nvs7Storage8readItemEhNS_8ItemTypeEPKcPvj + 0x00000000400e0f34 0x45 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_storage.o) + 0x49 (size before relaxing) + 0x00000000400e0f34 _ZN3nvs7Storage8readItemEhNS_8ItemTypeEPKcPvj + *fill* 0x00000000400e0f79 0x3 + .text._ZN3nvs7Storage15getItemDataSizeEhNS_8ItemTypeEPKcRj + 0x00000000400e0f7c 0x36 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_storage.o) + 0x00000000400e0f7c _ZN3nvs7Storage15getItemDataSizeEhNS_8ItemTypeEPKcRj + *fill* 0x00000000400e0fb2 0x2 + .text._ZN3nvs8HashList5clearEv + 0x00000000400e0fb4 0x36 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_item_hash_list.o) + 0x00000000400e0fb4 _ZN3nvs8HashList5clearEv + *fill* 0x00000000400e0fea 0x2 + .text._ZN3nvs8HashListD2Ev + 0x00000000400e0fec 0xa /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_item_hash_list.o) + 0xe (size before relaxing) + 0x00000000400e0fec _ZN3nvs8HashListD2Ev + 0x00000000400e0fec _ZN3nvs8HashListD1Ev + *fill* 0x00000000400e0ff6 0x2 + .text._ZN3nvs8HashList6insertERKNS_4ItemEj + 0x00000000400e0ff8 0x69 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_item_hash_list.o) + 0x71 (size before relaxing) + 0x00000000400e0ff8 _ZN3nvs8HashList6insertERKNS_4ItemEj + *fill* 0x00000000400e1061 0x3 + .text._ZN3nvs8HashList5eraseEj + 0x00000000400e1064 0x73 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_item_hash_list.o) + 0x76 (size before relaxing) + 0x00000000400e1064 _ZN3nvs8HashList5eraseEj + *fill* 0x00000000400e10d7 0x1 + .text._ZN3nvs8HashList4findEjRKNS_4ItemE + 0x00000000400e10d8 0x44 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_item_hash_list.o) + 0x48 (size before relaxing) + 0x00000000400e10d8 _ZN3nvs8HashList4findEjRKNS_4ItemE + .text._ZN3nvs4ItemC2EhNS_8ItemTypeEhPKc + 0x00000000400e111c 0x50 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_page.o) + 0x00000000400e111c _ZN3nvs4ItemC2EhNS_8ItemTypeEhPKc + 0x00000000400e111c _ZN3nvs4ItemC1EhNS_8ItemTypeEhPKc + .text._ZN3nvs4Page6Header14calculateCrc32Ev + 0x00000000400e116c 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_page.o) + 0x00000000400e116c _ZN3nvs4Page6Header14calculateCrc32Ev + .text._ZN3nvs4Page20updateFirstUsedEntryEjj + 0x00000000400e1180 0x6a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_page.o) + 0x6e (size before relaxing) + 0x00000000400e1180 _ZN3nvs4Page20updateFirstUsedEntryEjj + *fill* 0x00000000400e11ea 0x2 + .text._ZN3nvs4Page10initializeEv + 0x00000000400e11ec 0x6e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_page.o) + 0x72 (size before relaxing) + 0x00000000400e11ec _ZN3nvs4Page10initializeEv + *fill* 0x00000000400e125a 0x2 + .text._ZN3nvs4Page15alterEntryStateEjNS0_10EntryStateE + 0x00000000400e125c 0x88 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_page.o) + 0x00000000400e125c _ZN3nvs4Page15alterEntryStateEjNS0_10EntryStateE + .text._ZN3nvs4Page10writeEntryERKNS_4ItemE + 0x00000000400e12e4 0x66 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_page.o) + 0x6a (size before relaxing) + 0x00000000400e12e4 _ZN3nvs4Page10writeEntryERKNS_4ItemE + *fill* 0x00000000400e134a 0x2 + .text._ZN3nvs4Page20alterEntryRangeStateEjjNS0_10EntryStateE + 0x00000000400e134c 0xb1 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_page.o) + 0xb9 (size before relaxing) + 0x00000000400e134c _ZN3nvs4Page20alterEntryRangeStateEjjNS0_10EntryStateE + *fill* 0x00000000400e13fd 0x3 + .text._ZN3nvs4Page14writeEntryDataEPKhj + 0x00000000400e1400 0xde /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_page.o) + 0xe6 (size before relaxing) + 0x00000000400e1400 _ZN3nvs4Page14writeEntryDataEPKhj + *fill* 0x00000000400e14de 0x2 + .text._ZN3nvs4Page9writeItemEhNS_8ItemTypeEPKcPKvj + 0x00000000400e14e0 0x1ba /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_page.o) + 0x1d6 (size before relaxing) + 0x00000000400e14e0 _ZN3nvs4Page9writeItemEhNS_8ItemTypeEPKcPKvj + *fill* 0x00000000400e169a 0x2 + .text._ZN3nvs4Page14alterPageStateENS0_9PageStateE + 0x00000000400e169c 0x22 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_page.o) + 0x00000000400e169c _ZN3nvs4Page14alterPageStateENS0_9PageStateE + *fill* 0x00000000400e16be 0x2 + .text._ZNK3nvs4Page9readEntryEjRNS_4ItemE + 0x00000000400e16c0 0x36 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_page.o) + 0x3a (size before relaxing) + 0x00000000400e16c0 _ZNK3nvs4Page9readEntryEjRNS_4ItemE + *fill* 0x00000000400e16f6 0x2 + .text._ZN3nvs4Page17eraseEntryAndSpanEj + 0x00000000400e16f8 0x148 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_page.o) + 0x15c (size before relaxing) + 0x00000000400e16f8 _ZN3nvs4Page17eraseEntryAndSpanEj + .text._ZN3nvs4Page8moveItemERS0_ + 0x00000000400e1840 0x95 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_page.o) + 0xad (size before relaxing) + 0x00000000400e1840 _ZN3nvs4Page8moveItemERS0_ + *fill* 0x00000000400e18d5 0x3 + .text._ZN3nvs4Page8findItemEhNS_8ItemTypeEPKcRjRNS_4ItemE + 0x00000000400e18d8 0x1c2 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_page.o) + 0x1ca (size before relaxing) + 0x00000000400e18d8 _ZN3nvs4Page8findItemEhNS_8ItemTypeEPKcRjRNS_4ItemE + *fill* 0x00000000400e1a9a 0x2 + .text._ZN3nvs4Page8readItemEhNS_8ItemTypeEPKcPvj + 0x00000000400e1a9c 0xe5 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_page.o) + 0xe9 (size before relaxing) + 0x00000000400e1a9c _ZN3nvs4Page8readItemEhNS_8ItemTypeEPKcPvj + *fill* 0x00000000400e1b81 0x3 + .text._ZN3nvs4Page9eraseItemEhNS_8ItemTypeEPKc + 0x00000000400e1b84 0x2c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_page.o) + 0x30 (size before relaxing) + 0x00000000400e1b84 _ZN3nvs4Page9eraseItemEhNS_8ItemTypeEPKc + .text._ZN3nvs4Page15mLoadEntryTableEv + 0x00000000400e1bb0 0x3c5 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_page.o) + 0x3e9 (size before relaxing) + 0x00000000400e1bb0 _ZN3nvs4Page15mLoadEntryTableEv + *fill* 0x00000000400e1f75 0x3 + .text._ZN3nvs4Page4loadEj + 0x00000000400e1f78 0xd4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_page.o) + 0xd8 (size before relaxing) + 0x00000000400e1f78 _ZN3nvs4Page4loadEj + .text._ZNK3nvs4Page12getSeqNumberERj + 0x00000000400e204c 0x2a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_page.o) + 0x00000000400e204c _ZNK3nvs4Page12getSeqNumberERj + *fill* 0x00000000400e2076 0x2 + .text._ZN3nvs4Page12setSeqNumberEj + 0x00000000400e2078 0x15 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_page.o) + 0x00000000400e2078 _ZN3nvs4Page12setSeqNumberEj + *fill* 0x00000000400e208d 0x3 + .text._ZN3nvs4Page5eraseEv + 0x00000000400e2090 0x35 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_page.o) + 0x00000000400e2090 _ZN3nvs4Page5eraseEv + *fill* 0x00000000400e20c5 0x3 + .text._ZN3nvs4Page11markFreeingEv + 0x00000000400e20c8 0x39 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_page.o) + 0x00000000400e20c8 _ZN3nvs4Page11markFreeingEv + *fill* 0x00000000400e2101 0x3 + .text._ZN3nvs4Page8markFullEv + 0x00000000400e2104 0x1d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_page.o) + 0x00000000400e2104 _ZN3nvs4Page8markFullEv + *fill* 0x00000000400e2121 0x3 + .text._ZN3nvs11PageManager12activatePageEv + 0x00000000400e2124 0x75 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_pagemanager.o) + 0x00000000400e2124 _ZN3nvs11PageManager12activatePageEv + *fill* 0x00000000400e2199 0x3 + .text._ZN3nvs11PageManager14requestNewPageEv + 0x00000000400e219c 0xd5 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_pagemanager.o) + 0xe5 (size before relaxing) + 0x00000000400e219c _ZN3nvs11PageManager14requestNewPageEv + *fill* 0x00000000400e2271 0x3 + .text._ZN3nvs11PageManager4loadEjj + 0x00000000400e2274 0x301 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_pagemanager.o) + 0x315 (size before relaxing) + 0x00000000400e2274 _ZN3nvs11PageManager4loadEjj + *fill* 0x00000000400e2575 0x3 + .text._ZNK3nvs4Item14calculateCrc32Ev + 0x00000000400e2578 0x2c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_types.o) + 0x00000000400e2578 _ZNK3nvs4Item14calculateCrc32Ev + .text._ZNK3nvs4Item26calculateCrc32WithoutValueEv + 0x00000000400e25a4 0x1e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_types.o) + 0x00000000400e25a4 _ZNK3nvs4Item26calculateCrc32WithoutValueEv + *fill* 0x00000000400e25c2 0x2 + .text._ZN3nvs4Item14calculateCrc32EPKhj + 0x00000000400e25c4 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_types.o) + 0x00000000400e25c4 _ZN3nvs4Item14calculateCrc32EPKhj + .text.esp_pthread_init + 0x00000000400e25d8 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/pthread/libpthread.a(pthread.o) + 0x1c (size before relaxing) + 0x00000000400e25d8 esp_pthread_init + .text.pthread_cancel + 0x00000000400e25f0 0x1e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/pthread/libpthread.a(pthread.o) + 0x22 (size before relaxing) + 0x00000000400e25f0 pthread_cancel + *fill* 0x00000000400e260e 0x2 + .text.pthread_mutex_init + 0x00000000400e2610 0x6e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/pthread/libpthread.a(pthread.o) + 0x00000000400e2610 pthread_mutex_init + *fill* 0x00000000400e267e 0x2 + .text.pthread_mutex_init_if_static + 0x00000000400e2680 0x32 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/pthread/libpthread.a(pthread.o) + 0x36 (size before relaxing) + *fill* 0x00000000400e26b2 0x2 + .text.find_key + 0x00000000400e26b4 0x28 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/pthread/libpthread.a(pthread_local_storage.o) + 0x2b (size before relaxing) + *fill* 0x00000000400e26dc 0x0 + .text.pthread_local_storage_thread_deleted_callback + 0x00000000400e26dc 0x4a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/pthread/libpthread.a(pthread_local_storage.o) + *fill* 0x00000000400e2726 0x2 + .text.pthread_key_create + 0x00000000400e2728 0x46 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/pthread/libpthread.a(pthread_local_storage.o) + 0x4a (size before relaxing) + 0x00000000400e2728 pthread_key_create + *fill* 0x00000000400e276e 0x2 + .text.pthread_key_delete + 0x00000000400e2770 0x3e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/pthread/libpthread.a(pthread_local_storage.o) + 0x45 (size before relaxing) + 0x00000000400e2770 pthread_key_delete + *fill* 0x00000000400e27ae 0x2 + .text.pthread_getspecific + 0x00000000400e27b0 0x22 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/pthread/libpthread.a(pthread_local_storage.o) + 0x26 (size before relaxing) + 0x00000000400e27b0 pthread_getspecific + *fill* 0x00000000400e27d2 0x2 + .text.pthread_setspecific + 0x00000000400e27d4 0x94 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/pthread/libpthread.a(pthread_local_storage.o) + 0x9c (size before relaxing) + 0x00000000400e27d4 pthread_setspecific + .text.spi_flash_init_lock + 0x00000000400e2868 0x22 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(cache_utils.o) + 0x26 (size before relaxing) + 0x00000000400e2868 spi_flash_init_lock + *fill* 0x00000000400e288a 0x2 + .text.spi_flash_op_lock + 0x00000000400e288c 0x12 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(cache_utils.o) + 0x00000000400e288c spi_flash_op_lock + *fill* 0x00000000400e289e 0x2 + .text.spi_flash_op_unlock + 0x00000000400e28a0 0xd /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(cache_utils.o) + 0x10 (size before relaxing) + 0x00000000400e28a0 spi_flash_op_unlock + *fill* 0x00000000400e28ad 0x3 + .text.is_safe_write_address + 0x00000000400e28b0 0x32 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(flash_ops.o) + 0x3a (size before relaxing) + *fill* 0x00000000400e28e2 0x2 + .text.spi_flash_init + 0x00000000400e28e4 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(flash_ops.o) + 0xb (size before relaxing) + 0x00000000400e28e4 spi_flash_init + *fill* 0x00000000400e28ec 0x0 + .text.iterator_create + 0x00000000400e28ec 0x21 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(partition.o) + *fill* 0x00000000400e290d 0x3 + .text.load_partitions + 0x00000000400e2910 0xd5 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(partition.o) + *fill* 0x00000000400e29e5 0x3 + .text.esp_partition_iterator_release + 0x00000000400e29e8 0xe /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(partition.o) + 0x00000000400e29e8 esp_partition_iterator_release + *fill* 0x00000000400e29f6 0x2 + .text.esp_partition_next + 0x00000000400e29f8 0x7a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(partition.o) + 0x82 (size before relaxing) + 0x00000000400e29f8 esp_partition_next + *fill* 0x00000000400e2a72 0x2 + .text.esp_partition_find + 0x00000000400e2a74 0x42 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(partition.o) + 0x4e (size before relaxing) + 0x00000000400e2a74 esp_partition_find + *fill* 0x00000000400e2ab6 0x2 + .text.esp_partition_get + 0x00000000400e2ab8 0x19 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(partition.o) + 0x1c (size before relaxing) + 0x00000000400e2ab8 esp_partition_get + *fill* 0x00000000400e2ad1 0x3 + .text.esp_partition_find_first + 0x00000000400e2ad4 0x22 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(partition.o) + 0x2a (size before relaxing) + 0x00000000400e2ad4 esp_partition_find_first + *fill* 0x00000000400e2af6 0x2 + .text.spi_flash_cache2phys + 0x00000000400e2af8 0x70 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(flash_mmap.o) + 0x74 (size before relaxing) + 0x00000000400e2af8 spi_flash_cache2phys + .text.tcpip_adapter_reset_ip_info + 0x00000000400e2b68 0x23 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_lwip.o) + *fill* 0x00000000400e2b8b 0x1 + .text.tcpip_adapter_set_old_ip_info_api + 0x00000000400e2b8c 0x1e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_lwip.o) + 0x00000000400e2b8c tcpip_adapter_set_old_ip_info_api + *fill* 0x00000000400e2baa 0x2 + .text.tcpip_adapter_ipc_check + 0x00000000400e2bac 0x32 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_lwip.o) + 0x3e (size before relaxing) + *fill* 0x00000000400e2bde 0x2 + .text.tcpip_adapter_api_cb + 0x00000000400e2be0 0x44 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_lwip.o) + 0x50 (size before relaxing) + .text.tcpip_adapter_update_default_netif + 0x00000000400e2c24 0x41 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_lwip.o) + 0x4c (size before relaxing) + *fill* 0x00000000400e2c65 0x3 + .text.tcpip_adapter_start_ip_lost_timer + 0x00000000400e2c68 0xd0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_lwip.o) + 0xec (size before relaxing) + .text.tcpip_adapter_ip_lost_timer + 0x00000000400e2d38 0xbc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_lwip.o) + 0xd4 (size before relaxing) + .text.tcpip_adapter_dhcpc_cb + 0x00000000400e2df4 0x188 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_lwip.o) + 0x1a4 (size before relaxing) + .text.tcpip_adapter_init + 0x00000000400e2f7c 0x8c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_lwip.o) + 0xa4 (size before relaxing) + 0x00000000400e2f7c tcpip_adapter_init + .text.tcpip_adapter_start + 0x00000000400e3008 0x1ad /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_lwip.o) + 0x1d5 (size before relaxing) + 0x00000000400e3008 tcpip_adapter_start + *fill* 0x00000000400e31b5 0x3 + .text.tcpip_adapter_start_api + 0x00000000400e31b8 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_lwip.o) + 0x14 (size before relaxing) + .text.tcpip_adapter_sta_start + 0x00000000400e31c8 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_lwip.o) + 0x1c (size before relaxing) + 0x00000000400e31c8 tcpip_adapter_sta_start + .text.tcpip_adapter_ap_start + 0x00000000400e31e0 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_lwip.o) + 0x1c (size before relaxing) + 0x00000000400e31e0 tcpip_adapter_ap_start + .text.tcpip_adapter_stop + 0x00000000400e31f8 0x11a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_lwip.o) + 0x142 (size before relaxing) + 0x00000000400e31f8 tcpip_adapter_stop + *fill* 0x00000000400e3312 0x2 + .text.tcpip_adapter_stop_api + 0x00000000400e3314 0xe /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_lwip.o) + 0x12 (size before relaxing) + *fill* 0x00000000400e3322 0x2 + .text.tcpip_adapter_up + 0x00000000400e3324 0xc1 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_lwip.o) + 0xe1 (size before relaxing) + 0x00000000400e3324 tcpip_adapter_up + *fill* 0x00000000400e33e5 0x3 + .text.tcpip_adapter_up_api + 0x00000000400e33e8 0xe /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_lwip.o) + 0x12 (size before relaxing) + *fill* 0x00000000400e33f6 0x2 + .text.tcpip_adapter_down + 0x00000000400e33f8 0xe1 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_lwip.o) + 0x10d (size before relaxing) + 0x00000000400e33f8 tcpip_adapter_down + *fill* 0x00000000400e34d9 0x3 + .text.tcpip_adapter_down_api + 0x00000000400e34dc 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_lwip.o) + 0x10 (size before relaxing) + .text.tcpip_adapter_set_old_ip_info + 0x00000000400e34e8 0xa1 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_lwip.o) + 0xb9 (size before relaxing) + 0x00000000400e34e8 tcpip_adapter_set_old_ip_info + *fill* 0x00000000400e3589 0x3 + .text.tcpip_adapter_get_old_ip_info + 0x00000000400e358c 0x3a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_lwip.o) + 0x00000000400e358c tcpip_adapter_get_old_ip_info + *fill* 0x00000000400e35c6 0x2 + .text.tcpip_adapter_get_ip_info + 0x00000000400e35c8 0x85 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_lwip.o) + 0x00000000400e35c8 tcpip_adapter_get_ip_info + *fill* 0x00000000400e364d 0x3 + .text.tcpip_adapter_dhcpc_get_status + 0x00000000400e3650 0x11 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_lwip.o) + 0x00000000400e3650 tcpip_adapter_dhcpc_get_status + *fill* 0x00000000400e3661 0x3 + .text.tcpip_adapter_dhcpc_start + 0x00000000400e3664 0x1d9 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_lwip.o) + 0x221 (size before relaxing) + 0x00000000400e3664 tcpip_adapter_dhcpc_start + *fill* 0x00000000400e383d 0x3 + .text.tcpip_adapter_dhcpc_start_api + 0x00000000400e3840 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_lwip.o) + 0x10 (size before relaxing) + .text.tcpip_adapter_sta_input + 0x00000000400e384c 0x19 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_lwip.o) + 0x00000000400e384c tcpip_adapter_sta_input + *fill* 0x00000000400e3865 0x3 + .text.tcpip_adapter_ap_input + 0x00000000400e3868 0x19 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_lwip.o) + 0x00000000400e3868 tcpip_adapter_ap_input + *fill* 0x00000000400e3881 0x3 + .text.tcpip_adapter_get_esp_if + 0x00000000400e3884 0x2c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_lwip.o) + 0x00000000400e3884 tcpip_adapter_get_esp_if + .text.get_vfs_for_fd + 0x00000000400e38b0 0x22 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/vfs/libvfs.a(vfs.o) + *fill* 0x00000000400e38d2 0x2 + .text.esp_vfs_register_common + 0x00000000400e38d4 0xfe /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/vfs/libvfs.a(vfs.o) + *fill* 0x00000000400e39d2 0x2 + .text.get_vfs_for_path + 0x00000000400e39d4 0x6c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/vfs/libvfs.a(vfs.o) + .text.translate_path + 0x00000000400e3a40 0x39 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/vfs/libvfs.a(vfs.o) + 0x3d (size before relaxing) + *fill* 0x00000000400e3a79 0x3 + .text.esp_vfs_register + 0x00000000400e3a7c 0x1e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/vfs/libvfs.a(vfs.o) + 0x22 (size before relaxing) + 0x00000000400e3a7c esp_vfs_register + *fill* 0x00000000400e3a9a 0x2 + .text.esp_vfs_register_socket_space + 0x00000000400e3a9c 0x1a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/vfs/libvfs.a(vfs.o) + 0x00000000400e3a9c esp_vfs_register_socket_space + *fill* 0x00000000400e3ab6 0x2 + .text.esp_vfs_open + 0x00000000400e3ab8 0x55 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/vfs/libvfs.a(vfs.o) + 0x59 (size before relaxing) + 0x00000000400e3ab8 esp_vfs_open + *fill* 0x00000000400e3b0d 0x3 + .text.esp_vfs_write + 0x00000000400e3b10 0x48 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/vfs/libvfs.a(vfs.o) + 0x4c (size before relaxing) + 0x00000000400e3b10 esp_vfs_write + .text.esp_vfs_lseek + 0x00000000400e3b58 0x48 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/vfs/libvfs.a(vfs.o) + 0x4c (size before relaxing) + 0x00000000400e3b58 esp_vfs_lseek + .text.esp_vfs_read + 0x00000000400e3ba0 0x48 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/vfs/libvfs.a(vfs.o) + 0x4c (size before relaxing) + 0x00000000400e3ba0 esp_vfs_read + .text.esp_vfs_close + 0x00000000400e3be8 0x40 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/vfs/libvfs.a(vfs.o) + 0x44 (size before relaxing) + 0x00000000400e3be8 esp_vfs_close + .text.esp_vfs_fstat + 0x00000000400e3c28 0x45 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/vfs/libvfs.a(vfs.o) + 0x49 (size before relaxing) + 0x00000000400e3c28 esp_vfs_fstat + *fill* 0x00000000400e3c6d 0x3 + .text.esp_vfs_stat + 0x00000000400e3c70 0x45 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/vfs/libvfs.a(vfs.o) + 0x49 (size before relaxing) + 0x00000000400e3c70 esp_vfs_stat + *fill* 0x00000000400e3cb5 0x3 + .text.esp_vfs_link + 0x00000000400e3cb8 0x64 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/vfs/libvfs.a(vfs.o) + 0x6c (size before relaxing) + 0x00000000400e3cb8 esp_vfs_link + .text.esp_vfs_unlink + 0x00000000400e3d1c 0x40 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/vfs/libvfs.a(vfs.o) + 0x44 (size before relaxing) + 0x00000000400e3d1c esp_vfs_unlink + .text.esp_vfs_rename + 0x00000000400e3d5c 0x64 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/vfs/libvfs.a(vfs.o) + 0x6c (size before relaxing) + 0x00000000400e3d5c esp_vfs_rename + .text.fcntl 0x00000000400e3dc0 0x74 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/vfs/libvfs.a(vfs.o) + 0x78 (size before relaxing) + 0x00000000400e3dc0 fcntl + .text.uart_tx_char + 0x00000000400e3e34 0x25 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/vfs/libvfs.a(vfs_uart.o) + *fill* 0x00000000400e3e59 0x3 + .text.uart_rx_char + 0x00000000400e3e5c 0x21 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/vfs/libvfs.a(vfs_uart.o) + *fill* 0x00000000400e3e7d 0x3 + .text.uart_read_char + 0x00000000400e3e80 0x28 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/vfs/libvfs.a(vfs_uart.o) + .text.uart_fstat + 0x00000000400e3ea8 0x1e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/vfs/libvfs.a(vfs_uart.o) + 0x21 (size before relaxing) + *fill* 0x00000000400e3ec6 0x2 + .text.uart_close + 0x00000000400e3ec8 0x19 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/vfs/libvfs.a(vfs_uart.o) + 0x1c (size before relaxing) + *fill* 0x00000000400e3ee1 0x3 + .text.uart_return_char + 0x00000000400e3ee4 0x27 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/vfs/libvfs.a(vfs_uart.o) + 0x2a (size before relaxing) + *fill* 0x00000000400e3f0b 0x1 + .text.uart_fcntl + 0x00000000400e3f0c 0x81 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/vfs/libvfs.a(vfs_uart.o) + 0x85 (size before relaxing) + *fill* 0x00000000400e3f8d 0x3 + .text.uart_open + 0x00000000400e3f90 0x42 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/vfs/libvfs.a(vfs_uart.o) + 0x46 (size before relaxing) + *fill* 0x00000000400e3fd2 0x2 + .text.uart_read + 0x00000000400e3fd4 0x9c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/vfs/libvfs.a(vfs_uart.o) + 0xa8 (size before relaxing) + .text.uart_write + 0x00000000400e4070 0x6d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/vfs/libvfs.a(vfs_uart.o) + 0x75 (size before relaxing) + *fill* 0x00000000400e40dd 0x3 + .text.esp_vfs_dev_uart_register + 0x00000000400e40e0 0x4e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/vfs/libvfs.a(vfs_uart.o) + 0x52 (size before relaxing) + 0x00000000400e40e0 esp_vfs_dev_uart_register + *fill* 0x00000000400e412e 0x2 + .text 0x00000000400e4130 0x2fa /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_addsubdf3.o) + 0x00000000400e4150 __adddf3 + 0x00000000400e42a4 __subdf3 + *fill* 0x00000000400e442a 0x2 + .text 0x00000000400e442c 0x1fb /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_muldf3.o) + 0x00000000400e450c __muldf3 + *fill* 0x00000000400e4627 0x1 + .text 0x00000000400e4628 0x20b /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_divdf3.o) + 0x00000000400e4710 __divdf3 + *fill* 0x00000000400e4833 0x1 + .text 0x00000000400e4834 0x176 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_cmpdf2.o) + 0x00000000400e4834 __nedf2 + 0x00000000400e4834 __eqdf2 + 0x00000000400e4868 __gtdf2 + 0x00000000400e4890 __ledf2 + 0x00000000400e48f4 __gedf2 + 0x00000000400e491c __ltdf2 + 0x00000000400e4980 __unorddf2 + *fill* 0x00000000400e49aa 0x2 + .text 0x00000000400e49ac 0x4c /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_fixdfsi.o) + 0x00000000400e49ac __fixdfsi + .text._ZdlPv 0x00000000400e49f8 0xe /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(del_op.o) + 0x00000000400e49f8 _ZdlPv + *fill* 0x00000000400e4a06 0x2 + .text._ZdaPv 0x00000000400e4a08 0xa /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(del_opv.o) + 0xe (size before relaxing) + 0x00000000400e4a08 _ZdaPv + *fill* 0x00000000400e4a12 0x2 + .text._Znwj 0x00000000400e4a14 0x38 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(new_op.o) + 0x40 (size before relaxing) + 0x00000000400e4a14 _Znwj + .text._Znaj 0x00000000400e4a4c 0x26 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(new_opv.o) + 0x00000000400e4a4c _Znaj + *fill* 0x00000000400e4a72 0x2 + .text._ZN10__cxxabiv120__si_class_type_infoD2Ev + 0x00000000400e4a74 0x12 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(si_class_type_info.o) + 0x00000000400e4a74 _ZN10__cxxabiv120__si_class_type_infoD2Ev + 0x00000000400e4a74 _ZN10__cxxabiv120__si_class_type_infoD1Ev + *fill* 0x00000000400e4a86 0x2 + .text._ZN10__cxxabiv120__si_class_type_infoD0Ev + 0x00000000400e4a88 0x12 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(si_class_type_info.o) + 0x16 (size before relaxing) + 0x00000000400e4a88 _ZN10__cxxabiv120__si_class_type_infoD0Ev + *fill* 0x00000000400e4a9a 0x2 + .text._ZNKSt9type_infoeqERKS_$isra$0 + 0x00000000400e4a9c 0x28 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(si_class_type_info.o) + .text._ZNK10__cxxabiv120__si_class_type_info12__do_dyncastEiNS_17__class_type_info10__sub_kindEPKS1_PKvS4_S6_RNS1_16__dyncast_resultE + 0x00000000400e4ac4 0x8c /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(si_class_type_info.o) + 0x00000000400e4ac4 _ZNK10__cxxabiv120__si_class_type_info12__do_dyncastEiNS_17__class_type_info10__sub_kindEPKS1_PKvS4_S6_RNS1_16__dyncast_resultE + .text._ZNK10__cxxabiv120__si_class_type_info20__do_find_public_srcEiPKvPKNS_17__class_type_infoES2_ + 0x00000000400e4b50 0x2d /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(si_class_type_info.o) + 0x00000000400e4b50 _ZNK10__cxxabiv120__si_class_type_info20__do_find_public_srcEiPKvPKNS_17__class_type_infoES2_ + *fill* 0x00000000400e4b7d 0x3 + .text._ZNK10__cxxabiv120__si_class_type_info11__do_upcastEPKNS_17__class_type_infoEPKvRNS1_15__upcast_resultE + 0x00000000400e4b80 0x26 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(si_class_type_info.o) + 0x00000000400e4b80 _ZNK10__cxxabiv120__si_class_type_info11__do_upcastEPKNS_17__class_type_infoEPKvRNS1_15__upcast_resultE + *fill* 0x00000000400e4ba6 0x2 + .text._ZNKSt9bad_alloc4whatEv + 0x00000000400e4ba8 0x8 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(bad_alloc.o) + 0x00000000400e4ba8 _ZNKSt9bad_alloc4whatEv + .text._ZNSt9bad_allocD2Ev + 0x00000000400e4bb0 0x12 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(bad_alloc.o) + 0x00000000400e4bb0 _ZNSt9bad_allocD1Ev + 0x00000000400e4bb0 _ZNSt9bad_allocD2Ev + *fill* 0x00000000400e4bc2 0x2 + .text._ZNSt9bad_allocD0Ev + 0x00000000400e4bc4 0x12 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(bad_alloc.o) + 0x16 (size before relaxing) + 0x00000000400e4bc4 _ZNSt9bad_allocD0Ev + *fill* 0x00000000400e4bd6 0x2 + .text._ZN10__cxxabiv117__class_type_infoD2Ev + 0x00000000400e4bd8 0x12 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(class_type_info.o) + 0x00000000400e4bd8 _ZN10__cxxabiv117__class_type_infoD1Ev + 0x00000000400e4bd8 _ZN10__cxxabiv117__class_type_infoD2Ev + *fill* 0x00000000400e4bea 0x2 + .text._ZN10__cxxabiv117__class_type_infoD0Ev + 0x00000000400e4bec 0x12 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(class_type_info.o) + 0x16 (size before relaxing) + 0x00000000400e4bec _ZN10__cxxabiv117__class_type_infoD0Ev + *fill* 0x00000000400e4bfe 0x2 + .text._ZNKSt9type_infoeqERKS_$isra$0 + 0x00000000400e4c00 0x28 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(class_type_info.o) + .text._ZNK10__cxxabiv117__class_type_info11__do_upcastEPKS0_PKvRNS0_15__upcast_resultE + 0x00000000400e4c28 0x1d /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(class_type_info.o) + 0x00000000400e4c28 _ZNK10__cxxabiv117__class_type_info11__do_upcastEPKS0_PKvRNS0_15__upcast_resultE + *fill* 0x00000000400e4c45 0x3 + .text._ZNK10__cxxabiv117__class_type_info12__do_dyncastEiNS0_10__sub_kindEPKS0_PKvS3_S5_RNS0_16__dyncast_resultE + 0x00000000400e4c48 0x3c /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(class_type_info.o) + 0x00000000400e4c48 _ZNK10__cxxabiv117__class_type_info12__do_dyncastEiNS0_10__sub_kindEPKS0_PKvS3_S5_RNS0_16__dyncast_resultE + .text._ZNK10__cxxabiv117__class_type_info10__do_catchEPKSt9type_infoPPvj + 0x00000000400e4c84 0x20 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(class_type_info.o) + 0x24 (size before relaxing) + 0x00000000400e4c84 _ZNK10__cxxabiv117__class_type_info10__do_catchEPKSt9type_infoPPvj + .text._ZL28read_encoded_value_with_basehjPKhPj + 0x00000000400e4ca4 0xd8 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_personality.o) + .text._ZL15get_ttype_entryP16lsda_header_infom + 0x00000000400e4d7c 0x4e /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_personality.o) + 0x52 (size before relaxing) + *fill* 0x00000000400e4dca 0x2 + .text._ZL21base_of_encoded_valuehP15_Unwind_Context + 0x00000000400e4dcc 0x54 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_personality.o) + 0x5c (size before relaxing) + .text._ZL18read_encoded_valueP15_Unwind_ContexthPKhPj + 0x00000000400e4e20 0x1c /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_personality.o) + 0x20 (size before relaxing) + .text._ZL17parse_lsda_headerP15_Unwind_ContextPKhP16lsda_header_info + 0x00000000400e4e3c 0x68 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_personality.o) + 0x6c (size before relaxing) + .text._ZL20check_exception_specP16lsda_header_infoPKSt9type_infoPvl$constprop$3 + 0x00000000400e4ea4 0x38 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_personality.o) + 0x40 (size before relaxing) + .text.__gxx_personality_v0 + 0x00000000400e4edc 0x2be /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_personality.o) + 0x2c2 (size before relaxing) + 0x00000000400e4edc __gxx_personality_v0 + *fill* 0x00000000400e519a 0x2 + .text.__cxa_call_unexpected + 0x00000000400e519c 0x7d /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_personality.o) + 0x00000000400e519c __cxa_call_unexpected + *fill* 0x00000000400e5219 0x3 + .text._ZN10__cxxabiv111__terminateEPFvvE + 0x00000000400e521c 0x32 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_terminate.o) + 0x00000000400e521c _ZN10__cxxabiv111__terminateEPFvvE + *fill* 0x00000000400e524e 0x2 + .text._ZSt13get_terminatev + 0x00000000400e5250 0x10 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_terminate.o) + 0x00000000400e5250 _ZSt13get_terminatev + .text._ZSt9terminatev + 0x00000000400e5260 0x9 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_terminate.o) + 0xf (size before relaxing) + 0x00000000400e5260 _ZSt9terminatev + *fill* 0x00000000400e5269 0x3 + .text._ZN10__cxxabiv112__unexpectedEPFvvE + 0x00000000400e526c 0x9 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_terminate.o) + 0xc (size before relaxing) + 0x00000000400e526c _ZN10__cxxabiv112__unexpectedEPFvvE + *fill* 0x00000000400e5275 0x3 + .text._ZSt14get_unexpectedv + 0x00000000400e5278 0x10 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_terminate.o) + 0x00000000400e5278 _ZSt14get_unexpectedv + .text._ZSt10unexpectedv + 0x00000000400e5288 0x9 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_terminate.o) + 0xf (size before relaxing) + 0x00000000400e5288 _ZSt10unexpectedv + *fill* 0x00000000400e5291 0x3 + .text._ZSt15get_new_handlerv + 0x00000000400e5294 0x10 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(new_handler.o) + 0x00000000400e5294 _ZSt15get_new_handlerv + .text._ZL15eh_globals_dtorPv + 0x00000000400e52a4 0x23 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_globals.o) + *fill* 0x00000000400e52c7 0x1 + .text.__cxa_get_globals_fast + 0x00000000400e52c8 0x32 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_globals.o) + 0x00000000400e52c8 __cxa_get_globals_fast + *fill* 0x00000000400e52fa 0x2 + .text.startup._GLOBAL__sub_I___cxa_get_globals_fast + 0x00000000400e52fc 0x22 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_globals.o) + *fill* 0x00000000400e531e 0x2 + .text.exit._GLOBAL__sub_D___cxa_get_globals_fast + 0x00000000400e5320 0x12 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_globals.o) + 0x16 (size before relaxing) + *fill* 0x00000000400e5332 0x2 + .text.esp_ota_get_running_partition + 0x00000000400e5334 0x67 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/app_update/libapp_update.a(esp_ota_ops.o) + 0x7b (size before relaxing) + 0x00000000400e5334 esp_ota_get_running_partition + *fill* 0x00000000400e539b 0x1 + .text.get_clk_en_mask + 0x00000000400e539c 0xaa /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(periph_ctrl.o) + *fill* 0x00000000400e5446 0x2 + .text.get_rst_en_mask + 0x00000000400e5448 0x99 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(periph_ctrl.o) + *fill* 0x00000000400e54e1 0x3 + .text.get_clk_en_reg + 0x00000000400e54e4 0x15 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(periph_ctrl.o) + 0x19 (size before relaxing) + *fill* 0x00000000400e54f9 0x3 + .text.get_rst_en_reg + 0x00000000400e54fc 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(periph_ctrl.o) + 0x18 (size before relaxing) + .text.periph_module_enable + 0x00000000400e5510 0x57 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(periph_ctrl.o) + 0x73 (size before relaxing) + 0x00000000400e5510 periph_module_enable + *fill* 0x00000000400e5567 0x1 + .text.periph_module_disable + 0x00000000400e5568 0x57 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(periph_ctrl.o) + 0x73 (size before relaxing) + 0x00000000400e5568 periph_module_disable + *fill* 0x00000000400e55bf 0x1 + .text.rtc_isr 0x00000000400e55c0 0x4a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + 0x56 (size before relaxing) + *fill* 0x00000000400e560a 0x2 + .text.rtc_isr_ensure_installed + 0x00000000400e560c 0x43 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + 0x4a (size before relaxing) + *fill* 0x00000000400e564f 0x1 + .text.rtc_gpio_force_hold_dis_all + 0x00000000400e5650 0x39 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + 0x00000000400e5650 rtc_gpio_force_hold_dis_all + *fill* 0x00000000400e5689 0x3 + .text.adc2_wifi_acquire + 0x00000000400e568c 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + 0x28 (size before relaxing) + 0x00000000400e568c adc2_wifi_acquire + .text.adc2_wifi_release + 0x00000000400e56ac 0x52 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + 0x5e (size before relaxing) + 0x00000000400e56ac adc2_wifi_release + *fill* 0x00000000400e56fe 0x2 + .text.rtc_isr_register + 0x00000000400e5700 0x41 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + 0x49 (size before relaxing) + 0x00000000400e5700 rtc_isr_register + *fill* 0x00000000400e5741 0x3 + .text.timer_group_intr_enable + 0x00000000400e5744 0x58 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(timer.o) + 0x64 (size before relaxing) + 0x00000000400e5744 timer_group_intr_enable + .text.esp_event_post_to_user + 0x00000000400e579c 0x1c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(event_loop.o) + .text.esp_event_loop_task + 0x00000000400e57b8 0x4c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(event_loop.o) + 0x60 (size before relaxing) + .text.esp_event_send + 0x00000000400e5804 0x64 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(event_loop.o) + 0x78 (size before relaxing) + 0x00000000400e5804 esp_event_send + .text.esp_event_loop_init + 0x00000000400e5868 0x4a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(event_loop.o) + 0x4e (size before relaxing) + 0x00000000400e5868 esp_event_loop_init + *fill* 0x00000000400e58b2 0x2 + .text.esp_wifi_init + 0x00000000400e58b4 0x11 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(wifi_init.o) + 0x15 (size before relaxing) + 0x00000000400e58b4 esp_wifi_init + *fill* 0x00000000400e58c5 0x3 + .text.system_event_sta_lost_ip_default + 0x00000000400e58c8 0x1c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(event_default_handlers.o) + 0x20 (size before relaxing) + .text.esp_system_event_debug + 0x00000000400e58e4 0x3fe /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(event_default_handlers.o) + 0x486 (size before relaxing) + *fill* 0x00000000400e5ce2 0x2 + .text.system_event_ap_stop_handle_default + 0x00000000400e5ce4 0x40 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(event_default_handlers.o) + 0x48 (size before relaxing) + .text.system_event_sta_stop_handle_default + 0x00000000400e5d24 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(event_default_handlers.o) + 0x10 (size before relaxing) + .text.system_event_ap_start_handle_default + 0x00000000400e5d30 0x80 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(event_default_handlers.o) + 0x94 (size before relaxing) + .text.system_event_sta_got_ip_default + 0x00000000400e5db0 0x84 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(event_default_handlers.o) + 0x90 (size before relaxing) + .text.system_event_sta_disconnected_handle_default + 0x00000000400e5e34 0x3c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(event_default_handlers.o) + 0x48 (size before relaxing) + .text.system_event_sta_connected_handle_default + 0x00000000400e5e70 0xec /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(event_default_handlers.o) + 0x110 (size before relaxing) + .text.system_event_sta_start_handle_default + 0x00000000400e5f5c 0x4c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(event_default_handlers.o) + 0x58 (size before relaxing) + .text.esp_event_process_default + 0x00000000400e5fa8 0x5e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(event_default_handlers.o) + 0x66 (size before relaxing) + 0x00000000400e5fa8 esp_event_process_default + *fill* 0x00000000400e6006 0x2 + .text.esp_event_set_default_wifi_handlers + 0x00000000400e6008 0x36 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(event_default_handlers.o) + 0x3a (size before relaxing) + 0x00000000400e6008 esp_event_set_default_wifi_handlers + *fill* 0x00000000400e603e 0x2 + .text.wifi_softap_deauth + 0x00000000400e6040 0x8e /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + 0xa6 (size before relaxing) + 0x00000000400e604c wifi_softap_deauth + *fill* 0x00000000400e60ce 0x2 + .text.wifi_check_chan_param + 0x00000000400e60d0 0x56 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + 0x66 (size before relaxing) + 0x00000000400e60d0 wifi_check_chan_param + *fill* 0x00000000400e6126 0x2 + .text.esp_wifi_init_internal + 0x00000000400e6128 0x8e /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + 0xb6 (size before relaxing) + 0x00000000400e6134 esp_wifi_init_internal + *fill* 0x00000000400e61b6 0x2 + .text.esp_wifi_set_mode + 0x00000000400e61b8 0x97 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + 0xd7 (size before relaxing) + 0x00000000400e61c8 esp_wifi_set_mode + *fill* 0x00000000400e624f 0x1 + .text.esp_wifi_start + 0x00000000400e6250 0x86 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + 0xd2 (size before relaxing) + 0x00000000400e6254 esp_wifi_start + *fill* 0x00000000400e62d6 0x2 + .text.esp_wifi_stop + 0x00000000400e62d8 0xd0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + 0x143 (size before relaxing) + 0x00000000400e62e0 esp_wifi_stop + *fill* 0x00000000400e63a8 0x0 + .text.esp_wifi_connect + 0x00000000400e63a8 0xbb /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + 0x117 (size before relaxing) + 0x00000000400e63b0 esp_wifi_connect + *fill* 0x00000000400e6463 0x1 + .text.esp_wifi_set_config + 0x00000000400e6464 0xf2 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + 0x162 (size before relaxing) + 0x00000000400e6474 esp_wifi_set_config + *fill* 0x00000000400e6556 0x2 + .text.esp_wifi_get_mac + 0x00000000400e6558 0x8c /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + 0xd4 (size before relaxing) + 0x00000000400e655c esp_wifi_get_mac + .text.esp_wifi_set_storage + 0x00000000400e65e4 0x60 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + 0x8c (size before relaxing) + 0x00000000400e65ec esp_wifi_set_storage + .text.esp_wifi_internal_reg_rxcb + 0x00000000400e6644 0xb7 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + 0x11b (size before relaxing) + 0x00000000400e6648 esp_wifi_internal_reg_rxcb + *fill* 0x00000000400e66fb 0x1 + .text.esp_wifi_internal_set_sta_ip + 0x00000000400e66fc 0x6a /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + 0x9e (size before relaxing) + 0x00000000400e6700 esp_wifi_internal_set_sta_ip + *fill* 0x00000000400e6766 0x2 + .text.wifi_set_event_handler + 0x00000000400e6768 0x10 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + 0x00000000400e676c wifi_set_event_handler + .text.wifi_send_event + 0x00000000400e6778 0x16 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + 0x1a (size before relaxing) + 0x00000000400e6778 wifi_send_event + *fill* 0x00000000400e678e 0x2 + .text.esp_wifi_vnd_lora_enable + 0x00000000400e6790 0x9c /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + 0xc0 (size before relaxing) + 0x00000000400e6790 esp_wifi_vnd_lora_enable + .text.esp_wifi_vnd_lora_disable + 0x00000000400e682c 0x38 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + 0x4c (size before relaxing) + 0x00000000400e682c esp_wifi_vnd_lora_disable + .text.ieee80211_freedom_inside_cb + 0x00000000400e6864 0x38 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211.o) + 0x3c (size before relaxing) + 0x00000000400e6864 ieee80211_freedom_inside_cb + .text.ieee80211_freedom_init + 0x00000000400e689c 0x24 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211.o) + 0x2c (size before relaxing) + 0x00000000400e68a0 ieee80211_freedom_init + .text.ieee80211_user_ie_init + 0x00000000400e68c0 0x3d /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211.o) + 0x41 (size before relaxing) + 0x00000000400e68c4 ieee80211_user_ie_init + *fill* 0x00000000400e68fd 0x3 + .text.ieee80211_ifattach + 0x00000000400e6900 0x12c /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211.o) + 0x1af (size before relaxing) + 0x00000000400e6900 ieee80211_ifattach + *fill* 0x00000000400e6a2c 0x0 + .text.ieee80211_ifdetach + 0x00000000400e6a2c 0x8 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211.o) + 0xf (size before relaxing) + 0x00000000400e6a2c ieee80211_ifdetach + *fill* 0x00000000400e6a34 0x0 + .text.wifi_create_softap + 0x00000000400e6a34 0xcf /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211.o) + 0x10a (size before relaxing) + 0x00000000400e6a3c wifi_create_softap + *fill* 0x00000000400e6b03 0x1 + .text.wifi_destroy_softap + 0x00000000400e6b04 0x43 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211.o) + 0x62 (size before relaxing) + 0x00000000400e6b04 wifi_destroy_softap + *fill* 0x00000000400e6b47 0x1 + .text.wifi_create_sta + 0x00000000400e6b48 0xd4 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211.o) + 0x110 (size before relaxing) + 0x00000000400e6b4c wifi_create_sta + .text.wifi_destroy_sta + 0x00000000400e6c1c 0x49 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211.o) + 0x78 (size before relaxing) + 0x00000000400e6c1c wifi_destroy_sta + *fill* 0x00000000400e6c65 0x3 + .text.wifi_mode_set + 0x00000000400e6c68 0x1ad /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211.o) + 0x205 (size before relaxing) + 0x00000000400e6c80 wifi_mode_set + *fill* 0x00000000400e6e15 0x3 + .text.wifi_globals_init + 0x00000000400e6e18 0x29 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211.o) + 0x31 (size before relaxing) + 0x00000000400e6e18 wifi_globals_init + *fill* 0x00000000400e6e41 0x3 + .text.ieee80211_crypto_encap + 0x00000000400e6e44 0x81 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_crypto.o) + 0x91 (size before relaxing) + 0x00000000400e6e50 ieee80211_crypto_encap + *fill* 0x00000000400e6ec5 0x3 + .text.ieee80211_crypto_decap + 0x00000000400e6ec8 0x8d /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_crypto.o) + 0xad (size before relaxing) + 0x00000000400e6ec8 ieee80211_crypto_decap + *fill* 0x00000000400e6f55 0x3 + .text.ccmp_encap + 0x00000000400e6f58 0xb6 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_crypto_ccmp.o) + *fill* 0x00000000400e700e 0x2 + .text.ieee80211_hostap_send_beacon + 0x00000000400e7010 0x1f /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_hostap.o) + 0x2b (size before relaxing) + *fill* 0x00000000400e702f 0x1 + .text.hostap_handle_timer + 0x00000000400e7030 0x1f /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_hostap.o) + 0x2b (size before relaxing) + 0x00000000400e7030 hostap_handle_timer + *fill* 0x00000000400e704f 0x1 + .text.unlikely.is11bclient$part$0 + 0x00000000400e7050 0x3c /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_hostap.o) + .text.ieee80211_hostap_attach + 0x00000000400e708c 0x1ba /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_hostap.o) + 0x232 (size before relaxing) + 0x00000000400e70bc ieee80211_hostap_attach + *fill* 0x00000000400e7246 0x2 + .text.hostap_handle_timer_process + 0x00000000400e7248 0x99 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_hostap.o) + 0xe0 (size before relaxing) + 0x00000000400e725c hostap_handle_timer_process + *fill* 0x00000000400e72e1 0x3 + .text.wifi_ap_reg_rxcb + 0x00000000400e72e4 0xe /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_hostap.o) + 0x00000000400e72e8 wifi_ap_reg_rxcb + *fill* 0x00000000400e72f2 0x2 + .text.hostap_input + 0x00000000400e72f4 0x113e /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_hostap.o) + 0x12e6 (size before relaxing) + 0x00000000400e7324 hostap_input + *fill* 0x00000000400e8432 0x2 + .text.ap_rx_cb + 0x00000000400e8434 0x1a /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_hostap.o) + 0x22 (size before relaxing) + 0x00000000400e8434 ap_rx_cb + *fill* 0x00000000400e844e 0x2 + .text.wifi_softap_start + 0x00000000400e8450 0x17c /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_hostap.o) + 0x1c4 (size before relaxing) + 0x00000000400e8464 wifi_softap_start + .text.ieee80211_hostapd_beacon_txcb + 0x00000000400e85cc 0x4f /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_hostap.o) + 0x7a (size before relaxing) + *fill* 0x00000000400e861b 0x1 + .text.ieee80211_hostap_send_beacon_process + 0x00000000400e861c 0x393 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_hostap.o) + 0x423 (size before relaxing) + 0x00000000400e8638 ieee80211_hostap_send_beacon_process + *fill* 0x00000000400e89af 0x1 + .text.wifi_softap_stop + 0x00000000400e89b0 0x154 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_hostap.o) + 0x1cc (size before relaxing) + 0x00000000400e89b0 wifi_softap_stop + .text.addba_timeout + 0x00000000400e8b04 0x1f /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ht.o) + 0x2b (size before relaxing) + *fill* 0x00000000400e8b23 0x1 + .text.ieee80211_add_htinfo_body + 0x00000000400e8b24 0x169 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ht.o) + 0x181 (size before relaxing) + *fill* 0x00000000400e8c8d 0x3 + .text.ieee80211_add_htcap_body + 0x00000000400e8c90 0x210 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ht.o) + 0x230 (size before relaxing) + .text.ht_recv_action_ba_addba_response + 0x00000000400e8ea0 0x138 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ht.o) + 0x174 (size before relaxing) + .text.ampdu_tx_stop + 0x00000000400e8fd8 0x5b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ht.o) + 0x87 (size before relaxing) + *fill* 0x00000000400e9033 0x1 + .text.ampdu_dispatch + 0x00000000400e9034 0x5d /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ht.o) + 0x84 (size before relaxing) + *fill* 0x00000000400e9091 0x3 + .text.ampdu_free_rx_ba_index$part$5 + 0x00000000400e9094 0x1f /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ht.o) + 0x2f (size before relaxing) + *fill* 0x00000000400e90b3 0x1 + .text.ampdu_rx_stop + 0x00000000400e90b4 0xe7 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ht.o) + 0x11f (size before relaxing) + *fill* 0x00000000400e919b 0x1 + .text.ht_recv_action_ba_delba + 0x00000000400e919c 0x39 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ht.o) + 0x58 (size before relaxing) + *fill* 0x00000000400e91d5 0x3 + .text.ht_action_output$constprop$9 + 0x00000000400e91d8 0xb5 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ht.o) + 0xd1 (size before relaxing) + *fill* 0x00000000400e928d 0x3 + .text.ht_send_action_ba_addba + 0x00000000400e9290 0x18a /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ht.o) + 0x1ba (size before relaxing) + *fill* 0x00000000400e941a 0x2 + .text.ht_send_action_ba_delba + 0x00000000400e941c 0xfe /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ht.o) + 0x136 (size before relaxing) + *fill* 0x00000000400e951a 0x2 + .text.ampdu_rx_flush_upto + 0x00000000400e951c 0x150 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ht.o) + 0x180 (size before relaxing) + .text.ieee80211_ht_attach + 0x00000000400e966c 0x162 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ht.o) + 0x1c6 (size before relaxing) + 0x00000000400e9690 ieee80211_ht_attach + *fill* 0x00000000400e97ce 0x2 + .text.ampdu_alloc_rx_ba_index + 0x00000000400e97d0 0x78 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ht.o) + 0x98 (size before relaxing) + 0x00000000400e97d0 ampdu_alloc_rx_ba_index + .text.ht_recv_action_ba_addba_request + 0x00000000400e9848 0x1b2 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ht.o) + 0x202 (size before relaxing) + *fill* 0x00000000400e99fa 0x2 + .text.ieee80211_ht_deattach + 0x00000000400e99fc 0x34 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ht.o) + 0x50 (size before relaxing) + 0x00000000400e99fc ieee80211_ht_deattach + .text.ieee80211_ampdu_state_change + 0x00000000400e9a30 0xd7 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ht.o) + 0xef (size before relaxing) + 0x00000000400e9a3c ieee80211_ampdu_state_change + *fill* 0x00000000400e9b07 0x1 + .text.ieee80211_cal_tx_pps + 0x00000000400e9b08 0x4a /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ht.o) + 0x4e (size before relaxing) + 0x00000000400e9b0c ieee80211_cal_tx_pps + *fill* 0x00000000400e9b52 0x2 + .text.ieee80211_ampdu_enable + 0x00000000400e9b54 0x3e /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ht.o) + 0x42 (size before relaxing) + 0x00000000400e9b54 ieee80211_ampdu_enable + *fill* 0x00000000400e9b92 0x2 + .text.addba_timeout_process + 0x00000000400e9b94 0x63 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ht.o) + 0x87 (size before relaxing) + 0x00000000400e9b94 addba_timeout_process + *fill* 0x00000000400e9bf7 0x1 + .text.ieee80211_ampdu_request + 0x00000000400e9bf8 0x162 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ht.o) + 0x1b2 (size before relaxing) + 0x00000000400e9c04 ieee80211_ampdu_request + *fill* 0x00000000400e9d5a 0x2 + .text.ieee80211_ampdu_reorder + 0x00000000400e9d5c 0x2e4 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ht.o) + 0x334 (size before relaxing) + 0x00000000400e9d6c ieee80211_ampdu_reorder + .text.ieee80211_recv_bar + 0x00000000400ea040 0xa3 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ht.o) + 0xce (size before relaxing) + 0x00000000400ea044 ieee80211_recv_bar + *fill* 0x00000000400ea0e3 0x1 + .text.ieee80211_ht_node_cleanup + 0x00000000400ea0e4 0x2c /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ht.o) + 0x3c (size before relaxing) + 0x00000000400ea0e4 ieee80211_ht_node_cleanup + .text.ieee80211_ht_node_init + 0x00000000400ea110 0x76 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ht.o) + 0xa2 (size before relaxing) + 0x00000000400ea114 ieee80211_ht_node_init + *fill* 0x00000000400ea186 0x2 + .text.ieee80211_parse_htcap + 0x00000000400ea188 0x8f /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ht.o) + 0xab (size before relaxing) + 0x00000000400ea188 ieee80211_parse_htcap + *fill* 0x00000000400ea217 0x1 + .text.ieee80211_has_ht40_bss + 0x00000000400ea218 0x83 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ht.o) + 0x8b (size before relaxing) + 0x00000000400ea218 ieee80211_has_ht40_bss + *fill* 0x00000000400ea29b 0x1 + .text.ieee80211_update_channel + 0x00000000400ea29c 0x348 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ht.o) + 0x3b8 (size before relaxing) + 0x00000000400ea2ac ieee80211_update_channel + .text.ieee80211_ht_updatehtcap + 0x00000000400ea5e4 0x2b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ht.o) + 0x3a (size before relaxing) + 0x00000000400ea5e4 ieee80211_ht_updatehtcap + *fill* 0x00000000400ea60f 0x1 + .text.ieee80211_ht_updateparams + 0x00000000400ea610 0x1cc /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ht.o) + 0x213 (size before relaxing) + 0x00000000400ea624 ieee80211_ht_updateparams + *fill* 0x00000000400ea7dc 0x0 + .text.ieee80211_setup_htrates + 0x00000000400ea7dc 0xc3 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ht.o) + 0xe3 (size before relaxing) + 0x00000000400ea7dc ieee80211_setup_htrates + *fill* 0x00000000400ea89f 0x1 + .text.ieee80211_setup_basic_htrates + 0x00000000400ea8a0 0xa0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ht.o) + 0xc8 (size before relaxing) + 0x00000000400ea8a0 ieee80211_setup_basic_htrates + .text.ieee80211_add_htcap + 0x00000000400ea940 0x41 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ht.o) + 0x5d (size before relaxing) + 0x00000000400ea940 ieee80211_add_htcap + *fill* 0x00000000400ea981 0x3 + .text.ieee80211_add_htcap_vendor + 0x00000000400ea984 0x34 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ht.o) + 0x38 (size before relaxing) + 0x00000000400ea984 ieee80211_add_htcap_vendor + .text.ieee80211_add_htinfo + 0x00000000400ea9b8 0x45 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ht.o) + 0x61 (size before relaxing) + 0x00000000400ea9bc ieee80211_add_htinfo + *fill* 0x00000000400ea9fd 0x3 + .text.ieee80211_add_htinfo_vendor + 0x00000000400eaa00 0x5c /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ht.o) + 0x78 (size before relaxing) + 0x00000000400eaa04 ieee80211_add_htinfo_vendor + .text.ieee80211_decap1 + 0x00000000400eaa5c 0x6c /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ht.o) + 0x70 (size before relaxing) + 0x00000000400eaa5c ieee80211_decap1 + .text.ieee80211_decap_amsdu + 0x00000000400eaac8 0x107 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ht.o) + 0x133 (size before relaxing) + 0x00000000400eaacc ieee80211_decap_amsdu + *fill* 0x00000000400eabcf 0x1 + .text.ieee80211_add_ie_vendor_esp_head + 0x00000000400eabd0 0x34 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ie_vendor.o) + 0x00000000400eabd4 ieee80211_add_ie_vendor_esp_head + .text.ieee80211_add_ie_vendor_esp_ssid + 0x00000000400eac04 0x4e /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ie_vendor.o) + 0x56 (size before relaxing) + 0x00000000400eac04 ieee80211_add_ie_vendor_esp_ssid + *fill* 0x00000000400eac52 0x2 + .text.ieee80211_add_ie_vendor_esp_manufacturer + 0x00000000400eac54 0x6f /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ie_vendor.o) + 0x77 (size before relaxing) + 0x00000000400eac54 ieee80211_add_ie_vendor_esp_manufacturer + *fill* 0x00000000400eacc3 0x1 + .text.wpa_cipher + 0x00000000400eacc4 0x82 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_input.o) + 0x8a (size before relaxing) + *fill* 0x00000000400ead46 0x2 + .text.rsn_cipher + 0x00000000400ead48 0x94 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_input.o) + .text.ieee80211_decap + 0x00000000400eaddc 0x113 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_input.o) + 0x12f (size before relaxing) + 0x00000000400eade4 ieee80211_decap + *fill* 0x00000000400eaeef 0x1 + .text.ieee80211_setup_phy_mode + 0x00000000400eaef0 0xf0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_input.o) + 0xfc (size before relaxing) + 0x00000000400eaf00 ieee80211_setup_phy_mode + .text.ieee80211_setup_rates + 0x00000000400eafe0 0x5e /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_input.o) + 0x66 (size before relaxing) + 0x00000000400eafe0 ieee80211_setup_rates + *fill* 0x00000000400eb03e 0x2 + .text.ieee80211_alloc_challenge + 0x00000000400eb040 0x1a /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_input.o) + 0x21 (size before relaxing) + 0x00000000400eb040 ieee80211_alloc_challenge + *fill* 0x00000000400eb05a 0x2 + .text.ieee80211_parse_beacon + 0x00000000400eb05c 0x455 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_input.o) + 0x491 (size before relaxing) + 0x00000000400eb068 ieee80211_parse_beacon + *fill* 0x00000000400eb4b1 0x3 + .text.ieee80211_parse_wpa + 0x00000000400eb4b4 0x122 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_input.o) + 0x13a (size before relaxing) + 0x00000000400eb4b4 ieee80211_parse_wpa + *fill* 0x00000000400eb5d6 0x2 + .text.ieee80211_parse_rsn + 0x00000000400eb5d8 0x109 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_input.o) + 0x11d (size before relaxing) + 0x00000000400eb5d8 ieee80211_parse_rsn + *fill* 0x00000000400eb6e1 0x3 + .text.ieee80211_parse_action + 0x00000000400eb6e4 0xd7 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_input.o) + 0xf7 (size before relaxing) + 0x00000000400eb6e4 ieee80211_parse_action + *fill* 0x00000000400eb7bb 0x1 + .text.wifi_set_vnd_ie_cb_process + 0x00000000400eb7bc 0x1a /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + 0x1e (size before relaxing) + 0x00000000400eb7bc wifi_set_vnd_ie_cb_process + *fill* 0x00000000400eb7d6 0x2 + .text.wifi_restart_process + 0x00000000400eb7d8 0x26 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + 0x35 (size before relaxing) + 0x00000000400eb7d8 wifi_restart_process + *fill* 0x00000000400eb7fe 0x2 + .text._do_wifi_start + 0x00000000400eb800 0x9a /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + 0xce (size before relaxing) + *fill* 0x00000000400eb89a 0x2 + .text.wifi_scan_stop_process + 0x00000000400eb89c 0xa /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + 0x11 (size before relaxing) + 0x00000000400eb89c wifi_scan_stop_process + *fill* 0x00000000400eb8a6 0x2 + .text.wifi_set_promis_filter_process + 0x00000000400eb8a8 0xf /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + 0x13 (size before relaxing) + 0x00000000400eb8a8 wifi_set_promis_filter_process + *fill* 0x00000000400eb8b7 0x1 + .text.wifi_deinit_process + 0x00000000400eb8b8 0x29 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + 0x55 (size before relaxing) + 0x00000000400eb8b8 wifi_deinit_process + *fill* 0x00000000400eb8e1 0x3 + .text.wifi_get_ap_list_process + 0x00000000400eb8e4 0x27a /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + 0x2b6 (size before relaxing) + 0x00000000400eb8ec wifi_get_ap_list_process + *fill* 0x00000000400ebb5e 0x2 + .text.wifi_set_vnd_ie_process + 0x00000000400ebb60 0xec /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + 0x10c (size before relaxing) + 0x00000000400ebb60 wifi_set_vnd_ie_process + .text.wifi_station_set_config_local_2 + 0x00000000400ebc4c 0x460 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + 0x590 (size before relaxing) + .text.wifi_set_config_process + 0x00000000400ec0ac 0x6a0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + 0x840 (size before relaxing) + 0x00000000400ec0cc wifi_set_config_process + .text.wifi_set_channel_process + 0x00000000400ec74c 0x2a /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + 0x36 (size before relaxing) + 0x00000000400ec74c wifi_set_channel_process + *fill* 0x00000000400ec776 0x2 + .text.wifi_set_home_channel_process + 0x00000000400ec778 0x2a /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + 0x36 (size before relaxing) + 0x00000000400ec778 wifi_set_home_channel_process + *fill* 0x00000000400ec7a2 0x2 + .text.wifi_set_rxcb_process + 0x00000000400ec7a4 0x24 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + 0x2c (size before relaxing) + 0x00000000400ec7a4 wifi_set_rxcb_process + .text.wifi_set_max_tpw + 0x00000000400ec7c8 0x26 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + 0x36 (size before relaxing) + 0x00000000400ec7c8 wifi_set_max_tpw + *fill* 0x00000000400ec7ee 0x2 + .text.wifi_phy_mode_is_valid + 0x00000000400ec7f0 0x3a /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + 0x3e (size before relaxing) + *fill* 0x00000000400ec82a 0x2 + .text.wifi_phy_bw_is_modified + 0x00000000400ec82c 0x3a /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + 0x3e (size before relaxing) + *fill* 0x00000000400ec866 0x2 + .text.wifi_phy_bw_is_valid + 0x00000000400ec868 0x5c /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + 0x60 (size before relaxing) + .text._do_wifi_stop + 0x00000000400ec8c4 0x7a /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + 0xae (size before relaxing) + *fill* 0x00000000400ec93e 0x2 + .text.wifi_set_mac_process + 0x00000000400ec940 0x18e /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + 0x232 (size before relaxing) + 0x00000000400ec94c wifi_set_mac_process + *fill* 0x00000000400ecace 0x2 + .text.wifi_set_mode_process + 0x00000000400ecad0 0x13c /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + 0x1b8 (size before relaxing) + 0x00000000400ecad4 wifi_set_mode_process + .text.wifi_set_auto_connect_process + 0x00000000400ecc0c 0xac /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + 0xf0 (size before relaxing) + 0x00000000400ecc10 wifi_set_auto_connect_process + .text.wifi_mac_restore + 0x00000000400eccb8 0x7c /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + 0xb8 (size before relaxing) + .text.wifi_restore_process + 0x00000000400ecd34 0x11 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + 0x25 (size before relaxing) + 0x00000000400ecd34 wifi_restore_process + *fill* 0x00000000400ecd45 0x3 + .text.wifi_set_fix_rate_process + 0x00000000400ecd48 0x70 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + 0x94 (size before relaxing) + 0x00000000400ecd50 wifi_set_fix_rate_process + .text.ieee80211_set_phy_bw + 0x00000000400ecdb8 0x10e /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + 0x152 (size before relaxing) + 0x00000000400ecdbc ieee80211_set_phy_bw + *fill* 0x00000000400ecec6 0x2 + .text.ieee80211_set_phy_mode + 0x00000000400ecec8 0xf4 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + 0x14c (size before relaxing) + 0x00000000400ececc ieee80211_set_phy_mode + .text.wifi_set_protocol_process + 0x00000000400ecfbc 0x5e /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + 0x7e (size before relaxing) + 0x00000000400ecfbc wifi_set_protocol_process + *fill* 0x00000000400ed01a 0x2 + .text.wifi_set_bw_process + 0x00000000400ed01c 0x36 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + 0x5a (size before relaxing) + 0x00000000400ed01c wifi_set_bw_process + *fill* 0x00000000400ed052 0x2 + .text.wifi_station_save_ap_channel + 0x00000000400ed054 0xd0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + 0x120 (size before relaxing) + 0x00000000400ed058 wifi_station_save_ap_channel + .text.ieee80211_sta_connect + 0x00000000400ed124 0x62 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + 0x82 (size before relaxing) + 0x00000000400ed130 ieee80211_sta_connect + *fill* 0x00000000400ed186 0x2 + .text.wifi_connect_process + 0x00000000400ed188 0x1e /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + 0x2a (size before relaxing) + 0x00000000400ed188 wifi_connect_process + *fill* 0x00000000400ed1a6 0x2 + .text.ieee80211_sta_disconnect + 0x00000000400ed1a8 0x6e /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + 0xb2 (size before relaxing) + 0x00000000400ed1a8 ieee80211_sta_disconnect + *fill* 0x00000000400ed216 0x2 + .text._do_wifi_disconnect$part$10 + 0x00000000400ed218 0x3d /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + 0x60 (size before relaxing) + *fill* 0x00000000400ed255 0x3 + .text.wifi_disconnect_process + 0x00000000400ed258 0x2c /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + 0x38 (size before relaxing) + 0x00000000400ed258 wifi_disconnect_process + .text.ieee80211_sta_scan + 0x00000000400ed284 0x30 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + 0x40 (size before relaxing) + 0x00000000400ed288 ieee80211_sta_scan + .text.wifi_scan_start_process + 0x00000000400ed2b4 0x3c /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + 0x50 (size before relaxing) + 0x00000000400ed2b4 wifi_scan_start_process + .text.wifi_get_macaddr + 0x00000000400ed2f0 0x34 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + 0x3c (size before relaxing) + 0x00000000400ed2f0 wifi_get_macaddr + .text.chip_post_init + 0x00000000400ed324 0x36 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + 0x62 (size before relaxing) + 0x00000000400ed324 chip_post_init + *fill* 0x00000000400ed35a 0x2 + .text.wifi_reset_mac + 0x00000000400ed35c 0xa7 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + 0xeb (size before relaxing) + 0x00000000400ed36c wifi_reset_mac + *fill* 0x00000000400ed403 0x1 + .text.wifi_hw_start + 0x00000000400ed404 0x7c /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + 0xdc (size before relaxing) + 0x00000000400ed414 wifi_hw_start + .text.wifi_start_process + 0x00000000400ed480 0xae /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + 0x102 (size before relaxing) + 0x00000000400ed484 wifi_start_process + *fill* 0x00000000400ed52e 0x2 + .text.wifi_txq_empty + 0x00000000400ed530 0x18 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + 0x30 (size before relaxing) + 0x00000000400ed530 wifi_txq_empty + .text.wifi_stop_sw_txq + 0x00000000400ed548 0x38 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + 0x60 (size before relaxing) + 0x00000000400ed54c wifi_stop_sw_txq + .text.wifi_hw_stop + 0x00000000400ed580 0x60 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + 0xd4 (size before relaxing) + 0x00000000400ed580 wifi_hw_stop + .text.wifi_set_promis_process + 0x00000000400ed5e0 0x40 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + 0x5c (size before relaxing) + 0x00000000400ed5e0 wifi_set_promis_process + .text.wifi_stop_process + 0x00000000400ed620 0x5e /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + 0x96 (size before relaxing) + 0x00000000400ed624 wifi_stop_process + *fill* 0x00000000400ed67e 0x2 + .text.wifi_mac_init + 0x00000000400ed680 0x1a /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + 0x2e (size before relaxing) + 0x00000000400ed680 wifi_mac_init + *fill* 0x00000000400ed69a 0x2 + .text.wifi_menuconfig_init + 0x00000000400ed69c 0x1c6 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + 0x252 (size before relaxing) + 0x00000000400ed6c0 wifi_menuconfig_init + *fill* 0x00000000400ed862 0x2 + .text.wifi_init + 0x00000000400ed864 0x190 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + 0x258 (size before relaxing) + 0x00000000400ed88c wifi_init + .text.wifi_set_chan_range + 0x00000000400ed9f4 0xa0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + 0xec (size before relaxing) + 0x00000000400ed9f8 wifi_set_chan_range + .text.wifi_set_country + 0x00000000400eda94 0x175 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + 0x1b5 (size before relaxing) + 0x00000000400edaa0 wifi_set_country + *fill* 0x00000000400edc09 0x3 + .text.ieee80211_ioctl_process + 0x00000000400edc0c 0x90 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + 0x94 (size before relaxing) + 0x00000000400edc18 ieee80211_ioctl_process + .text.ieee80211_ioctl_init + 0x00000000400edc9c 0x20 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + 0x34 (size before relaxing) + 0x00000000400edc9c ieee80211_ioctl_init + .text.ieee80211_ioctl + 0x00000000400edcbc 0x96 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + 0xce (size before relaxing) + 0x00000000400edcc0 ieee80211_ioctl + *fill* 0x00000000400edd52 0x2 + .text.ieee80211_mesh_quick_get + 0x00000000400edd54 0xe5 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_mesh_quick.o) + 0xed (size before relaxing) + 0x00000000400edd58 ieee80211_mesh_quick_get + *fill* 0x00000000400ede39 0x3 + .text.ieee80211_mesh_quick_ie_add + 0x00000000400ede3c 0x24 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_mesh_quick.o) + 0x2c (size before relaxing) + 0x00000000400ede3c ieee80211_mesh_quick_ie_add + .text.wifi_ap_get_prof_pmk + 0x00000000400ede60 0xf /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_misc.o) + 0x13 (size before relaxing) + 0x00000000400ede60 wifi_ap_get_prof_pmk + *fill* 0x00000000400ede6f 0x1 + .text.wifi_sta_get_prof_pmk + 0x00000000400ede70 0xd /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_misc.o) + 0x11 (size before relaxing) + 0x00000000400ede70 wifi_sta_get_prof_pmk + *fill* 0x00000000400ede7d 0x3 + .text.wifi_ap_get_prof_ap_ssid + 0x00000000400ede80 0xf /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_misc.o) + 0x13 (size before relaxing) + 0x00000000400ede80 wifi_ap_get_prof_ap_ssid + *fill* 0x00000000400ede8f 0x1 + .text.wifi_sta_get_prof_ssid + 0x00000000400ede90 0xc /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_misc.o) + 0x10 (size before relaxing) + 0x00000000400ede90 wifi_sta_get_prof_ssid + .text.wifi_ap_get_prof_authmode + 0x00000000400ede9c 0x10 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_misc.o) + 0x14 (size before relaxing) + 0x00000000400ede9c wifi_ap_get_prof_authmode + .text.wifi_sta_get_prof_authmode + 0x00000000400edeac 0xe /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_misc.o) + 0x12 (size before relaxing) + 0x00000000400edeac wifi_sta_get_prof_authmode + *fill* 0x00000000400edeba 0x2 + .text.wifi_ap_get_prof_password + 0x00000000400edebc 0xf /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_misc.o) + 0x13 (size before relaxing) + 0x00000000400edebc wifi_ap_get_prof_password + *fill* 0x00000000400edecb 0x1 + .text.wifi_sta_get_prof_password + 0x00000000400edecc 0xd /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_misc.o) + 0x11 (size before relaxing) + 0x00000000400edecc wifi_sta_get_prof_password + *fill* 0x00000000400eded9 0x3 + .text.wifi_sta_get_reset_param + 0x00000000400ededc 0xe /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_misc.o) + 0x12 (size before relaxing) + 0x00000000400ededc wifi_sta_get_reset_param + *fill* 0x00000000400edeea 0x2 + .text.wifi_sta_set_reset_param + 0x00000000400edeec 0x13 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_misc.o) + 0x17 (size before relaxing) + 0x00000000400edeec wifi_sta_set_reset_param + *fill* 0x00000000400edeff 0x1 + .text.wifi_sta_prof_is_wpa + 0x00000000400edf00 0x2b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_misc.o) + 0x2f (size before relaxing) + 0x00000000400edf00 wifi_sta_prof_is_wpa + *fill* 0x00000000400edf2b 0x1 + .text.wifi_sta_prof_is_wpa2 + 0x00000000400edf2c 0x2b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_misc.o) + 0x2f (size before relaxing) + 0x00000000400edf2c wifi_sta_prof_is_wpa2 + *fill* 0x00000000400edf57 0x1 + .text.wifi_sta_get_pairwise_cipher + 0x00000000400edf58 0xe /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_misc.o) + 0x12 (size before relaxing) + 0x00000000400edf58 wifi_sta_get_pairwise_cipher + *fill* 0x00000000400edf66 0x2 + .text.wifi_sta_get_group_cipher + 0x00000000400edf68 0xe /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_misc.o) + 0x12 (size before relaxing) + 0x00000000400edf68 wifi_sta_get_group_cipher + *fill* 0x00000000400edf76 0x2 + .text.ieee80211_get_key + 0x00000000400edf78 0x1a /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_misc.o) + 0x1e (size before relaxing) + 0x00000000400edf78 ieee80211_get_key + *fill* 0x00000000400edf92 0x2 + .text.ieee80211_set_key + 0x00000000400edf94 0x35 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_misc.o) + 0x3d (size before relaxing) + 0x00000000400edf94 ieee80211_set_key + *fill* 0x00000000400edfc9 0x3 + .text.ieee80211_get_sta_gtk_index + 0x00000000400edfcc 0x13 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_misc.o) + 0x17 (size before relaxing) + 0x00000000400edfcc ieee80211_get_sta_gtk_index + *fill* 0x00000000400edfdf 0x1 + .text.ieee80211_set_sta_gtk_index + 0x00000000400edfe0 0x26 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_misc.o) + 0x2a (size before relaxing) + 0x00000000400edfe0 ieee80211_set_sta_gtk_index + *fill* 0x00000000400ee006 0x2 + .text.ieee80211_set_gtk + 0x00000000400ee008 0x4d /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_misc.o) + 0x61 (size before relaxing) + 0x00000000400ee014 ieee80211_set_gtk + *fill* 0x00000000400ee055 0x3 + .text.ieee80211_get_ptk + 0x00000000400ee058 0x16 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_misc.o) + 0x1e (size before relaxing) + 0x00000000400ee058 ieee80211_get_ptk + *fill* 0x00000000400ee06e 0x2 + .text.ieee80211_wpa_ptk_init_done + 0x00000000400ee070 0x3b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_misc.o) + 0x5f (size before relaxing) + 0x00000000400ee070 ieee80211_wpa_ptk_init_done + *fill* 0x00000000400ee0ab 0x1 + .text.ieee80211_sta_is_running + 0x00000000400ee0ac 0x1c /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_misc.o) + 0x20 (size before relaxing) + 0x00000000400ee0ac ieee80211_sta_is_running + .text.ieee80211_auth_done + 0x00000000400ee0c8 0xa /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_misc.o) + 0x11 (size before relaxing) + 0x00000000400ee0c8 ieee80211_auth_done + *fill* 0x00000000400ee0d2 0x2 + .text.ieee80211_unregister_wpa_cb + 0x00000000400ee0d4 0x1a /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_misc.o) + 0x22 (size before relaxing) + 0x00000000400ee0d4 ieee80211_unregister_wpa_cb + *fill* 0x00000000400ee0ee 0x2 + .text.ieee80211_register_wpa_cb + 0x00000000400ee0f0 0x18 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_misc.o) + 0x20 (size before relaxing) + 0x00000000400ee0f0 ieee80211_register_wpa_cb + .text.ieee80211_set_appie + 0x00000000400ee108 0x90 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_misc.o) + 0xb4 (size before relaxing) + 0x00000000400ee10c ieee80211_set_appie + .text.ieee80211_get_hostap_private + 0x00000000400ee198 0xf /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_misc.o) + 0x13 (size before relaxing) + 0x00000000400ee198 ieee80211_get_hostap_private + *fill* 0x00000000400ee1a7 0x1 + .text.ieee80211_misc_init + 0x00000000400ee1a8 0x2b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_misc.o) + 0x4e (size before relaxing) + 0x00000000400ee1b4 ieee80211_misc_init + *fill* 0x00000000400ee1d3 0x1 + .text.wifi_deauthenticate + 0x00000000400ee1d4 0x2a /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_misc.o) + 0x3a (size before relaxing) + 0x00000000400ee1d4 wifi_deauthenticate + *fill* 0x00000000400ee1fe 0x2 + .text.wifi_ap_get_prof_beacon_interval + 0x00000000400ee200 0x10 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_misc.o) + 0x14 (size before relaxing) + 0x00000000400ee200 wifi_ap_get_prof_beacon_interval + .text.wifi_set_rx_policy + 0x00000000400ee210 0x116 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_misc.o) + 0x182 (size before relaxing) + 0x00000000400ee214 wifi_set_rx_policy + *fill* 0x00000000400ee326 0x2 + .text.wifi_nvs_commit$part$0 + 0x00000000400ee328 0x1d /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_nvs.o) + 0x25 (size before relaxing) + *fill* 0x00000000400ee345 0x3 + .text.wifi_nvs_get + 0x00000000400ee348 0xa /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_nvs.o) + 0xe (size before relaxing) + 0x00000000400ee348 wifi_nvs_get + *fill* 0x00000000400ee352 0x2 + .text.ieee80211_adjust_2nd_chan + 0x00000000400ee354 0x46 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_nvs.o) + 0x56 (size before relaxing) + 0x00000000400ee354 ieee80211_adjust_2nd_chan + *fill* 0x00000000400ee39a 0x2 + .text.wifi_nvs_commit + 0x00000000400ee39c 0x20 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_nvs.o) + 0x30 (size before relaxing) + 0x00000000400ee39c wifi_nvs_commit + .text.wifi_nvs_set + 0x00000000400ee3bc 0x23f /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_nvs.o) + 0x29f (size before relaxing) + 0x00000000400ee3e0 wifi_nvs_set + *fill* 0x00000000400ee5fb 0x1 + .text.wifi_set_default_ssid + 0x00000000400ee5fc 0x4a /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_nvs.o) + 0x5e (size before relaxing) + 0x00000000400ee600 wifi_set_default_ssid + *fill* 0x00000000400ee646 0x2 + .text.wifi_nvs_validate_ap_password + 0x00000000400ee648 0x38 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_nvs.o) + 0x48 (size before relaxing) + 0x00000000400ee648 wifi_nvs_validate_ap_password + .text.wifi_nvs_validate_sta_password + 0x00000000400ee680 0x3e /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_nvs.o) + 0x4e (size before relaxing) + 0x00000000400ee680 wifi_nvs_validate_sta_password + *fill* 0x00000000400ee6be 0x2 + .text.wifi_nvs_validate_ap_chan + 0x00000000400ee6c0 0x48 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_nvs.o) + 0x68 (size before relaxing) + 0x00000000400ee6c0 wifi_nvs_validate_ap_chan + .text.wifi_nvs_load + 0x00000000400ee708 0x3b6 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_nvs.o) + 0x459 (size before relaxing) + *fill* 0x00000000400eeabe 0x2 + .text.wifi_nvs_restore + 0x00000000400eeac0 0xc /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_nvs.o) + 0x14 (size before relaxing) + 0x00000000400eeac0 wifi_nvs_restore + .text.wifi_nvs_init + 0x00000000400eeacc 0x5b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_nvs.o) + 0x8e (size before relaxing) + 0x00000000400eead4 wifi_nvs_init + *fill* 0x00000000400eeb27 0x1 + .text.wifi_nvs_deinit + 0x00000000400eeb28 0x1c /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_nvs.o) + 0x28 (size before relaxing) + 0x00000000400eeb28 wifi_nvs_deinit + .text.ieee80211_classify$isra$0 + 0x00000000400eeb44 0x64 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_output.o) + 0x68 (size before relaxing) + .text.ieee80211_add_wme_param$isra$2 + 0x00000000400eeba8 0x8d /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_output.o) + 0x91 (size before relaxing) + *fill* 0x00000000400eec35 0x3 + .text.ieee80211_vnd_ie_size$part$5 + 0x00000000400eec38 0x31 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_output.o) + 0x35 (size before relaxing) + *fill* 0x00000000400eec69 0x3 + .text.ieee80211_vnd_ie_set$part$6 + 0x00000000400eec6c 0x38 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_output.o) + 0x40 (size before relaxing) + .text.ieee80211_output + 0x00000000400eeca4 0x257 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_output.o) + 0x2cb (size before relaxing) + 0x00000000400eecb8 ieee80211_output + *fill* 0x00000000400eeefb 0x1 + .text.esp_wifi_internal_tx + 0x00000000400eeefc 0x243 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_output.o) + 0x2d3 (size before relaxing) + 0x00000000400eeefc esp_wifi_internal_tx + *fill* 0x00000000400ef13f 0x1 + .text.ieee80211_empty_txq + 0x00000000400ef140 0x95 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_output.o) + 0xb9 (size before relaxing) + 0x00000000400ef140 ieee80211_empty_txq + *fill* 0x00000000400ef1d5 0x3 + .text.ieee80211_output_init + 0x00000000400ef1d8 0x30 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_output.o) + 0x44 (size before relaxing) + 0x00000000400ef1e4 ieee80211_output_init + .text.ieee80211_send_setup + 0x00000000400ef208 0x164 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_output.o) + 0x1ac (size before relaxing) + 0x00000000400ef210 ieee80211_send_setup + .text.ieee80211_mgmt_output + 0x00000000400ef36c 0x151 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_output.o) + 0x199 (size before relaxing) + 0x00000000400ef374 ieee80211_mgmt_output + *fill* 0x00000000400ef4bd 0x3 + .text.ieee80211_send_nulldata + 0x00000000400ef4c0 0x1d0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_output.o) + 0x240 (size before relaxing) + 0x00000000400ef4c4 ieee80211_send_nulldata + .text.ieee80211_add_xrates + 0x00000000400ef690 0x2c /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_output.o) + 0x30 (size before relaxing) + 0x00000000400ef690 ieee80211_add_xrates + .text.ieee80211_vnd_lora_ie_set + 0x00000000400ef6bc 0x27 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_output.o) + 0x2f (size before relaxing) + 0x00000000400ef6bc ieee80211_vnd_lora_ie_set + *fill* 0x00000000400ef6e3 0x1 + .text.ieee80211_send_probereq + 0x00000000400ef6e4 0x381 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_output.o) + 0x401 (size before relaxing) + 0x00000000400ef6ec ieee80211_send_probereq + *fill* 0x00000000400efa65 0x3 + .text.ieee80211_getcapinfo + 0x00000000400efa68 0x98 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_output.o) + 0xb4 (size before relaxing) + 0x00000000400efa6c ieee80211_getcapinfo + .text.ieee80211_send_mgmt + 0x00000000400efb00 0x897 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_output.o) + 0xa07 (size before relaxing) + 0x00000000400efb2c ieee80211_send_mgmt + *fill* 0x00000000400f0397 0x1 + .text.ieee80211_alloc_proberesp + 0x00000000400f0398 0x362 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_output.o) + 0x3fe (size before relaxing) + 0x00000000400f03a4 ieee80211_alloc_proberesp + *fill* 0x00000000400f06fa 0x2 + .text.ieee80211_send_proberesp + 0x00000000400f06fc 0x1a9 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_output.o) + 0x218 (size before relaxing) + 0x00000000400f0700 ieee80211_send_proberesp + *fill* 0x00000000400f08a5 0x3 + .text.ieee80211_alloc_deauth + 0x00000000400f08a8 0x44 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_output.o) + 0x64 (size before relaxing) + 0x00000000400f08a8 ieee80211_alloc_deauth + .text.ieee80211_send_deauth + 0x00000000400f08ec 0x1ca /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_output.o) + 0x232 (size before relaxing) + 0x00000000400f08f0 ieee80211_send_deauth + *fill* 0x00000000400f0ab6 0x2 + .text.ieee80211_beacon_alloc + 0x00000000400f0ab8 0x564 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_output.o) + 0x66c (size before relaxing) + 0x00000000400f0acc ieee80211_beacon_alloc + .text.ieee80211_encap_null_data + 0x00000000400f101c 0x1fc /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_output.o) + 0x25c (size before relaxing) + 0x00000000400f1028 ieee80211_encap_null_data + .text.ieee80211_pm_tx_null_process + 0x00000000400f1218 0x46 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_output.o) + 0x62 (size before relaxing) + 0x00000000400f121c ieee80211_pm_tx_null_process + *fill* 0x00000000400f125e 0x2 + .text.ieee80211_setup_ratetable + 0x00000000400f1260 0x12e /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_phy.o) + 0x156 (size before relaxing) + 0x00000000400f1274 ieee80211_setup_ratetable + *fill* 0x00000000400f138e 0x2 + .text.ieee80211_phy_init + 0x00000000400f1390 0x89 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_phy.o) + 0xdc (size before relaxing) + 0x00000000400f1390 ieee80211_phy_init + *fill* 0x00000000400f1419 0x3 + .text.ieee80211_psq_init + 0x00000000400f141c 0x16 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_power.o) + 0x1a (size before relaxing) + 0x00000000400f141c ieee80211_psq_init + *fill* 0x00000000400f1432 0x2 + .text.ieee80211_set_tim + 0x00000000400f1434 0x54 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_power.o) + 0x00000000400f1438 ieee80211_set_tim + .text.ieee80211_pwrsave + 0x00000000400f1488 0x96 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_power.o) + 0xa2 (size before relaxing) + 0x00000000400f1488 ieee80211_pwrsave + *fill* 0x00000000400f151e 0x2 + .text.pwrsave_flushq + 0x00000000400f1520 0x83 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_power.o) + 0xa3 (size before relaxing) + 0x00000000400f1520 pwrsave_flushq + *fill* 0x00000000400f15a3 0x1 + .text.ieee80211_node_pwrsave + 0x00000000400f15a4 0x5f /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_power.o) + 0x67 (size before relaxing) + 0x00000000400f15a4 ieee80211_node_pwrsave + *fill* 0x00000000400f1603 0x1 + .text.ieee80211_proto_attach + 0x00000000400f1604 0x22 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_proto.o) + 0x2a (size before relaxing) + 0x00000000400f1608 ieee80211_proto_attach + *fill* 0x00000000400f1626 0x2 + .text.ieee80211_wme_updateparams + 0x00000000400f1628 0x25 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_proto.o) + 0x29 (size before relaxing) + 0x00000000400f1628 ieee80211_wme_updateparams + *fill* 0x00000000400f164d 0x3 + .text.ieee80211_mlme_connect_bss + 0x00000000400f1650 0x63 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_proto.o) + 0x93 (size before relaxing) + 0x00000000400f1654 ieee80211_mlme_connect_bss + *fill* 0x00000000400f16b3 0x1 + .text.ieee80211_regdomain_get_country$part$0 + 0x00000000400f16b4 0x2e /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_regdomain.o) + 0x36 (size before relaxing) + *fill* 0x00000000400f16e2 0x2 + .text.ieee80211_regdomain_max_tx_power + 0x00000000400f16e4 0x46 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_regdomain.o) + 0x4e (size before relaxing) + 0x00000000400f16ec ieee80211_regdomain_max_tx_power + *fill* 0x00000000400f172a 0x2 + .text.ieee80211_regdomain_update + 0x00000000400f172c 0xe3 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_regdomain.o) + 0xef (size before relaxing) + 0x00000000400f1730 ieee80211_regdomain_update + *fill* 0x00000000400f180f 0x1 + .text.ieee80211_add_countryie + 0x00000000400f1810 0xe6 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_regdomain.o) + 0x102 (size before relaxing) + 0x00000000400f1810 ieee80211_add_countryie + *fill* 0x00000000400f18f6 0x2 + .text.ieee80211_regdomain_max_chan + 0x00000000400f18f8 0x23 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_regdomain.o) + 0x2f (size before relaxing) + 0x00000000400f18f8 ieee80211_regdomain_max_chan + *fill* 0x00000000400f191b 0x1 + .text.ieee80211_regdomain_min_chan + 0x00000000400f191c 0x16 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_regdomain.o) + 0x25 (size before relaxing) + 0x00000000400f191c ieee80211_regdomain_min_chan + *fill* 0x00000000400f1932 0x2 + .text.ieee80211_regdomain_chan_in_range + 0x00000000400f1934 0x44 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_regdomain.o) + 0x50 (size before relaxing) + 0x00000000400f1934 ieee80211_regdomain_chan_in_range + .text.ieee80211_regdomain_is_active_scan + 0x00000000400f1978 0x5e /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_regdomain.o) + 0x6e (size before relaxing) + 0x00000000400f1978 ieee80211_regdomain_is_active_scan + *fill* 0x00000000400f19d6 0x2 + .text.ieee80211_rfid_locp_recv_reset + 0x00000000400f19d8 0xd /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_rfid.o) + 0x11 (size before relaxing) + 0x00000000400f19d8 ieee80211_rfid_locp_recv_reset + *fill* 0x00000000400f19e5 0x3 + .text.ieee80211_rfid_locp_recv + 0x00000000400f19e8 0x1a /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_rfid.o) + 0x1e (size before relaxing) + 0x00000000400f19e8 ieee80211_rfid_locp_recv + *fill* 0x00000000400f1a02 0x2 + .text.scan_enter_oper_channel + 0x00000000400f1a04 0x1f /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_scan.o) + 0x2b (size before relaxing) + *fill* 0x00000000400f1a23 0x1 + .text.scan_inter_channel_timeout + 0x00000000400f1a24 0x1f /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_scan.o) + 0x2b (size before relaxing) + *fill* 0x00000000400f1a43 0x1 + .text.unlikely.scan_add_ssid_do + 0x00000000400f1a44 0x294 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_scan.o) + 0x2ac (size before relaxing) + .text.unlikely.scan_add_ssid + 0x00000000400f1cd8 0xa2 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_scan.o) + 0xda (size before relaxing) + *fill* 0x00000000400f1d7a 0x2 + .text.scan_op_start + 0x00000000400f1d7c 0x196 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_scan.o) + 0x1de (size before relaxing) + *fill* 0x00000000400f1f12 0x2 + .text.scan_cancel$part$1 + 0x00000000400f1f14 0x2c /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_scan.o) + 0x44 (size before relaxing) + .text.scan_update_scan_history$part$2 + 0x00000000400f1f40 0xe2 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_scan.o) + 0xee (size before relaxing) + *fill* 0x00000000400f2022 0x2 + .text.ieee80211_scan_attach + 0x00000000400f2024 0x69 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_scan.o) + 0x85 (size before relaxing) + 0x00000000400f2030 ieee80211_scan_attach + *fill* 0x00000000400f208d 0x3 + .text.ieee80211_scan_deattach + 0x00000000400f2090 0x11 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_scan.o) + 0x27 (size before relaxing) + 0x00000000400f2090 ieee80211_scan_deattach + *fill* 0x00000000400f20a1 0x3 + .text.scan_get_apnum + 0x00000000400f20a4 0xb /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_scan.o) + 0xf (size before relaxing) + 0x00000000400f20a4 scan_get_apnum + *fill* 0x00000000400f20af 0x1 + .text.scan_freq_cal + 0x00000000400f20b0 0xc5 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_scan.o) + 0xc9 (size before relaxing) + 0x00000000400f20bc scan_freq_cal + *fill* 0x00000000400f2175 0x3 + .text.scan_cancel + 0x00000000400f2178 0x14 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_scan.o) + 0x1c (size before relaxing) + 0x00000000400f2178 scan_cancel + .text.scan_add_bssid + 0x00000000400f218c 0x1f /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_scan.o) + 0x27 (size before relaxing) + 0x00000000400f218c scan_add_bssid + *fill* 0x00000000400f21ab 0x1 + .text.scan_remove_bssid + 0x00000000400f21ac 0x10 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_scan.o) + 0x14 (size before relaxing) + 0x00000000400f21ac scan_remove_bssid + .text.scan_hidden_ssid + 0x00000000400f21bc 0xe /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_scan.o) + 0x12 (size before relaxing) + 0x00000000400f21bc scan_hidden_ssid + *fill* 0x00000000400f21ca 0x2 + .text.scan_set_act_duration + 0x00000000400f21cc 0xc /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_scan.o) + 0x10 (size before relaxing) + 0x00000000400f21cc scan_set_act_duration + .text.scan_set_pas_duration + 0x00000000400f21d8 0xa /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_scan.o) + 0xe (size before relaxing) + 0x00000000400f21d8 scan_set_pas_duration + *fill* 0x00000000400f21e2 0x2 + .text.scan_add_probe_ssid + 0x00000000400f21e4 0x4e /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_scan.o) + 0x56 (size before relaxing) + 0x00000000400f21e4 scan_add_probe_ssid + *fill* 0x00000000400f2232 0x2 + .text.scan_remove_probe_ssid + 0x00000000400f2234 0x26 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_scan.o) + 0x2a (size before relaxing) + 0x00000000400f2234 scan_remove_probe_ssid + *fill* 0x00000000400f225a 0x2 + .text.scan_prefer_chan + 0x00000000400f225c 0x108 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_scan.o) + 0x134 (size before relaxing) + 0x00000000400f225c scan_prefer_chan + .text.scan_update_scan_history + 0x00000000400f2364 0x2a /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_scan.o) + 0x32 (size before relaxing) + 0x00000000400f2364 scan_update_scan_history + *fill* 0x00000000400f238e 0x2 + .text.scan_build_chan_list + 0x00000000400f2390 0x6e /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_scan.o) + 0x76 (size before relaxing) + 0x00000000400f2390 scan_build_chan_list + *fill* 0x00000000400f23fe 0x2 + .text.scan_set_desChan + 0x00000000400f2400 0x10 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_scan.o) + 0x14 (size before relaxing) + 0x00000000400f2400 scan_set_desChan + .text.scan_get_type + 0x00000000400f2410 0xa /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_scan.o) + 0xe (size before relaxing) + 0x00000000400f2410 scan_get_type + *fill* 0x00000000400f241a 0x2 + .text.scan_profile_check + 0x00000000400f241c 0x245 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_scan.o) + 0x285 (size before relaxing) + 0x00000000400f2428 scan_profile_check + *fill* 0x00000000400f2661 0x3 + .text.free_bss_info + 0x00000000400f2664 0x22 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_scan.o) + 0x2e (size before relaxing) + 0x00000000400f2664 free_bss_info + *fill* 0x00000000400f2686 0x2 + .text.clear_bss_queue + 0x00000000400f2688 0x23 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_scan.o) + 0x32 (size before relaxing) + *fill* 0x00000000400f26ab 0x1 + .text.scan_done + 0x00000000400f26ac 0x150 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_scan.o) + 0x1e0 (size before relaxing) + .text.scan_next_channel + 0x00000000400f27fc 0x197 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_scan.o) + 0x1eb (size before relaxing) + *fill* 0x00000000400f2993 0x1 + .text.scan_enter_oper_channel_process + 0x00000000400f2994 0x8 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_scan.o) + 0xf (size before relaxing) + 0x00000000400f2994 scan_enter_oper_channel_process + *fill* 0x00000000400f299c 0x0 + .text.scan_inter_channel_timeout_process + 0x00000000400f299c 0x3c /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_scan.o) + 0x50 (size before relaxing) + 0x00000000400f299c scan_inter_channel_timeout_process + .text.scan_op_end + 0x00000000400f29d8 0x10e /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_scan.o) + 0x152 (size before relaxing) + *fill* 0x00000000400f2ae6 0x2 + .text.scan_start + 0x00000000400f2ae8 0xec /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_scan.o) + 0x170 (size before relaxing) + 0x00000000400f2af0 scan_start + .text.check_bss_queue + 0x00000000400f2bd4 0x28 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_scan.o) + 0x30 (size before relaxing) + 0x00000000400f2bd4 check_bss_queue + .text.scan_parse_beacon + 0x00000000400f2bfc 0x4d9 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_scan.o) + 0x5dd (size before relaxing) + 0x00000000400f2c10 scan_parse_beacon + *fill* 0x00000000400f30d5 0x3 + .text.sta_status_set + 0x00000000400f30d8 0x7b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_sta.o) + 0x7f (size before relaxing) + 0x00000000400f30d8 sta_status_set + *fill* 0x00000000400f3153 0x1 + .text.ieee80211_sta_new_state + 0x00000000400f3154 0x3d6 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_sta.o) + 0x52a (size before relaxing) + 0x00000000400f3174 ieee80211_sta_new_state + *fill* 0x00000000400f352a 0x2 + .text.sta_rx_eapol + 0x00000000400f352c 0xdc /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_sta.o) + 0xec (size before relaxing) + 0x00000000400f352c sta_rx_eapol + .text.wifi_sta_reg_rxcb + 0x00000000400f3608 0xa /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_sta.o) + 0xe (size before relaxing) + 0x00000000400f3608 wifi_sta_reg_rxcb + *fill* 0x00000000400f3612 0x2 + .text.sta_input + 0x00000000400f3614 0xe28 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_sta.o) + 0x1044 (size before relaxing) + 0x00000000400f3648 sta_input + .text.sta_rx_cb + 0x00000000400f443c 0x18 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_sta.o) + 0x20 (size before relaxing) + 0x00000000400f443c sta_rx_cb + .text.wifi_station_start + 0x00000000400f4454 0x7c /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_sta.o) + 0x9c (size before relaxing) + 0x00000000400f4454 wifi_station_start + .text.wifi_station_stop + 0x00000000400f44d0 0x36 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_sta.o) + 0x46 (size before relaxing) + 0x00000000400f44d0 wifi_station_stop + *fill* 0x00000000400f4506 0x2 + .text.ieee80211_addba + 0x00000000400f4508 0xf /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_timer.o) + 0x13 (size before relaxing) + *fill* 0x00000000400f4517 0x1 + .text.ieee80211_hostap_eapol_resend + 0x00000000400f4518 0x48 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_timer.o) + 0x60 (size before relaxing) + .text.ieee80211_assoc + 0x00000000400f4560 0x3f /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_timer.o) + 0x5e (size before relaxing) + *fill* 0x00000000400f459f 0x1 + .text.ieee80211_hostap_handle + 0x00000000400f45a0 0x40 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_timer.o) + 0x60 (size before relaxing) + .text.ieee80211_auth + 0x00000000400f45e0 0x3b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_timer.o) + 0x5e (size before relaxing) + *fill* 0x00000000400f461b 0x1 + .text.ieee80211_send_beacon + 0x00000000400f461c 0x40 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_timer.o) + 0x60 (size before relaxing) + .text.ieee80211_chm_dwell + 0x00000000400f465c 0x40 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_timer.o) + 0x60 (size before relaxing) + .text.ieee80211_dhcp_bind_check + 0x00000000400f469c 0x3b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_timer.o) + 0x5e (size before relaxing) + *fill* 0x00000000400f46d7 0x1 + .text.ieee80211_handshake + 0x00000000400f46d8 0x3b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_timer.o) + 0x5e (size before relaxing) + *fill* 0x00000000400f4713 0x1 + .text.ieee80211_beacon + 0x00000000400f4714 0x3b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_timer.o) + 0x5e (size before relaxing) + *fill* 0x00000000400f474f 0x1 + .text.ieee80211_probe_send + 0x00000000400f4750 0x3b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_timer.o) + 0x5e (size before relaxing) + *fill* 0x00000000400f478b 0x1 + .text.ieee80211_csa + 0x00000000400f478c 0x40 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_timer.o) + 0x60 (size before relaxing) + .text.ieee80211_scan_enter_op_chan + 0x00000000400f47cc 0x40 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_timer.o) + 0x60 (size before relaxing) + .text.ieee80211_scan_inter_chan + 0x00000000400f480c 0x40 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_timer.o) + 0x60 (size before relaxing) + .text.ieee80211_timer_connect + 0x00000000400f484c 0x3b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_timer.o) + 0x5e (size before relaxing) + *fill* 0x00000000400f4887 0x1 + .text.ieee80211_timer_do_process + 0x00000000400f4888 0x8c /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_timer.o) + 0xac (size before relaxing) + 0x00000000400f4894 ieee80211_timer_do_process + .text.chm_end_op_timeout + 0x00000000400f4914 0x1f /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_chm.o) + 0x2b (size before relaxing) + *fill* 0x00000000400f4933 0x1 + .text.chm_mhz2num + 0x00000000400f4934 0x64 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_chm.o) + 0x68 (size before relaxing) + 0x00000000400f4948 chm_mhz2num + .text.chm_deinit + 0x00000000400f4998 0x1a /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_chm.o) + 0x2a (size before relaxing) + 0x00000000400f4998 chm_deinit + *fill* 0x00000000400f49b2 0x2 + .text.chm_release_lock + 0x00000000400f49b4 0x19 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_chm.o) + 0x1d (size before relaxing) + 0x00000000400f49b4 chm_release_lock + *fill* 0x00000000400f49cd 0x3 + .text.chm_end_op + 0x00000000400f49d0 0x32 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_chm.o) + 0x3a (size before relaxing) + 0x00000000400f49d0 chm_end_op + *fill* 0x00000000400f4a02 0x2 + .text.chm_end_op_timeout_process + 0x00000000400f4a04 0x17 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_chm.o) + 0x2a (size before relaxing) + 0x00000000400f4a04 chm_end_op_timeout_process + *fill* 0x00000000400f4a1b 0x1 + .text.chm_cancel_op + 0x00000000400f4a1c 0x36 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_chm.o) + 0x4e (size before relaxing) + 0x00000000400f4a1c chm_cancel_op + *fill* 0x00000000400f4a52 0x2 + .text.chm_acquire_lock + 0x00000000400f4a54 0x30 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_chm.o) + 0x38 (size before relaxing) + 0x00000000400f4a54 chm_acquire_lock + .text.chm_get_current_channel + 0x00000000400f4a84 0xd /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_chm.o) + 0x11 (size before relaxing) + 0x00000000400f4a84 chm_get_current_channel + *fill* 0x00000000400f4a91 0x3 + .text.chm_set_current_channel + 0x00000000400f4a94 0xf2 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_chm.o) + 0x13e (size before relaxing) + 0x00000000400f4aa0 chm_set_current_channel + *fill* 0x00000000400f4b86 0x2 + .text.chm_change_channel + 0x00000000400f4b88 0x76 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_chm.o) + 0x9e (size before relaxing) + *fill* 0x00000000400f4bfe 0x2 + .text.chm_start_op + 0x00000000400f4c00 0x40 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_chm.o) + 0x48 (size before relaxing) + 0x00000000400f4c00 chm_start_op + .text.chm_return_home_channel + 0x00000000400f4c40 0x22 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_chm.o) + 0x2d (size before relaxing) + 0x00000000400f4c40 chm_return_home_channel + *fill* 0x00000000400f4c62 0x2 + .text.chm_get_home_channel + 0x00000000400f4c64 0xd /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_chm.o) + 0x11 (size before relaxing) + 0x00000000400f4c64 chm_get_home_channel + *fill* 0x00000000400f4c71 0x3 + .text.chm_set_home_channel + 0x00000000400f4c74 0x6b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_chm.o) + 0x9f (size before relaxing) + 0x00000000400f4c74 chm_set_home_channel + *fill* 0x00000000400f4cdf 0x1 + .text.chm_init + 0x00000000400f4ce0 0xfc /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_chm.o) + 0x128 (size before relaxing) + 0x00000000400f4ce8 chm_init + .text.chm_get_chan_info + 0x00000000400f4ddc 0x24 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_chm.o) + 0x28 (size before relaxing) + 0x00000000400f4ddc chm_get_chan_info + .text.cnx_cal_rc_util + 0x00000000400f4e00 0x57 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_cnx.o) + 0x5b (size before relaxing) + *fill* 0x00000000400f4e57 0x1 + .text.cnx_get_next_rc + 0x00000000400f4e58 0x46 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_cnx.o) + 0x52 (size before relaxing) + *fill* 0x00000000400f4e9e 0x2 + .text.cnx_traverse_rc_lis_done + 0x00000000400f4ea0 0x2f /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_cnx.o) + 0x3f (size before relaxing) + *fill* 0x00000000400f4ecf 0x1 + .text.cnx_sta_connect_led_timer_cb + 0x00000000400f4ed0 0x73 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_cnx.o) + 0x7f (size before relaxing) + 0x00000000400f4ed0 cnx_sta_connect_led_timer_cb + *fill* 0x00000000400f4f43 0x1 + .text.send_ap_probe + 0x00000000400f4f44 0x87 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_cnx.o) + 0xaf (size before relaxing) + *fill* 0x00000000400f4fcb 0x1 + .text.cnx_connect_timeout + 0x00000000400f4fcc 0x1e /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_cnx.o) + 0x2e (size before relaxing) + 0x00000000400f4fcc cnx_connect_timeout + *fill* 0x00000000400f4fea 0x2 + .text.cnx_handshake_timeout + 0x00000000400f4fec 0x1e /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_cnx.o) + 0x2e (size before relaxing) + 0x00000000400f4fec cnx_handshake_timeout + *fill* 0x00000000400f500a 0x2 + .text.cnx_csa_fn + 0x00000000400f500c 0x21 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_cnx.o) + 0x2d (size before relaxing) + 0x00000000400f500c cnx_csa_fn + *fill* 0x00000000400f502d 0x3 + .text.mgd_probe_send_timeout + 0x00000000400f5030 0x1e /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_cnx.o) + 0x2e (size before relaxing) + *fill* 0x00000000400f504e 0x2 + .text.cnx_beacon_timeout + 0x00000000400f5050 0x1e /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_cnx.o) + 0x2e (size before relaxing) + *fill* 0x00000000400f506e 0x2 + .text.cnx_connect_op + 0x00000000400f5070 0x156 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_cnx.o) + 0x1c2 (size before relaxing) + *fill* 0x00000000400f51c6 0x2 + .text.cnx_connect_to_bss + 0x00000000400f51c8 0x1d4 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_cnx.o) + 0x234 (size before relaxing) + .text.cnx_sta_pm + 0x00000000400f539c 0x2f /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_cnx.o) + 0x59 (size before relaxing) + *fill* 0x00000000400f53cb 0x1 + .text.cnx_probe_rc + 0x00000000400f53cc 0x58 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_cnx.o) + 0x74 (size before relaxing) + .text.ic_set_sta + 0x00000000400f5424 0x9e /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_cnx.o) + 0xd2 (size before relaxing) + *fill* 0x00000000400f54c2 0x2 + .text.ieee80211_cnx_attach + 0x00000000400f54c4 0x3a /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_cnx.o) + 0x4e (size before relaxing) + 0x00000000400f54cc ieee80211_cnx_attach + *fill* 0x00000000400f54fe 0x2 + .text.cnx_sta_connect_cmd + 0x00000000400f5500 0x140 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_cnx.o) + 0x1c7 (size before relaxing) + 0x00000000400f5518 cnx_sta_connect_cmd + *fill* 0x00000000400f5640 0x0 + .text.cnx_sta_scan_cmd + 0x00000000400f5640 0x13a /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_cnx.o) + 0x1f2 (size before relaxing) + 0x00000000400f5644 cnx_sta_scan_cmd + *fill* 0x00000000400f577a 0x2 + .text.cnx_connect_timeout_process + 0x00000000400f577c 0x33 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_cnx.o) + 0x46 (size before relaxing) + 0x00000000400f577c cnx_connect_timeout_process + *fill* 0x00000000400f57af 0x1 + .text.cnx_auth_timeout + 0x00000000400f57b0 0x1e /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_cnx.o) + 0x2e (size before relaxing) + 0x00000000400f57b0 cnx_auth_timeout + *fill* 0x00000000400f57ce 0x2 + .text.cnx_auth_timeout_process + 0x00000000400f57d0 0x18 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_cnx.o) + 0x30 (size before relaxing) + 0x00000000400f57d0 cnx_auth_timeout_process + .text.cnx_assoc_timeout + 0x00000000400f57e8 0x1e /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_cnx.o) + 0x2e (size before relaxing) + 0x00000000400f57e8 cnx_assoc_timeout + *fill* 0x00000000400f5806 0x2 + .text.cnx_assoc_timeout_process + 0x00000000400f5808 0x18 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_cnx.o) + 0x30 (size before relaxing) + 0x00000000400f5808 cnx_assoc_timeout_process + .text.wl_is_ap_no_lr + 0x00000000400f5820 0xf /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_cnx.o) + 0x00000000400f5824 wl_is_ap_no_lr + *fill* 0x00000000400f582f 0x1 + .text.wl_clear_ap_no_lr + 0x00000000400f5830 0x10 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_cnx.o) + 0x14 (size before relaxing) + 0x00000000400f5830 wl_clear_ap_no_lr + .text.cnx_csa_fn_process + 0x00000000400f5840 0x84 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_cnx.o) + 0xac (size before relaxing) + 0x00000000400f5848 cnx_csa_fn_process + .text.cnx_bss_init + 0x00000000400f58c4 0x56 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_cnx.o) + 0x6a (size before relaxing) + 0x00000000400f58c8 cnx_bss_init + *fill* 0x00000000400f591a 0x2 + .text.cnx_check_bssid_in_blacklist + 0x00000000400f591c 0x28 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_cnx.o) + 0x30 (size before relaxing) + 0x00000000400f591c cnx_check_bssid_in_blacklist + .text.cnx_add_to_blacklist + 0x00000000400f5944 0x6a /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_cnx.o) + 0x96 (size before relaxing) + 0x00000000400f5948 cnx_add_to_blacklist + *fill* 0x00000000400f59ae 0x2 + .text.cnx_clear_blacklist + 0x00000000400f59b0 0x5a /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_cnx.o) + 0x62 (size before relaxing) + 0x00000000400f59b0 cnx_clear_blacklist + *fill* 0x00000000400f5a0a 0x2 + .text.cnx_do_handoff + 0x00000000400f5a0c 0x338 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_cnx.o) + 0x3fc (size before relaxing) + .text.cnx_handshake_timeout_process + 0x00000000400f5d44 0x5c /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_cnx.o) + 0x78 (size before relaxing) + 0x00000000400f5d44 cnx_handshake_timeout_process + .text.cnx_start_handoff_cb + 0x00000000400f5da0 0xb /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_cnx.o) + 0x12 (size before relaxing) + 0x00000000400f5da0 cnx_start_handoff_cb + *fill* 0x00000000400f5dab 0x1 + .text.cnx_rc_search + 0x00000000400f5dac 0x40 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_cnx.o) + 0x4c (size before relaxing) + 0x00000000400f5dac cnx_rc_search + .text.cnx_add_rc + 0x00000000400f5dec 0x9d /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_cnx.o) + 0xa5 (size before relaxing) + 0x00000000400f5dec cnx_add_rc + *fill* 0x00000000400f5e89 0x3 + .text.cnx_remove_all_rc + 0x00000000400f5e8c 0x42 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_cnx.o) + 0x4a (size before relaxing) + 0x00000000400f5e8c cnx_remove_all_rc + *fill* 0x00000000400f5ece 0x2 + .text.cnx_remove_rc + 0x00000000400f5ed0 0x80 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_cnx.o) + 0x8c (size before relaxing) + 0x00000000400f5ed0 cnx_remove_rc + .text.cnx_bss_alloc + 0x00000000400f5f50 0x194 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_cnx.o) + 0x1b4 (size before relaxing) + 0x00000000400f5f58 cnx_bss_alloc + .text.cnx_rc_update_rssi + 0x00000000400f60e4 0x86 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_cnx.o) + 0x8a (size before relaxing) + 0x00000000400f60e4 cnx_rc_update_rssi + *fill* 0x00000000400f616a 0x2 + .text.cnx_rc_update_state_metric + 0x00000000400f616c 0x79 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_cnx.o) + 0x81 (size before relaxing) + 0x00000000400f616c cnx_rc_update_state_metric + *fill* 0x00000000400f61e5 0x3 + .text.cnx_probe_rc_tx_cb + 0x00000000400f61e8 0x49 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_cnx.o) + 0x68 (size before relaxing) + *fill* 0x00000000400f6231 0x3 + .text.cnx_update_bss + 0x00000000400f6234 0x1e /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_cnx.o) + 0x2a (size before relaxing) + 0x00000000400f6234 cnx_update_bss + *fill* 0x00000000400f6252 0x2 + .text.cnx_update_bss_more + 0x00000000400f6254 0x22c /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_cnx.o) + 0x2b0 (size before relaxing) + 0x00000000400f6254 cnx_update_bss_more + .text.cnx_sta_leave + 0x00000000400f6480 0xf7 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_cnx.o) + 0x177 (size before relaxing) + 0x00000000400f6480 cnx_sta_leave + *fill* 0x00000000400f6577 0x1 + .text.cnx_beacon_timeout_process + 0x00000000400f6578 0x50 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_cnx.o) + 0x7c (size before relaxing) + 0x00000000400f6580 cnx_beacon_timeout_process + .text.mgd_probe_send_timeout_process + 0x00000000400f65c8 0xdc /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_cnx.o) + 0x14c (size before relaxing) + 0x00000000400f65d0 mgd_probe_send_timeout_process + .text.cnx_sta_associated + 0x00000000400f66a4 0xc8 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_cnx.o) + 0x130 (size before relaxing) + 0x00000000400f66b0 cnx_sta_associated + .text.cnx_node_alloc + 0x00000000400f676c 0x91 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_cnx.o) + 0xad (size before relaxing) + 0x00000000400f676c cnx_node_alloc + *fill* 0x00000000400f67fd 0x3 + .text.cnx_node_remove + 0x00000000400f6800 0x9e /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_cnx.o) + 0xc6 (size before relaxing) + 0x00000000400f6800 cnx_node_remove + *fill* 0x00000000400f689e 0x2 + .text.cnx_node_leave + 0x00000000400f68a0 0x107 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_cnx.o) + 0x17a (size before relaxing) + 0x00000000400f68a8 cnx_node_leave + *fill* 0x00000000400f69a7 0x1 + .text.cnx_node_join + 0x00000000400f69a8 0x25a /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_cnx.o) + 0x2d6 (size before relaxing) + 0x00000000400f69d8 cnx_node_join + *fill* 0x00000000400f6c02 0x2 + .text.dhcp_bind_check_process + 0x00000000400f6c04 0x27 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_cnx.o) + 0x2b (size before relaxing) + 0x00000000400f6c04 dhcp_bind_check_process + *fill* 0x00000000400f6c2b 0x1 + .text.cnx_auth_done + 0x00000000400f6c2c 0x1f9 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_cnx.o) + 0x28d (size before relaxing) + 0x00000000400f6c38 cnx_auth_done + *fill* 0x00000000400f6e25 0x3 + .text.ieee80211_send_action_register + 0x00000000400f6e28 0x44 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_action.o) + 0x00000000400f6e34 ieee80211_send_action_register + .text.ieee80211_send_action + 0x00000000400f6e6c 0x4c /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_action.o) + 0x58 (size before relaxing) + 0x00000000400f6e70 ieee80211_send_action + .text.ieee80211_recv_action_register + 0x00000000400f6eb8 0x44 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_action.o) + 0x00000000400f6ec4 ieee80211_recv_action_register + .text.ieee80211_recv_action + 0x00000000400f6efc 0x93 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_action.o) + 0xb3 (size before relaxing) + 0x00000000400f6f0c ieee80211_recv_action + *fill* 0x00000000400f6f8f 0x1 + .text.ieee80211_is_action_vendor + 0x00000000400f6f90 0x1f /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_action.o) + 0x23 (size before relaxing) + 0x00000000400f6f90 ieee80211_is_action_vendor + *fill* 0x00000000400f6faf 0x1 + .text.ieee80211_recv_action_vendor_spec + 0x00000000400f6fb0 0x10e /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_action_vendor.o) + 0x116 (size before relaxing) + 0x00000000400f6fbc ieee80211_recv_action_vendor_spec + *fill* 0x00000000400f70be 0x2 + .text.ieee80211_action_vendor_spec_attach + 0x00000000400f70c0 0x2d /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_action_vendor.o) + 0x35 (size before relaxing) + 0x00000000400f70c4 ieee80211_action_vendor_spec_attach + *fill* 0x00000000400f70ed 0x3 + .text.ieee80211_getmgtframe + 0x00000000400f70f0 0x6a /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ets.o) + 0x7a (size before relaxing) + 0x00000000400f70fc ieee80211_getmgtframe + *fill* 0x00000000400f715a 0x2 + .text.ieee80211_getbcnframe + 0x00000000400f715c 0x56 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ets.o) + 0x76 (size before relaxing) + 0x00000000400f715c ieee80211_getbcnframe + *fill* 0x00000000400f71b2 0x2 + .text.ic_get_addr + 0x00000000400f71b4 0x15 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + 0x00000000400f71b8 ic_get_addr + *fill* 0x00000000400f71c9 0x3 + .text.ic_disable_interface + 0x00000000400f71cc 0x30 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + 0x43 (size before relaxing) + 0x00000000400f71cc ic_disable_interface + *fill* 0x00000000400f71fc 0x0 + .text.ic_is_pure_sta + 0x00000000400f71fc 0x24 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + 0x28 (size before relaxing) + 0x00000000400f71fc ic_is_pure_sta + .text.ic_get_ptk_alg + 0x00000000400f7220 0x14 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + 0x18 (size before relaxing) + 0x00000000400f7220 ic_get_ptk_alg + .text.ic_disable_crypto + 0x00000000400f7234 0x23 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + 0x2e (size before relaxing) + 0x00000000400f7234 ic_disable_crypto + *fill* 0x00000000400f7257 0x1 + .text.ic_set_vif + 0x00000000400f7258 0x116 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + 0x162 (size before relaxing) + 0x00000000400f725c ic_set_vif + *fill* 0x00000000400f736e 0x2 + .text.ic_set_key + 0x00000000400f7370 0x54 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + 0x64 (size before relaxing) + 0x00000000400f7370 ic_set_key + .text.ic_get_key + 0x00000000400f73c4 0x1c /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + 0x24 (size before relaxing) + 0x00000000400f73c4 ic_get_key + .text.ic_tx_pkt + 0x00000000400f73e0 0x11 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + 0x15 (size before relaxing) + 0x00000000400f73e0 ic_tx_pkt + *fill* 0x00000000400f73f1 0x3 + .text.ic_ebuf_alloc + 0x00000000400f73f4 0x10 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + 0x18 (size before relaxing) + 0x00000000400f73f4 ic_ebuf_alloc + .text.ic_ebuf_recycle_tx + 0x00000000400f7404 0xa /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + 0x12 (size before relaxing) + 0x00000000400f7404 ic_ebuf_recycle_tx + *fill* 0x00000000400f740e 0x2 + .text.ic_ebuf_recycle_rx + 0x00000000400f7410 0xa /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + 0x12 (size before relaxing) + 0x00000000400f7410 ic_ebuf_recycle_rx + *fill* 0x00000000400f741a 0x2 + .text.esp_wifi_internal_free_rx_buffer + 0x00000000400f741c 0xa /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + 0x12 (size before relaxing) + 0x00000000400f741c esp_wifi_internal_free_rx_buffer + *fill* 0x00000000400f7426 0x2 + .text.ic_register_ampdu_state_change_cb + 0x00000000400f7428 0xc /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + 0x14 (size before relaxing) + 0x00000000400f7428 ic_register_ampdu_state_change_cb + .text.ic_register_tx_cb + 0x00000000400f7434 0x12 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + 0x16 (size before relaxing) + 0x00000000400f7434 ic_register_tx_cb + *fill* 0x00000000400f7446 0x2 + .text.ic_register_rx_cb + 0x00000000400f7448 0x12 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + 0x16 (size before relaxing) + 0x00000000400f7448 ic_register_rx_cb + *fill* 0x00000000400f745a 0x2 + .text.ic_set_promis_filter + 0x00000000400f745c 0xc /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + 0x14 (size before relaxing) + 0x00000000400f745c ic_set_promis_filter + .text.ic_register_config_cb + 0x00000000400f7468 0x16 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + 0x1a (size before relaxing) + 0x00000000400f7468 ic_register_config_cb + *fill* 0x00000000400f747e 0x2 + .text.ic_register_pm_tx_null_cb + 0x00000000400f7480 0x16 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + 0x1a (size before relaxing) + 0x00000000400f7480 ic_register_pm_tx_null_cb + *fill* 0x00000000400f7496 0x2 + .text.ic_register_net80211_tx_cb + 0x00000000400f7498 0x11 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + 0x18 (size before relaxing) + 0x00000000400f7498 ic_register_net80211_tx_cb + *fill* 0x00000000400f74a9 0x3 + .text.ic_register_timer_cb + 0x00000000400f74ac 0x11 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + 0x18 (size before relaxing) + 0x00000000400f74ac ic_register_timer_cb + *fill* 0x00000000400f74bd 0x3 + .text.ic_enable_sniffer + 0x00000000400f74c0 0xa /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + 0x12 (size before relaxing) + 0x00000000400f74c0 ic_enable_sniffer + *fill* 0x00000000400f74ca 0x2 + .text.ic_disable_sniffer + 0x00000000400f74cc 0xa /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + 0x12 (size before relaxing) + 0x00000000400f74cc ic_disable_sniffer + *fill* 0x00000000400f74d6 0x2 + .text.ic_get_next_tbtt + 0x00000000400f74d8 0xa /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + 0x11 (size before relaxing) + 0x00000000400f74d8 ic_get_next_tbtt + *fill* 0x00000000400f74e2 0x2 + .text.ic_del_rx_ba + 0x00000000400f74e4 0xb /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + 0x12 (size before relaxing) + 0x00000000400f74e4 ic_del_rx_ba + *fill* 0x00000000400f74ef 0x1 + .text.ic_add_rx_ba + 0x00000000400f74f0 0x19 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + 0x20 (size before relaxing) + 0x00000000400f74f0 ic_add_rx_ba + *fill* 0x00000000400f7509 0x3 + .text.ic_reset_tbtt + 0x00000000400f750c 0x8 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + 0xf (size before relaxing) + 0x00000000400f750c ic_reset_tbtt + *fill* 0x00000000400f7514 0x0 + .text.ic_del_key_all + 0x00000000400f7514 0xd /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + 0x14 (size before relaxing) + 0x00000000400f7514 ic_del_key_all + *fill* 0x00000000400f7521 0x3 + .text.ic_del_key + 0x00000000400f7524 0xa /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + 0x12 (size before relaxing) + 0x00000000400f7524 ic_del_key + *fill* 0x00000000400f752e 0x2 + .text.ic_set_ac_param + 0x00000000400f7530 0x17 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + 0x1e (size before relaxing) + 0x00000000400f7530 ic_set_ac_param + *fill* 0x00000000400f7547 0x1 + .text.ic_ampdu_op + 0x00000000400f7548 0x27 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + 0x3a (size before relaxing) + 0x00000000400f7548 ic_ampdu_op + *fill* 0x00000000400f756f 0x1 + .text.ic_set_trc + 0x00000000400f7570 0x107 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + 0x13b (size before relaxing) + 0x00000000400f7570 ic_set_trc + *fill* 0x00000000400f7677 0x1 + .text.ic_init 0x00000000400f7678 0x18 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + 0x3c (size before relaxing) + 0x00000000400f7678 ic_init + .text.ic_deinit + 0x00000000400f7690 0x11 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + 0x2d (size before relaxing) + 0x00000000400f7690 ic_deinit + *fill* 0x00000000400f76a1 0x3 + .text.ic_enable + 0x00000000400f76a4 0x1c /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + 0x30 (size before relaxing) + 0x00000000400f76a8 ic_enable + .text.ic_disable + 0x00000000400f76c0 0x18 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + 0x2c (size before relaxing) + 0x00000000400f76c0 ic_disable + .text.ic_enable_rx + 0x00000000400f76d8 0x18 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + 0x20 (size before relaxing) + 0x00000000400f76d8 ic_enable_rx + .text.ic_disable_rx + 0x00000000400f76f0 0x18 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + 0x20 (size before relaxing) + 0x00000000400f76f0 ic_disable_rx + .text.ic_set_beacon_int + 0x00000000400f7708 0xa /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + 0x12 (size before relaxing) + 0x00000000400f7708 ic_set_beacon_int + *fill* 0x00000000400f7712 0x2 + .text.ic_set_mac + 0x00000000400f7714 0xd /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + 0x14 (size before relaxing) + 0x00000000400f7714 ic_set_mac + *fill* 0x00000000400f7721 0x3 + .text.ic_set_bssid + 0x00000000400f7724 0xd /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + 0x14 (size before relaxing) + 0x00000000400f7724 ic_set_bssid + *fill* 0x00000000400f7731 0x3 + .text.ic_set_current_channel + 0x00000000400f7734 0xc /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + 0x13 (size before relaxing) + 0x00000000400f7734 ic_set_current_channel + *fill* 0x00000000400f7740 0x0 + .text.ic_get_trc + 0x00000000400f7740 0x10 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + 0x17 (size before relaxing) + 0x00000000400f7740 ic_get_trc + *fill* 0x00000000400f7750 0x0 + .text.ic_tx_is_idle + 0x00000000400f7750 0xd /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + 0x14 (size before relaxing) + 0x00000000400f7750 ic_tx_is_idle + *fill* 0x00000000400f775d 0x3 + .text.ic_get_pp_hdl + 0x00000000400f7760 0xa /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + 0x11 (size before relaxing) + 0x00000000400f7760 ic_get_pp_hdl + *fill* 0x00000000400f776a 0x2 + .text.ic_set_rx_policy + 0x00000000400f776c 0xeb /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + 0xff (size before relaxing) + 0x00000000400f777c ic_set_rx_policy + *fill* 0x00000000400f7857 0x1 + .text.ic_set_sta_auth_flag + 0x00000000400f7858 0xb /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + 0x12 (size before relaxing) + 0x00000000400f7858 ic_set_sta_auth_flag + *fill* 0x00000000400f7863 0x1 + .text.ic_set_opmode + 0x00000000400f7864 0xb /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + 0x12 (size before relaxing) + 0x00000000400f7864 ic_set_opmode + *fill* 0x00000000400f786f 0x1 + .text.ic_set_interface + 0x00000000400f7870 0xd /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + 0x14 (size before relaxing) + 0x00000000400f7870 ic_set_interface + *fill* 0x00000000400f787d 0x3 + .text.ic_trc_update_conn_phy_mode + 0x00000000400f7880 0xf /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + 0x13 (size before relaxing) + 0x00000000400f7880 ic_trc_update_conn_phy_mode + *fill* 0x00000000400f788f 0x1 + .text.ic_stop_hw_txq + 0x00000000400f7890 0xa /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + 0x11 (size before relaxing) + 0x00000000400f7890 ic_stop_hw_txq + *fill* 0x00000000400f789a 0x2 + .text.ic_stop_sw_txq + 0x00000000400f789c 0x2f /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + 0x4a (size before relaxing) + 0x00000000400f78a4 ic_stop_sw_txq + *fill* 0x00000000400f78cb 0x1 + .text.ic_txq_empty + 0x00000000400f78cc 0xa /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + 0x11 (size before relaxing) + 0x00000000400f78cc ic_txq_empty + *fill* 0x00000000400f78d6 0x2 + .text.ic_set_fix_rate + 0x00000000400f78d8 0x14 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + 0x18 (size before relaxing) + 0x00000000400f78d8 ic_set_fix_rate + .text.lmacSetTxFrame + 0x00000000400f78ec 0x77f /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(lmac.o) + 0x7d7 (size before relaxing) + *fill* 0x00000000400f806b 0x1 + .text.lmacClearWaitQueue + 0x00000000400f806c 0x5d /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(lmac.o) + 0x85 (size before relaxing) + *fill* 0x00000000400f80c9 0x3 + .text.unlikely.lmacEndRetryAMPDUFail$isra$4 + 0x00000000400f80cc 0x4a /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(lmac.o) + 0x66 (size before relaxing) + *fill* 0x00000000400f8116 0x2 + .text.unlikely.lmacSetWaitQueue$constprop$8 + 0x00000000400f8118 0xa6 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(lmac.o) + 0xd2 (size before relaxing) + *fill* 0x00000000400f81be 0x2 + .text.lmacDiscardMSDU + 0x00000000400f81c0 0x11b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(lmac.o) + 0x177 (size before relaxing) + *fill* 0x00000000400f82db 0x1 + .text.lmacDiscardFrameExchangeSequence + 0x00000000400f82dc 0xfc /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(lmac.o) + 0x130 (size before relaxing) + .text.lmacIsIdle + 0x00000000400f83d8 0x1b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(lmac.o) + 0x1f (size before relaxing) + 0x00000000400f83d8 lmacIsIdle + *fill* 0x00000000400f83f3 0x1 + .text.lmacSetAcParam + 0x00000000400f83f4 0x5a /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(lmac.o) + 0x6e (size before relaxing) + 0x00000000400f83f4 lmacSetAcParam + *fill* 0x00000000400f844e 0x2 + .text.lmacInit + 0x00000000400f8450 0x104 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(lmac.o) + 0x11c (size before relaxing) + 0x00000000400f8454 lmacInit + .text.lmacProcessTxopStartData + 0x00000000400f8554 0x2d7 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(lmac.o) + 0x383 (size before relaxing) + 0x00000000400f8564 lmacProcessTxopStartData + *fill* 0x00000000400f882b 0x1 + .text.lmacDiscardAgedMSDU + 0x00000000400f882c 0x26 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(lmac.o) + 0x32 (size before relaxing) + 0x00000000400f882c lmacDiscardAgedMSDU + *fill* 0x00000000400f8852 0x2 + .text.lmacRetryTxFrame + 0x00000000400f8854 0x126 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(lmac.o) + 0x16a (size before relaxing) + *fill* 0x00000000400f897a 0x2 + .text.lmacEndTxopFrameExchangeSequence + 0x00000000400f897c 0x6c2 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(lmac.o) + 0x7e2 (size before relaxing) + *fill* 0x00000000400f903e 0x2 + .text.lmacProcessLongRetryFail + 0x00000000400f9040 0x20e /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(lmac.o) + 0x266 (size before relaxing) + *fill* 0x00000000400f924e 0x2 + .text.lmacProcessShortRetryFail + 0x00000000400f9250 0x296 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(lmac.o) + 0x2fe (size before relaxing) + *fill* 0x00000000400f94e6 0x2 + .text.lmacProcessCtsTimeout + 0x00000000400f94e8 0x88 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(lmac.o) + 0xa4 (size before relaxing) + 0x00000000400f94f4 lmacProcessCtsTimeout + .text.lmacProcessTxRtsError + 0x00000000400f9570 0xe7 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(lmac.o) + 0x11b (size before relaxing) + 0x00000000400f957c lmacProcessTxRtsError + *fill* 0x00000000400f9657 0x1 + .text.lmacProcessCollision + 0x00000000400f9658 0xed /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(lmac.o) + 0x124 (size before relaxing) + 0x00000000400f965c lmacProcessCollision + *fill* 0x00000000400f9745 0x3 + .text.lmacProcessCollisions_task + 0x00000000400f9748 0x53 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(lmac.o) + 0x5f (size before relaxing) + 0x00000000400f9750 lmacProcessCollisions_task + *fill* 0x00000000400f979b 0x1 + .text.lmacProcessAckTimeout + 0x00000000400f979c 0x10a /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(lmac.o) + 0x142 (size before relaxing) + 0x00000000400f97a0 lmacProcessAckTimeout + *fill* 0x00000000400f98a6 0x2 + .text.lmacProcessTxError + 0x00000000400f98a8 0x99 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(lmac.o) + 0xc8 (size before relaxing) + 0x00000000400f98ac lmacProcessTxError + *fill* 0x00000000400f9941 0x3 + .text.lmacProcessTxSuccess + 0x00000000400f9944 0xeb /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(lmac.o) + 0x10f (size before relaxing) + 0x00000000400f9948 lmacProcessTxSuccess + *fill* 0x00000000400f9a2f 0x1 + .text.lmacProcessTxComplete + 0x00000000400f9a30 0x1ff /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(lmac.o) + 0x23f (size before relaxing) + 0x00000000400f9a50 lmacProcessTxComplete + *fill* 0x00000000400f9c2f 0x1 + .text.lmacRxDone + 0x00000000400f9c30 0x18 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(lmac.o) + 0x20 (size before relaxing) + 0x00000000400f9c34 lmacRxDone + .text.lmacDisableTransmit + 0x00000000400f9c48 0xf3 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(lmac.o) + 0x11f (size before relaxing) + 0x00000000400f9c58 lmacDisableTransmit + *fill* 0x00000000400f9d3b 0x1 + .text.lmacProcessTxTimeout + 0x00000000400f9d3c 0x66 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(lmac.o) + 0x76 (size before relaxing) + 0x00000000400f9d3c lmacProcessTxTimeout + *fill* 0x00000000400f9da2 0x2 + .text.lmac_stop_hw_txq + 0x00000000400f9da4 0xbf /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(lmac.o) + 0xe7 (size before relaxing) + 0x00000000400f9db4 lmac_stop_hw_txq + *fill* 0x00000000400f9e63 0x1 + .text.pm_allow_sleep$part$0 + 0x00000000400f9e64 0x37 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + 0x3b (size before relaxing) + *fill* 0x00000000400f9e9b 0x1 + .text.pm_to_wait_next_bcn + 0x00000000400f9e9c 0x137 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + 0x15b (size before relaxing) + *fill* 0x00000000400f9fd3 0x1 + .text.pm_start_process$part$12 + 0x00000000400f9fd4 0x152 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + 0x1b6 (size before relaxing) + *fill* 0x00000000400fa126 0x2 + .text.pm_on_data_tx_done + 0x00000000400fa128 0x9b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + 0xc7 (size before relaxing) + 0x00000000400fa12c pm_on_data_tx_done + *fill* 0x00000000400fa1c3 0x1 + .text.pm_noise_check + 0x00000000400fa1c4 0x76 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + 0xa6 (size before relaxing) + 0x00000000400fa1c8 pm_noise_check + *fill* 0x00000000400fa23a 0x2 + .text.pm_wakeup + 0x00000000400fa23c 0x74 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + 0xa0 (size before relaxing) + .text.pm_modem_sleep_wakeup + 0x00000000400fa2b0 0x10f /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + 0x167 (size before relaxing) + *fill* 0x00000000400fa3bf 0x1 + .text.pm_sleep_in_idle_task + 0x00000000400fa3c0 0x21a /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + 0x2b2 (size before relaxing) + *fill* 0x00000000400fa5da 0x2 + .text.pm_noise_check_disable + 0x00000000400fa5dc 0x6b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + 0x8f (size before relaxing) + 0x00000000400fa5e4 pm_noise_check_disable + *fill* 0x00000000400fa647 0x1 + .text.pm_noise_check_enable + 0x00000000400fa648 0x3c /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + 0x5c (size before relaxing) + 0x00000000400fa648 pm_noise_check_enable + .text.pm_disable_delay_timer + 0x00000000400fa684 0x12 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + 0x16 (size before relaxing) + 0x00000000400fa688 pm_disable_delay_timer + *fill* 0x00000000400fa696 0x2 + .text.pm_enable_delay_timer + 0x00000000400fa698 0x17 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + 0x1f (size before relaxing) + 0x00000000400fa69c pm_enable_delay_timer + *fill* 0x00000000400fa6af 0x1 + .text.pm_keep_active_disable + 0x00000000400fa6b0 0x36 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + 0x4a (size before relaxing) + 0x00000000400fa6b4 pm_keep_active_disable + *fill* 0x00000000400fa6e6 0x2 + .text.pm_keep_active_enable + 0x00000000400fa6e8 0x3b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + 0x5b (size before relaxing) + 0x00000000400fa6e8 pm_keep_active_enable + *fill* 0x00000000400fa723 0x1 + .text.pm_attach + 0x00000000400fa724 0x190 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + 0x220 (size before relaxing) + 0x00000000400fa76c pm_attach + .text.pm_deattach + 0x00000000400fa8b4 0x84 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + 0xe4 (size before relaxing) + 0x00000000400fa8c0 pm_deattach + .text.pm_send_nullfunc + 0x00000000400fa938 0xce /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + 0xee (size before relaxing) + 0x00000000400fa944 pm_send_nullfunc + *fill* 0x00000000400faa06 0x2 + .text.pm_scan_unlock$isra$7 + 0x00000000400faa08 0x12f /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + 0x187 (size before relaxing) + *fill* 0x00000000400fab37 0x1 + .text.pm_start_wakeup + 0x00000000400fab38 0xb9 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + 0x108 (size before relaxing) + *fill* 0x00000000400fabf1 0x3 + .text.pm_stop_process$part$13 + 0x00000000400fabf4 0x125 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + 0x17d (size before relaxing) + *fill* 0x00000000400fad19 0x3 + .text.pm_sdio_dream_timeout + 0x00000000400fad1c 0x6a /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + 0x96 (size before relaxing) + *fill* 0x00000000400fad86 0x2 + .text.pm_is_open + 0x00000000400fad88 0xd /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + 0x11 (size before relaxing) + 0x00000000400fad88 pm_is_open + *fill* 0x00000000400fad95 0x3 + .text.pm_scan_lock + 0x00000000400fad98 0x4e /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + 0x66 (size before relaxing) + 0x00000000400fad9c pm_scan_lock + *fill* 0x00000000400fade6 0x2 + .text.pm_force_scan_unlock + 0x00000000400fade8 0x8 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + 0xf (size before relaxing) + 0x00000000400fade8 pm_force_scan_unlock + *fill* 0x00000000400fadf0 0x0 + .text.pm_scan_unlocked + 0x00000000400fadf0 0x12 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + 0x16 (size before relaxing) + 0x00000000400fadf0 pm_scan_unlocked + *fill* 0x00000000400fae02 0x2 + .text.pm_allow_tx + 0x00000000400fae04 0x30 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + 0x38 (size before relaxing) + 0x00000000400fae04 pm_allow_tx + .text.pm_sleep_for + 0x00000000400fae34 0x2a /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + 0x32 (size before relaxing) + 0x00000000400fae38 pm_sleep_for + *fill* 0x00000000400fae5e 0x2 + .text.pm_post 0x00000000400fae60 0xc2 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + 0xe6 (size before relaxing) + 0x00000000400fae6c pm_post + *fill* 0x00000000400faf22 0x2 + .text.pm_stop 0x00000000400faf24 0xf /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + 0x13 (size before relaxing) + 0x00000000400faf24 pm_stop + *fill* 0x00000000400faf33 0x1 + .text.pm_mac_idle_timeout + 0x00000000400faf34 0xf /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + 0x13 (size before relaxing) + 0x00000000400faf34 pm_mac_idle_timeout + *fill* 0x00000000400faf43 0x1 + .text.pm_delay_timeout + 0x00000000400faf44 0x14 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + 0x20 (size before relaxing) + .text.pm_on_data_rx + 0x00000000400faf58 0x7b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + 0xaf (size before relaxing) + 0x00000000400faf58 pm_on_data_rx + *fill* 0x00000000400fafd3 0x1 + .text.pm_on_beacon_rx + 0x00000000400fafd4 0xd2 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + 0xfe (size before relaxing) + 0x00000000400fafdc pm_on_beacon_rx + *fill* 0x00000000400fb0a6 0x2 + .text.pm_noise_timeout + 0x00000000400fb0a8 0xf /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + 0x13 (size before relaxing) + *fill* 0x00000000400fb0b7 0x1 + .text.pm_active_timeout + 0x00000000400fb0b8 0xf /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + 0x13 (size before relaxing) + *fill* 0x00000000400fb0c7 0x1 + .text.pm_dream_timeout + 0x00000000400fb0c8 0xf /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + 0x13 (size before relaxing) + *fill* 0x00000000400fb0d7 0x1 + .text.pm_modem_sleep_timeout + 0x00000000400fb0d8 0xf /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + 0x13 (size before relaxing) + *fill* 0x00000000400fb0e7 0x1 + .text.pm_pwrctrl_off_cb + 0x00000000400fb0e8 0x4e /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + 0x6a (size before relaxing) + *fill* 0x00000000400fb136 0x2 + .text.pm_pwrctrl_on_cb + 0x00000000400fb138 0x4e /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + 0x6a (size before relaxing) + *fill* 0x00000000400fb186 0x2 + .text.pm_check_sleep + 0x00000000400fb188 0x4f /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + 0x7b (size before relaxing) + 0x00000000400fb18c pm_check_sleep + *fill* 0x00000000400fb1d7 0x1 + .text.pm_sleep_process + 0x00000000400fb1d8 0x6e /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + 0x9e (size before relaxing) + 0x00000000400fb1dc pm_sleep_process + *fill* 0x00000000400fb246 0x2 + .text.pm_wake_process + 0x00000000400fb248 0x52 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + 0x76 (size before relaxing) + 0x00000000400fb248 pm_wake_process + *fill* 0x00000000400fb29a 0x2 + .text.pm_sent_null_process + 0x00000000400fb29c 0x606 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + 0x6ea (size before relaxing) + 0x00000000400fb2b4 pm_sent_null_process + *fill* 0x00000000400fb8a2 0x2 + .text.pm_misc_process + 0x00000000400fb8a4 0x302 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + 0x39e (size before relaxing) + 0x00000000400fb8bc pm_misc_process + *fill* 0x00000000400fbba6 0x2 + .text.pm_get_idle_wait_time + 0x00000000400fbba8 0x3a /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + 0x42 (size before relaxing) + 0x00000000400fbba8 pm_get_idle_wait_time + *fill* 0x00000000400fbbe2 0x2 + .text.pm_rx_beacon_process + 0x00000000400fbbe4 0x47e /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + 0x516 (size before relaxing) + 0x00000000400fbc00 pm_rx_beacon_process + *fill* 0x00000000400fc062 0x2 + .text.pm_task 0x00000000400fc064 0xd3 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + 0x133 (size before relaxing) + *fill* 0x00000000400fc137 0x1 + .text.ppProcessRxPktHdr + 0x00000000400fc138 0x36 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + 0x42 (size before relaxing) + 0x00000000400fc138 ppProcessRxPktHdr + *fill* 0x00000000400fc16e 0x2 + .text.pp_register_net80211_tx_cb + 0x00000000400fc170 0x10 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + 0x00000000400fc174 pp_register_net80211_tx_cb + .text.pp_register_config_cb + 0x00000000400fc180 0x10 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + 0x00000000400fc184 pp_register_config_cb + .text.pp_register_timer_cb + 0x00000000400fc190 0x10 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + 0x00000000400fc194 pp_register_timer_cb + .text.pp_register_pm_tx_null_cb + 0x00000000400fc1a0 0x10 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + 0x00000000400fc1a4 pp_register_pm_tx_null_cb + .text.ppRegisterRxCallback + 0x00000000400fc1b0 0x1c /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + 0x20 (size before relaxing) + 0x00000000400fc1b0 ppRegisterRxCallback + .text.pp_register_tx_cb + 0x00000000400fc1cc 0x2d /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + 0x31 (size before relaxing) + 0x00000000400fc1cc pp_register_tx_cb + *fill* 0x00000000400fc1f9 0x3 + .text.ppRegisterTxCallback + 0x00000000400fc1fc 0x12 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + 0x16 (size before relaxing) + 0x00000000400fc1fc ppRegisterTxCallback + *fill* 0x00000000400fc20e 0x2 + .text.ppRecycleRxPkt + 0x00000000400fc210 0x68 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + 0x7e (size before relaxing) + 0x00000000400fc21c ppRecycleRxPkt + *fill* 0x00000000400fc278 0x0 + .text.ppSetInterface + 0x00000000400fc278 0x14 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + 0x00000000400fc27c ppSetInterface + .text.ppRxProtoProc + 0x00000000400fc28c 0x108 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + 0x130 (size before relaxing) + 0x00000000400fc294 ppRxProtoProc + .text.ppGetTxQFirstAvail_Locked + 0x00000000400fc394 0x48 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + 0x58 (size before relaxing) + 0x00000000400fc394 ppGetTxQFirstAvail_Locked + .text.ppFetchTxQFirstAvail + 0x00000000400fc3dc 0x68 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + 0x74 (size before relaxing) + 0x00000000400fc3dc ppFetchTxQFirstAvail + .text.ppDequeueTxQ + 0x00000000400fc444 0x48 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + 0x50 (size before relaxing) + 0x00000000400fc444 ppDequeueTxQ + .text.ppRollBackTxQ + 0x00000000400fc48c 0x42 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + 0x4a (size before relaxing) + 0x00000000400fc48c ppRollBackTxQ + *fill* 0x00000000400fc4ce 0x2 + .text.ppFillAMPDUBar + 0x00000000400fc4d0 0x11c /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + 0x13c (size before relaxing) + 0x00000000400fc4d4 ppFillAMPDUBar + .text.ppReSendBar + 0x00000000400fc5ec 0x106 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + 0x12a (size before relaxing) + 0x00000000400fc5f0 ppReSendBar + *fill* 0x00000000400fc6f2 0x2 + .text.ppRecordBarRRC + 0x00000000400fc6f4 0x1c /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + 0x20 (size before relaxing) + 0x00000000400fc6f4 ppRecordBarRRC + .text.ppTxqUpdateBitmap + 0x00000000400fc710 0x28 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + 0x2c (size before relaxing) + 0x00000000400fc710 ppTxqUpdateBitmap + .text.ppGetTxqInfo + 0x00000000400fc738 0x65 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + 0x75 (size before relaxing) + 0x00000000400fc74c ppGetTxqInfo + *fill* 0x00000000400fc79d 0x3 + .text.ppEnqueueTxDone + 0x00000000400fc7a0 0x84 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + 0xa4 (size before relaxing) + 0x00000000400fc7a4 ppEnqueueTxDone + .text.ppDequeueTxDone_Locked + 0x00000000400fc824 0x43 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + 0x57 (size before relaxing) + 0x00000000400fc824 ppDequeueTxDone_Locked + *fill* 0x00000000400fc867 0x1 + .text.ppProcTxDone + 0x00000000400fc868 0x11a /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + 0x14a (size before relaxing) + 0x00000000400fc874 ppProcTxDone + *fill* 0x00000000400fc982 0x2 + .text.ppEnqueueRxq + 0x00000000400fc984 0x35 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + 0x3d (size before relaxing) + 0x00000000400fc984 ppEnqueueRxq + *fill* 0x00000000400fc9b9 0x3 + .text.ppDequeueRxq_Locked + 0x00000000400fc9bc 0x42 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + 0x56 (size before relaxing) + 0x00000000400fc9bc ppDequeueRxq_Locked + *fill* 0x00000000400fc9fe 0x2 + .text.ppRxPkt 0x00000000400fca00 0x8b9 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + 0x9d9 (size before relaxing) + 0x00000000400fca10 ppRxPkt + *fill* 0x00000000400fd2b9 0x3 + .text.pp_deattach_phase1 + 0x00000000400fd2bc 0x24 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + 0x34 (size before relaxing) + 0x00000000400fd2bc pp_deattach_phase1 + .text.ppGetTxframe + 0x00000000400fd2e0 0xbc /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + 0xc8 (size before relaxing) + 0x00000000400fd2e8 ppGetTxframe + .text.ppClearTxq + 0x00000000400fd39c 0x73 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + 0x83 (size before relaxing) + 0x00000000400fd39c ppClearTxq + *fill* 0x00000000400fd40f 0x1 + .text.ppTxqEmpty + 0x00000000400fd410 0x50 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + 0x54 (size before relaxing) + 0x00000000400fd414 ppTxqEmpty + .text.pp_stop_sw_txq + 0x00000000400fd460 0x7b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + 0x93 (size before relaxing) + 0x00000000400fd464 pp_stop_sw_txq + *fill* 0x00000000400fd4db 0x1 + .text.ppCheckTxIdle + 0x00000000400fd4dc 0xda /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + 0xf2 (size before relaxing) + 0x00000000400fd4dc ppCheckTxIdle + *fill* 0x00000000400fd5b6 0x2 + .text.ppSelectNextQueue + 0x00000000400fd5b8 0xb6 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + 0xbe (size before relaxing) + 0x00000000400fd5b8 ppSelectNextQueue + *fill* 0x00000000400fd66e 0x2 + .text.ppProcessWaitQ + 0x00000000400fd670 0x3c /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + 0x54 (size before relaxing) + 0x00000000400fd670 ppProcessWaitQ + .text.ppMapWaitTxq + 0x00000000400fd6ac 0x166 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + 0x192 (size before relaxing) + 0x00000000400fd6b4 ppMapWaitTxq + *fill* 0x00000000400fd812 0x2 + .text.ppCalTxop + 0x00000000400fd814 0x84 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + 0x9c (size before relaxing) + 0x00000000400fd814 ppCalTxop + .text.ppPrepareBarFrame + 0x00000000400fd898 0xf6 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + 0x12e (size before relaxing) + 0x00000000400fd8ac ppPrepareBarFrame + *fill* 0x00000000400fd98e 0x2 + .text.pp_attach + 0x00000000400fd990 0x156 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + 0x192 (size before relaxing) + 0x00000000400fd9a4 pp_attach + *fill* 0x00000000400fdae6 0x2 + .text.ppRecycleAmpdu + 0x00000000400fdae8 0xa6 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + 0xbe (size before relaxing) + 0x00000000400fdae8 ppRecycleAmpdu + *fill* 0x00000000400fdb8e 0x2 + .text.ppRegressAmpdu + 0x00000000400fdb90 0x17b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + 0x1a3 (size before relaxing) + 0x00000000400fdb94 ppRegressAmpdu + *fill* 0x00000000400fdd0b 0x1 + .text.ppGetTaskHdl + 0x00000000400fdd0c 0xa /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + 0xe (size before relaxing) + 0x00000000400fdd0c ppGetTaskHdl + *fill* 0x00000000400fdd16 0x2 + .text.dbg_cnt_eb_alloc + 0x00000000400fdd18 0x24 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp_debug.o) + 0x28 (size before relaxing) + 0x00000000400fdd18 dbg_cnt_eb_alloc + .text.dbg_cnt_eb_free + 0x00000000400fdd3c 0x24 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp_debug.o) + 0x28 (size before relaxing) + 0x00000000400fdd3c dbg_cnt_eb_free + .text.dbg_cnt_lmac_ps_reset + 0x00000000400fdd60 0x1f /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp_debug.o) + 0x23 (size before relaxing) + 0x00000000400fdd60 dbg_cnt_lmac_ps_reset + *fill* 0x00000000400fdd7f 0x1 + .text.RC_GetAckTime + 0x00000000400fdd80 0x1b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(rate_control.o) + 0x00000000400fdd84 RC_GetAckTime + *fill* 0x00000000400fdd9b 0x1 + .text.RC_GetCtsTime + 0x00000000400fdd9c 0x9a /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(rate_control.o) + 0x9e (size before relaxing) + 0x00000000400fdda4 RC_GetCtsTime + *fill* 0x00000000400fde36 0x2 + .text.RC_GetBlockAckTime + 0x00000000400fde38 0x68 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(rate_control.o) + 0x70 (size before relaxing) + 0x00000000400fde38 RC_GetBlockAckTime + .text.rc11NRate2SchedIdx + 0x00000000400fdea0 0x3c /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(trc.o) + .text.rc11GRate2SchedIdx + 0x00000000400fdedc 0x1c /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(trc.o) + .text.rc11BRate2SchedIdx + 0x00000000400fdef8 0x1c /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(trc.o) + .text.rcTxUpdatePer + 0x00000000400fdf14 0xd4 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(trc.o) + 0xdc (size before relaxing) + .text.rssi_margin + 0x00000000400fdfe8 0x19e /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(trc.o) + *fill* 0x00000000400fe186 0x2 + .text.rc_set_per_conn_fix_rate$part$3 + 0x00000000400fe188 0x70 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(trc.o) + .text.rcUpdateAMPDUParam + 0x00000000400fe1f8 0x12f /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(trc.o) + 0x137 (size before relaxing) + 0x00000000400fe208 rcUpdateAMPDUParam + *fill* 0x00000000400fe327 0x1 + .text.rcUpdatePhyMode + 0x00000000400fe328 0x3df /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(trc.o) + 0x3ef (size before relaxing) + 0x00000000400fe374 rcUpdatePhyMode + *fill* 0x00000000400fe707 0x1 + .text.trc_onAmpduOp + 0x00000000400fe708 0x150 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(trc.o) + 0x16c (size before relaxing) + 0x00000000400fe70c trc_onAmpduOp + .text.rcGetAmpduSched + 0x00000000400fe858 0x76 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(trc.o) + 0x7e (size before relaxing) + 0x00000000400fe868 rcGetAmpduSched + *fill* 0x00000000400fe8ce 0x2 + .text.rcGetRate + 0x00000000400fe8d0 0xd0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(trc.o) + 0xec (size before relaxing) + 0x00000000400fe8d4 rcGetRate + .text.rcReachRetryLimit + 0x00000000400fe9a0 0xc9 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(trc.o) + 0xf5 (size before relaxing) + 0x00000000400fe9ac rcReachRetryLimit + *fill* 0x00000000400fea69 0x3 + .text.rcAttach + 0x00000000400fea6c 0xdb /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(trc.o) + 0xf3 (size before relaxing) + 0x00000000400fea74 rcAttach + *fill* 0x00000000400feb47 0x1 + .text.trc_onPPTxDone + 0x00000000400feb48 0xe1 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(trc.o) + 0xf9 (size before relaxing) + 0x00000000400feb48 trc_onPPTxDone + *fill* 0x00000000400fec29 0x3 + .text.rc_enable_trc + 0x00000000400fec2c 0xe7 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(trc.o) + 0x113 (size before relaxing) + 0x00000000400fec30 rc_enable_trc + *fill* 0x00000000400fed13 0x1 + .text.rc_disable_trc + 0x00000000400fed14 0x66 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(trc.o) + 0x82 (size before relaxing) + 0x00000000400fed18 rc_disable_trc + *fill* 0x00000000400fed7a 0x2 + .text.rc_disable_trc_by_interface + 0x00000000400fed7c 0x1e /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(trc.o) + 0x26 (size before relaxing) + 0x00000000400fed7c rc_disable_trc_by_interface + *fill* 0x00000000400fed9a 0x2 + .text.rc_get_sta_trc + 0x00000000400fed9c 0x36 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(trc.o) + 0x3e (size before relaxing) + 0x00000000400fed9c rc_get_sta_trc + *fill* 0x00000000400fedd2 0x2 + .text.rc_get_trc + 0x00000000400fedd4 0x58 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(trc.o) + 0x64 (size before relaxing) + 0x00000000400fedd4 rc_get_trc + .text.rc_get_trc_by_index + 0x00000000400fee2c 0x3b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(trc.o) + 0x43 (size before relaxing) + 0x00000000400fee34 rc_get_trc_by_index + *fill* 0x00000000400fee67 0x1 + .text.rc_only_sta_trc + 0x00000000400fee68 0x2e /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(trc.o) + 0x36 (size before relaxing) + 0x00000000400fee68 rc_only_sta_trc + *fill* 0x00000000400fee96 0x2 + .text.trc_register_ampdu_state_change_cb + 0x00000000400fee98 0xc /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(trc.o) + 0x10 (size before relaxing) + 0x00000000400fee98 trc_register_ampdu_state_change_cb + .text.trc_init + 0x00000000400feea4 0x51 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(trc.o) + 0x65 (size before relaxing) + 0x00000000400feea4 trc_init + *fill* 0x00000000400feef5 0x3 + .text.trc_update_conn_phy_mode + 0x00000000400feef8 0x5f /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(trc.o) + 0x7f (size before relaxing) + 0x00000000400feefc trc_update_conn_phy_mode + *fill* 0x00000000400fef57 0x1 + .text.trc_deinit + 0x00000000400fef58 0xa3 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(trc.o) + 0xb3 (size before relaxing) + 0x00000000400fef60 trc_deinit + *fill* 0x00000000400feffb 0x1 + .text.rc_set_fix_rate + 0x00000000400feffc 0x60 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(trc.o) + 0x84 (size before relaxing) + 0x00000000400feffc rc_set_fix_rate + .text.wDev_coex_TBTT_init + 0x00000000400ff05c 0x94 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(wdev.o) + 0xa0 (size before relaxing) + .text.unlikely.wDev_SnifferRxData + 0x00000000400ff0f0 0x132 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(wdev.o) + 0x156 (size before relaxing) + *fill* 0x00000000400ff222 0x2 + .text.wDev_coex_wifi_timeout + 0x00000000400ff224 0x1e /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(wdev.o) + 0x22 (size before relaxing) + *fill* 0x00000000400ff242 0x2 + .text.wDev_coex_wifi_periodic_timeout + 0x00000000400ff244 0xbf /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(wdev.o) + 0xe7 (size before relaxing) + *fill* 0x00000000400ff303 0x1 + .text.wDev_SetCurChannel + 0x00000000400ff304 0x22 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(wdev.o) + 0x26 (size before relaxing) + 0x00000000400ff304 wDev_SetCurChannel + *fill* 0x00000000400ff326 0x2 + .text.wDev_SetOpMode + 0x00000000400ff328 0x12 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(wdev.o) + 0x00000000400ff32c wDev_SetOpMode + *fill* 0x00000000400ff33a 0x2 + .text.wDev_Set_Beacon_Int + 0x00000000400ff33c 0xe /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(wdev.o) + 0x00000000400ff340 wDev_Set_Beacon_Int + *fill* 0x00000000400ff34a 0x2 + .text.wDev_Reset_TBTT + 0x00000000400ff34c 0x94 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(wdev.o) + 0x00000000400ff368 wDev_Reset_TBTT + .text.wDev_Get_Next_TBTT + 0x00000000400ff3e0 0x6d /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(wdev.o) + 0x7d (size before relaxing) + 0x00000000400ff3e4 wDev_Get_Next_TBTT + *fill* 0x00000000400ff44d 0x3 + .text.wdev_pop_promis_misc_buf + 0x00000000400ff450 0x75 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(wdev.o) + 0x79 (size before relaxing) + 0x00000000400ff454 wdev_pop_promis_misc_buf + *fill* 0x00000000400ff4c5 0x3 + .text.wdev_process_misc_pkt + 0x00000000400ff4c8 0xbc /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(wdev.o) + 0xe4 (size before relaxing) + 0x00000000400ff4c8 wdev_process_misc_pkt + .text.wdev_set_promis_misc_buf + 0x00000000400ff584 0x6e /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(wdev.o) + 0x8a (size before relaxing) + 0x00000000400ff58c wdev_set_promis_misc_buf + *fill* 0x00000000400ff5f2 0x2 + .text.wdev_set_promis + 0x00000000400ff5f4 0x232 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(wdev.o) + 0x25e (size before relaxing) + 0x00000000400ff608 wdev_set_promis + *fill* 0x00000000400ff826 0x2 + .text.wdev_set_promis_filter + 0x00000000400ff828 0x76 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(wdev.o) + 0x82 (size before relaxing) + 0x00000000400ff828 wdev_set_promis_filter + *fill* 0x00000000400ff89e 0x2 + .text.wDev_Rxbuf_Init + 0x00000000400ff8a0 0x1f1 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(wdev.o) + 0x235 (size before relaxing) + 0x00000000400ff8b8 wDev_Rxbuf_Init + *fill* 0x00000000400ffa91 0x3 + .text.wDev_Rxbuf_Deinit + 0x00000000400ffa94 0x5b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(wdev.o) + 0x73 (size before relaxing) + 0x00000000400ffa98 wDev_Rxbuf_Deinit + *fill* 0x00000000400ffaef 0x1 + .text.wDev_enable_low_rate + 0x00000000400ffaf0 0x50 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(wdev.o) + 0x54 (size before relaxing) + 0x00000000400ffaf8 wDev_enable_low_rate + .text.wDev_is_low_rate_enable + 0x00000000400ffb40 0x23 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(wdev.o) + 0x2f (size before relaxing) + 0x00000000400ffb40 wDev_is_low_rate_enable + *fill* 0x00000000400ffb63 0x1 + .text.wDev_coex_init + 0x00000000400ffb64 0x5a /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(wdev.o) + 0x82 (size before relaxing) + 0x00000000400ffb70 wDev_coex_init + *fill* 0x00000000400ffbbe 0x2 + .text.wDev_coex_deinit + 0x00000000400ffbc0 0x5e /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(wdev.o) + 0x96 (size before relaxing) + 0x00000000400ffbc0 wDev_coex_deinit + *fill* 0x00000000400ffc1e 0x2 + .text.wDev_Initialize + 0x00000000400ffc20 0x61b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(wdev.o) + 0x667 (size before relaxing) + 0x00000000400ffcf4 wDev_Initialize + *fill* 0x000000004010023b 0x1 + .text.wDev_DeInitialize + 0x000000004010023c 0x77 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(wdev.o) + 0x87 (size before relaxing) + 0x0000000040100240 wDev_DeInitialize + *fill* 0x00000000401002b3 0x1 + .text.wDev_EnableTransmit + 0x00000000401002b4 0x84 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(wdev.o) + 0x98 (size before relaxing) + 0x00000000401002b8 wDev_EnableTransmit + .text.wDev_DisableTransmit + 0x0000000040100338 0x21 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(wdev.o) + 0x29 (size before relaxing) + 0x0000000040100338 wDev_DisableTransmit + *fill* 0x0000000040100359 0x3 + .text.wDev_SetMacAddress + 0x000000004010035c 0x7f /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(wdev.o) + 0x87 (size before relaxing) + 0x0000000040100360 wDev_SetMacAddress + *fill* 0x00000000401003db 0x1 + .text.Tx_Copy2Queue + 0x00000000401003dc 0x7b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(wdev.o) + 0x9f (size before relaxing) + 0x00000000401003dc Tx_Copy2Queue + *fill* 0x0000000040100457 0x1 + .text.wDev_SetBssid + 0x0000000040100458 0xae /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(wdev.o) + 0xbe (size before relaxing) + 0x0000000040100464 wDev_SetBssid + *fill* 0x0000000040100506 0x2 + .text.wDev_ProcessCollision + 0x0000000040100508 0x38 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(wdev.o) + 0x44 (size before relaxing) + 0x0000000040100508 wDev_ProcessCollision + .text.wDev_SetFrameAckType + 0x0000000040100540 0x58 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(wdev.o) + 0x0000000040100544 wDev_SetFrameAckType + .text.wDev_AppendRxBlocks + 0x0000000040100598 0x15b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(wdev.o) + 0x197 (size before relaxing) + 0x00000000401005a8 wDev_AppendRxBlocks + *fill* 0x00000000401006f3 0x1 + .text.wdevProcessRxSucDataAll + 0x00000000401006f4 0x96b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(wdev.o) + 0xa7f (size before relaxing) + 0x0000000040100718 wdevProcessRxSucDataAll + *fill* 0x000000004010105f 0x1 + .text.wDev_Get_KeyEntry + 0x0000000040101060 0xde /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(wdev.o) + 0xf6 (size before relaxing) + 0x0000000040101088 wDev_Get_KeyEntry + *fill* 0x000000004010113e 0x2 + .text.wDev_remove_KeyEntry + 0x0000000040101140 0x292 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(wdev.o) + 0x2da (size before relaxing) + 0x00000000401011d4 wDev_remove_KeyEntry + *fill* 0x00000000401013d2 0x2 + .text.wDev_remove_KeyEntry_all_cnx + 0x00000000401013d4 0x2c /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(wdev.o) + 0x37 (size before relaxing) + 0x00000000401013d4 wDev_remove_KeyEntry_all_cnx + *fill* 0x0000000040101400 0x0 + .text.wDev_Insert_KeyEntry + 0x0000000040101400 0x16a /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(wdev.o) + 0x1ae (size before relaxing) + 0x0000000040101410 wDev_Insert_KeyEntry + *fill* 0x000000004010156a 0x2 + .text.wDev_Crypto_Conf + 0x000000004010156c 0x42 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(wdev.o) + 0x4e (size before relaxing) + 0x0000000040101570 wDev_Crypto_Conf + *fill* 0x00000000401015ae 0x2 + .text.wDev_Crypto_Disable + 0x00000000401015b0 0x50 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(wdev.o) + 0x64 (size before relaxing) + 0x00000000401015b0 wDev_Crypto_Disable + .text.wDev_AddRXBA + 0x0000000040101600 0xa0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(wdev.o) + 0x0000000040101614 wDev_AddRXBA + .text.wDev_RemoveRXBA + 0x00000000401016a0 0x18 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(wdev.o) + 0x1c (size before relaxing) + 0x00000000401016a0 wDev_RemoveRXBA + .text.wDev_GetBAInfo + 0x00000000401016b8 0xe4 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(wdev.o) + 0xff (size before relaxing) + 0x00000000401016ec wDev_GetBAInfo + *fill* 0x000000004010179c 0x0 + .text.wDevCheckBlockError + 0x000000004010179c 0xa7 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(wdev.o) + 0xc7 (size before relaxing) + 0x00000000401017a8 wDevCheckBlockError + *fill* 0x0000000040101843 0x1 + .text.esf_buf_free_static$part$1 + 0x0000000040101844 0x7f /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(esf_buf.o) + 0xa3 (size before relaxing) + *fill* 0x00000000401018c3 0x1 + .text.esf_buf_alloc + 0x00000000401018c4 0x297 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(esf_buf.o) + 0x307 (size before relaxing) + 0x00000000401018d4 esf_buf_alloc + *fill* 0x0000000040101b5b 0x1 + .text.esf_buf_recycle + 0x0000000040101b5c 0xc4 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(esf_buf.o) + 0x100 (size before relaxing) + 0x0000000040101b60 esf_buf_recycle + .text.esf_buf_setup + 0x0000000040101c20 0x32b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(esf_buf.o) + 0x3af (size before relaxing) + 0x0000000040101c50 esf_buf_setup + *fill* 0x0000000040101f4b 0x1 + .text.esf_buf_setdown + 0x0000000040101f4c 0x17 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(esf_buf.o) + 0x1b (size before relaxing) + 0x0000000040101f4c esf_buf_setdown + *fill* 0x0000000040101f63 0x1 + .text.hex2byte + 0x0000000040101f64 0x25 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(common.o) + 0x31 (size before relaxing) + 0x0000000040101f64 hex2byte + *fill* 0x0000000040101f89 0x3 + .text.hexstr2bin + 0x0000000040101f8c 0x2c /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(common.o) + 0x30 (size before relaxing) + 0x0000000040101f8c hexstr2bin + .text.wpa_get_ntp_timestamp + 0x0000000040101fb8 0x9e /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(common.o) + 0xa6 (size before relaxing) + 0x0000000040101fc8 wpa_get_ntp_timestamp + *fill* 0x0000000040102056 0x2 + .text.wpa_config_parse_string + 0x0000000040102058 0xe6 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(common.o) + 0x10a (size before relaxing) + 0x000000004010205c wpa_config_parse_string + *fill* 0x000000004010213e 0x2 + .text.wpa_free_sta_sm + 0x0000000040102140 0xa3 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_auth.o) + 0xb7 (size before relaxing) + *fill* 0x00000000401021e3 0x1 + .text.wpa_group_init_gmk_and_counter + 0x00000000401021e4 0x9e /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_auth.o) + 0xca (size before relaxing) + *fill* 0x0000000040102282 0x2 + .text.wpa_replay_counter_valid + 0x0000000040102284 0x25 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_auth.o) + 0x29 (size before relaxing) + *fill* 0x00000000401022a9 0x3 + .text.unlikely.wpa_replay_counter_mark_invalid + 0x00000000401022ac 0x25 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_auth.o) + 0x29 (size before relaxing) + *fill* 0x00000000401022d1 0x3 + .text.wpa_verify_key_mic + 0x00000000401022d4 0x88 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_auth.o) + 0xac (size before relaxing) + .text.resend_eapol_handle + 0x000000004010235c 0x23 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_auth.o) + 0x2b (size before relaxing) + 0x000000004010235c resend_eapol_handle + *fill* 0x000000004010237f 0x1 + .text.wpa_gtk_update + 0x0000000040102380 0x92 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_auth.o) + 0xc6 (size before relaxing) + *fill* 0x0000000040102412 0x2 + .text.sm_WPA_PTK_PTKCALCNEGOTIATING_Enter$constprop$26 + 0x0000000040102414 0x166 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_auth.o) + 0x18e (size before relaxing) + *fill* 0x000000004010257a 0x2 + .text.wpa_group_config_group_keys$isra$11 + 0x000000004010257c 0x15e /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_auth.o) + 0x1b6 (size before relaxing) + *fill* 0x00000000401026da 0x2 + .text.sm_WPA_PTK_AUTHENTICATION2_Enter$constprop$23 + 0x00000000401026dc 0x8e /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_auth.o) + 0xbe (size before relaxing) + *fill* 0x000000004010276a 0x2 + .text.wpa_group_sm_step + 0x000000004010276c 0x8d /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_auth.o) + 0x9d (size before relaxing) + *fill* 0x00000000401027f9 0x3 + .text.wpa_rekey_gtk + 0x00000000401027fc 0x43 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_auth.o) + 0x4f (size before relaxing) + *fill* 0x000000004010283f 0x1 + .text.wpa_init + 0x0000000040102840 0xea /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_auth.o) + 0x13a (size before relaxing) + 0x000000004010284c wpa_init + *fill* 0x000000004010292a 0x2 + .text.wpa_auth_sta_init + 0x000000004010292c 0x86 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_auth.o) + 0xa2 (size before relaxing) + 0x0000000040102930 wpa_auth_sta_init + *fill* 0x00000000401029b2 0x2 + .text.__wpa_send_eapol + 0x00000000401029b4 0x3ee /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_auth.o) + 0x48e (size before relaxing) + 0x00000000401029c4 __wpa_send_eapol + *fill* 0x0000000040102da2 0x2 + .text.wpa_send_eapol + 0x0000000040102da4 0xae /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_auth.o) + 0xd2 (size before relaxing) + *fill* 0x0000000040102e52 0x2 + .text.sm_WPA_PTK_PTKSTART_Enter$part$16 + 0x0000000040102e54 0x82 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_auth.o) + 0x8e (size before relaxing) + *fill* 0x0000000040102ed6 0x2 + .text.sm_WPA_PTK_GROUP_REKEYNEGOTIATING_Enter$constprop$21 + 0x0000000040102ed8 0x130 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_auth.o) + 0x148 (size before relaxing) + .text.sm_WPA_PTK_PTKINITNEGOTIATING_Enter$constprop$28 + 0x0000000040103008 0x143 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_auth.o) + 0x163 (size before relaxing) + *fill* 0x000000004010314b 0x1 + .text.wpa_remove_ptk + 0x000000004010314c 0x50 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_auth.o) + 0x6c (size before relaxing) + 0x0000000040103150 wpa_remove_ptk + .text.sm_WPA_PTK_INITIALIZE_Enter$constprop$22 + 0x000000004010319c 0x7b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_auth.o) + 0x7f (size before relaxing) + *fill* 0x0000000040103217 0x1 + .text.wpa_sm_step + 0x0000000040103218 0x6a9 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_auth.o) + 0x781 (size before relaxing) + *fill* 0x00000000401038c1 0x3 + .text.wpa_send_eapol_timeout + 0x00000000401038c4 0x16 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_auth.o) + 0x1a (size before relaxing) + *fill* 0x00000000401038da 0x2 + .text.wpa_rekey_ptk + 0x00000000401038dc 0x19 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_auth.o) + 0x1d (size before relaxing) + *fill* 0x00000000401038f5 0x3 + .text.wpa_auth_sta_associated + 0x00000000401038f8 0x6a /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_auth.o) + 0x82 (size before relaxing) + 0x00000000401038f8 wpa_auth_sta_associated + *fill* 0x0000000040103962 0x2 + .text.wpa_receive + 0x0000000040103964 0x57e /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_auth.o) + 0x642 (size before relaxing) + 0x0000000040103988 wpa_receive + *fill* 0x0000000040103ee2 0x2 + .text.hostap_eapol_resend_process + 0x0000000040103ee4 0x5e /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_auth.o) + 0x76 (size before relaxing) + 0x0000000040103ee8 hostap_eapol_resend_process + *fill* 0x0000000040103f42 0x2 + .text.wpa_ap_join + 0x0000000040103f44 0x8a /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_auth.o) + 0xa6 (size before relaxing) + 0x0000000040103f44 wpa_ap_join + *fill* 0x0000000040103fce 0x2 + .text.wpa_ap_remove + 0x0000000040103fd0 0x2c /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_auth.o) + 0x30 (size before relaxing) + 0x0000000040103fd0 wpa_ap_remove + .text.wpa_write_rsn_ie + 0x0000000040103ffc 0x141 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_auth_ie.o) + 0x151 (size before relaxing) + 0x0000000040103ffc wpa_write_rsn_ie + *fill* 0x000000004010413d 0x3 + .text.wpa_auth_gen_wpa_ie + 0x0000000040104140 0x120 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_auth_ie.o) + 0x140 (size before relaxing) + 0x0000000040104140 wpa_auth_gen_wpa_ie + .text.wpa_add_kde + 0x0000000040104260 0x4c /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_auth_ie.o) + 0x54 (size before relaxing) + 0x0000000040104260 wpa_add_kde + .text.wpa_validate_wpa_ie + 0x00000000401042ac 0x14c /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_auth_ie.o) + 0x178 (size before relaxing) + 0x00000000401042b0 wpa_validate_wpa_ie + .text.wpa_parse_kde_ies + 0x00000000401043f8 0x1c9 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_auth_ie.o) + 0x1dd (size before relaxing) + 0x000000004010440c wpa_parse_kde_ies + *fill* 0x00000000401045c1 0x3 + .text.wpa_sm_set_key + 0x00000000401045c4 0x71 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa.o) + 0x79 (size before relaxing) + *fill* 0x0000000040104635 0x3 + .text.wpa_supplicant_clr_countermeasures + 0x0000000040104638 0x1a /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa.o) + 0x26 (size before relaxing) + *fill* 0x0000000040104652 0x2 + .text.wpa_supplicant_stop_countermeasures + 0x0000000040104654 0x3b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa.o) + 0x53 (size before relaxing) + *fill* 0x000000004010468f 0x1 + .text.wpa_sm_set_seq$constprop$22 + 0x0000000040104690 0x46 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa.o) + 0x56 (size before relaxing) + *fill* 0x00000000401046d6 0x2 + .text.wpa_supplicant_install_gtk$constprop$25 + 0x00000000401046d8 0xb2 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa.o) + 0xd2 (size before relaxing) + *fill* 0x000000004010478a 0x2 + .text.wpa_eapol_key_send$constprop$31 + 0x000000004010478c 0xbd /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa.o) + 0xd1 (size before relaxing) + *fill* 0x0000000040104849 0x3 + .text.wpa_sm_key_request + 0x000000004010484c 0xfb /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa.o) + 0x123 (size before relaxing) + *fill* 0x0000000040104947 0x1 + .text.wpa_sm_rekey_ptk + 0x0000000040104948 0xe /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa.o) + 0x16 (size before relaxing) + *fill* 0x0000000040104956 0x2 + .text.wpa_report_ie_mismatch$isra$8$constprop$34 + 0x0000000040104958 0x62 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa.o) + 0x86 (size before relaxing) + *fill* 0x00000000401049ba 0x2 + .text.wpa_supplicant_key_neg_complete$constprop$26 + 0x00000000401049bc 0x32 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa.o) + 0x42 (size before relaxing) + *fill* 0x00000000401049ee 0x2 + .text.wpa_sm_rx_eapol + 0x00000000401049f0 0xc15 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa.o) + 0xdc1 (size before relaxing) + 0x0000000040104a60 wpa_sm_rx_eapol + *fill* 0x0000000040105605 0x3 + .text.wpa_register + 0x0000000040105608 0x57 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa.o) + 0x63 (size before relaxing) + 0x0000000040105608 wpa_register + *fill* 0x000000004010565f 0x1 + .text.wpa_set_profile + 0x0000000040105660 0x1d /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa.o) + 0x21 (size before relaxing) + 0x0000000040105660 wpa_set_profile + *fill* 0x000000004010567d 0x3 + .text.wpa_set_bss + 0x0000000040105680 0xfe /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa.o) + 0x172 (size before relaxing) + 0x0000000040105688 wpa_set_bss + *fill* 0x000000004010577e 0x2 + .text.pp_michael_mic_failure + 0x0000000040105780 0xcb /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa.o) + 0x113 (size before relaxing) + 0x0000000040105790 pp_michael_mic_failure + *fill* 0x000000004010584b 0x1 + .text.eapol_txcb + 0x000000004010584c 0x32e /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa.o) + 0x3d6 (size before relaxing) + 0x0000000040105864 eapol_txcb + *fill* 0x0000000040105b7a 0x2 + .text.rsn_selector_to_bitfield + 0x0000000040105b7c 0x60 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_common.o) + 0x68 (size before relaxing) + .text.wpa_selector_to_bitfield + 0x0000000040105bdc 0x64 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_common.o) + 0x68 (size before relaxing) + .text.wpa_parse_wpa_ie_rsn + 0x0000000040105c40 0x19c /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_common.o) + 0x1b0 (size before relaxing) + 0x0000000040105c40 wpa_parse_wpa_ie_rsn + .text.wpa_parse_wpa_ie_wpa + 0x0000000040105ddc 0x195 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_common.o) + 0x1b5 (size before relaxing) + 0x0000000040105ddc wpa_parse_wpa_ie_wpa + *fill* 0x0000000040105f71 0x3 + .text.wpa_eapol_key_mic + 0x0000000040105f74 0x46 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_common.o) + 0x52 (size before relaxing) + 0x0000000040105f74 wpa_eapol_key_mic + *fill* 0x0000000040105fba 0x2 + .text.wpa_compare_rsn_ie + 0x0000000040105fbc 0x31 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_common.o) + 0x35 (size before relaxing) + 0x0000000040105fbc wpa_compare_rsn_ie + *fill* 0x0000000040105fed 0x3 + .text.wpa_pmk_to_ptk + 0x0000000040105ff0 0xd8 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_common.o) + 0x114 (size before relaxing) + 0x0000000040105ff8 wpa_pmk_to_ptk + .text.rsn_pmkid + 0x00000000401060c8 0x4a /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_common.o) + 0x56 (size before relaxing) + 0x00000000401060d0 rsn_pmkid + *fill* 0x0000000040106112 0x2 + .text.wpa_cipher_to_suite + 0x0000000040106114 0x70 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_common.o) + 0x98 (size before relaxing) + 0x0000000040106118 wpa_cipher_to_suite + .text.wpa_parse_wpa_ie + 0x0000000040106184 0x24 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_ie.o) + 0x2f (size before relaxing) + 0x0000000040106184 wpa_parse_wpa_ie + *fill* 0x00000000401061a8 0x0 + .text.wpa_supplicant_parse_ies + 0x00000000401061a8 0x204 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_ie.o) + 0x240 (size before relaxing) + 0x00000000401061c4 wpa_supplicant_parse_ies + .text.ppInstallKey + 0x00000000401063ac 0x116 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_main.o) + 0x16a (size before relaxing) + 0x00000000401063ac ppInstallKey + *fill* 0x00000000401064c2 0x2 + .text.ppGetKey + 0x00000000401064c4 0x2a /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_main.o) + 0x2e (size before relaxing) + 0x00000000401064c4 ppGetKey + *fill* 0x00000000401064ee 0x2 + .text.wpa_neg_complete + 0x00000000401064f0 0x8 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_main.o) + 0xf (size before relaxing) + 0x00000000401064f0 wpa_neg_complete + *fill* 0x00000000401064f8 0x0 + .text.wpa_attach + 0x00000000401064f8 0x42 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_main.o) + 0x52 (size before relaxing) + 0x0000000040106514 wpa_attach + *fill* 0x000000004010653a 0x2 + .text.wpa_deauthenticate + 0x000000004010653c 0xb /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_main.o) + 0x12 (size before relaxing) + *fill* 0x0000000040106547 0x1 + .text.wpa_sendto_wrapper + 0x0000000040106548 0x12 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_main.o) + 0x16 (size before relaxing) + *fill* 0x000000004010655a 0x2 + .text.wpa_ap_get_wpa_ie + 0x000000004010655c 0x38 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_main.o) + 0x3c (size before relaxing) + 0x000000004010655c wpa_ap_get_wpa_ie + .text.wpa_ap_rx_eapol + 0x0000000040106594 0x2a /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_main.o) + 0x2e (size before relaxing) + 0x0000000040106594 wpa_ap_rx_eapol + *fill* 0x00000000401065be 0x2 + .text.wpa_config_assoc_ie + 0x00000000401065c0 0x2a /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_main.o) + 0x32 (size before relaxing) + 0x00000000401065c0 wpa_config_assoc_ie + *fill* 0x00000000401065ea 0x2 + .text.wpa_config_profile + 0x00000000401065ec 0x2a /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_main.o) + 0x52 (size before relaxing) + 0x00000000401065ec wpa_config_profile + *fill* 0x0000000040106616 0x2 + .text.wpa_config_bss + 0x0000000040106618 0x33 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_main.o) + 0x5f (size before relaxing) + 0x0000000040106618 wpa_config_bss + *fill* 0x000000004010664b 0x1 + .text.wpa_sta_connect + 0x000000004010664c 0xf /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_main.o) + 0x1b (size before relaxing) + 0x000000004010664c wpa_sta_connect + *fill* 0x000000004010665b 0x1 + .text.wpa_crypto_funcs_init + 0x000000004010665c 0x56 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_main.o) + 0x62 (size before relaxing) + 0x0000000040106668 wpa_crypto_funcs_init + *fill* 0x00000000401066b2 0x2 + .text.wpa_hook_init + 0x00000000401066b4 0xbc /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_main.o) + 0xc8 (size before relaxing) + 0x00000000401066dc wpa_hook_init + .text.wpa_hook_deinit + 0x0000000040106770 0xa /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_main.o) + 0x11 (size before relaxing) + 0x0000000040106770 wpa_hook_deinit + *fill* 0x000000004010677a 0x2 + .text.wpa_sm_alloc_eapol + 0x000000004010677c 0x64 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpas_glue.o) + 0x70 (size before relaxing) + 0x000000004010677c wpa_sm_alloc_eapol + .text.wpa_sm_free_eapol + 0x00000000401067e0 0xe /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpas_glue.o) + 0x12 (size before relaxing) + 0x00000000401067e0 wpa_sm_free_eapol + *fill* 0x00000000401067ee 0x2 + .text.hostapd_setup_wpa_psk + 0x00000000401067f0 0x76 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(ap_config.o) + 0x92 (size before relaxing) + 0x00000000401067fc hostapd_setup_wpa_psk + *fill* 0x0000000040106866 0x2 + .text.hostapd_get_psk + 0x0000000040106868 0x3a /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(ap_config.o) + 0x3e (size before relaxing) + 0x0000000040106868 hostapd_get_psk + *fill* 0x00000000401068a2 0x2 + .text.hostap_init + 0x00000000401068a4 0x104 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(ap_config.o) + 0x16c (size before relaxing) + 0x00000000401068a4 hostap_init + .text.hostap_deinit + 0x00000000401069a8 0x70 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(ap_config.o) + 0x98 (size before relaxing) + 0x00000000401069a8 hostap_deinit + .text.coex_wifi_force_stop + 0x0000000040106a18 0xad /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libcoexist.a(coexist.o) + 0xb9 (size before relaxing) + 0x0000000040106a34 coex_wifi_force_stop + *fill* 0x0000000040106ac5 0x3 + .text.coex_register_wifi_extern_init + 0x0000000040106ac8 0xe /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libcoexist.a(coexist.o) + 0x0000000040106acc coex_register_wifi_extern_init + *fill* 0x0000000040106ad6 0x2 + .text.coex_register_wifi_extern_deinit + 0x0000000040106ad8 0xe /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libcoexist.a(coexist.o) + 0x0000000040106adc coex_register_wifi_extern_deinit + *fill* 0x0000000040106ae6 0x2 + .text.phy_change_channel + 0x0000000040106ae8 0x10 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy.o) + 0x17 (size before relaxing) + 0x0000000040106ae8 phy_change_channel + *fill* 0x0000000040106af8 0x0 + .text.ram_pbus_force_mode + 0x0000000040106af8 0x12a /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_ana.o) + 0x14e (size before relaxing) + 0x0000000040106b1c ram_pbus_force_mode + *fill* 0x0000000040106c22 0x2 + .text.rfpll_init + 0x0000000040106c24 0x16c /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_ana.o) + 0x0000000040106c2c rfpll_init + .text.ram_restart_cal + 0x0000000040106d90 0x5e /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_ana.o) + 0x62 (size before relaxing) + 0x0000000040106d90 ram_restart_cal + *fill* 0x0000000040106dee 0x2 + .text.ram_wait_rfpll_cal_end + 0x0000000040106df0 0x44 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_ana.o) + 0x50 (size before relaxing) + 0x0000000040106df4 ram_wait_rfpll_cal_end + .text.chip_v7_rxmax_ext_ana + 0x0000000040106e34 0xfb /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_ana.o) + 0xff (size before relaxing) + 0x0000000040106e40 chip_v7_rxmax_ext_ana + *fill* 0x0000000040106f2f 0x1 + .text.bb_bss_cbw40_ana + 0x0000000040106f30 0xc3 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_ana.o) + 0xc7 (size before relaxing) + 0x0000000040106f34 bb_bss_cbw40_ana + *fill* 0x0000000040106ff3 0x1 + .text.chip_v7_adc_wr_dly + 0x0000000040106ff4 0x9a /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_ana.o) + 0x9e (size before relaxing) + 0x0000000040106ff4 chip_v7_adc_wr_dly + *fill* 0x000000004010708e 0x2 + .text.chip_v7_ana_rx_cfg + 0x0000000040107090 0xe8 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_ana.o) + 0xf4 (size before relaxing) + 0x0000000040107090 chip_v7_ana_rx_cfg + .text.get_rf_freq_cap + 0x0000000040107178 0xa3 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_ana.o) + 0xaf (size before relaxing) + 0x0000000040107178 get_rf_freq_cap + *fill* 0x000000004010721b 0x1 + .text.correct_rfpll_offset + 0x000000004010721c 0x104 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_ana.o) + 0x0000000040107230 correct_rfpll_offset + .text.wr_rf_freq_mem + 0x0000000040107320 0x6a /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_ana.o) + 0x72 (size before relaxing) + 0x0000000040107320 wr_rf_freq_mem + *fill* 0x000000004010738a 0x2 + .text.get_rf_freq_init$part$1 + 0x000000004010738c 0xec /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_ana.o) + 0x110 (size before relaxing) + .text.write_freq_mem_all + 0x0000000040107478 0x96 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_ana.o) + 0xaa (size before relaxing) + 0x0000000040107478 write_freq_mem_all + *fill* 0x000000004010750e 0x2 + .text.bt_i2c_write_set + 0x0000000040107510 0x702 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_ana.o) + 0x70a (size before relaxing) + 0x000000004010757c bt_i2c_write_set + *fill* 0x0000000040107c12 0x2 + .text.bt_i2c_set_wifi_data + 0x0000000040107c14 0x12e /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_ana.o) + 0x0000000040107c28 bt_i2c_set_wifi_data + *fill* 0x0000000040107d42 0x2 + .text.bt_get_i2c_data + 0x0000000040107d44 0x427 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_ana.o) + 0x42b (size before relaxing) + 0x0000000040107d48 bt_get_i2c_data + *fill* 0x000000004010816b 0x1 + .text.write_wifi_chan_data + 0x000000004010816c 0xab /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_ana.o) + 0xb7 (size before relaxing) + 0x0000000040108174 write_wifi_chan_data + *fill* 0x0000000040108217 0x1 + .text.set_chan_freq_hw_init + 0x0000000040108218 0x140 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_ana.o) + 0x178 (size before relaxing) + 0x000000004010822c set_chan_freq_hw_init + .text.rf_init 0x0000000040108358 0x1b0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_ana.o) + 0x1d0 (size before relaxing) + 0x000000004010838c rf_init + .text.set_chan_freq_sw_start + 0x0000000040108508 0x1e7 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_ana.o) + 0x207 (size before relaxing) + 0x0000000040108524 set_chan_freq_sw_start + *fill* 0x00000000401086ef 0x1 + .text.set_channel_rfpll_freq + 0x00000000401086f0 0x7a /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_ana.o) + 0x92 (size before relaxing) + 0x00000000401086f4 set_channel_rfpll_freq + *fill* 0x000000004010876a 0x2 + .text.chip_v7_set_chan + 0x000000004010876c 0x96 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_ana.o) + 0xca (size before relaxing) + 0x000000004010877c chip_v7_set_chan + *fill* 0x0000000040108802 0x2 + .text.chip_v7_set_chan_offset + 0x0000000040108804 0x7c /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_ana.o) + 0xa8 (size before relaxing) + 0x0000000040108804 chip_v7_set_chan_offset + .text.chip_v7_set_chan_ana + 0x0000000040108880 0x1f /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_ana.o) + 0x2f (size before relaxing) + 0x0000000040108880 chip_v7_set_chan_ana + *fill* 0x000000004010889f 0x1 + .text.phy_set_wifi_mode_only + 0x00000000401088a0 0xe /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_ana.o) + 0x12 (size before relaxing) + 0x00000000401088a0 phy_set_wifi_mode_only + *fill* 0x00000000401088ae 0x2 + .text.ram_disable_agc + 0x00000000401088b0 0x1c /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + 0x00000000401088b4 ram_disable_agc + .text.ram_enable_agc + 0x00000000401088cc 0x18 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + 0x1c (size before relaxing) + 0x00000000401088cc ram_enable_agc + .text.ram_set_pbus_mem + 0x00000000401088e4 0x404 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + 0x410 (size before relaxing) + 0x000000004010894c ram_set_pbus_mem + .text.ram_bb_tx_ht20_cen + 0x0000000040108ce8 0x21 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + 0x29 (size before relaxing) + 0x0000000040108ce8 ram_bb_tx_ht20_cen + *fill* 0x0000000040108d09 0x3 + .text.ram_bb_bss_cbw40_dig + 0x0000000040108d0c 0x36 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + 0x4a (size before relaxing) + 0x0000000040108d0c ram_bb_bss_cbw40_dig + *fill* 0x0000000040108d42 0x2 + .text.ram_phy_get_noisefloor + 0x0000000040108d44 0x43 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + 0x0000000040108d4c ram_phy_get_noisefloor + *fill* 0x0000000040108d87 0x1 + .text.ram_check_noise_floor + 0x0000000040108d88 0x116 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + 0x12a (size before relaxing) + 0x0000000040108d94 ram_check_noise_floor + *fill* 0x0000000040108e9e 0x2 + .text.ram_set_noise_floor + 0x0000000040108ea0 0x50 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + 0x54 (size before relaxing) + 0x0000000040108ea8 ram_set_noise_floor + .text.ram_gen_rx_gain_table + 0x0000000040108ef0 0x132 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + 0x13e (size before relaxing) + 0x0000000040108efc ram_gen_rx_gain_table + *fill* 0x0000000040109022 0x2 + .text.ram_bb_bss_bw_40_en + 0x0000000040109024 0x36 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + 0x4a (size before relaxing) + 0x0000000040109024 ram_bb_bss_bw_40_en + *fill* 0x000000004010905a 0x2 + .text.ram_cbw2040_cfg + 0x000000004010905c 0x64 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + 0x70 (size before relaxing) + 0x0000000040109060 ram_cbw2040_cfg + .text.bt_txdc_cal$part$3 + 0x00000000401090c0 0xbd /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + 0xc5 (size before relaxing) + *fill* 0x000000004010917d 0x3 + .text.bt_txiq_cal$part$4 + 0x0000000040109180 0xaa /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + 0xc6 (size before relaxing) + *fill* 0x000000004010922a 0x2 + .text.ram_spur_coef_cfg + 0x000000004010922c 0x1ed /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + 0x215 (size before relaxing) + 0x0000000040109238 ram_spur_coef_cfg + *fill* 0x0000000040109419 0x3 + .text.set_rx_gain_cal_iq + 0x000000004010941c 0x2a2 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + 0x2d2 (size before relaxing) + 0x0000000040109440 set_rx_gain_cal_iq + *fill* 0x00000000401096be 0x2 + .text.set_rx_gain_cal_dc + 0x00000000401096c0 0x2f4 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + 0x314 (size before relaxing) + 0x00000000401096d0 set_rx_gain_cal_dc + .text.wr_rx_gain_mem + 0x00000000401099b4 0x16c /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + 0x180 (size before relaxing) + 0x00000000401099bc wr_rx_gain_mem + .text.set_rx_gain_testchip_70 + 0x0000000040109b20 0x24e /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + 0x282 (size before relaxing) + 0x0000000040109b30 set_rx_gain_testchip_70 + *fill* 0x0000000040109d6e 0x2 + .text.bt_correct_bbgain + 0x0000000040109d70 0xb0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + 0xb4 (size before relaxing) + 0x0000000040109d70 bt_correct_bbgain + .text.bt_tx_gain_cal$part$2 + 0x0000000040109e20 0x25c /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + 0x270 (size before relaxing) + .text.bt_index_to_bb + 0x000000004010a07c 0x16 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + 0x1a (size before relaxing) + 0x000000004010a07c bt_index_to_bb + *fill* 0x000000004010a092 0x2 + .text.wr_bt_tx_gain_mem + 0x000000004010a094 0xc5 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + 0xcd (size before relaxing) + 0x000000004010a09c wr_bt_tx_gain_mem + *fill* 0x000000004010a159 0x3 + .text.set_tx_gain_table_bt + 0x000000004010a15c 0x32 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + 0x56 (size before relaxing) + 0x000000004010a160 set_tx_gain_table_bt + *fill* 0x000000004010a18e 0x2 + .text.set_chanfreq + 0x000000004010a190 0x27 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + 0x2f (size before relaxing) + 0x000000004010a190 set_chanfreq + *fill* 0x000000004010a1b7 0x1 + .text.chip_sleep_prot_en + 0x000000004010a1b8 0x8a /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + 0x9a (size before relaxing) + 0x000000004010a1c4 chip_sleep_prot_en + *fill* 0x000000004010a242 0x2 + .text.chip_sleep_prot_dis + 0x000000004010a244 0x26 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + 0x2e (size before relaxing) + 0x000000004010a248 chip_sleep_prot_dis + *fill* 0x000000004010a26a 0x2 + .text.bb_bss_cbw40 + 0x000000004010a26c 0xe5 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + 0xfd (size before relaxing) + 0x000000004010a27c bb_bss_cbw40 + *fill* 0x000000004010a351 0x3 + .text.noise_check_loop + 0x000000004010a354 0x173 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + 0x18f (size before relaxing) + 0x000000004010a360 noise_check_loop + *fill* 0x000000004010a4c7 0x1 + .text.noise_init + 0x000000004010a4c8 0x116 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + 0x12e (size before relaxing) + 0x000000004010a4d0 noise_init + *fill* 0x000000004010a5de 0x2 + .text.chip_v7_set_chan_misc + 0x000000004010a5e0 0x114 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + 0x134 (size before relaxing) + 0x000000004010a60c chip_v7_set_chan_misc + .text.set_rx_gain_table + 0x000000004010a6f4 0x1e3 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + 0x22f (size before relaxing) + 0x000000004010a714 set_rx_gain_table + *fill* 0x000000004010a8d7 0x1 + .text.txiq_cal_init + 0x000000004010a8d8 0xdc /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + 0xf4 (size before relaxing) + 0x000000004010a8dc txiq_cal_init + .text.register_chipv7_phy_init_param + 0x000000004010a9b4 0x26b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + 0x27f (size before relaxing) + 0x000000004010a9b8 register_chipv7_phy_init_param + *fill* 0x000000004010ac1f 0x1 + .text.phy_get_romfunc_addr + 0x000000004010ac20 0x257 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + 0x25b (size before relaxing) + 0x000000004010acac phy_get_romfunc_addr + *fill* 0x000000004010ae77 0x1 + .text.rf_cal_data_recovery + 0x000000004010ae78 0xd7 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + 0xe7 (size before relaxing) + 0x000000004010ae78 rf_cal_data_recovery + *fill* 0x000000004010af4f 0x1 + .text.rf_cal_data_backup + 0x000000004010af50 0x1a7 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + 0x1cb (size before relaxing) + 0x000000004010af58 rf_cal_data_backup + *fill* 0x000000004010b0f7 0x1 + .text.phy_get_rf_cal_version + 0x000000004010b0f8 0x14 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + 0x18 (size before relaxing) + 0x000000004010b0f8 phy_get_rf_cal_version + .text.phy_rfcal_data_check + 0x000000004010b10c 0xae /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + 0xb2 (size before relaxing) + 0x000000004010b10c phy_rfcal_data_check + *fill* 0x000000004010b1ba 0x2 + .text.phy_close_rf + 0x000000004010b1bc 0xa8 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + 0xd4 (size before relaxing) + 0x000000004010b1c4 phy_close_rf + .text.phy_set_most_tpw + 0x000000004010b264 0x42 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + 0x5a (size before relaxing) + 0x000000004010b26c phy_set_most_tpw + *fill* 0x000000004010b2a6 0x2 + .text.phy_get_most_tpw + 0x000000004010b2a8 0x20 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + 0x2c (size before relaxing) + 0x000000004010b2a8 phy_get_most_tpw + .text.phy_ant_init + 0x000000004010b2c8 0xb7 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + 0xcb (size before relaxing) + 0x000000004010b2dc phy_ant_init + *fill* 0x000000004010b37f 0x1 + .text.bb_init 0x000000004010b380 0x644 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + 0x748 (size before relaxing) + 0x000000004010b400 bb_init + .text.register_chipv7_phy + 0x000000004010b9c4 0x252 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + 0x2ba (size before relaxing) + 0x000000004010b9e4 register_chipv7_phy + *fill* 0x000000004010bc16 0x2 + .text.ram_index_to_txbbgain + 0x000000004010bc18 0x1e /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_cal.o) + 0x000000004010bc1c ram_index_to_txbbgain + *fill* 0x000000004010bc36 0x2 + .text.ram_txdc_cal_v70 + 0x000000004010bc38 0x1b8 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_cal.o) + 0x1cc (size before relaxing) + 0x000000004010bc48 ram_txdc_cal_v70 + .text.pwdet_sar2_init + 0x000000004010bdf0 0x11a /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_cal.o) + 0x12a (size before relaxing) + 0x000000004010be10 pwdet_sar2_init + *fill* 0x000000004010bf0a 0x2 + .text.ram_en_pwdet + 0x000000004010bf0c 0x8a /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_cal.o) + 0x96 (size before relaxing) + 0x000000004010bf1c ram_en_pwdet + *fill* 0x000000004010bf96 0x2 + .text.txcal_debuge_mode + 0x000000004010bf98 0x53 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_cal.o) + 0x5f (size before relaxing) + 0x000000004010bf98 txcal_debuge_mode + *fill* 0x000000004010bfeb 0x1 + .text.ram_get_fm_sar_dout + 0x000000004010bfec 0x9d /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_cal.o) + 0xa9 (size before relaxing) + 0x000000004010bfec ram_get_fm_sar_dout + *fill* 0x000000004010c089 0x3 + .text.ram_txiq_get_mis_pwr + 0x000000004010c08c 0xd4 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_cal.o) + 0xe8 (size before relaxing) + 0x000000004010c09c ram_txiq_get_mis_pwr + .text.rfcal_txiq + 0x000000004010c160 0x1e2 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_cal.o) + 0x202 (size before relaxing) + 0x000000004010c160 rfcal_txiq + *fill* 0x000000004010c342 0x2 + .text.ram_iq_est_enable + 0x000000004010c344 0xba /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_cal.o) + 0xbe (size before relaxing) + 0x000000004010c360 ram_iq_est_enable + *fill* 0x000000004010c3fe 0x2 + .text.ram_iq_est_disable + 0x000000004010c400 0x2e /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_cal.o) + 0x36 (size before relaxing) + 0x000000004010c400 ram_iq_est_disable + *fill* 0x000000004010c42e 0x2 + .text.ram_dc_iq_est + 0x000000004010c430 0x6e /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_cal.o) + 0x7e (size before relaxing) + 0x000000004010c430 ram_dc_iq_est + *fill* 0x000000004010c49e 0x2 + .text.ram_pbus_rx_dco_cal + 0x000000004010c4a0 0x2ff /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_cal.o) + 0x323 (size before relaxing) + 0x000000004010c4b4 ram_pbus_rx_dco_cal + *fill* 0x000000004010c79f 0x1 + .text.pbus_rx_dco_cal_1step + 0x000000004010c7a0 0x4a8 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_cal.o) + 0x4b0 (size before relaxing) + 0x000000004010c7a4 pbus_rx_dco_cal_1step + .text.rc_cal 0x000000004010cc48 0x2e9 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_cal.o) + 0x309 (size before relaxing) + 0x000000004010cc50 rc_cal + *fill* 0x000000004010cf31 0x3 + .text.tx_cap_init + 0x000000004010cf34 0xf0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_cal.o) + 0x110 (size before relaxing) + 0x000000004010cf38 tx_cap_init + .text.ram_rfcal_pwrctrl + 0x000000004010d024 0x24e /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_cal.o) + 0x25a (size before relaxing) + 0x000000004010d028 ram_rfcal_pwrctrl + *fill* 0x000000004010d272 0x2 + .text.ram_tx_pwr_backoff + 0x000000004010d274 0x225 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_cal.o) + 0x22d (size before relaxing) + 0x000000004010d278 ram_tx_pwr_backoff + *fill* 0x000000004010d499 0x3 + .text.cal_rf_ana_gain + 0x000000004010d49c 0xc6 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_cal.o) + 0xde (size before relaxing) + 0x000000004010d4a4 cal_rf_ana_gain + *fill* 0x000000004010d562 0x2 + .text.tx_pwctrl_init_cal + 0x000000004010d564 0x169 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_cal.o) + 0x1a1 (size before relaxing) + 0x000000004010d570 tx_pwctrl_init_cal + *fill* 0x000000004010d6cd 0x3 + .text.tx_pwctrl_init + 0x000000004010d6d0 0x94 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_cal.o) + 0xdc (size before relaxing) + 0x000000004010d6d0 tx_pwctrl_init + .text.bt_tx_pwctrl_init + 0x000000004010d764 0x264 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_cal.o) + 0x2d0 (size before relaxing) + 0x000000004010d764 bt_tx_pwctrl_init + .text.ram_phy_get_vdd33 + 0x000000004010d9c8 0x192 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_cal.o) + 0x1ce (size before relaxing) + 0x000000004010d9c8 ram_phy_get_vdd33 + *fill* 0x000000004010db5a 0x2 + .text.txpwr_offset + 0x000000004010db5c 0x94 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_cal.o) + 0xa4 (size before relaxing) + 0x000000004010db6c txpwr_offset + .text.phy_set_bbfreq_init + 0x000000004010dbf0 0x42 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_cal.o) + 0x46 (size before relaxing) + 0x000000004010dbfc phy_set_bbfreq_init + *fill* 0x000000004010dc32 0x2 + .text.ram_tx_pwctrl_bg_init + 0x000000004010dc34 0x26 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_cal.o) + 0x2a (size before relaxing) + 0x000000004010dc38 ram_tx_pwctrl_bg_init + *fill* 0x000000004010dc5a 0x2 + .literal.esp_mqtt_dispatch_event + 0x000000004010dc5c 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_client.o) + 0x4 (size before relaxing) + .literal.esp_mqtt_abort_connection + 0x000000004010dc5c 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_client.o) + 0x18 (size before relaxing) + .literal.mqtt_write_data + 0x000000004010dc68 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_client.o) + 0x14 (size before relaxing) + .literal.esp_mqtt_connect + 0x000000004010dc6c 0x2c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_client.o) + 0x98 (size before relaxing) + .literal.deliver_publish + 0x000000004010dc98 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_client.o) + 0x30 (size before relaxing) + .literal.is_valid_mqtt_msg + 0x000000004010dca0 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_client.o) + 0x14 (size before relaxing) + .literal.mqtt_process_receive + 0x000000004010dca4 0x3c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_client.o) + 0x100 (size before relaxing) + .literal.esp_mqtt_client_ping + 0x000000004010dce0 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_client.o) + 0x30 (size before relaxing) + .literal.esp_mqtt_task + 0x000000004010dcec 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_client.o) + 0x88 (size before relaxing) + .literal.mqtt_enqueue + 0x000000004010dd04 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_client.o) + 0x8 (size before relaxing) + .literal.esp_mqtt_client_set_uri + 0x000000004010dd04 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_client.o) + 0x48 (size before relaxing) + .literal.esp_mqtt_client_init + 0x000000004010dd1c 0x28 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_client.o) + 0x68 (size before relaxing) + .literal.esp_mqtt_client_start + 0x000000004010dd44 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_client.o) + 0x2c (size before relaxing) + .literal.esp_mqtt_client_subscribe + 0x000000004010dd58 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_client.o) + 0x34 (size before relaxing) + .literal.esp_mqtt_client_unsubscribe + 0x000000004010dd60 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_client.o) + 0x40 (size before relaxing) + .literal.esp_mqtt_client_publish + 0x000000004010dd6c 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_client.o) + 0x2c (size before relaxing) + .literal.append_string + 0x000000004010dd70 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_msg.o) + 0x4 (size before relaxing) + .literal.append_message_id + 0x000000004010dd70 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_msg.o) + 0x8 (size before relaxing) + .literal.mqtt_msg_init + 0x000000004010dd74 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_msg.o) + 0x4 (size before relaxing) + .literal.mqtt_msg_connect + 0x000000004010dd74 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_msg.o) + 0x50 (size before relaxing) + .literal.mqtt_msg_publish + 0x000000004010dd78 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_msg.o) + 0x28 (size before relaxing) + .literal.mqtt_msg_puback + 0x000000004010dd78 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_msg.o) + 0x10 (size before relaxing) + .literal.mqtt_msg_pubrec + 0x000000004010dd78 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_msg.o) + 0x10 (size before relaxing) + .literal.mqtt_msg_pubrel + 0x000000004010dd78 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_msg.o) + 0x10 (size before relaxing) + .literal.mqtt_msg_pubcomp + 0x000000004010dd78 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_msg.o) + 0x10 (size before relaxing) + .literal.mqtt_msg_subscribe + 0x000000004010dd78 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_msg.o) + 0x24 (size before relaxing) + .literal.mqtt_msg_unsubscribe + 0x000000004010dd78 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_msg.o) + 0x20 (size before relaxing) + .literal.mqtt_msg_pingreq + 0x000000004010dd78 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_msg.o) + 0x8 (size before relaxing) + .literal.mqtt_msg_pingresp + 0x000000004010dd78 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_msg.o) + 0x8 (size before relaxing) + .literal.outbox_init + 0x000000004010dd78 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_outbox.o) + 0x14 (size before relaxing) + .literal.outbox_enqueue + 0x000000004010dd84 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_outbox.o) + 0x38 (size before relaxing) + .literal.outbox_delete + 0x000000004010dd98 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_outbox.o) + 0x1c (size before relaxing) + .literal.platform_create_id_string + 0x000000004010dd9c 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(platform_esp32_idf.o) + 0x20 (size before relaxing) + .literal.platform_random + 0x000000004010ddac 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(platform_esp32_idf.o) + .literal.platform_tick_get_ms + 0x000000004010ddb0 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(platform_esp32_idf.o) + 0x8 (size before relaxing) + .literal.transport_list_init + 0x000000004010ddb0 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(transport.o) + 0x14 (size before relaxing) + .literal.transport_list_add + 0x000000004010ddbc 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(transport.o) + 0x1c (size before relaxing) + .literal.transport_list_get_transport + 0x000000004010ddc8 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(transport.o) + .literal.transport_init + 0x000000004010ddcc 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(transport.o) + 0x14 (size before relaxing) + .literal.ssl_destroy + 0x000000004010ddd4 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(transport_ssl.o) + 0xc (size before relaxing) + .literal.ssl_poll_write + 0x000000004010ddd4 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(transport_ssl.o) + 0x10 (size before relaxing) + .literal.ssl_poll_read + 0x000000004010ddd8 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(transport_ssl.o) + 0x10 (size before relaxing) + .literal.ssl_close + 0x000000004010ddd8 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(transport_ssl.o) + 0x24 (size before relaxing) + .literal.ssl_write + 0x000000004010ddd8 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(transport_ssl.o) + 0xc (size before relaxing) + .literal.ssl_read + 0x000000004010ddd8 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(transport_ssl.o) + 0xc (size before relaxing) + .literal.ssl_connect + 0x000000004010ddd8 0x58 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(transport_ssl.o) + 0x11c (size before relaxing) + .literal.transport_ssl_set_cert_data + 0x000000004010de30 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(transport_ssl.o) + 0x4 (size before relaxing) + .literal.transport_ssl_init + 0x000000004010de30 0x28 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(transport_ssl.o) + 0x40 (size before relaxing) + .literal.tcp_destroy + 0x000000004010de58 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(transport_tcp.o) + 0xc (size before relaxing) + .literal.tcp_poll_write + 0x000000004010de58 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(transport_tcp.o) + 0x10 (size before relaxing) + .literal.tcp_poll_read + 0x000000004010de58 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(transport_tcp.o) + 0x10 (size before relaxing) + .literal.tcp_close + 0x000000004010de58 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(transport_tcp.o) + 0x8 (size before relaxing) + .literal.tcp_write + 0x000000004010de5c 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(transport_tcp.o) + 0xc (size before relaxing) + .literal.tcp_read + 0x000000004010de60 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(transport_tcp.o) + 0xc (size before relaxing) + .literal.resolve_dns + 0x000000004010de64 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(transport_tcp.o) + 0x4 (size before relaxing) + .literal.tcp_connect + 0x000000004010de64 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(transport_tcp.o) + 0x4c (size before relaxing) + .literal.transport_tcp_init + 0x000000004010de70 0x28 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(transport_tcp.o) + 0x3c (size before relaxing) + .literal.lwip_gethostbyname + 0x000000004010de98 0x1c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(netdb.o) + 0x24 (size before relaxing) + .literal.lwip_freeaddrinfo + 0x000000004010deb4 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(netdb.o) + 0x4 (size before relaxing) + .literal.lwip_getaddrinfo + 0x000000004010deb4 0x1c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(netdb.o) + 0x54 (size before relaxing) + .literal.tryget_socket + 0x000000004010ded0 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + 0x8 (size before relaxing) + .literal.lwip_socket_register_membership + 0x000000004010ded4 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + .literal.lwip_socket_unregister_membership + 0x000000004010ded8 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + 0x4 (size before relaxing) + .literal.get_socket + 0x000000004010ded8 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + 0x10 (size before relaxing) + .literal.lwip_getsockopt_impl + 0x000000004010ded8 0x1c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + 0x2c (size before relaxing) + .literal.lwip_selscan + 0x000000004010def4 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + 0x24 (size before relaxing) + .literal.event_callback + 0x000000004010df00 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + 0x48 (size before relaxing) + .literal.lwip_getsockopt_callback + 0x000000004010df14 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + 0x1c (size before relaxing) + .literal.alloc_socket + 0x000000004010df20 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + 0x1c (size before relaxing) + .literal.free_socket + 0x000000004010df24 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + 0x1c (size before relaxing) + .literal.sockaddr_to_ipaddr_port + 0x000000004010df24 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + 0x8 (size before relaxing) + .literal.lwip_socket_drop_registered_memberships + 0x000000004010df24 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + 0x20 (size before relaxing) + .literal.lwip_setsockopt_impl + 0x000000004010df30 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + 0x40 (size before relaxing) + .literal.lwip_setsockopt_callback + 0x000000004010df38 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + 0x1c (size before relaxing) + .literal.lwip_close + 0x000000004010df40 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + 0x24 (size before relaxing) + .literal.lwip_connect + 0x000000004010df48 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + 0x28 (size before relaxing) + .literal.lwip_recvfrom + 0x000000004010df4c 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + 0x5c (size before relaxing) + .literal.lwip_sendto + 0x000000004010df58 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + 0x4c (size before relaxing) + .literal.lwip_send + 0x000000004010df64 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + 0x14 (size before relaxing) + .literal.lwip_socket + 0x000000004010df64 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + 0x24 (size before relaxing) + .literal.lwip_select + 0x000000004010df68 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + 0x7c (size before relaxing) + .literal.lwip_getsockopt + 0x000000004010df78 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + 0x24 (size before relaxing) + .literal.lwip_setsockopt + 0x000000004010df7c 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + 0x24 (size before relaxing) + .literal.lwip_ioctl + 0x000000004010df80 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + 0xc (size before relaxing) + .literal.lwip_fcntl + 0x000000004010df84 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + 0x14 (size before relaxing) + .literal.lwip_send_r + 0x000000004010df84 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + 0x2c (size before relaxing) + .literal.lwip_recvfrom_r + 0x000000004010df84 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + 0x2c (size before relaxing) + .literal.lwip_read_r + 0x000000004010df84 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + 0x4 (size before relaxing) + .literal.lwip_write_r + 0x000000004010df84 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + 0x4 (size before relaxing) + .literal.lwip_connect_r + 0x000000004010df84 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + 0x2c (size before relaxing) + .literal.lwip_ioctl_r + 0x000000004010df84 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + 0x2c (size before relaxing) + .literal.lwip_fcntl_r + 0x000000004010df84 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + 0x2c (size before relaxing) + .literal.lwip_setsockopt_r + 0x000000004010df84 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + 0x2c (size before relaxing) + .literal.lwip_getsockopt_r + 0x000000004010df84 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + 0x2c (size before relaxing) + .literal.lwip_close_r + 0x000000004010df84 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + 0x34 (size before relaxing) + .literal.lwip_shutdown_r + 0x000000004010df84 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + 0x2c (size before relaxing) + .literal.tcpip_thread + 0x000000004010df84 0x1c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcpip.o) + 0x34 (size before relaxing) + .literal.tcpip_inpkt + 0x000000004010dfa0 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcpip.o) + 0x14 (size before relaxing) + .literal.tcpip_input + 0x000000004010dfa0 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcpip.o) + 0x10 (size before relaxing) + .literal.tcpip_callback_with_block + 0x000000004010dfa8 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcpip.o) + 0x18 (size before relaxing) + .literal.tcpip_send_api_msg + 0x000000004010dfa8 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcpip.o) + 0x1c (size before relaxing) + .literal.tcpip_init + 0x000000004010dfb0 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcpip.o) + 0x38 (size before relaxing) + .literal.kill_oldest_dhcps_pool + 0x000000004010dfc8 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcpserver.o) + 0xc (size before relaxing) + .literal.parse_options + 0x000000004010dfcc 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcpserver.o) + .literal.create_msg + 0x000000004010dfd8 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcpserver.o) + 0x18 (size before relaxing) + .literal.add_offer_options + 0x000000004010dfd8 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcpserver.o) + 0x18 (size before relaxing) + .literal.dhcps_poll_set + 0x000000004010dfec 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcpserver.o) + 0x1c (size before relaxing) + .literal.parse_msg + 0x000000004010dff0 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcpserver.o) + 0x70 (size before relaxing) + .literal.dhcps_pbuf_alloc + 0x000000004010dff8 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcpserver.o) + 0x4 (size before relaxing) + .literal.send_offer + 0x000000004010dff8 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcpserver.o) + 0x24 (size before relaxing) + .literal.send_ack + 0x000000004010e000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcpserver.o) + 0x24 (size before relaxing) + .literal.send_nak + 0x000000004010e000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcpserver.o) + 0x20 (size before relaxing) + .literal.handle_dhcp + 0x000000004010e000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcpserver.o) + 0x24 (size before relaxing) + .literal.dhcps_start + 0x000000004010e000 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcpserver.o) + 0x34 (size before relaxing) + .literal.dhcps_stop + 0x000000004010e008 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcpserver.o) + 0x20 (size before relaxing) + .literal.dhcps_coarse_tmr + 0x000000004010e00c 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcpserver.o) + 0x14 (size before relaxing) + .literal.lwip_ntohs + 0x000000004010e00c 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(def.o) + 0x4 (size before relaxing) + .literal.lwip_htonl + 0x000000004010e00c 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(def.o) + 0x8 (size before relaxing) + .literal.lwip_ntohl + 0x000000004010e00c 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(def.o) + 0x4 (size before relaxing) + .literal.dns_lookup + 0x000000004010e00c 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dns.o) + 0x8 (size before relaxing) + .literal.dns_server_is_set + 0x000000004010e010 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dns.o) + .literal.dns_create_txid + 0x000000004010e014 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dns.o) + 0x8 (size before relaxing) + .literal.dns_call_found + 0x000000004010e014 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dns.o) + 0x24 (size before relaxing) + .literal.dns_send + 0x000000004010e028 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dns.o) + 0x48 (size before relaxing) + .literal.dns_check_entry + 0x000000004010e034 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dns.o) + 0x30 (size before relaxing) + .literal.dns_check_entries + 0x000000004010e040 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dns.o) + 0x4 (size before relaxing) + .literal.dns_alloc_random_port + 0x000000004010e040 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dns.o) + 0x1c (size before relaxing) + .literal.dns_alloc_pcb + 0x000000004010e048 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dns.o) + 0xc (size before relaxing) + .literal.dns_enqueue + 0x000000004010e04c 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dns.o) + 0x1c (size before relaxing) + .literal.dns_compare_name + 0x000000004010e050 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dns.o) + 0x10 (size before relaxing) + .literal.dns_parse_name + 0x000000004010e050 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dns.o) + 0x8 (size before relaxing) + .literal.dns_recv + 0x000000004010e050 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dns.o) + 0x64 (size before relaxing) + .literal.dns_setserver + 0x000000004010e054 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dns.o) + 0x10 (size before relaxing) + .literal.dns_clear_servers + 0x000000004010e058 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dns.o) + 0x4 (size before relaxing) + .literal.dns_tmr + 0x000000004010e058 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dns.o) + 0x4 (size before relaxing) + .literal.dns_gethostbyname_addrtype + 0x000000004010e058 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dns.o) + 0x28 (size before relaxing) + .literal.lwip_init + 0x000000004010e060 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(init.o) + 0x1c (size before relaxing) + .literal.ipaddr_aton + 0x000000004010e060 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip.o) + 0x8 (size before relaxing) + .literal.ip_input + 0x000000004010e060 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip.o) + 0x8 (size before relaxing) + .literal.netif_loopif_init + 0x000000004010e060 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(netif.o) + .literal.netif_issue_reports + 0x000000004010e068 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(netif.o) + 0xc (size before relaxing) + .literal.netif_poll + 0x000000004010e068 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(netif.o) + 0x30 (size before relaxing) + .literal.netif_set_ipaddr + 0x000000004010e07c 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(netif.o) + 0x10 (size before relaxing) + .literal.netif_set_addr + 0x000000004010e07c 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(netif.o) + 0xc (size before relaxing) + .literal.netif_add + 0x000000004010e07c 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(netif.o) + 0x24 (size before relaxing) + .literal.netif_set_default + 0x000000004010e090 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(netif.o) + .literal.netif_set_up + 0x000000004010e094 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(netif.o) + 0x4 (size before relaxing) + .literal.netif_set_down + 0x000000004010e094 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(netif.o) + 0x4 (size before relaxing) + .literal.netif_remove + 0x000000004010e094 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(netif.o) + 0x20 (size before relaxing) + .literal.netif_set_link_up + 0x000000004010e094 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(netif.o) + 0x8 (size before relaxing) + .literal.netif_init + 0x000000004010e094 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(netif.o) + 0x20 (size before relaxing) + .literal.netif_loop_output + 0x000000004010e0a0 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(netif.o) + 0x34 (size before relaxing) + .literal.netif_loop_output_ipv6 + 0x000000004010e0ac 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(netif.o) + 0x4 (size before relaxing) + .literal.netif_loop_output_ipv4 + 0x000000004010e0ac 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(netif.o) + 0x4 (size before relaxing) + .literal.pbuf_pool_is_empty + 0x000000004010e0ac 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(pbuf.o) + 0x1c (size before relaxing) + .literal.pbuf_free_ooseq + 0x000000004010e0b4 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(pbuf.o) + 0x14 (size before relaxing) + .literal.pbuf_free_ooseq_callback + 0x000000004010e0b8 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(pbuf.o) + 0x4 (size before relaxing) + .literal.pbuf_header_impl + 0x000000004010e0b8 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(pbuf.o) + 0x20 (size before relaxing) + .literal.pbuf_header + 0x000000004010e0cc 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(pbuf.o) + 0x4 (size before relaxing) + .literal.pbuf_header_force + 0x000000004010e0cc 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(pbuf.o) + 0x4 (size before relaxing) + .literal.pbuf_free + 0x000000004010e0cc 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(pbuf.o) + 0x34 (size before relaxing) + .literal.pbuf_alloc + 0x000000004010e0d8 0x1c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(pbuf.o) + 0x5c (size before relaxing) + .literal.pbuf_realloc + 0x000000004010e0f4 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(pbuf.o) + 0x38 (size before relaxing) + .literal.pbuf_ref + 0x000000004010e10c 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(pbuf.o) + 0x8 (size before relaxing) + .literal.pbuf_cat + 0x000000004010e10c 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(pbuf.o) + 0x20 (size before relaxing) + .literal.pbuf_chain + 0x000000004010e11c 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(pbuf.o) + 0x8 (size before relaxing) + .literal.pbuf_copy + 0x000000004010e11c 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(pbuf.o) + 0x38 (size before relaxing) + .literal.pbuf_copy_partial + 0x000000004010e134 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(pbuf.o) + 0x14 (size before relaxing) + .literal.pbuf_take + 0x000000004010e13c 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(pbuf.o) + 0x34 (size before relaxing) + .literal.pbuf_take_at + 0x000000004010e154 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(pbuf.o) + 0xc (size before relaxing) + .literal.pbuf_get_at + 0x000000004010e154 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(pbuf.o) + 0x4 (size before relaxing) + .literal.pbuf_put_at + 0x000000004010e154 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(pbuf.o) + 0x4 (size before relaxing) + .literal.tcp_new_port + 0x000000004010e154 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp.o) + 0x10 (size before relaxing) + .literal.tcp_set_fin_wait_1 + 0x000000004010e15c 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp.o) + .literal.tcp_update_rcv_ann_wnd + 0x000000004010e160 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp.o) + 0x14 (size before relaxing) + .literal.tcp_recved + 0x000000004010e16c 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp.o) + 0x28 (size before relaxing) + .literal.tcp_seg_free + 0x000000004010e180 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp.o) + 0x8 (size before relaxing) + .literal.tcp_segs_free + 0x000000004010e180 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp.o) + 0x4 (size before relaxing) + .literal.tcp_seg_copy + 0x000000004010e180 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp.o) + 0x10 (size before relaxing) + .literal.tcp_pcb_num_cal + 0x000000004010e180 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp.o) + 0x10 (size before relaxing) + .literal.tcp_recv + 0x000000004010e18c 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp.o) + 0x10 (size before relaxing) + .literal.tcp_sent + 0x000000004010e194 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp.o) + 0x10 (size before relaxing) + .literal.tcp_err + 0x000000004010e19c 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp.o) + 0x10 (size before relaxing) + .literal.tcp_poll + 0x000000004010e1a4 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp.o) + 0x10 (size before relaxing) + .literal.tcp_pcb_purge + 0x000000004010e1ac 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp.o) + 0x2c (size before relaxing) + .literal.tcp_slowtmr + 0x000000004010e1b8 0x34 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp.o) + 0x90 (size before relaxing) + .literal.tcp_pcb_remove + 0x000000004010e1ec 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp.o) + 0x28 (size before relaxing) + .literal.tcp_close_shutdown + 0x000000004010e1fc 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp.o) + 0x6c (size before relaxing) + .literal.tcp_close + 0x000000004010e20c 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp.o) + 0x4 (size before relaxing) + .literal.tcp_recv_null + 0x000000004010e20c 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp.o) + 0xc (size before relaxing) + .literal.tcp_process_refused_data + 0x000000004010e20c 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp.o) + 0x4 (size before relaxing) + .literal.tcp_fasttmr + 0x000000004010e20c 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp.o) + 0x14 (size before relaxing) + .literal.tcp_tmr + 0x000000004010e20c 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp.o) + 0xc (size before relaxing) + .literal.tcp_shutdown + 0x000000004010e210 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp.o) + 0xc (size before relaxing) + .literal.tcp_abandon + 0x000000004010e210 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp.o) + 0x40 (size before relaxing) + .literal.tcp_abort + 0x000000004010e218 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp.o) + 0x4 (size before relaxing) + .literal.tcp_kill_timewait + 0x000000004010e218 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp.o) + 0xc (size before relaxing) + .literal.tcp_kill_prio + 0x000000004010e218 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp.o) + 0xc (size before relaxing) + .literal.tcp_kill_state + 0x000000004010e218 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp.o) + 0xc (size before relaxing) + .literal.tcp_next_iss + 0x000000004010e218 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp.o) + 0x8 (size before relaxing) + .literal.tcp_alloc + 0x000000004010e21c 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp.o) + 0x68 (size before relaxing) + .literal.tcp_new + 0x000000004010e228 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp.o) + 0x4 (size before relaxing) + .literal.tcp_eff_send_mss_impl + 0x000000004010e228 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp.o) + 0xc (size before relaxing) + .literal.tcp_connect + 0x000000004010e228 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp.o) + 0x3c (size before relaxing) + .literal.tcp_netif_ipv4_addr_changed + 0x000000004010e22c 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp.o) + 0x4 (size before relaxing) + .literal.tcp_getoptbyte + 0x000000004010e22c 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp_in.o) + .literal.tcp_parseopt + 0x000000004010e23c 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp_in.o) + 0x1c (size before relaxing) + .literal.tcp_timewait_input + 0x000000004010e240 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp_in.o) + 0x28 (size before relaxing) + .literal.tcp_listen_input + 0x000000004010e258 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp_in.o) + 0x48 (size before relaxing) + .literal.tcp_oos_insert_segment + 0x000000004010e25c 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp_in.o) + 0x1c (size before relaxing) + .literal.tcp_receive + 0x000000004010e25c 0x44 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp_in.o) + 0x19c (size before relaxing) + .literal.tcp_process + 0x000000004010e2a0 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp_in.o) + 0xa8 (size before relaxing) + .literal.tcp_input + 0x000000004010e2b8 0x30 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp_in.o) + 0x12c (size before relaxing) + .literal.tcp_trigger_input_pcb_close + 0x000000004010e2e8 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp_in.o) + 0x4 (size before relaxing) + .literal.tcp_write_checks + 0x000000004010e2e8 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp_out.o) + 0x1c (size before relaxing) + .literal.tcp_pbuf_prealloc + 0x000000004010e2fc 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp_out.o) + 0x14 (size before relaxing) + .literal.tcp_create_segment + 0x000000004010e304 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp_out.o) + 0x34 (size before relaxing) + .literal.tcp_output_alloc_header + 0x000000004010e30c 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp_out.o) + 0x28 (size before relaxing) + .literal.tcp_output_segment + 0x000000004010e314 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp_out.o) + 0x34 (size before relaxing) + .literal.tcp_write + 0x000000004010e318 0x2c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp_out.o) + 0x98 (size before relaxing) + .literal.tcp_enqueue_flags + 0x000000004010e344 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp_out.o) + 0x40 (size before relaxing) + .literal.tcp_send_fin + 0x000000004010e35c 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp_out.o) + 0xc (size before relaxing) + .literal.tcp_send_empty_ack + 0x000000004010e35c 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp_out.o) + 0x20 (size before relaxing) + .literal.tcp_output + 0x000000004010e35c 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp_out.o) + 0x58 (size before relaxing) + .literal.tcp_rst + 0x000000004010e368 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp_out.o) + 0x44 (size before relaxing) + .literal.tcp_rexmit_rto + 0x000000004010e370 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp_out.o) + 0x4 (size before relaxing) + .literal.tcp_rexmit + 0x000000004010e370 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp_out.o) + 0x8 (size before relaxing) + .literal.tcp_rexmit_fast + 0x000000004010e370 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp_out.o) + 0x4 (size before relaxing) + .literal.tcp_keepalive + 0x000000004010e370 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp_out.o) + 0x20 (size before relaxing) + .literal.tcp_zero_window_probe + 0x000000004010e370 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp_out.o) + 0x2c (size before relaxing) + .literal.sys_timeout + 0x000000004010e370 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(timers.o) + 0x20 (size before relaxing) + .literal.tcp_timer_needed + 0x000000004010e384 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(timers.o) + 0x14 (size before relaxing) + .literal.tcpip_tcp_timer + 0x000000004010e38c 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(timers.o) + 0x18 (size before relaxing) + .literal.sys_timeouts_init + 0x000000004010e38c 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(timers.o) + 0x40 (size before relaxing) + .literal.mld6_timer + 0x000000004010e3ac 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(timers.o) + 0xc (size before relaxing) + .literal.ip6_reass_timer + 0x000000004010e3ac 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(timers.o) + 0xc (size before relaxing) + .literal.nd6_timer + 0x000000004010e3ac 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(timers.o) + 0xc (size before relaxing) + .literal.dns_timer + 0x000000004010e3ac 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(timers.o) + 0xc (size before relaxing) + .literal.igmp_timer + 0x000000004010e3ac 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(timers.o) + 0xc (size before relaxing) + .literal.dhcp_timer_fine + 0x000000004010e3ac 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(timers.o) + 0xc (size before relaxing) + .literal.dhcp_timer_coarse + 0x000000004010e3ac 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(timers.o) + 0x10 (size before relaxing) + .literal.arp_timer + 0x000000004010e3ac 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(timers.o) + 0xc (size before relaxing) + .literal.sys_timeouts_mbox_fetch + 0x000000004010e3ac 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(timers.o) + 0x10 (size before relaxing) + .literal.udp_new_port + 0x000000004010e3ac 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(udp.o) + 0x14 (size before relaxing) + .literal.udp_input_local_match + 0x000000004010e3b4 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(udp.o) + 0x14 (size before relaxing) + .literal.udp_input + 0x000000004010e3c0 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(udp.o) + 0x6c (size before relaxing) + .literal.udp_bind + 0x000000004010e3c8 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(udp.o) + 0xc (size before relaxing) + .literal.udp_sendto_if_src + 0x000000004010e3c8 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(udp.o) + 0x40 (size before relaxing) + .literal.udp_sendto_if + 0x000000004010e3d0 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(udp.o) + 0xc (size before relaxing) + .literal.udp_sendto + 0x000000004010e3d0 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(udp.o) + 0x20 (size before relaxing) + .literal.udp_send + 0x000000004010e3d4 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(udp.o) + 0x4 (size before relaxing) + .literal.udp_connect + 0x000000004010e3d4 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(udp.o) + 0x8 (size before relaxing) + .literal.udp_remove + 0x000000004010e3d4 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(udp.o) + 0x8 (size before relaxing) + .literal.udp_new + 0x000000004010e3d4 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(udp.o) + 0xc (size before relaxing) + .literal.udp_new_ip_type + 0x000000004010e3d4 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(udp.o) + 0x4 (size before relaxing) + .literal.udp_netif_ipv4_addr_changed + 0x000000004010e3d4 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(udp.o) + 0x4 (size before relaxing) + .literal.dhcp_option_short + 0x000000004010e3d4 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcp.o) + 0x10 (size before relaxing) + .literal.dhcp_option + 0x000000004010e3e0 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcp.o) + 0x10 (size before relaxing) + .literal.dhcp_option_byte + 0x000000004010e3e8 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcp.o) + 0x10 (size before relaxing) + .literal.dhcp_option_trailer + 0x000000004010e3f0 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcp.o) + 0x20 (size before relaxing) + .literal.dhcp_option_long + 0x000000004010e400 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcp.o) + 0x18 (size before relaxing) + .literal.dhcp_create_msg + 0x000000004010e408 0x1c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcp.o) + 0x48 (size before relaxing) + .literal.dhcp_option_hostname + 0x000000004010e424 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcp.o) + 0x1c (size before relaxing) + .literal.dhcp_delete_msg + 0x000000004010e42c 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcp.o) + 0x24 (size before relaxing) + .literal.dhcp_discover + 0x000000004010e43c 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcp.o) + 0x44 (size before relaxing) + .literal.dhcp_rebind + 0x000000004010e44c 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcp.o) + 0x34 (size before relaxing) + .literal.dhcp_t2_timeout + 0x000000004010e44c 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcp.o) + 0x4 (size before relaxing) + .literal.dhcp_select + 0x000000004010e44c 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcp.o) + 0x5c (size before relaxing) + .literal.dhcp_handle_offer + 0x000000004010e44c 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcp.o) + 0x10 (size before relaxing) + .literal.dhcp_reboot + 0x000000004010e454 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcp.o) + 0x3c (size before relaxing) + .literal.dhcp_decline + 0x000000004010e454 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcp.o) + 0x30 (size before relaxing) + .literal.dhcp_check + 0x000000004010e454 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcp.o) + 0x8 (size before relaxing) + .literal.dhcp_bind + 0x000000004010e454 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcp.o) + 0x24 (size before relaxing) + .literal.dhcp_handle_nak + 0x000000004010e45c 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcp.o) + 0x10 (size before relaxing) + .literal.dhcp_dec_pcb_refcount + 0x000000004010e45c 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcp.o) + 0x1c (size before relaxing) + .literal.dhcp_inc_pcb_refcount + 0x000000004010e468 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcp.o) + 0x30 (size before relaxing) + .literal.dhcp_parse_reply + 0x000000004010e474 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcp.o) + 0x68 (size before relaxing) + .literal.dhcp_handle_ack + 0x000000004010e494 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcp.o) + 0x18 (size before relaxing) + .literal.dhcp_recv + 0x000000004010e494 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcp.o) + 0x44 (size before relaxing) + .literal.dhcp_cleanup + 0x000000004010e4a0 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcp.o) + 0x14 (size before relaxing) + .literal.dhcp_set_cb + 0x000000004010e4a8 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcp.o) + 0x10 (size before relaxing) + .literal.dhcp_network_changed + 0x000000004010e4ac 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcp.o) + 0x8 (size before relaxing) + .literal.dhcp_arp_reply + 0x000000004010e4ac 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcp.o) + 0xc (size before relaxing) + .literal.dhcp_renew + 0x000000004010e4ac 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcp.o) + 0x30 (size before relaxing) + .literal.dhcp_t1_timeout + 0x000000004010e4ac 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcp.o) + 0x4 (size before relaxing) + .literal.dhcp_stop + 0x000000004010e4ac 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcp.o) + 0x20 (size before relaxing) + .literal.dhcp_start + 0x000000004010e4b4 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcp.o) + 0x40 (size before relaxing) + .literal.dhcp_release + 0x000000004010e4c0 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcp.o) + 0x34 (size before relaxing) + .literal.dhcp_coarse_tmr + 0x000000004010e4c0 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcp.o) + 0x14 (size before relaxing) + .literal.dhcp_timeout + 0x000000004010e4c0 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcp.o) + 0x20 (size before relaxing) + .literal.dhcp_fine_tmr + 0x000000004010e4c0 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcp.o) + 0x8 (size before relaxing) + .literal.icmp_send_response + 0x000000004010e4c0 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(icmp.o) + 0x28 (size before relaxing) + .literal.icmp_input + 0x000000004010e4cc 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(icmp.o) + 0x78 (size before relaxing) + .literal.icmp_dest_unreach + 0x000000004010e4e4 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(icmp.o) + 0x4 (size before relaxing) + .literal.igmp_remove_group + 0x000000004010e4e4 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(igmp.o) + 0x8 (size before relaxing) + .literal.igmp_start_timer + 0x000000004010e4e8 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(igmp.o) + 0x4 (size before relaxing) + .literal.igmp_delaying_member + 0x000000004010e4e8 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(igmp.o) + 0x4 (size before relaxing) + .literal.igmp_ip_output_if + 0x000000004010e4e8 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(igmp.o) + 0x4 (size before relaxing) + .literal.igmp_send + 0x000000004010e4e8 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(igmp.o) + 0x28 (size before relaxing) + .literal.igmp_timeout + 0x000000004010e4f8 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(igmp.o) + 0x8 (size before relaxing) + .literal.igmp_init + 0x000000004010e4fc 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(igmp.o) + 0x10 (size before relaxing) + .literal.igmp_stop + 0x000000004010e504 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(igmp.o) + 0x8 (size before relaxing) + .literal.igmp_report_groups + 0x000000004010e504 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(igmp.o) + 0xc (size before relaxing) + .literal.igmp_lookfor_group + 0x000000004010e504 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(igmp.o) + 0x4 (size before relaxing) + .literal.igmp_lookup_group + 0x000000004010e504 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(igmp.o) + 0x10 (size before relaxing) + .literal.igmp_start + 0x000000004010e504 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(igmp.o) + 0x8 (size before relaxing) + .literal.igmp_input + 0x000000004010e504 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(igmp.o) + 0x2c (size before relaxing) + .literal.igmp_joingroup_netif + 0x000000004010e504 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(igmp.o) + 0x28 (size before relaxing) + .literal.igmp_joingroup + 0x000000004010e510 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(igmp.o) + 0x1c (size before relaxing) + .literal.igmp_leavegroup_netif + 0x000000004010e518 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(igmp.o) + 0x28 (size before relaxing) + .literal.igmp_leavegroup + 0x000000004010e524 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(igmp.o) + 0x1c (size before relaxing) + .literal.igmp_tmr + 0x000000004010e52c 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(igmp.o) + 0x8 (size before relaxing) + .literal.ip4_netif_exist + 0x000000004010e52c 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip4.o) + 0x4 (size before relaxing) + .literal.ip4_route_src_hook + 0x000000004010e52c 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip4.o) + 0x4 (size before relaxing) + .literal.ip4_route + 0x000000004010e52c 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip4.o) + 0x10 (size before relaxing) + .literal.ip4_route_src + 0x000000004010e530 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip4.o) + 0xc (size before relaxing) + .literal.ip4_input + 0x000000004010e530 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip4.o) + 0x64 (size before relaxing) + .literal.ip4_output_if_opt_src + 0x000000004010e534 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip4.o) + 0x40 (size before relaxing) + .literal.ip4_output_if_opt + 0x000000004010e548 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip4.o) + 0x4 (size before relaxing) + .literal.ip4_output_if + 0x000000004010e548 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip4.o) + 0x4 (size before relaxing) + .literal.ip4_output_if_src + 0x000000004010e548 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip4.o) + 0x4 (size before relaxing) + .literal.ip4addr_aton + 0x000000004010e548 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip4_addr.o) + 0x20 (size before relaxing) + .literal.ip4addr_ntoa_r + 0x000000004010e558 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip4_addr.o) + 0x4 (size before relaxing) + .literal.ip4addr_ntoa + 0x000000004010e558 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip4_addr.o) + 0x8 (size before relaxing) + .literal.icmp6_send_response + 0x000000004010e55c 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(icmp6.o) + 0x3c (size before relaxing) + .literal.icmp6_input + 0x000000004010e568 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(icmp6.o) + 0x48 (size before relaxing) + .literal.icmp6_dest_unreach + 0x000000004010e568 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(icmp6.o) + 0x4 (size before relaxing) + .literal.icmp6_time_exceeded + 0x000000004010e568 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(icmp6.o) + 0x4 (size before relaxing) + .literal.icmp6_param_problem + 0x000000004010e568 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(icmp6.o) + 0x4 (size before relaxing) + .literal.ip6_route + 0x000000004010e568 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip6.o) + 0x18 (size before relaxing) + .literal.ip6_select_source_address + 0x000000004010e574 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip6.o) + 0x18 (size before relaxing) + .literal.ip6_input + 0x000000004010e584 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip6.o) + 0x98 (size before relaxing) + .literal.ip6_output_if_src + 0x000000004010e584 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip6.o) + 0x34 (size before relaxing) + .literal.ip6_output_if + 0x000000004010e59c 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip6.o) + 0x8 (size before relaxing) + .literal.ip6_options_add_hbh_ra + 0x000000004010e59c 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip6.o) + 0x4 (size before relaxing) + .literal.ip6addr_aton + 0x000000004010e59c 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip6_addr.o) + 0x4 (size before relaxing) + .literal.ip6addr_ntoa_r + 0x000000004010e59c 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip6_addr.o) + 0x10 (size before relaxing) + .literal.ip6addr_ntoa + 0x000000004010e5a4 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip6_addr.o) + 0x8 (size before relaxing) + .literal.ip6_reass_free_complete_datagram + 0x000000004010e5a8 0x1c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip6_frag.o) + 0x4c (size before relaxing) + .literal.ip6_reass_remove_oldest_datagram + 0x000000004010e5c4 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip6_frag.o) + 0xc (size before relaxing) + .literal.ip6_reass_tmr + 0x000000004010e5c4 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip6_frag.o) + 0x8 (size before relaxing) + .literal.ip6_reass + 0x000000004010e5c4 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip6_frag.o) + 0x7c (size before relaxing) + .literal.mld6_free_group + 0x000000004010e5dc 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(mld6.o) + 0x8 (size before relaxing) + .literal.mld6_delayed_report + 0x000000004010e5e0 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(mld6.o) + 0x8 (size before relaxing) + .literal.mld6_new_group + 0x000000004010e5e4 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(mld6.o) + 0xc (size before relaxing) + .literal.mld6_send + 0x000000004010e5e4 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(mld6.o) + 0x20 (size before relaxing) + .literal.mld6_stop + 0x000000004010e5e4 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(mld6.o) + 0x8 (size before relaxing) + .literal.mld6_report_groups + 0x000000004010e5e4 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(mld6.o) + 0x8 (size before relaxing) + .literal.mld6_lookfor_group + 0x000000004010e5e4 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(mld6.o) + 0x4 (size before relaxing) + .literal.mld6_input + 0x000000004010e5e4 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(mld6.o) + 0x2c (size before relaxing) + .literal.mld6_joingroup_netif + 0x000000004010e5e4 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(mld6.o) + 0x10 (size before relaxing) + .literal.mld6_joingroup + 0x000000004010e5e4 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(mld6.o) + 0xc (size before relaxing) + .literal.mld6_leavegroup_netif + 0x000000004010e5e4 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(mld6.o) + 0xc (size before relaxing) + .literal.mld6_leavegroup + 0x000000004010e5e4 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(mld6.o) + 0xc (size before relaxing) + .literal.mld6_tmr + 0x000000004010e5e4 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(mld6.o) + 0x8 (size before relaxing) + .literal.nd6_find_neighbor_cache_entry + 0x000000004010e5e4 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(nd6.o) + .literal.nd6_find_destination_cache_entry + 0x000000004010e5e8 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(nd6.o) + .literal.nd6_new_destination_cache_entry + 0x000000004010e5ec 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(nd6.o) + 0x4 (size before relaxing) + .literal.nd6_is_prefix_in_netif + 0x000000004010e5ec 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(nd6.o) + .literal.nd6_get_router + 0x000000004010e5f0 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(nd6.o) + 0x4 (size before relaxing) + .literal.nd6_get_onlink_prefix + 0x000000004010e5f0 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(nd6.o) + 0x4 (size before relaxing) + .literal.nd6_new_onlink_prefix + 0x000000004010e5f0 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(nd6.o) + 0x4 (size before relaxing) + .literal.nd6_send_q + 0x000000004010e5f0 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(nd6.o) + 0x14 (size before relaxing) + .literal.nd6_send_na + 0x000000004010e5f0 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(nd6.o) + 0x20 (size before relaxing) + .literal.nd6_send_rs + 0x000000004010e5f4 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(nd6.o) + 0x20 (size before relaxing) + .literal.nd6_send_ns + 0x000000004010e5f4 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(nd6.o) + 0x20 (size before relaxing) + .literal.nd6_free_q + 0x000000004010e5f4 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(nd6.o) + 0x28 (size before relaxing) + .literal.nd6_free_neighbor_cache_entry + 0x000000004010e608 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(nd6.o) + 0x8 (size before relaxing) + .literal.nd6_new_neighbor_cache_entry + 0x000000004010e608 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(nd6.o) + 0x1c (size before relaxing) + .literal.nd6_new_router + 0x000000004010e608 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(nd6.o) + 0x10 (size before relaxing) + .literal.nd6_input + 0x000000004010e608 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(nd6.o) + 0x110 (size before relaxing) + .literal.nd6_tmr + 0x000000004010e618 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(nd6.o) + 0x40 (size before relaxing) + .literal.nd6_select_router + 0x000000004010e61c 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(nd6.o) + 0x8 (size before relaxing) + .literal.nd6_get_next_hop_entry + 0x000000004010e620 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(nd6.o) + 0x34 (size before relaxing) + .literal.nd6_queue_packet + 0x000000004010e628 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(nd6.o) + 0x30 (size before relaxing) + .literal.nd6_get_destination_mtu + 0x000000004010e628 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(nd6.o) + 0x8 (size before relaxing) + .literal.nd6_reachability_hint + 0x000000004010e628 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(nd6.o) + 0x1c (size before relaxing) + .literal.free_etharp_q + 0x000000004010e628 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(etharp.o) + 0x28 (size before relaxing) + .literal.etharp_free_entry + 0x000000004010e63c 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(etharp.o) + 0x10 (size before relaxing) + .literal.etharp_find_entry + 0x000000004010e644 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(etharp.o) + 0x34 (size before relaxing) + .literal.etharp_send_ip + 0x000000004010e658 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(etharp.o) + 0x18 (size before relaxing) + .literal.etharp_update_arp_entry + 0x000000004010e660 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(etharp.o) + 0x2c (size before relaxing) + .literal.etharp_raw + 0x000000004010e668 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(etharp.o) + 0x3c (size before relaxing) + .literal.etharp_request_dst + 0x000000004010e674 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(etharp.o) + 0x8 (size before relaxing) + .literal.etharp_cleanup_netif + 0x000000004010e674 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(etharp.o) + 0x8 (size before relaxing) + .literal.etharp_ip_input + 0x000000004010e674 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(etharp.o) + 0xc (size before relaxing) + .literal.etharp_arp_input + 0x000000004010e674 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(etharp.o) + 0x40 (size before relaxing) + .literal.etharp_request + 0x000000004010e678 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(etharp.o) + 0x8 (size before relaxing) + .literal.etharp_tmr + 0x000000004010e67c 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(etharp.o) + 0xc (size before relaxing) + .literal.etharp_output_to_arp_index + 0x000000004010e67c 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(etharp.o) + 0x20 (size before relaxing) + .literal.etharp_query + 0x000000004010e684 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(etharp.o) + 0x5c (size before relaxing) + .literal.etharp_output + 0x000000004010e694 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(etharp.o) + 0x48 (size before relaxing) + .literal.ethernet_input + 0x000000004010e6a0 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ethernet.o) + 0x28 (size before relaxing) + .literal.sys_thread_sem_free + 0x000000004010e6a4 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sys_arch.o) + 0x8 (size before relaxing) + .literal.sys_mutex_new + 0x000000004010e6a4 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sys_arch.o) + .literal.sys_mutex_lock + 0x000000004010e6a8 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sys_arch.o) + 0x4 (size before relaxing) + .literal.sys_mutex_trylock + 0x000000004010e6a8 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sys_arch.o) + 0x4 (size before relaxing) + .literal.sys_mutex_unlock + 0x000000004010e6a8 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sys_arch.o) + 0x4 (size before relaxing) + .literal.sys_mutex_free + 0x000000004010e6a8 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sys_arch.o) + 0x4 (size before relaxing) + .literal.sys_sem_new + 0x000000004010e6a8 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sys_arch.o) + 0xc (size before relaxing) + .literal.sys_sem_signal + 0x000000004010e6a8 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sys_arch.o) + 0x4 (size before relaxing) + .literal.sys_arch_sem_wait + 0x000000004010e6a8 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sys_arch.o) + 0x18 (size before relaxing) + .literal.sys_mbox_new + 0x000000004010e6ac 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sys_arch.o) + 0x18 (size before relaxing) + .literal.sys_mbox_post + 0x000000004010e6ac 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sys_arch.o) + 0x4 (size before relaxing) + .literal.sys_mbox_trypost + 0x000000004010e6ac 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sys_arch.o) + 0x4 (size before relaxing) + .literal.sys_arch_mbox_fetch + 0x000000004010e6ac 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sys_arch.o) + 0x20 (size before relaxing) + .literal.sys_arch_mbox_tryfetch + 0x000000004010e6ac 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sys_arch.o) + 0x4 (size before relaxing) + .literal.sys_thread_new + 0x000000004010e6ac 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sys_arch.o) + 0x8 (size before relaxing) + .literal.sys_init + 0x000000004010e6ac 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sys_arch.o) + 0x28 (size before relaxing) + .literal.sys_now + 0x000000004010e6c0 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sys_arch.o) + 0x4 (size before relaxing) + .literal.sys_arch_protect + 0x000000004010e6c0 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sys_arch.o) + 0x8 (size before relaxing) + .literal.sys_arch_unprotect + 0x000000004010e6c0 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sys_arch.o) + 0x8 (size before relaxing) + .literal.sys_thread_sem_init + 0x000000004010e6c0 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sys_arch.o) + 0x2c (size before relaxing) + .literal.sys_thread_sem_get + 0x000000004010e6c4 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sys_arch.o) + 0xc (size before relaxing) + .literal.sys_delay_ms + 0x000000004010e6c4 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sys_arch.o) + 0x8 (size before relaxing) + .literal.sys_mbox_free + 0x000000004010e6c4 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sys_arch.o) + 0x34 (size before relaxing) + .literal.low_level_init + 0x000000004010e6d0 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(wlanif.o) + .literal.low_level_output + 0x000000004010e6d4 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(wlanif.o) + 0x18 (size before relaxing) + .literal.wlanif_input + 0x000000004010e6d4 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(wlanif.o) + 0x10 (size before relaxing) + .literal.wlanif_init + 0x000000004010e6d4 0x1c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(wlanif.o) + 0x24 (size before relaxing) + .literal.wlanif_init_sta + 0x000000004010e6f0 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(wlanif.o) + 0x4 (size before relaxing) + .literal.wlanif_init_ap + 0x000000004010e6f0 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(wlanif.o) + 0x4 (size before relaxing) + .literal.lwip_ioctl_r_wrapper + 0x000000004010e6f0 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(vfs_lwip.o) + 0x4 (size before relaxing) + .literal.lwip_fcntl_r_wrapper + 0x000000004010e6f0 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(vfs_lwip.o) + 0x4 (size before relaxing) + .literal.esp_vfs_lwip_sockets_register + 0x000000004010e6f0 0x28 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(vfs_lwip.o) + 0x38 (size before relaxing) + .literal.tcpip_apimsg + 0x000000004010e718 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_lib.o) + 0x18 (size before relaxing) + .literal.netconn_recv_data + 0x000000004010e724 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_lib.o) + 0x34 (size before relaxing) + .literal.netconn_new_with_proto_and_callback + 0x000000004010e73c 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_lib.o) + 0x34 (size before relaxing) + .literal.netconn_delete + 0x000000004010e750 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_lib.o) + 0x10 (size before relaxing) + .literal.netconn_getaddr + 0x000000004010e754 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_lib.o) + 0x20 (size before relaxing) + .literal.netconn_connect + 0x000000004010e764 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_lib.o) + 0x14 (size before relaxing) + .literal.netconn_disconnect + 0x000000004010e76c 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_lib.o) + 0x10 (size before relaxing) + .literal.netconn_recv_tcp_pbuf + 0x000000004010e774 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_lib.o) + 0xc (size before relaxing) + .literal.netconn_recv + 0x000000004010e774 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_lib.o) + 0x34 (size before relaxing) + .literal.netconn_recved + 0x000000004010e77c 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_lib.o) + 0x8 (size before relaxing) + .literal.netconn_send + 0x000000004010e77c 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_lib.o) + 0x10 (size before relaxing) + .literal.netconn_write_partly + 0x000000004010e784 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_lib.o) + 0x1c (size before relaxing) + .literal.netconn_join_leave_group + 0x000000004010e790 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_lib.o) + 0x14 (size before relaxing) + .literal.netconn_gethostbyname_addrtype + 0x000000004010e798 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_lib.o) + 0x20 (size before relaxing) + .literal.lwip_netconn_do_dns_found + 0x000000004010e7a4 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_msg.o) + 0x8 (size before relaxing) + .literal.err_tcp + 0x000000004010e7a4 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_msg.o) + 0x44 (size before relaxing) + .literal.recv_udp + 0x000000004010e7bc 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_msg.o) + 0x40 (size before relaxing) + .literal.recv_raw + 0x000000004010e7cc 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_msg.o) + 0x24 (size before relaxing) + .literal.setup_tcp + 0x000000004010e7cc 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_msg.o) + 0x24 (size before relaxing) + .literal.pcb_new + 0x000000004010e7dc 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_msg.o) + 0x30 (size before relaxing) + .literal.lwip_netconn_do_connected + 0x000000004010e7ec 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_msg.o) + 0x30 (size before relaxing) + .literal.lwip_netconn_do_writemore + 0x000000004010e7fc 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_msg.o) + 0x68 (size before relaxing) + .literal.lwip_netconn_do_close_internal + 0x000000004010e81c 0x1c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_msg.o) + 0x98 (size before relaxing) + .literal.poll_tcp + 0x000000004010e838 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_msg.o) + 0x2c (size before relaxing) + .literal.sent_tcp + 0x000000004010e83c 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_msg.o) + 0x2c (size before relaxing) + .literal.recv_tcp + 0x000000004010e840 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_msg.o) + 0x34 (size before relaxing) + .literal.lwip_netconn_do_newconn + 0x000000004010e850 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_msg.o) + 0x10 (size before relaxing) + .literal.netconn_alloc + 0x000000004010e850 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_msg.o) + 0x20 (size before relaxing) + .literal.netconn_free + 0x000000004010e858 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_msg.o) + 0x24 (size before relaxing) + .literal.netconn_drain + 0x000000004010e868 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_msg.o) + 0x34 (size before relaxing) + .literal.lwip_netconn_do_delconn + 0x000000004010e870 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_msg.o) + 0x50 (size before relaxing) + .literal.lwip_netconn_do_connect + 0x000000004010e880 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_msg.o) + 0x28 (size before relaxing) + .literal.lwip_netconn_do_disconnect + 0x000000004010e888 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_msg.o) + 0x10 (size before relaxing) + .literal.lwip_netconn_do_send + 0x000000004010e888 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_msg.o) + 0x2c (size before relaxing) + .literal.lwip_netconn_do_recv + 0x000000004010e888 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_msg.o) + 0x24 (size before relaxing) + .literal.lwip_netconn_do_write + 0x000000004010e88c 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_msg.o) + 0x28 (size before relaxing) + .literal.lwip_netconn_do_getaddr + 0x000000004010e894 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_msg.o) + 0x1c (size before relaxing) + .literal.lwip_netconn_do_join_leave_group + 0x000000004010e89c 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_msg.o) + 0x1c (size before relaxing) + .literal.lwip_netconn_do_gethostbyname + 0x000000004010e89c 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_msg.o) + 0xc (size before relaxing) + .literal.netbuf_delete + 0x000000004010e8a0 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(netbuf.o) + 0x8 (size before relaxing) + .literal.netbuf_alloc + 0x000000004010e8a0 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(netbuf.o) + 0x20 (size before relaxing) + .literal.netbuf_free + 0x000000004010e8b0 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(netbuf.o) + 0xc (size before relaxing) + .literal.lwip_standard_chksum + 0x000000004010e8b4 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(inet_chksum.o) + 0x4 (size before relaxing) + .literal.inet_cksum_pseudo_base + 0x000000004010e8b4 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(inet_chksum.o) + 0x10 (size before relaxing) + .literal.inet_chksum_pseudo + 0x000000004010e8b4 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(inet_chksum.o) + 0x4 (size before relaxing) + .literal.ip6_chksum_pseudo + 0x000000004010e8b4 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(inet_chksum.o) + 0x4 (size before relaxing) + .literal.ip_chksum_pseudo + 0x000000004010e8b4 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(inet_chksum.o) + 0x8 (size before relaxing) + .literal.inet_chksum + 0x000000004010e8b4 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(inet_chksum.o) + 0x4 (size before relaxing) + .literal.inet_chksum_pbuf + 0x000000004010e8b4 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(inet_chksum.o) + 0x8 (size before relaxing) + .literal.raw_input_match + 0x000000004010e8b4 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(raw.o) + 0x4 (size before relaxing) + .literal.raw_input + 0x000000004010e8b4 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(raw.o) + 0x24 (size before relaxing) + .literal.raw_sendto + 0x000000004010e8c4 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(raw.o) + 0x4c (size before relaxing) + .literal.raw_send + 0x000000004010e8d0 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(raw.o) + 0x4 (size before relaxing) + .literal.raw_remove + 0x000000004010e8d0 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(raw.o) + 0x8 (size before relaxing) + .literal.raw_new + 0x000000004010e8d0 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(raw.o) + 0x10 (size before relaxing) + .literal.ethip6_send + 0x000000004010e8d0 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ethip6.o) + 0x18 (size before relaxing) + .literal.ethip6_output + 0x000000004010e8dc 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ethip6.o) + 0x20 (size before relaxing) + .literal.block_cipher_df + 0x000000004010e8dc 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ctr_drbg.o) + 0x28 (size before relaxing) + .literal.ctr_drbg_update_internal + 0x000000004010e8dc 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ctr_drbg.o) + 0xc (size before relaxing) + .literal.mbedtls_ctr_drbg_init + 0x000000004010e8dc 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ctr_drbg.o) + 0x4 (size before relaxing) + .literal.mbedtls_ctr_drbg_free + 0x000000004010e8dc 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ctr_drbg.o) + 0x8 (size before relaxing) + .literal.mbedtls_ctr_drbg_reseed + 0x000000004010e8dc 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ctr_drbg.o) + 0x10 (size before relaxing) + .literal.mbedtls_ctr_drbg_seed_entropy_len + 0x000000004010e8dc 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ctr_drbg.o) + 0x10 (size before relaxing) + .literal.mbedtls_ctr_drbg_seed + 0x000000004010e8dc 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ctr_drbg.o) + 0x4 (size before relaxing) + .literal.mbedtls_ctr_drbg_random_with_add + 0x000000004010e8dc 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ctr_drbg.o) + 0x18 (size before relaxing) + .literal.mbedtls_ctr_drbg_random + 0x000000004010e8dc 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ctr_drbg.o) + 0x4 (size before relaxing) + .literal.entropy_update + 0x000000004010e8dc 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(entropy.o) + 0xc (size before relaxing) + .literal.entropy_gather_internal + 0x000000004010e8dc 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(entropy.o) + 0x4 (size before relaxing) + .literal.mbedtls_entropy_free + 0x000000004010e8dc 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(entropy.o) + 0x4 (size before relaxing) + .literal.mbedtls_entropy_init + 0x000000004010e8dc 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(entropy.o) + 0x10 (size before relaxing) + .literal.mbedtls_entropy_func + 0x000000004010e8e0 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(entropy.o) + 0x20 (size before relaxing) + .literal.mbedtls_sha256_init + 0x000000004010e8e0 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(sha256.o) + 0x4 (size before relaxing) + .literal.mbedtls_sha256_free + 0x000000004010e8e0 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(sha256.o) + 0x4 (size before relaxing) + .literal.mbedtls_sha256_clone + 0x000000004010e8e0 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(sha256.o) + 0x4 (size before relaxing) + .literal.mbedtls_sha256_starts + 0x000000004010e8e0 0x40 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(sha256.o) + .literal.mbedtls_sha256_process + 0x000000004010e920 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(sha256.o) + .literal.mbedtls_sha256_update + 0x000000004010e924 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(sha256.o) + 0x10 (size before relaxing) + .literal.mbedtls_sha256_finish + 0x000000004010e924 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(sha256.o) + 0xc (size before relaxing) + .literal.mbedtls_sha256 + 0x000000004010e928 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(sha256.o) + 0x14 (size before relaxing) + .literal.mbedtls_sha512_init + 0x000000004010e928 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(sha512.o) + 0x4 (size before relaxing) + .literal.mbedtls_sha512_free + 0x000000004010e928 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(sha512.o) + 0x4 (size before relaxing) + .literal.mbedtls_sha512_clone + 0x000000004010e928 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(sha512.o) + 0x4 (size before relaxing) + .literal.mbedtls_sha512_starts + 0x000000004010e928 0x44 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(sha512.o) + 0x88 (size before relaxing) + .literal.mbedtls_sha512_process + 0x000000004010e96c 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(sha512.o) + .literal.mbedtls_sha512_update + 0x000000004010e970 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(sha512.o) + 0x10 (size before relaxing) + .literal.mbedtls_sha512_finish + 0x000000004010e970 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(sha512.o) + 0xc (size before relaxing) + .literal.mbedtls_sha512 + 0x000000004010e974 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(sha512.o) + 0x14 (size before relaxing) + .literal.ssl_calc_finished_tls_sha256 + 0x000000004010e974 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0x1c (size before relaxing) + .literal.ssl_calc_verify_tls_sha256 + 0x000000004010e97c 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0x10 (size before relaxing) + .literal.tls_prf_generic + 0x000000004010e97c 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0x54 (size before relaxing) + .literal.tls_prf_sha256 + 0x000000004010e984 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0x4 (size before relaxing) + .literal.tls_prf_sha384 + 0x000000004010e984 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0x4 (size before relaxing) + .literal.tls1_prf + 0x000000004010e984 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0x84 (size before relaxing) + .literal.ssl_calc_finished_tls_sha384 + 0x000000004010e984 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0x1c (size before relaxing) + .literal.ssl_calc_verify_tls_sha384 + 0x000000004010e984 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0x10 (size before relaxing) + .literal.ssl_calc_finished_tls + 0x000000004010e984 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0x2c (size before relaxing) + .literal.ssl_calc_verify_tls + 0x000000004010e984 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0x20 (size before relaxing) + .literal.ssl_key_cert_free + 0x000000004010e984 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0x4 (size before relaxing) + .literal.ssl_update_checksum_sha256 + 0x000000004010e984 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0x4 (size before relaxing) + .literal.ssl_update_checksum_sha384 + 0x000000004010e984 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0x4 (size before relaxing) + .literal.ssl_update_checksum_md5sha1 + 0x000000004010e984 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0x8 (size before relaxing) + .literal.ssl_update_checksum_start + 0x000000004010e984 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0x10 (size before relaxing) + .literal.ssl_transform_init + 0x000000004010e984 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0x14 (size before relaxing) + .literal.mbedtls_ssl_derive_keys + 0x000000004010e984 0x30 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0x98 (size before relaxing) + .literal.mbedtls_ssl_fetch_input + 0x000000004010e9b4 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0x14 (size before relaxing) + .literal.mbedtls_ssl_flush_output + 0x000000004010e9c0 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0x8 (size before relaxing) + .literal.mbedtls_ssl_prepare_handshake_record + 0x000000004010e9c4 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + .literal.mbedtls_ssl_handle_message_type + 0x000000004010e9cc 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0x10 (size before relaxing) + .literal.mbedtls_ssl_optimize_checksum + 0x000000004010e9d8 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + .literal.mbedtls_ssl_session_init + 0x000000004010e9e4 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0x4 (size before relaxing) + .literal.mbedtls_ssl_init + 0x000000004010e9e4 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0x4 (size before relaxing) + .literal.mbedtls_ssl_conf_dh_param + 0x000000004010e9e4 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0x10 (size before relaxing) + .literal.mbedtls_ssl_set_hostname + 0x000000004010e9e4 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0x14 (size before relaxing) + .literal.mbedtls_ssl_get_ciphersuite + 0x000000004010e9e8 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0x4 (size before relaxing) + .literal.mbedtls_ssl_get_max_frag_len + 0x000000004010e9e8 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + .literal.mbedtls_ssl_handshake_step + 0x000000004010e9ec 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0x10 (size before relaxing) + .literal.mbedtls_ssl_handshake + 0x000000004010e9ec 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0x8 (size before relaxing) + .literal.mbedtls_ssl_transform_free + 0x000000004010e9ec 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0x14 (size before relaxing) + .literal.mbedtls_ssl_handshake_free + 0x000000004010e9ec 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0x28 (size before relaxing) + .literal.ssl_handshake_wrapup_free_hs_transform + 0x000000004010e9f0 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0x10 (size before relaxing) + .literal.mbedtls_ssl_session_free + 0x000000004010e9f0 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0x10 (size before relaxing) + .literal.mbedtls_ssl_handshake_wrapup + 0x000000004010e9f0 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0xc (size before relaxing) + .literal.mbedtls_ssl_free + 0x000000004010e9f0 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0x4c (size before relaxing) + .literal.mbedtls_ssl_config_init + 0x000000004010e9f0 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0x4 (size before relaxing) + .literal.mbedtls_ssl_config_defaults + 0x000000004010e9f0 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0x40 (size before relaxing) + .literal.mbedtls_ssl_config_free + 0x000000004010ea10 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0x10 (size before relaxing) + .literal.mbedtls_ssl_sig_from_pk + 0x000000004010ea10 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0x8 (size before relaxing) + .literal.ssl_handshake_params_init + 0x000000004010ea10 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0x38 (size before relaxing) + .literal.ssl_handshake_init + 0x000000004010ea14 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0x38 (size before relaxing) + .literal.mbedtls_ssl_setup + 0x000000004010ea14 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0x18 (size before relaxing) + .literal.ssl_session_reset_int + 0x000000004010ea14 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0x24 (size before relaxing) + .literal.mbedtls_ssl_session_reset + 0x000000004010ea14 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0x4 (size before relaxing) + .literal.ssl_start_renegotiation + 0x000000004010ea14 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0x8 (size before relaxing) + .literal.mbedtls_ssl_md_alg_from_hash + 0x000000004010ea14 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + .literal.mbedtls_ssl_hash_from_md_alg + 0x000000004010ea18 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + .literal.mbedtls_ssl_check_cert_usage + 0x000000004010ea1c 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0x1c (size before relaxing) + .literal.ssl_encrypt_buf + 0x000000004010ea28 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0x50 (size before relaxing) + .literal.mbedtls_ssl_write_record + 0x000000004010ea28 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0x10 (size before relaxing) + .literal.mbedtls_ssl_send_alert_message + 0x000000004010ea28 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0x8 (size before relaxing) + .literal.mbedtls_ssl_close_notify + 0x000000004010ea28 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0xc (size before relaxing) + .literal.mbedtls_ssl_write_certificate + 0x000000004010ea28 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0x14 (size before relaxing) + .literal.mbedtls_ssl_write_change_cipher_spec + 0x000000004010ea34 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0x4 (size before relaxing) + .literal.mbedtls_ssl_write_finished + 0x000000004010ea34 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0x8 (size before relaxing) + .literal.ssl_write_hello_request + 0x000000004010ea34 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0x4 (size before relaxing) + .literal.mbedtls_ssl_renegotiate + 0x000000004010ea34 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0x14 (size before relaxing) + .literal.ssl_check_ctr_renegotiate + 0x000000004010ea34 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0xc (size before relaxing) + .literal.ssl_write_real + 0x000000004010ea34 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0x10 (size before relaxing) + .literal.mbedtls_ssl_write + 0x000000004010ea34 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0x10 (size before relaxing) + .literal.ssl_decrypt_buf + 0x000000004010ea34 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0x5c (size before relaxing) + .literal.ssl_prepare_record_content + 0x000000004010ea3c 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0xc (size before relaxing) + .literal.ssl_parse_record_header + 0x000000004010ea3c 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0x14 (size before relaxing) + .literal.mbedtls_ssl_read_record_layer + 0x000000004010ea3c 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0x20 (size before relaxing) + .literal.mbedtls_ssl_read_record + 0x000000004010ea40 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0x10 (size before relaxing) + .literal.mbedtls_ssl_parse_certificate + 0x000000004010ea40 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0x80 (size before relaxing) + .literal.mbedtls_ssl_parse_change_cipher_spec + 0x000000004010ea60 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0x14 (size before relaxing) + .literal.mbedtls_ssl_parse_finished + 0x000000004010ea64 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0x1c (size before relaxing) + .literal.mbedtls_ssl_read + 0x000000004010ea68 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0x38 (size before relaxing) + .literal.mbedtls_ssl_set_calc_verify_md + 0x000000004010ea6c 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0x10 (size before relaxing) + .literal.x509_get_uid + 0x000000004010ea70 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509_crt.o) + 0x4 (size before relaxing) + .literal.x509_string_cmp + 0x000000004010ea70 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509_crt.o) + 0x8 (size before relaxing) + .literal.x509_name_cmp + 0x000000004010ea70 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509_crt.o) + 0x8 (size before relaxing) + .literal.x509_get_version + 0x000000004010ea70 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509_crt.o) + 0xc (size before relaxing) + .literal.x509_get_dates + 0x000000004010ea74 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509_crt.o) + 0x10 (size before relaxing) + .literal.x509_get_basic_constraints + 0x000000004010ea78 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509_crt.o) + 0x14 (size before relaxing) + .literal.x509_get_key_usage + 0x000000004010ea7c 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509_crt.o) + 0x8 (size before relaxing) + .literal.x509_get_ns_cert_type + 0x000000004010ea80 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509_crt.o) + 0x8 (size before relaxing) + .literal.x509_get_ext_key_usage + 0x000000004010ea80 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509_crt.o) + 0x8 (size before relaxing) + .literal.x509_get_subject_alt_name + 0x000000004010ea80 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509_crt.o) + 0x20 (size before relaxing) + .literal.x509_get_crt_ext + 0x000000004010ea90 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509_crt.o) + 0x48 (size before relaxing) + .literal.x509_profile_check_key + 0x000000004010ea94 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509_crt.o) + 0x4 (size before relaxing) + .literal.x509_check_wildcard + 0x000000004010ea94 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509_crt.o) + 0x8 (size before relaxing) + .literal.mbedtls_x509_crt_check_key_usage + 0x000000004010ea94 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509_crt.o) + .literal.x509_crt_check_parent + 0x000000004010eaa0 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509_crt.o) + 0xc (size before relaxing) + .literal.mbedtls_x509_crt_check_extended_key_usage + 0x000000004010eaa0 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509_crt.o) + 0x14 (size before relaxing) + .literal.mbedtls_x509_crt_is_revoked + 0x000000004010eaa4 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509_crt.o) + 0x8 (size before relaxing) + .literal.x509_crt_verifycrl + 0x000000004010eaa4 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509_crt.o) + 0x3c (size before relaxing) + .literal.x509_crt_verify_top + 0x000000004010eaa4 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509_crt.o) + 0x50 (size before relaxing) + .literal.x509_crt_verify_child + 0x000000004010eaa4 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509_crt.o) + 0x4c (size before relaxing) + .literal.mbedtls_x509_crt_verify_with_profile + 0x000000004010eaa8 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509_crt.o) + 0x5c (size before relaxing) + .literal.mbedtls_x509_crt_init + 0x000000004010eab4 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509_crt.o) + 0x4 (size before relaxing) + .literal.mbedtls_x509_crt_free + 0x000000004010eab4 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509_crt.o) + 0x38 (size before relaxing) + .literal.x509_crt_parse_der_core + 0x000000004010eab4 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509_crt.o) + 0xbc (size before relaxing) + .literal.mbedtls_x509_crt_parse_der + 0x000000004010eac0 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509_crt.o) + 0x18 (size before relaxing) + .literal.mbedtls_x509_crt_parse + 0x000000004010eac0 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509_crt.o) + 0x38 (size before relaxing) + .literal.mbedtls_hardware_poll + 0x000000004010ead8 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(esp_hardware.o) + 0x4 (size before relaxing) + .literal.mbedtls_net_errno + 0x000000004010ead8 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(net_sockets.o) + 0xc (size before relaxing) + .literal.net_would_block + 0x000000004010ead8 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(net_sockets.o) + 0xc (size before relaxing) + .literal.mbedtls_net_connect + 0x000000004010ead8 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(net_sockets.o) + 0x18 (size before relaxing) + .literal.mbedtls_net_recv + 0x000000004010ead8 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(net_sockets.o) + 0xc (size before relaxing) + .literal.mbedtls_net_send + 0x000000004010ead8 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(net_sockets.o) + 0xc (size before relaxing) + .literal.mbedtls_net_free + 0x000000004010eadc 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(net_sockets.o) + 0x8 (size before relaxing) + .literal.mbedtls_asn1_get_tag + 0x000000004010eadc 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(asn1parse.o) + 0x4 (size before relaxing) + .literal.mbedtls_asn1_get_bool + 0x000000004010eadc 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(asn1parse.o) + 0x4 (size before relaxing) + .literal.mbedtls_asn1_get_int + 0x000000004010eadc 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(asn1parse.o) + 0x4 (size before relaxing) + .literal.mbedtls_asn1_get_mpi + 0x000000004010eadc 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(asn1parse.o) + 0x8 (size before relaxing) + .literal.mbedtls_asn1_get_bitstring + 0x000000004010eadc 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(asn1parse.o) + 0x4 (size before relaxing) + .literal.mbedtls_asn1_get_bitstring_null + 0x000000004010eadc 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(asn1parse.o) + 0x4 (size before relaxing) + .literal.mbedtls_asn1_get_sequence_of + 0x000000004010eadc 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(asn1parse.o) + 0xc (size before relaxing) + .literal.mbedtls_asn1_get_alg + 0x000000004010eadc 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(asn1parse.o) + 0x10 (size before relaxing) + .literal.mbedtls_asn1_get_alg_null + 0x000000004010eadc 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(asn1parse.o) + 0x4 (size before relaxing) + .literal.mbedtls_clz + 0x000000004010eadc 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(bignum.o) + 0x4 (size before relaxing) + .literal.mbedtls_int_div_int + 0x000000004010eadc 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(bignum.o) + 0xc (size before relaxing) + .literal.mbedtls_mpi_free + 0x000000004010eae4 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(bignum.o) + 0x8 (size before relaxing) + .literal.mbedtls_mpi_grow + 0x000000004010eae4 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(bignum.o) + 0x14 (size before relaxing) + .literal.mbedtls_mpi_shrink + 0x000000004010eae4 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(bignum.o) + 0x14 (size before relaxing) + .literal.mbedtls_mpi_copy + 0x000000004010eae4 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(bignum.o) + 0x10 (size before relaxing) + .literal.mbedtls_mpi_safe_cond_assign + 0x000000004010eae4 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(bignum.o) + 0x4 (size before relaxing) + .literal.mbedtls_mpi_safe_cond_swap + 0x000000004010eae4 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(bignum.o) + 0x8 (size before relaxing) + .literal.mbedtls_mpi_lset + 0x000000004010eae4 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(bignum.o) + 0x8 (size before relaxing) + .literal.mbedtls_mpi_set_bit + 0x000000004010eae4 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(bignum.o) + 0x4 (size before relaxing) + .literal.mbedtls_mpi_bitlen + 0x000000004010eae4 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(bignum.o) + 0x4 (size before relaxing) + .literal.mbedtls_mpi_size + 0x000000004010eae4 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(bignum.o) + 0x4 (size before relaxing) + .literal.mbedtls_mpi_read_binary + 0x000000004010eae4 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(bignum.o) + 0x8 (size before relaxing) + .literal.mbedtls_mpi_write_binary + 0x000000004010eae4 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(bignum.o) + 0x8 (size before relaxing) + .literal.mbedtls_mpi_shift_l + 0x000000004010eae4 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(bignum.o) + 0xc (size before relaxing) + .literal.mbedtls_mpi_shift_r + 0x000000004010eae4 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(bignum.o) + 0x8 (size before relaxing) + .literal.mbedtls_mpi_cmp_abs + 0x000000004010eae4 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(bignum.o) + 0x4 (size before relaxing) + .literal.mpi_montmul + 0x000000004010eae4 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(bignum.o) + 0x1c (size before relaxing) + .literal.mpi_montred + 0x000000004010eae4 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(bignum.o) + 0x4 (size before relaxing) + .literal.mbedtls_mpi_cmp_mpi + 0x000000004010eae4 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(bignum.o) + 0x4 (size before relaxing) + .literal.mbedtls_mpi_cmp_int + 0x000000004010eae4 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(bignum.o) + 0x4 (size before relaxing) + .literal.mbedtls_mpi_add_abs + 0x000000004010eae4 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(bignum.o) + 0x10 (size before relaxing) + .literal.mbedtls_mpi_sub_abs + 0x000000004010eae4 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(bignum.o) + 0x1c (size before relaxing) + .literal.mbedtls_mpi_add_mpi + 0x000000004010eae4 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(bignum.o) + 0x10 (size before relaxing) + .literal.mbedtls_mpi_sub_mpi + 0x000000004010eae4 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(bignum.o) + 0x10 (size before relaxing) + .literal.mbedtls_mpi_add_int + 0x000000004010eae4 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(bignum.o) + 0x4 (size before relaxing) + .literal.mbedtls_mpi_sub_int + 0x000000004010eae4 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(bignum.o) + 0x4 (size before relaxing) + .literal.mbedtls_mpi_mul_mpi + 0x000000004010eae4 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(bignum.o) + 0x28 (size before relaxing) + .literal.mbedtls_mpi_mul_int + 0x000000004010eae4 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(bignum.o) + 0x4 (size before relaxing) + .literal.mbedtls_mpi_read_string + 0x000000004010eae4 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(bignum.o) + 0x30 (size before relaxing) + .literal.mbedtls_mpi_div_mpi + 0x000000004010eae4 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(bignum.o) + 0xb8 (size before relaxing) + .literal.mbedtls_mpi_mod_mpi + 0x000000004010eaec 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(bignum.o) + 0x18 (size before relaxing) + .literal.mbedtls_mpi_exp_mod + 0x000000004010eaec 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(bignum.o) + 0xa4 (size before relaxing) + .literal.mbedtls_mpi_gcd + 0x000000004010eaec 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(bignum.o) + 0x60 (size before relaxing) + .literal.mbedtls_mpi_fill_random + 0x000000004010eaec 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(bignum.o) + 0x4 (size before relaxing) + .literal.mbedtls_mpi_inv_mod + 0x000000004010eaec 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(bignum.o) + 0xd0 (size before relaxing) + .literal.get_pkcs_padding + 0x000000004010eaec 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(cipher.o) + .literal.get_one_and_zeros_padding + 0x000000004010eaf4 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(cipher.o) + 0x8 (size before relaxing) + .literal.get_zeros_and_len_padding + 0x000000004010eaf4 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(cipher.o) + 0x8 (size before relaxing) + .literal.get_zeros_padding + 0x000000004010eaf4 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(cipher.o) + 0x4 (size before relaxing) + .literal.get_no_padding + 0x000000004010eaf4 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(cipher.o) + 0x4 (size before relaxing) + .literal.mbedtls_cipher_info_from_type + 0x000000004010eaf4 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(cipher.o) + .literal.mbedtls_cipher_info_from_values + 0x000000004010eaf8 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(cipher.o) + 0x4 (size before relaxing) + .literal.mbedtls_cipher_init + 0x000000004010eaf8 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(cipher.o) + 0x4 (size before relaxing) + .literal.mbedtls_cipher_free + 0x000000004010eaf8 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(cipher.o) + 0x4 (size before relaxing) + .literal.mbedtls_cipher_setkey + 0x000000004010eaf8 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(cipher.o) + 0x4 (size before relaxing) + .literal.mbedtls_cipher_set_iv + 0x000000004010eaf8 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(cipher.o) + 0xc (size before relaxing) + .literal.mbedtls_cipher_reset + 0x000000004010eafc 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(cipher.o) + 0x4 (size before relaxing) + .literal.mbedtls_cipher_update + 0x000000004010eafc 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(cipher.o) + 0x20 (size before relaxing) + .literal.mbedtls_cipher_finish + 0x000000004010eb04 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(cipher.o) + 0xc (size before relaxing) + .literal.mbedtls_cipher_set_padding_mode + 0x000000004010eb04 0x28 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(cipher.o) + 0x30 (size before relaxing) + .literal.mbedtls_cipher_setup + 0x000000004010eb2c 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(cipher.o) + 0x10 (size before relaxing) + .literal.mbedtls_cipher_crypt + 0x000000004010eb30 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(cipher.o) + 0x10 (size before relaxing) + .literal.mbedtls_cipher_auth_encrypt + 0x000000004010eb30 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(cipher.o) + 0xc (size before relaxing) + .literal.mbedtls_cipher_auth_decrypt + 0x000000004010eb30 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(cipher.o) + 0x10 (size before relaxing) + .literal.ccm_ctx_free + 0x000000004010eb30 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(cipher_wrap.o) + 0x8 (size before relaxing) + .literal.ccm_ctx_alloc + 0x000000004010eb30 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(cipher_wrap.o) + 0x8 (size before relaxing) + .literal.ccm_aes_setkey_wrap + 0x000000004010eb30 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(cipher_wrap.o) + 0x4 (size before relaxing) + .literal.gcm_ctx_free + 0x000000004010eb30 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(cipher_wrap.o) + 0x8 (size before relaxing) + .literal.gcm_ctx_alloc + 0x000000004010eb30 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(cipher_wrap.o) + 0x8 (size before relaxing) + .literal.gcm_aes_setkey_wrap + 0x000000004010eb30 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(cipher_wrap.o) + 0x4 (size before relaxing) + .literal.aes_ctx_free + 0x000000004010eb30 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(cipher_wrap.o) + 0x8 (size before relaxing) + .literal.aes_ctx_alloc + 0x000000004010eb30 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(cipher_wrap.o) + 0x8 (size before relaxing) + .literal.aes_setkey_dec_wrap + 0x000000004010eb30 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(cipher_wrap.o) + 0x4 (size before relaxing) + .literal.aes_setkey_enc_wrap + 0x000000004010eb30 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(cipher_wrap.o) + 0x4 (size before relaxing) + .literal.aes_crypt_ctr_wrap + 0x000000004010eb30 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(cipher_wrap.o) + 0x4 (size before relaxing) + .literal.aes_crypt_cfb128_wrap + 0x000000004010eb30 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(cipher_wrap.o) + 0x4 (size before relaxing) + .literal.aes_crypt_cbc_wrap + 0x000000004010eb30 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(cipher_wrap.o) + 0x4 (size before relaxing) + .literal.aes_crypt_ecb_wrap + 0x000000004010eb30 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(cipher_wrap.o) + 0x4 (size before relaxing) + .literal.dhm_read_bignum + 0x000000004010eb30 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(dhm.o) + 0x8 (size before relaxing) + .literal.dhm_check_range + 0x000000004010eb34 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(dhm.o) + 0x20 (size before relaxing) + .literal.dhm_update_blinding + 0x000000004010eb34 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(dhm.o) + 0x40 (size before relaxing) + .literal.mbedtls_dhm_init + 0x000000004010eb34 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(dhm.o) + 0x4 (size before relaxing) + .literal.mbedtls_dhm_read_params + 0x000000004010eb34 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(dhm.o) + 0x14 (size before relaxing) + .literal.mbedtls_dhm_make_params + 0x000000004010eb34 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(dhm.o) + 0x3c (size before relaxing) + .literal.mbedtls_dhm_read_public + 0x000000004010eb38 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(dhm.o) + 0x8 (size before relaxing) + .literal.mbedtls_dhm_make_public + 0x000000004010eb38 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(dhm.o) + 0x28 (size before relaxing) + .literal.mbedtls_dhm_calc_secret + 0x000000004010eb3c 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(dhm.o) + 0x34 (size before relaxing) + .literal.mbedtls_dhm_free + 0x000000004010eb3c 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(dhm.o) + 0x2c (size before relaxing) + .literal.mbedtls_ecdh_gen_public + 0x000000004010eb3c 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecdh.o) + 0x4 (size before relaxing) + .literal.mbedtls_ecdh_compute_shared + 0x000000004010eb3c 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecdh.o) + 0x1c (size before relaxing) + .literal.mbedtls_ecdh_init + 0x000000004010eb40 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecdh.o) + 0x4 (size before relaxing) + .literal.mbedtls_ecdh_free + 0x000000004010eb40 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecdh.o) + 0x20 (size before relaxing) + .literal.mbedtls_ecdh_make_params + 0x000000004010eb40 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecdh.o) + 0x10 (size before relaxing) + .literal.mbedtls_ecdh_read_params + 0x000000004010eb40 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecdh.o) + 0x8 (size before relaxing) + .literal.mbedtls_ecdh_get_params + 0x000000004010eb40 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecdh.o) + 0x14 (size before relaxing) + .literal.mbedtls_ecdh_make_public + 0x000000004010eb40 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecdh.o) + 0xc (size before relaxing) + .literal.mbedtls_ecdh_read_public + 0x000000004010eb40 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecdh.o) + 0x8 (size before relaxing) + .literal.mbedtls_ecdh_calc_secret + 0x000000004010eb40 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecdh.o) + 0x10 (size before relaxing) + .literal.ecp_check_pubkey_mx + 0x000000004010eb40 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp.o) + 0x8 (size before relaxing) + .literal.ecp_comb_fixed + 0x000000004010eb44 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp.o) + 0x8 (size before relaxing) + .literal.ecp_modp + 0x000000004010eb44 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp.o) + 0x20 (size before relaxing) + .literal.ecp_randomize_mxz + 0x000000004010eb44 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp.o) + 0x30 (size before relaxing) + .literal.ecp_randomize_jac + 0x000000004010eb4c 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp.o) + 0x50 (size before relaxing) + .literal.ecp_double_add_mxz + 0x000000004010eb4c 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp.o) + 0xf8 (size before relaxing) + .literal.ecp_normalize_mxz + 0x000000004010eb4c 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp.o) + 0x14 (size before relaxing) + .literal.ecp_normalize_jac + 0x000000004010eb4c 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp.o) + 0x40 (size before relaxing) + .literal.ecp_safe_invert_jac + 0x000000004010eb4c 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp.o) + 0x14 (size before relaxing) + .literal.ecp_select_comb + 0x000000004010eb4c 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp.o) + 0xc (size before relaxing) + .literal.ecp_double_jac + 0x000000004010eb4c 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp.o) + 0x134 (size before relaxing) + .literal.ecp_normalize_jac_many + 0x000000004010eb50 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp.o) + 0x80 (size before relaxing) + .literal.ecp_check_pubkey_sw + 0x000000004010eb54 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp.o) + 0x68 (size before relaxing) + .literal.mbedtls_ecp_curve_list + 0x000000004010eb54 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp.o) + .literal.mbedtls_ecp_grp_id_list + 0x000000004010eb58 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp.o) + 0xc (size before relaxing) + .literal.mbedtls_ecp_curve_info_from_grp_id + 0x000000004010eb60 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp.o) + 0x4 (size before relaxing) + .literal.mbedtls_ecp_curve_info_from_tls_id + 0x000000004010eb60 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp.o) + 0x4 (size before relaxing) + .literal.mbedtls_ecp_point_init + 0x000000004010eb60 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp.o) + 0xc (size before relaxing) + .literal.mbedtls_ecp_group_init + 0x000000004010eb60 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp.o) + 0x4 (size before relaxing) + .literal.mbedtls_ecp_keypair_init + 0x000000004010eb60 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp.o) + 0xc (size before relaxing) + .literal.mbedtls_ecp_point_free + 0x000000004010eb60 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp.o) + 0xc (size before relaxing) + .literal.mbedtls_ecp_group_free + 0x000000004010eb60 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp.o) + 0x20 (size before relaxing) + .literal.mbedtls_ecp_keypair_free + 0x000000004010eb60 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp.o) + 0xc (size before relaxing) + .literal.mbedtls_ecp_copy + 0x000000004010eb60 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp.o) + 0xc (size before relaxing) + .literal.ecp_mul_mxz + 0x000000004010eb60 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp.o) + 0x50 (size before relaxing) + .literal.mbedtls_ecp_group_copy + 0x000000004010eb60 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp.o) + 0x4 (size before relaxing) + .literal.mbedtls_ecp_set_zero + 0x000000004010eb60 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp.o) + 0xc (size before relaxing) + .literal.ecp_add_mixed + 0x000000004010eb60 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp.o) + 0x120 (size before relaxing) + .literal.ecp_precompute_comb + 0x000000004010eb64 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp.o) + 0x18 (size before relaxing) + .literal.ecp_mul_comb_core + 0x000000004010eb64 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp.o) + 0x20 (size before relaxing) + .literal.ecp_mul_comb + 0x000000004010eb64 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp.o) + 0x58 (size before relaxing) + .literal.mbedtls_ecp_is_zero + 0x000000004010eb64 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp.o) + 0x4 (size before relaxing) + .literal.mbedtls_ecp_point_write_binary + 0x000000004010eb64 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp.o) + 0x20 (size before relaxing) + .literal.mbedtls_ecp_point_read_binary + 0x000000004010eb68 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp.o) + 0x1c (size before relaxing) + .literal.mbedtls_ecp_tls_read_point + 0x000000004010eb6c 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp.o) + 0x8 (size before relaxing) + .literal.mbedtls_ecp_tls_write_point + 0x000000004010eb6c 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp.o) + 0x8 (size before relaxing) + .literal.mbedtls_ecp_tls_read_group + 0x000000004010eb6c 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp.o) + 0x10 (size before relaxing) + .literal.mbedtls_ecp_tls_write_group + 0x000000004010eb6c 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp.o) + 0xc (size before relaxing) + .literal.mbedtls_ecp_check_pubkey + 0x000000004010eb6c 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp.o) + 0x14 (size before relaxing) + .literal.mbedtls_ecp_check_privkey + 0x000000004010eb6c 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp.o) + 0x20 (size before relaxing) + .literal.mbedtls_ecp_mul + 0x000000004010eb6c 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp.o) + 0x18 (size before relaxing) + .literal.mbedtls_ecp_mul_shortcuts + 0x000000004010eb6c 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp.o) + 0x1c (size before relaxing) + .literal.mbedtls_ecp_muladd + 0x000000004010eb6c 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp.o) + 0x1c (size before relaxing) + .literal.mbedtls_ecp_gen_keypair_base + 0x000000004010eb6c 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp.o) + 0x3c (size before relaxing) + .literal.mbedtls_ecp_gen_keypair + 0x000000004010eb6c 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp.o) + 0x4 (size before relaxing) + .literal.mbedtls_ecp_check_pub_priv + 0x000000004010eb6c 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp.o) + 0x34 (size before relaxing) + .literal.ecp_mod_p255 + 0x000000004010eb6c 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp_curves.o) + 0x14 (size before relaxing) + .literal.ecp_mod_p521 + 0x000000004010eb6c 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp_curves.o) + 0xc (size before relaxing) + .literal.ecp_mod_p192 + 0x000000004010eb6c 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp_curves.o) + 0x4 (size before relaxing) + .literal.ecp_mod_p384 + 0x000000004010eb6c 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp_curves.o) + 0xc (size before relaxing) + .literal.ecp_group_load + 0x000000004010eb6c 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp_curves.o) + 0xc (size before relaxing) + .literal.ecp_use_curve25519 + 0x000000004010eb70 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp_curves.o) + 0x28 (size before relaxing) + .literal.ecp_mod_p224 + 0x000000004010eb74 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp_curves.o) + 0xc (size before relaxing) + .literal.ecp_mod_p256 + 0x000000004010eb74 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp_curves.o) + 0xc (size before relaxing) + .literal.ecp_mod_p192k1 + 0x000000004010eb74 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp_curves.o) + 0x1c (size before relaxing) + .literal.ecp_mod_p256k1 + 0x000000004010eb78 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp_curves.o) + 0x1c (size before relaxing) + .literal.ecp_mod_p224k1 + 0x000000004010eb7c 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp_curves.o) + 0x1c (size before relaxing) + .literal.mbedtls_ecp_group_load + 0x000000004010eb80 0x11c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp_curves.o) + 0x158 (size before relaxing) + .literal.gcm_mult + 0x000000004010ec9c 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(gcm.o) + .literal.gcm_gen_table + 0x000000004010eca0 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(gcm.o) + 0xc (size before relaxing) + .literal.mbedtls_gcm_init + 0x000000004010eca0 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(gcm.o) + 0x4 (size before relaxing) + .literal.mbedtls_gcm_setkey + 0x000000004010eca0 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(gcm.o) + 0x14 (size before relaxing) + .literal.mbedtls_gcm_starts + 0x000000004010eca0 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(gcm.o) + 0x24 (size before relaxing) + .literal.mbedtls_gcm_update + 0x000000004010eca0 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(gcm.o) + 0x8 (size before relaxing) + .literal.mbedtls_gcm_finish + 0x000000004010eca0 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(gcm.o) + 0x8 (size before relaxing) + .literal.mbedtls_gcm_crypt_and_tag + 0x000000004010eca0 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(gcm.o) + 0xc (size before relaxing) + .literal.mbedtls_gcm_auth_decrypt + 0x000000004010eca0 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(gcm.o) + 0x8 (size before relaxing) + .literal.mbedtls_gcm_free + 0x000000004010eca0 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(gcm.o) + 0x8 (size before relaxing) + .literal.mbedtls_md_info_from_type + 0x000000004010eca0 0x1c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md.o) + .literal.mbedtls_md_free + 0x000000004010ecbc 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md.o) + 0xc (size before relaxing) + .literal.mbedtls_md_setup + 0x000000004010ecbc 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md.o) + 0xc (size before relaxing) + .literal.mbedtls_md_starts + 0x000000004010ecc4 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md.o) + 0x4 (size before relaxing) + .literal.mbedtls_md_update + 0x000000004010ecc4 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md.o) + 0x4 (size before relaxing) + .literal.mbedtls_md_finish + 0x000000004010ecc4 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md.o) + 0x4 (size before relaxing) + .literal.mbedtls_md + 0x000000004010ecc4 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md.o) + 0x4 (size before relaxing) + .literal.mbedtls_md_hmac_starts + 0x000000004010ecc4 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md.o) + 0x10 (size before relaxing) + .literal.mbedtls_md_hmac_update + 0x000000004010ecc4 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md.o) + 0x4 (size before relaxing) + .literal.mbedtls_md_hmac_finish + 0x000000004010ecc4 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md.o) + 0x4 (size before relaxing) + .literal.mbedtls_md_hmac_reset + 0x000000004010ecc4 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md.o) + 0x4 (size before relaxing) + .literal.mbedtls_md_process + 0x000000004010ecc4 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md.o) + 0x4 (size before relaxing) + .literal.mbedtls_md5_init + 0x000000004010ecc4 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md5.o) + 0x4 (size before relaxing) + .literal.mbedtls_md5_free + 0x000000004010ecc4 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md5.o) + 0x4 (size before relaxing) + .literal.mbedtls_md5_clone + 0x000000004010ecc4 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md5.o) + 0x4 (size before relaxing) + .literal.mbedtls_md5_starts + 0x000000004010ecc4 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md5.o) + .literal.mbedtls_md5_process + 0x000000004010ecd4 0x100 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md5.o) + .literal.mbedtls_md5_update + 0x000000004010edd4 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md5.o) + 0x10 (size before relaxing) + .literal.mbedtls_md5_finish + 0x000000004010edd4 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md5.o) + 0xc (size before relaxing) + .literal.mbedtls_md5 + 0x000000004010edd8 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md5.o) + 0x14 (size before relaxing) + .literal.md5_process_wrap + 0x000000004010edd8 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md_wrap.o) + 0x4 (size before relaxing) + .literal.md5_clone_wrap + 0x000000004010edd8 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md_wrap.o) + 0x4 (size before relaxing) + .literal.md5_ctx_free + 0x000000004010edd8 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md_wrap.o) + 0x8 (size before relaxing) + .literal.md5_ctx_alloc + 0x000000004010edd8 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md_wrap.o) + 0x8 (size before relaxing) + .literal.md5_finish_wrap + 0x000000004010edd8 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md_wrap.o) + 0x4 (size before relaxing) + .literal.md5_update_wrap + 0x000000004010edd8 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md_wrap.o) + 0x4 (size before relaxing) + .literal.md5_starts_wrap + 0x000000004010edd8 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md_wrap.o) + 0x4 (size before relaxing) + .literal.sha1_process_wrap + 0x000000004010edd8 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md_wrap.o) + 0x4 (size before relaxing) + .literal.sha1_clone_wrap + 0x000000004010edd8 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md_wrap.o) + 0x4 (size before relaxing) + .literal.sha1_ctx_free + 0x000000004010edd8 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md_wrap.o) + 0x8 (size before relaxing) + .literal.sha1_ctx_alloc + 0x000000004010edd8 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md_wrap.o) + 0x8 (size before relaxing) + .literal.sha1_finish_wrap + 0x000000004010edd8 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md_wrap.o) + 0x4 (size before relaxing) + .literal.sha1_update_wrap + 0x000000004010edd8 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md_wrap.o) + 0x4 (size before relaxing) + .literal.sha1_starts_wrap + 0x000000004010edd8 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md_wrap.o) + 0x4 (size before relaxing) + .literal.sha224_process_wrap + 0x000000004010edd8 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md_wrap.o) + 0x4 (size before relaxing) + .literal.sha224_clone_wrap + 0x000000004010edd8 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md_wrap.o) + 0x4 (size before relaxing) + .literal.sha224_ctx_free + 0x000000004010edd8 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md_wrap.o) + 0x8 (size before relaxing) + .literal.sha224_ctx_alloc + 0x000000004010edd8 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md_wrap.o) + 0x8 (size before relaxing) + .literal.sha224_wrap + 0x000000004010edd8 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md_wrap.o) + 0x4 (size before relaxing) + .literal.sha256_wrap + 0x000000004010edd8 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md_wrap.o) + 0x4 (size before relaxing) + .literal.sha224_finish_wrap + 0x000000004010edd8 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md_wrap.o) + 0x4 (size before relaxing) + .literal.sha224_update_wrap + 0x000000004010edd8 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md_wrap.o) + 0x4 (size before relaxing) + .literal.sha224_starts_wrap + 0x000000004010edd8 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md_wrap.o) + 0x4 (size before relaxing) + .literal.sha256_starts_wrap + 0x000000004010edd8 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md_wrap.o) + 0x4 (size before relaxing) + .literal.sha384_process_wrap + 0x000000004010edd8 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md_wrap.o) + 0x4 (size before relaxing) + .literal.sha384_clone_wrap + 0x000000004010edd8 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md_wrap.o) + 0x4 (size before relaxing) + .literal.sha384_ctx_free + 0x000000004010edd8 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md_wrap.o) + 0x8 (size before relaxing) + .literal.sha384_ctx_alloc + 0x000000004010edd8 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md_wrap.o) + 0x8 (size before relaxing) + .literal.sha384_wrap + 0x000000004010edd8 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md_wrap.o) + 0x4 (size before relaxing) + .literal.sha512_wrap + 0x000000004010edd8 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md_wrap.o) + 0x4 (size before relaxing) + .literal.sha384_finish_wrap + 0x000000004010edd8 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md_wrap.o) + 0x4 (size before relaxing) + .literal.sha384_update_wrap + 0x000000004010edd8 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md_wrap.o) + 0x4 (size before relaxing) + .literal.sha384_starts_wrap + 0x000000004010edd8 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md_wrap.o) + 0x4 (size before relaxing) + .literal.sha512_starts_wrap + 0x000000004010edd8 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md_wrap.o) + 0x4 (size before relaxing) + .literal.oid_x509_ext_from_asn1 + 0x000000004010edd8 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(oid.o) + 0x8 (size before relaxing) + .literal.oid_sig_alg_from_asn1 + 0x000000004010eddc 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(oid.o) + 0x8 (size before relaxing) + .literal.oid_pk_alg_from_asn1 + 0x000000004010ede0 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(oid.o) + 0x8 (size before relaxing) + .literal.oid_grp_id_from_asn1 + 0x000000004010ede4 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(oid.o) + 0x8 (size before relaxing) + .literal.oid_md_alg_from_asn1 + 0x000000004010ede8 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(oid.o) + 0x8 (size before relaxing) + .literal.mbedtls_oid_get_x509_ext_type + 0x000000004010edec 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(oid.o) + 0x4 (size before relaxing) + .literal.mbedtls_oid_get_sig_alg + 0x000000004010edec 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(oid.o) + 0x4 (size before relaxing) + .literal.mbedtls_oid_get_pk_alg + 0x000000004010edec 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(oid.o) + 0x4 (size before relaxing) + .literal.mbedtls_oid_get_ec_grp + 0x000000004010edec 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(oid.o) + 0x4 (size before relaxing) + .literal.mbedtls_oid_get_md_alg + 0x000000004010edec 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(oid.o) + 0x4 (size before relaxing) + .literal.mbedtls_oid_get_oid_by_md + 0x000000004010edec 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(oid.o) + 0x4 (size before relaxing) + .literal.pem_get_iv + 0x000000004010edec 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pem.o) + 0x8 (size before relaxing) + .literal.pem_pbkdf1 + 0x000000004010edf0 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pem.o) + 0x44 (size before relaxing) + .literal.pem_aes_decrypt + 0x000000004010edf0 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pem.o) + 0x18 (size before relaxing) + .literal.mbedtls_pem_read_buffer + 0x000000004010edf0 0x28 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pem.o) + 0x80 (size before relaxing) + .literal.mbedtls_pem_free + 0x000000004010ee18 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pem.o) + 0xc (size before relaxing) + .literal.mbedtls_pk_free + 0x000000004010ee18 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pk.o) + 0x4 (size before relaxing) + .literal.mbedtls_pk_info_from_type + 0x000000004010ee18 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pk.o) + .literal.mbedtls_pk_setup + 0x000000004010ee28 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pk.o) + .literal.mbedtls_pk_verify + 0x000000004010ee30 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pk.o) + 0x10 (size before relaxing) + .literal.mbedtls_pk_sign + 0x000000004010ee34 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pk.o) + 0x10 (size before relaxing) + .literal.mbedtls_pk_decrypt + 0x000000004010ee34 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pk.o) + 0x8 (size before relaxing) + .literal.mbedtls_pk_encrypt + 0x000000004010ee34 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pk.o) + 0x8 (size before relaxing) + .literal.mbedtls_pk_verify_ext + 0x000000004010ee34 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pk.o) + 0x24 (size before relaxing) + .literal.rsa_debug + 0x000000004010ee3c 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pk_wrap.o) + .literal.eckey_debug + 0x000000004010ee44 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pk_wrap.o) + .literal.rsa_free_wrap + 0x000000004010ee48 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pk_wrap.o) + 0x8 (size before relaxing) + .literal.rsa_alloc_wrap + 0x000000004010ee48 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pk_wrap.o) + 0x8 (size before relaxing) + .literal.rsa_check_pair_wrap + 0x000000004010ee48 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pk_wrap.o) + 0x4 (size before relaxing) + .literal.rsa_encrypt_wrap + 0x000000004010ee48 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pk_wrap.o) + 0x8 (size before relaxing) + .literal.rsa_decrypt_wrap + 0x000000004010ee4c 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pk_wrap.o) + 0x8 (size before relaxing) + .literal.rsa_sign_wrap + 0x000000004010ee50 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pk_wrap.o) + 0x4 (size before relaxing) + .literal.rsa_verify_wrap + 0x000000004010ee50 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pk_wrap.o) + 0xc (size before relaxing) + .literal.eckey_free_wrap + 0x000000004010ee50 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pk_wrap.o) + 0x8 (size before relaxing) + .literal.eckey_alloc_wrap + 0x000000004010ee50 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pk_wrap.o) + 0x8 (size before relaxing) + .literal.eckey_check_pair + 0x000000004010ee50 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pk_wrap.o) + 0x4 (size before relaxing) + .literal.ecdsa_alloc_wrap + 0x000000004010ee50 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pk_wrap.o) + 0x8 (size before relaxing) + .literal.ecdsa_free_wrap + 0x000000004010ee50 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pk_wrap.o) + 0x8 (size before relaxing) + .literal.ecdsa_sign_wrap + 0x000000004010ee50 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pk_wrap.o) + 0x4 (size before relaxing) + .literal.eckey_sign_wrap + 0x000000004010ee50 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pk_wrap.o) + 0x10 (size before relaxing) + .literal.ecdsa_verify_wrap + 0x000000004010ee50 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pk_wrap.o) + 0xc (size before relaxing) + .literal.eckey_verify_wrap + 0x000000004010ee54 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pk_wrap.o) + 0x10 (size before relaxing) + .literal.pk_get_pk_alg + 0x000000004010ee54 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pkparse.o) + 0x10 (size before relaxing) + .literal.pk_get_rsapubkey + 0x000000004010ee5c 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pkparse.o) + 0x1c (size before relaxing) + .literal.pk_group_from_specified + 0x000000004010ee64 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pkparse.o) + 0x64 (size before relaxing) + .literal.pk_group_id_from_group + 0x000000004010ee74 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pkparse.o) + 0x38 (size before relaxing) + .literal.pk_group_id_from_specified + 0x000000004010ee74 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pkparse.o) + 0x10 (size before relaxing) + .literal.pk_use_ecparams + 0x000000004010ee74 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pkparse.o) + 0x14 (size before relaxing) + .literal.pk_get_ecpubkey + 0x000000004010ee78 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pkparse.o) + 0x8 (size before relaxing) + .literal.mbedtls_pk_parse_subpubkey + 0x000000004010ee78 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pkparse.o) + 0x2c (size before relaxing) + .literal.rsa_prepare_blinding + 0x000000004010ee78 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(rsa.o) + 0x28 (size before relaxing) + .literal.mgf_mask + 0x000000004010ee7c 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(rsa.o) + 0x1c (size before relaxing) + .literal.mbedtls_rsa_init + 0x000000004010ee7c 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(rsa.o) + 0x8 (size before relaxing) + .literal.mbedtls_rsa_check_pubkey + 0x000000004010ee7c 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(rsa.o) + 0x18 (size before relaxing) + .literal.mbedtls_rsa_check_privkey + 0x000000004010ee80 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(rsa.o) + 0xbc (size before relaxing) + .literal.mbedtls_rsa_check_pub_priv + 0x000000004010ee80 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(rsa.o) + 0x14 (size before relaxing) + .literal.mbedtls_rsa_public + 0x000000004010ee80 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(rsa.o) + 0x1c (size before relaxing) + .literal.mbedtls_rsa_private + 0x000000004010ee84 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(rsa.o) + 0xa0 (size before relaxing) + .literal.mbedtls_rsa_rsaes_oaep_encrypt + 0x000000004010ee84 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(rsa.o) + 0x3c (size before relaxing) + .literal.mbedtls_rsa_rsaes_pkcs1_v15_encrypt + 0x000000004010ee84 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(rsa.o) + 0x14 (size before relaxing) + .literal.mbedtls_rsa_pkcs1_encrypt + 0x000000004010ee84 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(rsa.o) + 0xc (size before relaxing) + .literal.mbedtls_rsa_rsaes_oaep_decrypt + 0x000000004010ee88 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(rsa.o) + 0x44 (size before relaxing) + .literal.mbedtls_rsa_rsaes_pkcs1_v15_decrypt + 0x000000004010ee88 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(rsa.o) + 0x1c (size before relaxing) + .literal.mbedtls_rsa_pkcs1_decrypt + 0x000000004010ee88 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(rsa.o) + 0xc (size before relaxing) + .literal.mbedtls_rsa_rsassa_pss_sign + 0x000000004010ee88 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(rsa.o) + 0x5c (size before relaxing) + .literal.mbedtls_rsa_rsassa_pkcs1_v15_sign + 0x000000004010ee88 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(rsa.o) + 0x48 (size before relaxing) + .literal.mbedtls_rsa_pkcs1_sign + 0x000000004010ee8c 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(rsa.o) + 0xc (size before relaxing) + .literal.mbedtls_rsa_rsassa_pss_verify_ext + 0x000000004010ee8c 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(rsa.o) + 0x5c (size before relaxing) + .literal.mbedtls_rsa_rsassa_pss_verify + 0x000000004010ee8c 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(rsa.o) + 0x4 (size before relaxing) + .literal.mbedtls_rsa_rsassa_pkcs1_v15_verify + 0x000000004010ee8c 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(rsa.o) + 0x3c (size before relaxing) + .literal.mbedtls_rsa_pkcs1_verify + 0x000000004010ee8c 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(rsa.o) + 0xc (size before relaxing) + .literal.mbedtls_rsa_free + 0x000000004010ee8c 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(rsa.o) + 0x34 (size before relaxing) + .literal.mbedtls_sha1_init + 0x000000004010ee8c 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(sha1.o) + 0x4 (size before relaxing) + .literal.mbedtls_sha1_free + 0x000000004010ee8c 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(sha1.o) + 0x4 (size before relaxing) + .literal.mbedtls_sha1_clone + 0x000000004010ee8c 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(sha1.o) + 0x4 (size before relaxing) + .literal.mbedtls_sha1_starts + 0x000000004010ee8c 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(sha1.o) + 0x14 (size before relaxing) + .literal.mbedtls_sha1_process + 0x000000004010ee90 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(sha1.o) + .literal.mbedtls_sha1_update + 0x000000004010eea0 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(sha1.o) + 0x10 (size before relaxing) + .literal.mbedtls_sha1_finish + 0x000000004010eea0 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(sha1.o) + 0xc (size before relaxing) + .literal.mbedtls_sha1 + 0x000000004010eea4 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(sha1.o) + 0x14 (size before relaxing) + .literal.mbedtls_ssl_ciphersuite_from_id + 0x000000004010eea4 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_ciphersuites.o) + .literal.mbedtls_ssl_list_ciphersuites + 0x000000004010eea8 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_ciphersuites.o) + 0x14 (size before relaxing) + .literal.mbedtls_ssl_get_ciphersuite_name + 0x000000004010eeb8 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_ciphersuites.o) + 0x8 (size before relaxing) + .literal.mbedtls_ssl_get_ciphersuite_sig_pk_alg + 0x000000004010eebc 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_ciphersuites.o) + .literal.ssl_write_renegotiation_ext + 0x000000004010eec0 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_cli.o) + 0x4 (size before relaxing) + .literal.ssl_write_session_ticket_ext + 0x000000004010eec0 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_cli.o) + 0x4 (size before relaxing) + .literal.ssl_generate_random + 0x000000004010eec0 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_cli.o) + .literal.ssl_write_hostname_ext + 0x000000004010eec4 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_cli.o) + 0x8 (size before relaxing) + .literal.ssl_write_alpn_ext + 0x000000004010eec4 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_cli.o) + 0xc (size before relaxing) + .literal.ssl_write_signature_algorithms_ext + 0x000000004010eec4 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_cli.o) + 0x8 (size before relaxing) + .literal.ssl_write_supported_elliptic_curves_ext + 0x000000004010eec4 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_cli.o) + 0x8 (size before relaxing) + .literal.ssl_write_client_hello + 0x000000004010eec4 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_cli.o) + 0x48 (size before relaxing) + .literal.ssl_parse_renegotiation_info + 0x000000004010eec8 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_cli.o) + 0xc (size before relaxing) + .literal.ssl_parse_max_fragment_length_ext + 0x000000004010eecc 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_cli.o) + 0x8 (size before relaxing) + .literal.ssl_parse_truncated_hmac_ext + 0x000000004010eecc 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_cli.o) + 0x8 (size before relaxing) + .literal.ssl_parse_encrypt_then_mac_ext + 0x000000004010eecc 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_cli.o) + 0x8 (size before relaxing) + .literal.ssl_parse_extended_ms_ext + 0x000000004010eecc 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_cli.o) + 0x8 (size before relaxing) + .literal.ssl_parse_session_ticket_ext + 0x000000004010eecc 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_cli.o) + 0x8 (size before relaxing) + .literal.ssl_parse_supported_point_formats_ext + 0x000000004010eecc 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_cli.o) + 0xc (size before relaxing) + .literal.ssl_parse_certificate_request + 0x000000004010eecc 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_cli.o) + 0x1c (size before relaxing) + .literal.ssl_parse_server_hello_done + 0x000000004010eed0 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_cli.o) + 0x10 (size before relaxing) + .literal.ssl_parse_alpn_ext + 0x000000004010eed4 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_cli.o) + 0x20 (size before relaxing) + .literal.ssl_parse_server_hello + 0x000000004010eed4 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_cli.o) + 0x9c (size before relaxing) + .literal.ssl_check_server_ecdh_params + 0x000000004010eee0 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_cli.o) + 0xc (size before relaxing) + .literal.ssl_get_ecdh_params_from_cert + 0x000000004010eee0 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_cli.o) + 0x18 (size before relaxing) + .literal.ssl_parse_server_dh_params + 0x000000004010eee4 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_cli.o) + 0x8 (size before relaxing) + .literal.ssl_parse_server_ecdh_params + 0x000000004010eee8 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_cli.o) + 0xc (size before relaxing) + .literal.ssl_parse_signature_algorithm + 0x000000004010eee8 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_cli.o) + 0x10 (size before relaxing) + .literal.ssl_parse_server_key_exchange + 0x000000004010eee8 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_cli.o) + 0xb4 (size before relaxing) + .literal.ssl_write_encrypted_pms + 0x000000004010eee8 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_cli.o) + 0x1c (size before relaxing) + .literal.ssl_write_client_key_exchange + 0x000000004010eeec 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_cli.o) + 0x20 (size before relaxing) + .literal.ssl_write_certificate_verify + 0x000000004010eeec 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_cli.o) + 0x1c (size before relaxing) + .literal.ssl_parse_new_session_ticket + 0x000000004010eef0 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_cli.o) + 0x30 (size before relaxing) + .literal.mbedtls_ssl_handshake_client_step + 0x000000004010eef4 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_cli.o) + 0x48 (size before relaxing) + .literal.ssl_parse_servername_ext + 0x000000004010eef8 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_srv.o) + 0x14 (size before relaxing) + .literal.ssl_parse_renegotiation_info + 0x000000004010eefc 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_srv.o) + 0xc (size before relaxing) + .literal.ssl_parse_supported_point_formats + 0x000000004010eefc 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_srv.o) + 0x8 (size before relaxing) + .literal.ssl_parse_max_fragment_length_ext + 0x000000004010eefc 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_srv.o) + 0x8 (size before relaxing) + .literal.ssl_parse_truncated_hmac_ext + 0x000000004010eefc 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_srv.o) + 0x8 (size before relaxing) + .literal.ssl_parse_encrypt_then_mac_ext + 0x000000004010eefc 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_srv.o) + 0x8 (size before relaxing) + .literal.ssl_parse_extended_ms_ext + 0x000000004010eefc 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_srv.o) + 0x8 (size before relaxing) + .literal.ssl_write_renegotiation_ext + 0x000000004010eefc 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_srv.o) + 0x8 (size before relaxing) + .literal.ssl_parse_signature_algorithms_ext + 0x000000004010eefc 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_srv.o) + 0x18 (size before relaxing) + .literal.ssl_parse_supported_elliptic_curves + 0x000000004010eefc 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_srv.o) + 0x1c (size before relaxing) + .literal.ssl_parse_session_ticket_ext + 0x000000004010eefc 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_srv.o) + 0x18 (size before relaxing) + .literal.ssl_write_alpn_ext + 0x000000004010eefc 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_srv.o) + 0x8 (size before relaxing) + .literal.ssl_parse_alpn_ext + 0x000000004010eefc 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_srv.o) + 0x20 (size before relaxing) + .literal.ssl_pick_cert + 0x000000004010eefc 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_srv.o) + 0x10 (size before relaxing) + .literal.ssl_ciphersuite_match + 0x000000004010eefc 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_srv.o) + 0x18 (size before relaxing) + .literal.ssl_parse_client_hello + 0x000000004010eefc 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_srv.o) + 0xa0 (size before relaxing) + .literal.ssl_write_server_hello_done + 0x000000004010ef04 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_srv.o) + 0x4 (size before relaxing) + .literal.ssl_write_new_session_ticket + 0x000000004010ef04 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_srv.o) + 0x4 (size before relaxing) + .literal.ssl_write_encrypt_then_mac_ext + 0x000000004010ef04 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_srv.o) + 0x8 (size before relaxing) + .literal.ssl_write_server_hello + 0x000000004010ef04 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_srv.o) + 0x44 (size before relaxing) + .literal.ssl_get_ecdh_params_from_cert + 0x000000004010ef04 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_srv.o) + 0xc (size before relaxing) + .literal.ssl_write_server_key_exchange + 0x000000004010ef04 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_srv.o) + 0x9c (size before relaxing) + .literal.ssl_write_certificate_request + 0x000000004010ef08 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_srv.o) + 0x10 (size before relaxing) + .literal.ssl_parse_client_dh_public + 0x000000004010ef08 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_srv.o) + 0xc (size before relaxing) + .literal.ssl_parse_encrypted_pms + 0x000000004010ef10 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_srv.o) + 0x1c (size before relaxing) + .literal.ssl_parse_client_key_exchange + 0x000000004010ef10 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_srv.o) + 0x2c (size before relaxing) + .literal.ssl_parse_certificate_verify + 0x000000004010ef14 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_srv.o) + 0x30 (size before relaxing) + .literal.mbedtls_ssl_handshake_server_step + 0x000000004010ef18 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_srv.o) + 0x48 (size before relaxing) + .literal.x509_parse_int + 0x000000004010ef1c 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509.o) + .literal.x509_date_is_valid + 0x000000004010ef20 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509.o) + 0xc (size before relaxing) + .literal.x509_parse_time + 0x000000004010ef28 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509.o) + 0x20 (size before relaxing) + .literal.x509_get_attr_type_value + 0x000000004010ef28 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509.o) + 0x18 (size before relaxing) + .literal.x509_get_hash_alg + 0x000000004010ef34 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509.o) + 0x18 (size before relaxing) + .literal.mbedtls_x509_get_serial + 0x000000004010ef40 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509.o) + 0x10 (size before relaxing) + .literal.mbedtls_x509_get_alg_null + 0x000000004010ef4c 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509.o) + 0x4 (size before relaxing) + .literal.mbedtls_x509_get_alg + 0x000000004010ef4c 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509.o) + 0x4 (size before relaxing) + .literal.mbedtls_x509_get_rsassa_pss_params + 0x000000004010ef4c 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509.o) + 0x40 (size before relaxing) + .literal.mbedtls_x509_get_name + 0x000000004010ef58 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509.o) + 0x18 (size before relaxing) + .literal.mbedtls_x509_get_time + 0x000000004010ef58 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509.o) + 0x10 (size before relaxing) + .literal.mbedtls_x509_get_sig + 0x000000004010ef60 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509.o) + 0xc (size before relaxing) + .literal.mbedtls_x509_get_sig_alg + 0x000000004010ef68 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509.o) + 0x1c (size before relaxing) + .literal.mbedtls_x509_get_ext + 0x000000004010ef68 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509.o) + 0xc (size before relaxing) + .literal.mbedtls_base64_decode + 0x000000004010ef68 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(base64.o) + .literal.ccm_auth_crypt + 0x000000004010ef6c 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ccm.o) + 0x40 (size before relaxing) + .literal.mbedtls_ccm_init + 0x000000004010ef70 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ccm.o) + 0x4 (size before relaxing) + .literal.mbedtls_ccm_setkey + 0x000000004010ef70 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ccm.o) + 0x10 (size before relaxing) + .literal.mbedtls_ccm_free + 0x000000004010ef70 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ccm.o) + 0x8 (size before relaxing) + .literal.mbedtls_ccm_encrypt_and_tag + 0x000000004010ef70 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ccm.o) + 0x4 (size before relaxing) + .literal.mbedtls_ccm_auth_decrypt + 0x000000004010ef70 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ccm.o) + 0x8 (size before relaxing) + .literal.derive_mpi + 0x000000004010ef70 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecdsa.o) + 0x10 (size before relaxing) + .literal.ecdsa_signature_to_asn1 + 0x000000004010ef70 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecdsa.o) + 0x14 (size before relaxing) + .literal.mbedtls_ecdsa_sign + 0x000000004010ef70 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecdsa.o) + 0x68 (size before relaxing) + .literal.mbedtls_ecdsa_sign_det + 0x000000004010ef70 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecdsa.o) + 0x30 (size before relaxing) + .literal.mbedtls_ecdsa_verify + 0x000000004010ef74 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecdsa.o) + 0x6c (size before relaxing) + .literal.mbedtls_ecdsa_write_signature + 0x000000004010ef78 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecdsa.o) + 0x18 (size before relaxing) + .literal.mbedtls_ecdsa_read_signature + 0x000000004010ef78 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecdsa.o) + 0x2c (size before relaxing) + .literal.mbedtls_ecdsa_init + 0x000000004010ef7c 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecdsa.o) + 0x4 (size before relaxing) + .literal.mbedtls_ecdsa_free + 0x000000004010ef7c 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecdsa.o) + 0x4 (size before relaxing) + .literal.mbedtls_ecdsa_from_keypair + 0x000000004010ef7c 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecdsa.o) + 0x10 (size before relaxing) + .literal.mbedtls_hmac_drbg_init + 0x000000004010ef7c 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(hmac_drbg.o) + 0x4 (size before relaxing) + .literal.mbedtls_hmac_drbg_update + 0x000000004010ef7c 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(hmac_drbg.o) + 0x24 (size before relaxing) + .literal.mbedtls_hmac_drbg_seed_buf + 0x000000004010ef7c 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(hmac_drbg.o) + 0x18 (size before relaxing) + .literal.mbedtls_hmac_drbg_reseed + 0x000000004010ef7c 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(hmac_drbg.o) + 0xc (size before relaxing) + .literal.mbedtls_hmac_drbg_random_with_add + 0x000000004010ef7c 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(hmac_drbg.o) + 0x20 (size before relaxing) + .literal.mbedtls_hmac_drbg_random + 0x000000004010ef7c 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(hmac_drbg.o) + 0x4 (size before relaxing) + .literal.mbedtls_hmac_drbg_free + 0x000000004010ef7c 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(hmac_drbg.o) + 0x8 (size before relaxing) + .literal.mbedtls_asn1_write_len + 0x000000004010ef7c 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(asn1write.o) + 0x8 (size before relaxing) + .literal.mbedtls_asn1_write_mpi + 0x000000004010ef7c 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(asn1write.o) + 0x10 (size before relaxing) + .literal 0x000000004010ef7c 0x4 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-errno.o) + .literal 0x000000004010ef80 0x4 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-sysgettod.o) + 0x8 (size before relaxing) + .literal.parse_url_char + 0x000000004010ef84 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nghttp/libnghttp.a(http_parser.o) + .literal.http_parse_host_char + 0x000000004010ef8c 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nghttp/libnghttp.a(http_parser.o) + .literal.http_parse_host + 0x000000004010ef90 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nghttp/libnghttp.a(http_parser.o) + 0x20 (size before relaxing) + .literal.http_parser_url_init + 0x000000004010efa8 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nghttp/libnghttp.a(http_parser.o) + 0x4 (size before relaxing) + .literal.http_parser_parse_url + 0x000000004010efa8 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nghttp/libnghttp.a(http_parser.o) + 0x28 (size before relaxing) + .literal.MD5Transform + 0x000000004010efbc 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(md5-internal.o) + 0x100 (size before relaxing) + .literal.MD5Init + 0x000000004010efbc 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(md5-internal.o) + 0x10 (size before relaxing) + .literal.MD5Update + 0x000000004010efbc 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(md5-internal.o) + 0x18 (size before relaxing) + .literal.MD5Final + 0x000000004010efbc 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(md5-internal.o) + 0x1c (size before relaxing) + .literal.md5_vector + 0x000000004010efbc 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(md5-internal.o) + 0xc (size before relaxing) + .literal.hmac_md5_vector + 0x000000004010efbc 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(md5.o) + 0x1c (size before relaxing) + .literal.hmac_md5 + 0x000000004010efbc 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(md5.o) + 0x4 (size before relaxing) + .literal.SHA1Transform + 0x000000004010efbc 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(sha1-internal.o) + 0x20 (size before relaxing) + .literal.SHA1Init + 0x000000004010efc4 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(sha1-internal.o) + 0x14 (size before relaxing) + .literal.SHA1Update + 0x000000004010efc4 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(sha1-internal.o) + 0x10 (size before relaxing) + .literal.SHA1Final + 0x000000004010efc4 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(sha1-internal.o) + 0x1c (size before relaxing) + .literal.sha1_vector + 0x000000004010efcc 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(sha1-internal.o) + 0xc (size before relaxing) + .literal.pbkdf2_sha1_f + 0x000000004010efcc 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(sha1-pbkdf2.o) + 0x14 (size before relaxing) + .literal.pbkdf2_sha1 + 0x000000004010efcc 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(sha1-pbkdf2.o) + 0x8 (size before relaxing) + .literal.hmac_sha1_vector + 0x000000004010efcc 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(sha1.o) + 0x1c (size before relaxing) + .literal.hmac_sha1 + 0x000000004010efcc 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(sha1.o) + 0x4 (size before relaxing) + .literal.sha1_prf + 0x000000004010efcc 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(sha1.o) + 0x10 (size before relaxing) + .literal.os_get_time + 0x000000004010efcc 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(os_xtensa.o) + 0x4 (size before relaxing) + .literal.os_random + 0x000000004010efcc 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(os_xtensa.o) + 0x4 (size before relaxing) + .literal.os_get_random + 0x000000004010efcc 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(os_xtensa.o) + 0x4 (size before relaxing) + .literal.fast_aes_unwrap + 0x000000004010efcc 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_aes-unwrap.o) + 0x24 (size before relaxing) + .literal.fast_aes_wrap + 0x000000004010efcc 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_aes-wrap.o) + 0x2c (size before relaxing) + .literal.fast_sha256_vector + 0x000000004010efcc 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_sha256-internal.o) + 0x14 (size before relaxing) + .literal.fast_hmac_sha256_vector + 0x000000004010efcc 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_sha256.o) + 0x1c (size before relaxing) + .literal.fast_sha256_prf + 0x000000004010efcc 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_sha256.o) + 0x10 (size before relaxing) + .literal 0x000000004010efcc 0xc /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_popcountsi2.o) + .literal 0x000000004010efd8 0x24 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(unwind-dw2-xtensa.o) + 0x88 (size before relaxing) + .literal 0x000000004010effc 0x34 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(unwind-dw2-fde.o) + 0xc4 (size before relaxing) + .literal.ets_timer_setfn + 0x000000004010f030 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(ets_timer_legacy.o) + 0x24 (size before relaxing) + .literal.ets_timer_done + 0x000000004010f048 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(ets_timer_legacy.o) + 0x8 (size before relaxing) + .literal.lib_printf + 0x000000004010f048 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(lib_printf.o) + 0x10 (size before relaxing) + .literal.phy_printf + 0x000000004010f054 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(lib_printf.o) + 0x8 (size before relaxing) + .literal.load_cal_data_from_nvs_handle + 0x000000004010f058 0x34 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(phy_init.o) + 0x84 (size before relaxing) + .literal.store_cal_data_to_nvs_handle + 0x000000004010f08c 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(phy_init.o) + 0x24 (size before relaxing) + .literal.esp_phy_rf_init + 0x000000004010f08c 0x24 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(phy_init.o) + 0x38 (size before relaxing) + .literal.esp_phy_rf_deinit + 0x000000004010f0b0 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(phy_init.o) + 0x28 (size before relaxing) + .literal.esp_phy_get_init_data + 0x000000004010f0b8 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(phy_init.o) + 0x14 (size before relaxing) + .literal.esp_phy_load_cal_data_from_nvs + 0x000000004010f0c0 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(phy_init.o) + 0x34 (size before relaxing) + .literal.esp_phy_store_cal_data_to_nvs + 0x000000004010f0d4 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(phy_init.o) + 0x24 (size before relaxing) + .literal.esp_phy_load_cal_and_init + 0x000000004010f0d8 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(phy_init.o) + 0x4c (size before relaxing) + .literal.esp_aes_acquire_hardware + 0x000000004010f0e8 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(aes.o) + .literal.esp_aes_release_hardware + 0x000000004010f100 0x4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(aes.o) + 0x18 (size before relaxing) + .literal.esp_aes_init + 0x000000004010f104 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(aes.o) + 0x4 (size before relaxing) + .literal.esp_aes_free + 0x000000004010f104 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(aes.o) + 0x4 (size before relaxing) + .literal.esp_aes_setkey + 0x000000004010f104 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(aes.o) + 0x4 (size before relaxing) + .literal.esp_aes_encrypt + 0x000000004010f104 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(aes.o) + 0x28 (size before relaxing) + .literal.esp_aes_decrypt + 0x000000004010f118 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(aes.o) + 0x28 (size before relaxing) + .literal.esp_aes_crypt_ecb + 0x000000004010f118 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(aes.o) + 0x28 (size before relaxing) + .literal.esp_aes_crypt_cbc + 0x000000004010f118 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(aes.o) + 0x3c (size before relaxing) + .literal.esp_aes_crypt_cfb128 + 0x000000004010f118 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(aes.o) + 0x30 (size before relaxing) + .literal.esp_aes_crypt_ctr + 0x000000004010f118 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(aes.o) + 0x28 (size before relaxing) + .literal 0x000000004010f118 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-vsnprintf.o) + 0x8 (size before relaxing) + .literal.esp_mqtt_set_config + 0x000000004010f118 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_client.o) + 0x50 (size before relaxing) + .literal.create_string + 0x000000004010f124 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_client.o) + 0x18 (size before relaxing) + .text.esp_mqtt_set_config + 0x000000004010f12c 0x12c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_client.o) + 0x134 (size before relaxing) + .text.create_string + 0x000000004010f258 0x38 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_client.o) + .text.esp_mqtt_dispatch_event + 0x000000004010f290 0x2c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_client.o) + 0x30 (size before relaxing) + .text.esp_mqtt_abort_connection + 0x000000004010f2bc 0x3a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_client.o) + *fill* 0x000000004010f2f6 0x2 + .text.mqtt_write_data + 0x000000004010f2f8 0x48 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_client.o) + 0x4c (size before relaxing) + .text.esp_mqtt_connect + 0x000000004010f340 0x1a8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_client.o) + 0x1c0 (size before relaxing) + .text.deliver_publish + 0x000000004010f4e8 0x83 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_client.o) + 0x93 (size before relaxing) + *fill* 0x000000004010f56b 0x1 + .text.is_valid_mqtt_msg + 0x000000004010f56c 0x64 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_client.o) + 0x68 (size before relaxing) + .text.mqtt_process_receive + 0x000000004010f5d0 0x2c6 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_client.o) + 0x2fe (size before relaxing) + *fill* 0x000000004010f896 0x2 + .text.esp_mqtt_client_ping + 0x000000004010f898 0x6e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_client.o) + 0x76 (size before relaxing) + *fill* 0x000000004010f906 0x2 + .text.esp_mqtt_task + 0x000000004010f908 0x1b8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_client.o) + 0x1d8 (size before relaxing) + .text.mqtt_enqueue + 0x000000004010fac0 0x30 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_client.o) + 0x34 (size before relaxing) + .text.esp_mqtt_client_set_uri + 0x000000004010faf0 0xec /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_client.o) + 0xf0 (size before relaxing) + 0x000000004010faf0 esp_mqtt_client_set_uri + .text.esp_mqtt_client_init + 0x000000004010fbdc 0xe4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_client.o) + 0x10c (size before relaxing) + 0x000000004010fbdc esp_mqtt_client_init + .text.esp_mqtt_client_start + 0x000000004010fcc0 0x64 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_client.o) + 0x000000004010fcc0 esp_mqtt_client_start + .text.esp_mqtt_client_subscribe + 0x000000004010fd24 0x99 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_client.o) + 0xa1 (size before relaxing) + 0x000000004010fd24 esp_mqtt_client_subscribe + *fill* 0x000000004010fdbd 0x3 + .text.esp_mqtt_client_unsubscribe + 0x000000004010fdc0 0xb9 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_client.o) + 0xc1 (size before relaxing) + 0x000000004010fdc0 esp_mqtt_client_unsubscribe + *fill* 0x000000004010fe79 0x3 + .text.esp_mqtt_client_publish + 0x000000004010fe7c 0x91 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_client.o) + 0x99 (size before relaxing) + 0x000000004010fe7c esp_mqtt_client_publish + *fill* 0x000000004010ff0d 0x3 + .text.append_string + 0x000000004010ff10 0x50 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_msg.o) + .text.append_message_id + 0x000000004010ff60 0x48 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_msg.o) + .text.mqtt_msg_init + 0x000000004010ffa8 0x19 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_msg.o) + 0x000000004010ffa8 mqtt_msg_init + *fill* 0x000000004010ffc1 0x3 + .text.mqtt_msg_connect + 0x000000004010ffc4 0x178 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_msg.o) + 0x198 (size before relaxing) + 0x000000004010ffc4 mqtt_msg_connect + .text.mqtt_msg_publish + 0x000000004011013c 0xa4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_msg.o) + 0xb0 (size before relaxing) + 0x000000004011013c mqtt_msg_publish + .text.mqtt_msg_puback + 0x00000000401101e0 0x32 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_msg.o) + 0x3a (size before relaxing) + 0x00000000401101e0 mqtt_msg_puback + *fill* 0x0000000040110212 0x2 + .text.mqtt_msg_pubrec + 0x0000000040110214 0x32 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_msg.o) + 0x3a (size before relaxing) + 0x0000000040110214 mqtt_msg_pubrec + *fill* 0x0000000040110246 0x2 + .text.mqtt_msg_pubrel + 0x0000000040110248 0x32 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_msg.o) + 0x3a (size before relaxing) + 0x0000000040110248 mqtt_msg_pubrel + *fill* 0x000000004011027a 0x2 + .text.mqtt_msg_pubcomp + 0x000000004011027c 0x32 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_msg.o) + 0x3a (size before relaxing) + 0x000000004011027c mqtt_msg_pubcomp + *fill* 0x00000000401102ae 0x2 + .text.mqtt_msg_subscribe + 0x00000000401102b0 0x8c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_msg.o) + 0x98 (size before relaxing) + 0x00000000401102b0 mqtt_msg_subscribe + .text.mqtt_msg_unsubscribe + 0x000000004011033c 0x68 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_msg.o) + 0x74 (size before relaxing) + 0x000000004011033c mqtt_msg_unsubscribe + .text.mqtt_msg_pingreq + 0x00000000401103a4 0x1c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_msg.o) + 0x20 (size before relaxing) + 0x00000000401103a4 mqtt_msg_pingreq + .text.mqtt_msg_pingresp + 0x00000000401103c0 0x1c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_msg.o) + 0x20 (size before relaxing) + 0x00000000401103c0 mqtt_msg_pingresp + .text.outbox_init + 0x00000000401103dc 0x2a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_outbox.o) + 0x00000000401103dc outbox_init + *fill* 0x0000000040110406 0x2 + .text.outbox_enqueue + 0x0000000040110408 0x8a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_outbox.o) + 0x92 (size before relaxing) + 0x0000000040110408 outbox_enqueue + *fill* 0x0000000040110492 0x2 + .text.outbox_delete + 0x0000000040110494 0x80 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_outbox.o) + 0x0000000040110494 outbox_delete + .text.platform_create_id_string + 0x0000000040110514 0x3e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(platform_esp32_idf.o) + 0x42 (size before relaxing) + 0x0000000040110514 platform_create_id_string + *fill* 0x0000000040110552 0x2 + .text.platform_random + 0x0000000040110554 0xe /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(platform_esp32_idf.o) + 0x0000000040110554 platform_random + *fill* 0x0000000040110562 0x2 + .text.platform_tick_get_ms + 0x0000000040110564 0x2a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(platform_esp32_idf.o) + 0x0000000040110564 platform_tick_get_ms + *fill* 0x000000004011058e 0x2 + .text.transport_list_init + 0x0000000040110590 0x2a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(transport.o) + 0x0000000040110590 transport_list_init + *fill* 0x00000000401105ba 0x2 + .text.transport_list_add + 0x00000000401105bc 0x59 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(transport.o) + 0x5d (size before relaxing) + 0x00000000401105bc transport_list_add + *fill* 0x0000000040110615 0x3 + .text.transport_list_get_transport + 0x0000000040110618 0x2a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(transport.o) + 0x0000000040110618 transport_list_get_transport + *fill* 0x0000000040110642 0x2 + .text.transport_init + 0x0000000040110644 0x25 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(transport.o) + 0x0000000040110644 transport_init + *fill* 0x0000000040110669 0x3 + .text.ssl_destroy + 0x000000004011066c 0x1e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(transport_ssl.o) + 0x22 (size before relaxing) + *fill* 0x000000004011068a 0x2 + .text.ssl_poll_write + 0x000000004011068c 0x7a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(transport_ssl.o) + 0x7e (size before relaxing) + *fill* 0x0000000040110706 0x2 + .text.ssl_poll_read + 0x0000000040110708 0x7a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(transport_ssl.o) + 0x7e (size before relaxing) + *fill* 0x0000000040110782 0x2 + .text.ssl_close + 0x0000000040110784 0x50 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(transport_ssl.o) + 0x70 (size before relaxing) + .text.ssl_write + 0x00000000401107d4 0x2a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(transport_ssl.o) + 0x32 (size before relaxing) + *fill* 0x00000000401107fe 0x2 + .text.ssl_read + 0x0000000040110800 0x30 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(transport_ssl.o) + 0x38 (size before relaxing) + .text.ssl_connect + 0x0000000040110830 0x2ea /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(transport_ssl.o) + 0x32a (size before relaxing) + *fill* 0x0000000040110b1a 0x2 + .text.transport_ssl_set_cert_data + 0x0000000040110b1c 0x26 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(transport_ssl.o) + 0x2a (size before relaxing) + 0x0000000040110b1c transport_ssl_set_cert_data + *fill* 0x0000000040110b42 0x2 + .text.transport_ssl_init + 0x0000000040110b44 0x5b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(transport_ssl.o) + 0x67 (size before relaxing) + 0x0000000040110b44 transport_ssl_init + *fill* 0x0000000040110b9f 0x1 + .text.tcp_destroy + 0x0000000040110ba0 0x1a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(transport_tcp.o) + 0x1e (size before relaxing) + *fill* 0x0000000040110bba 0x2 + .text.tcp_poll_write + 0x0000000040110bbc 0x78 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(transport_tcp.o) + 0x7c (size before relaxing) + .text.tcp_poll_read + 0x0000000040110c34 0x78 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(transport_tcp.o) + 0x7c (size before relaxing) + .text.tcp_close + 0x0000000040110cac 0x21 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(transport_tcp.o) + 0x25 (size before relaxing) + *fill* 0x0000000040110ccd 0x3 + .text.tcp_write + 0x0000000040110cd0 0x28 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(transport_tcp.o) + 0x30 (size before relaxing) + .text.tcp_read + 0x0000000040110cf8 0x2e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(transport_tcp.o) + 0x36 (size before relaxing) + *fill* 0x0000000040110d26 0x2 + .text.resolve_dns + 0x0000000040110d28 0x3d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(transport_tcp.o) + 0x41 (size before relaxing) + *fill* 0x0000000040110d65 0x3 + .text.tcp_connect + 0x0000000040110d68 0xde /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(transport_tcp.o) + 0xf6 (size before relaxing) + *fill* 0x0000000040110e46 0x2 + .text.transport_tcp_init + 0x0000000040110e48 0x56 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(transport_tcp.o) + 0x5e (size before relaxing) + 0x0000000040110e48 transport_tcp_init + *fill* 0x0000000040110e9e 0x2 + .text.lwip_gethostbyname + 0x0000000040110ea0 0x65 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(netdb.o) + 0x69 (size before relaxing) + 0x0000000040110ea0 lwip_gethostbyname + *fill* 0x0000000040110f05 0x3 + .text.lwip_freeaddrinfo + 0x0000000040110f08 0x17 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(netdb.o) + 0x0000000040110f08 lwip_freeaddrinfo + *fill* 0x0000000040110f1f 0x1 + .text.lwip_getaddrinfo + 0x0000000040110f20 0x249 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(netdb.o) + 0x261 (size before relaxing) + 0x0000000040110f20 lwip_getaddrinfo + *fill* 0x0000000040111169 0x3 + .text.tryget_socket + 0x000000004011116c 0x31 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + *fill* 0x000000004011119d 0x3 + .text.lwip_socket_register_membership + 0x00000000401111a0 0xda /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + *fill* 0x000000004011127a 0x2 + .text.lwip_socket_unregister_membership + 0x000000004011127c 0x1c7 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + *fill* 0x0000000040111443 0x1 + .text.get_socket + 0x0000000040111444 0x3c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + .text.lwip_getsockopt_impl + 0x0000000040111480 0x582 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + 0x58a (size before relaxing) + *fill* 0x0000000040111a02 0x2 + .text.lwip_selscan + 0x0000000040111a04 0x208 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + 0x210 (size before relaxing) + .text.event_callback + 0x0000000040111c0c 0x17f /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + 0x193 (size before relaxing) + *fill* 0x0000000040111d8b 0x1 + .text.lwip_getsockopt_callback + 0x0000000040111d8c 0x2e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + 0x36 (size before relaxing) + *fill* 0x0000000040111dba 0x2 + .text.alloc_socket + 0x0000000040111dbc 0x14e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + 0x152 (size before relaxing) + *fill* 0x0000000040111f0a 0x2 + .text.free_socket + 0x0000000040111f0c 0x4c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + 0x60 (size before relaxing) + .text.sockaddr_to_ipaddr_port + 0x0000000040111f58 0x3e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + 0x46 (size before relaxing) + *fill* 0x0000000040111f96 0x2 + .text.lwip_socket_drop_registered_memberships + 0x0000000040111f98 0x81 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + 0x8d (size before relaxing) + *fill* 0x0000000040112019 0x3 + .text.lwip_setsockopt_impl + 0x000000004011201c 0x62a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + 0x63e (size before relaxing) + *fill* 0x0000000040112646 0x2 + .text.lwip_setsockopt_callback + 0x0000000040112648 0x2e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + 0x36 (size before relaxing) + *fill* 0x0000000040112676 0x2 + .text.lwip_close + 0x0000000040112678 0x6e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + 0x76 (size before relaxing) + 0x0000000040112678 lwip_close + *fill* 0x00000000401126e6 0x2 + .text.lwip_connect + 0x00000000401126e8 0xed /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + 0x101 (size before relaxing) + 0x00000000401126e8 lwip_connect + *fill* 0x00000000401127d5 0x3 + .text.lwip_recvfrom + 0x00000000401127d8 0x318 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + 0x32c (size before relaxing) + 0x00000000401127d8 lwip_recvfrom + .text.lwip_sendto + 0x0000000040112af0 0x1bc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + 0x1cc (size before relaxing) + 0x0000000040112af0 lwip_sendto + .text.lwip_send + 0x0000000040112cac 0x90 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + 0x94 (size before relaxing) + 0x0000000040112cac lwip_send + .text.lwip_socket + 0x0000000040112d3c 0xc4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + 0xd0 (size before relaxing) + 0x0000000040112d3c lwip_socket + .text.lwip_select + 0x0000000040112e00 0x351 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + 0x381 (size before relaxing) + 0x0000000040112e00 lwip_select + *fill* 0x0000000040113151 0x3 + .text.lwip_getsockopt + 0x0000000040113154 0xac /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + 0xb8 (size before relaxing) + 0x0000000040113154 lwip_getsockopt + .text.lwip_setsockopt + 0x0000000040113200 0x96 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + 0xa6 (size before relaxing) + 0x0000000040113200 lwip_setsockopt + *fill* 0x0000000040113296 0x2 + .text.lwip_ioctl + 0x0000000040113298 0x61 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + 0x65 (size before relaxing) + 0x0000000040113298 lwip_ioctl + *fill* 0x00000000401132f9 0x3 + .text.lwip_fcntl + 0x00000000401132fc 0x84 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + 0x88 (size before relaxing) + 0x00000000401132fc lwip_fcntl + .text.lwip_send_r + 0x0000000040113380 0x9c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + 0xb4 (size before relaxing) + 0x0000000040113380 lwip_send_r + .text.lwip_recvfrom_r + 0x000000004011341c 0xa4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + 0xbc (size before relaxing) + 0x000000004011341c lwip_recvfrom_r + .text.lwip_read_r + 0x00000000401134c0 0x19 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + 0x00000000401134c0 lwip_read_r + *fill* 0x00000000401134d9 0x3 + .text.lwip_write_r + 0x00000000401134dc 0x15 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + 0x00000000401134dc lwip_write_r + *fill* 0x00000000401134f1 0x3 + .text.lwip_connect_r + 0x00000000401134f4 0x9c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + 0xb4 (size before relaxing) + 0x00000000401134f4 lwip_connect_r + .text.lwip_ioctl_r + 0x0000000040113590 0x9c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + 0xb4 (size before relaxing) + 0x0000000040113590 lwip_ioctl_r + .text.lwip_fcntl_r + 0x000000004011362c 0x9c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + 0xb4 (size before relaxing) + 0x000000004011362c lwip_fcntl_r + .text.lwip_setsockopt_r + 0x00000000401136c8 0xa0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + 0xb8 (size before relaxing) + 0x00000000401136c8 lwip_setsockopt_r + .text.lwip_getsockopt_r + 0x0000000040113768 0xa0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + 0xb8 (size before relaxing) + 0x0000000040113768 lwip_getsockopt_r + .text.lwip_close_r + 0x0000000040113808 0xa8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + 0xc4 (size before relaxing) + 0x0000000040113808 lwip_close_r + .text.lwip_shutdown_r + 0x00000000401138b0 0x98 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + 0xb0 (size before relaxing) + 0x00000000401138b0 lwip_shutdown_r + .text.tcpip_thread + 0x0000000040113948 0xab /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcpip.o) + 0xb2 (size before relaxing) + *fill* 0x00000000401139f3 0x1 + .text.tcpip_inpkt + 0x00000000401139f4 0x4e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcpip.o) + 0x52 (size before relaxing) + 0x00000000401139f4 tcpip_inpkt + *fill* 0x0000000040113a42 0x2 + .text.tcpip_input + 0x0000000040113a44 0x2a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcpip.o) + 0x2d (size before relaxing) + 0x0000000040113a44 tcpip_input + *fill* 0x0000000040113a6e 0x2 + .text.tcpip_callback_with_block + 0x0000000040113a70 0x62 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcpip.o) + 0x0000000040113a70 tcpip_callback_with_block + *fill* 0x0000000040113ad2 0x2 + .text.tcpip_send_api_msg + 0x0000000040113ad4 0x45 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcpip.o) + 0x49 (size before relaxing) + 0x0000000040113ad4 tcpip_send_api_msg + *fill* 0x0000000040113b19 0x3 + .text.tcpip_init + 0x0000000040113b1c 0x47 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcpip.o) + 0x53 (size before relaxing) + 0x0000000040113b1c tcpip_init + *fill* 0x0000000040113b63 0x1 + .text.kill_oldest_dhcps_pool + 0x0000000040113b64 0x42 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcpserver.o) + *fill* 0x0000000040113ba6 0x2 + .text.parse_options + 0x0000000040113ba8 0x9d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcpserver.o) + *fill* 0x0000000040113c45 0x3 + .text.create_msg + 0x0000000040113c48 0xb1 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcpserver.o) + *fill* 0x0000000040113cf9 0x3 + .text.add_offer_options + 0x0000000040113cfc 0x161 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcpserver.o) + 0x165 (size before relaxing) + *fill* 0x0000000040113e5d 0x3 + .text.dhcps_poll_set + 0x0000000040113e60 0xb4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcpserver.o) + 0xc0 (size before relaxing) + .text.parse_msg + 0x0000000040113f14 0x1dc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcpserver.o) + 0x1f0 (size before relaxing) + .text.dhcps_pbuf_alloc + 0x00000000401140f0 0x1c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcpserver.o) + 0x00000000401140f0 dhcps_pbuf_alloc + .text.send_offer + 0x000000004011410c 0x83 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcpserver.o) + 0x97 (size before relaxing) + *fill* 0x000000004011418f 0x1 + .text.send_ack + 0x0000000040114190 0x83 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcpserver.o) + 0x97 (size before relaxing) + *fill* 0x0000000040114213 0x1 + .text.send_nak + 0x0000000040114214 0x7f /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcpserver.o) + 0x8f (size before relaxing) + *fill* 0x0000000040114293 0x1 + .text.handle_dhcp + 0x0000000040114294 0xcc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcpserver.o) + 0xda (size before relaxing) + *fill* 0x0000000040114360 0x0 + .text.dhcps_start + 0x0000000040114360 0x5a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcpserver.o) + 0x6a (size before relaxing) + 0x0000000040114360 dhcps_start + *fill* 0x00000000401143ba 0x2 + .text.dhcps_stop + 0x00000000401143bc 0x53 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcpserver.o) + 0x5b (size before relaxing) + 0x00000000401143bc dhcps_stop + *fill* 0x000000004011440f 0x1 + .text.dhcps_coarse_tmr + 0x0000000040114410 0x4f /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcpserver.o) + 0x52 (size before relaxing) + 0x0000000040114410 dhcps_coarse_tmr + *fill* 0x000000004011445f 0x1 + .text.lwip_ntohs + 0x0000000040114460 0xd /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(def.o) + 0x10 (size before relaxing) + 0x0000000040114460 lwip_ntohs + *fill* 0x000000004011446d 0x3 + .text.lwip_htonl + 0x0000000040114470 0x26 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(def.o) + 0x0000000040114470 lwip_htonl + *fill* 0x0000000040114496 0x2 + .text.lwip_ntohl + 0x0000000040114498 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(def.o) + 0x10 (size before relaxing) + 0x0000000040114498 lwip_ntohl + .text.dns_lookup + 0x00000000401144a4 0xf4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dns.o) + .text.dns_server_is_set + 0x0000000040114598 0x96 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dns.o) + *fill* 0x000000004011462e 0x2 + .text.dns_create_txid + 0x0000000040114630 0x43 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dns.o) + *fill* 0x0000000040114673 0x1 + .text.dns_call_found + 0x0000000040114674 0x1c0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dns.o) + 0x1c4 (size before relaxing) + .text.dns_send + 0x0000000040114834 0x215 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dns.o) + 0x235 (size before relaxing) + *fill* 0x0000000040114a49 0x3 + .text.dns_check_entry + 0x0000000040114a4c 0x27b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dns.o) + 0x286 (size before relaxing) + *fill* 0x0000000040114cc7 0x1 + .text.dns_check_entries + 0x0000000040114cc8 0x1a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dns.o) + *fill* 0x0000000040114ce2 0x2 + .text.dns_alloc_random_port + 0x0000000040114ce4 0x58 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dns.o) + 0x60 (size before relaxing) + .text.dns_alloc_pcb + 0x0000000040114d3c 0x71 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dns.o) + *fill* 0x0000000040114dad 0x3 + .text.dns_enqueue + 0x0000000040114db0 0x1c6 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dns.o) + 0x1ca (size before relaxing) + *fill* 0x0000000040114f76 0x2 + .text.dns_compare_name + 0x0000000040114f78 0x66 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dns.o) + 0x6a (size before relaxing) + *fill* 0x0000000040114fde 0x2 + .text.dns_parse_name + 0x0000000040114fe0 0x4b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dns.o) + 0x4f (size before relaxing) + *fill* 0x000000004011502b 0x1 + .text.dns_recv + 0x000000004011502c 0x43b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dns.o) + 0x462 (size before relaxing) + *fill* 0x0000000040115467 0x1 + .text.dns_setserver + 0x0000000040115468 0x3e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dns.o) + 0x0000000040115468 dns_setserver + *fill* 0x00000000401154a6 0x2 + .text.dns_clear_servers + 0x00000000401154a8 0x2e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dns.o) + 0x00000000401154a8 dns_clear_servers + *fill* 0x00000000401154d6 0x2 + .text.dns_tmr 0x00000000401154d8 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dns.o) + 0xb (size before relaxing) + 0x00000000401154d8 dns_tmr + *fill* 0x00000000401154e0 0x0 + .text.dns_gethostbyname_addrtype + 0x00000000401154e0 0x138 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dns.o) + 0x140 (size before relaxing) + 0x00000000401154e0 dns_gethostbyname_addrtype + .text.lwip_init + 0x0000000040115618 0x1b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(init.o) + 0x2f (size before relaxing) + 0x0000000040115618 lwip_init + *fill* 0x0000000040115633 0x1 + .text.ipaddr_aton + 0x0000000040115634 0x4a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip.o) + 0x0000000040115634 ipaddr_aton + *fill* 0x000000004011567e 0x2 + .text.ip_input + 0x0000000040115680 0x32 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip.o) + 0x36 (size before relaxing) + 0x0000000040115680 ip_input + *fill* 0x00000000401156b2 0x2 + .text.netif_loopif_init + 0x00000000401156b4 0x1f /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(netif.o) + *fill* 0x00000000401156d3 0x1 + .text.netif_issue_reports + 0x00000000401156d4 0x34 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(netif.o) + 0x3c (size before relaxing) + .text.netif_poll + 0x0000000040115708 0xa5 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(netif.o) + 0xb5 (size before relaxing) + 0x0000000040115708 netif_poll + *fill* 0x00000000401157ad 0x3 + .text.netif_set_ipaddr + 0x00000000401157b0 0x56 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(netif.o) + 0x5e (size before relaxing) + 0x00000000401157b0 netif_set_ipaddr + *fill* 0x0000000040115806 0x2 + .text.netif_set_addr + 0x0000000040115808 0x1c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(netif.o) + 0x24 (size before relaxing) + 0x0000000040115808 netif_set_addr + .text.netif_add + 0x0000000040115824 0x108 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(netif.o) + 0x110 (size before relaxing) + 0x0000000040115824 netif_add + .text.netif_set_default + 0x000000004011592c 0xa /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(netif.o) + 0x000000004011592c netif_set_default + *fill* 0x0000000040115936 0x2 + .text.netif_set_up + 0x0000000040115938 0x23 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(netif.o) + 0x0000000040115938 netif_set_up + *fill* 0x000000004011595b 0x1 + .text.netif_set_down + 0x000000004011595c 0x1b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(netif.o) + 0x1e (size before relaxing) + 0x000000004011595c netif_set_down + *fill* 0x0000000040115977 0x1 + .text.netif_remove + 0x0000000040115978 0x7d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(netif.o) + 0x81 (size before relaxing) + 0x0000000040115978 netif_remove + *fill* 0x00000000401159f5 0x3 + .text.netif_set_link_up + 0x00000000401159f8 0x2b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(netif.o) + 0x32 (size before relaxing) + 0x00000000401159f8 netif_set_link_up + *fill* 0x0000000040115a23 0x1 + .text.netif_init + 0x0000000040115a24 0x52 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(netif.o) + 0x5a (size before relaxing) + 0x0000000040115a24 netif_init + *fill* 0x0000000040115a76 0x2 + .text.netif_loop_output + 0x0000000040115a78 0xa1 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(netif.o) + 0xb1 (size before relaxing) + 0x0000000040115a78 netif_loop_output + *fill* 0x0000000040115b19 0x3 + .text.netif_loop_output_ipv6 + 0x0000000040115b1c 0x12 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(netif.o) + *fill* 0x0000000040115b2e 0x2 + .text.netif_loop_output_ipv4 + 0x0000000040115b30 0x12 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(netif.o) + *fill* 0x0000000040115b42 0x2 + .text.pbuf_pool_is_empty + 0x0000000040115b44 0x3f /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(pbuf.o) + 0x4f (size before relaxing) + *fill* 0x0000000040115b83 0x1 + .text.pbuf_free_ooseq + 0x0000000040115b84 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(pbuf.o) + 0x3f (size before relaxing) + *fill* 0x0000000040115bbf 0x1 + .text.pbuf_free_ooseq_callback + 0x0000000040115bc0 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(pbuf.o) + 0xb (size before relaxing) + *fill* 0x0000000040115bc8 0x0 + .text.pbuf_header_impl + 0x0000000040115bc8 0xda /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(pbuf.o) + 0xde (size before relaxing) + *fill* 0x0000000040115ca2 0x2 + .text.pbuf_header + 0x0000000040115ca4 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(pbuf.o) + 0x0000000040115ca4 pbuf_header + .text.pbuf_header_force + 0x0000000040115cb8 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(pbuf.o) + 0x0000000040115cb8 pbuf_header_force + .text.pbuf_free + 0x0000000040115ccc 0xbd /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(pbuf.o) + 0xc1 (size before relaxing) + 0x0000000040115ccc pbuf_free + *fill* 0x0000000040115d89 0x3 + .text.pbuf_alloc + 0x0000000040115d8c 0x1e4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(pbuf.o) + 0x1f4 (size before relaxing) + 0x0000000040115d8c pbuf_alloc + .text.pbuf_realloc + 0x0000000040115f70 0xc4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(pbuf.o) + 0xd2 (size before relaxing) + 0x0000000040115f70 pbuf_realloc + *fill* 0x0000000040116034 0x0 + .text.pbuf_ref + 0x0000000040116034 0x1c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(pbuf.o) + 0x0000000040116034 pbuf_ref + .text.pbuf_cat + 0x0000000040116050 0x6d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(pbuf.o) + 0x0000000040116050 pbuf_cat + *fill* 0x00000000401160bd 0x3 + .text.pbuf_chain + 0x00000000401160c0 0x13 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(pbuf.o) + 0x17 (size before relaxing) + 0x00000000401160c0 pbuf_chain + *fill* 0x00000000401160d3 0x1 + .text.pbuf_copy + 0x00000000401160d4 0x103 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(pbuf.o) + 0x107 (size before relaxing) + 0x00000000401160d4 pbuf_copy + *fill* 0x00000000401161d7 0x1 + .text.pbuf_copy_partial + 0x00000000401161d8 0x95 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(pbuf.o) + 0x00000000401161d8 pbuf_copy_partial + *fill* 0x000000004011626d 0x3 + .text.pbuf_take + 0x0000000040116270 0xc6 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(pbuf.o) + 0xca (size before relaxing) + 0x0000000040116270 pbuf_take + *fill* 0x0000000040116336 0x2 + .text.pbuf_take_at + 0x0000000040116338 0x61 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(pbuf.o) + 0x69 (size before relaxing) + 0x0000000040116338 pbuf_take_at + *fill* 0x0000000040116399 0x3 + .text.pbuf_get_at + 0x000000004011639c 0x2c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(pbuf.o) + 0x000000004011639c pbuf_get_at + .text.pbuf_put_at + 0x00000000401163c8 0x24 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(pbuf.o) + 0x28 (size before relaxing) + 0x00000000401163c8 pbuf_put_at + .text.tcp_new_port + 0x00000000401163ec 0x6f /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp.o) + *fill* 0x000000004011645b 0x1 + .text.tcp_set_fin_wait_1 + 0x000000004011645c 0x11 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp.o) + 0x000000004011645c tcp_set_fin_wait_1 + *fill* 0x000000004011646d 0x3 + .text.tcp_update_rcv_ann_wnd + 0x0000000040116470 0x5c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp.o) + 0x5f (size before relaxing) + 0x0000000040116470 tcp_update_rcv_ann_wnd + *fill* 0x00000000401164cc 0x0 + .text.tcp_recved + 0x00000000401164cc 0x9c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp.o) + 0x00000000401164cc tcp_recved + .text.tcp_seg_free + 0x0000000040116568 0x1e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp.o) + 0x0000000040116568 tcp_seg_free + *fill* 0x0000000040116586 0x2 + .text.tcp_segs_free + 0x0000000040116588 0x17 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp.o) + 0x0000000040116588 tcp_segs_free + *fill* 0x000000004011659f 0x1 + .text.tcp_seg_copy + 0x00000000401165a0 0x2c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp.o) + 0x30 (size before relaxing) + 0x00000000401165a0 tcp_seg_copy + .text.tcp_pcb_num_cal + 0x00000000401165cc 0xcb /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp.o) + 0x00000000401165cc tcp_pcb_num_cal + *fill* 0x0000000040116697 0x1 + .text.tcp_recv + 0x0000000040116698 0x1c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp.o) + 0x1f (size before relaxing) + 0x0000000040116698 tcp_recv + *fill* 0x00000000401166b4 0x0 + .text.tcp_sent + 0x00000000401166b4 0x1c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp.o) + 0x1f (size before relaxing) + 0x00000000401166b4 tcp_sent + *fill* 0x00000000401166d0 0x0 + .text.tcp_err 0x00000000401166d0 0x1c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp.o) + 0x1f (size before relaxing) + 0x00000000401166d0 tcp_err + *fill* 0x00000000401166ec 0x0 + .text.tcp_poll + 0x00000000401166ec 0x25 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp.o) + 0x00000000401166ec tcp_poll + *fill* 0x0000000040116711 0x3 + .text.tcp_pcb_purge + 0x0000000040116714 0x15c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp.o) + 0x16c (size before relaxing) + 0x0000000040116714 tcp_pcb_purge + .text.tcp_slowtmr + 0x0000000040116870 0x406 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp.o) + 0x41e (size before relaxing) + 0x0000000040116870 tcp_slowtmr + *fill* 0x0000000040116c76 0x2 + .text.tcp_pcb_remove + 0x0000000040116c78 0xa6 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp.o) + 0xb1 (size before relaxing) + 0x0000000040116c78 tcp_pcb_remove + *fill* 0x0000000040116d1e 0x2 + .text.tcp_close_shutdown + 0x0000000040116d20 0x1c2 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp.o) + 0x1d2 (size before relaxing) + *fill* 0x0000000040116ee2 0x2 + .text.tcp_close + 0x0000000040116ee4 0x1f /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp.o) + 0x22 (size before relaxing) + 0x0000000040116ee4 tcp_close + *fill* 0x0000000040116f03 0x1 + .text.tcp_recv_null + 0x0000000040116f04 0x31 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp.o) + 0x35 (size before relaxing) + 0x0000000040116f04 tcp_recv_null + *fill* 0x0000000040116f35 0x3 + .text.tcp_process_refused_data + 0x0000000040116f38 0x86 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp.o) + 0x8a (size before relaxing) + 0x0000000040116f38 tcp_process_refused_data + *fill* 0x0000000040116fbe 0x2 + .text.tcp_fasttmr + 0x0000000040116fc0 0x6d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp.o) + 0x71 (size before relaxing) + 0x0000000040116fc0 tcp_fasttmr + *fill* 0x000000004011702d 0x3 + .text.tcp_tmr 0x0000000040117030 0x1c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp.o) + 0x22 (size before relaxing) + 0x0000000040117030 tcp_tmr + *fill* 0x000000004011704c 0x0 + .text.tcp_shutdown + 0x000000004011704c 0x61 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp.o) + 0x65 (size before relaxing) + 0x000000004011704c tcp_shutdown + *fill* 0x00000000401170ad 0x3 + .text.tcp_abandon + 0x00000000401170b0 0xd7 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp.o) + 0xdf (size before relaxing) + 0x00000000401170b0 tcp_abandon + *fill* 0x0000000040117187 0x1 + .text.tcp_abort + 0x0000000040117188 0xf /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp.o) + 0x0000000040117188 tcp_abort + *fill* 0x0000000040117197 0x1 + .text.tcp_kill_timewait + 0x0000000040117198 0x2f /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp.o) + 0x32 (size before relaxing) + *fill* 0x00000000401171c7 0x1 + .text.tcp_kill_prio + 0x00000000401171c8 0x3f /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp.o) + 0x42 (size before relaxing) + *fill* 0x0000000040117207 0x1 + .text.tcp_kill_state + 0x0000000040117208 0x3a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp.o) + *fill* 0x0000000040117242 0x2 + .text.tcp_next_iss + 0x0000000040117244 0x13 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp.o) + 0x0000000040117244 tcp_next_iss + *fill* 0x0000000040117257 0x1 + .text.tcp_alloc + 0x0000000040117258 0x15a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp.o) + 0x176 (size before relaxing) + 0x0000000040117258 tcp_alloc + *fill* 0x00000000401173b2 0x2 + .text.tcp_new 0x00000000401173b4 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp.o) + 0x10 (size before relaxing) + 0x00000000401173b4 tcp_new + .text.tcp_eff_send_mss_impl + 0x00000000401173c0 0x5f /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp.o) + 0x63 (size before relaxing) + 0x00000000401173c0 tcp_eff_send_mss_impl + *fill* 0x000000004011741f 0x1 + .text.tcp_connect + 0x0000000040117420 0x331 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp.o) + 0x341 (size before relaxing) + 0x0000000040117420 tcp_connect + *fill* 0x0000000040117751 0x3 + .text.tcp_netif_ipv4_addr_changed + 0x0000000040117754 0x34 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp.o) + 0x0000000040117754 tcp_netif_ipv4_addr_changed + .text.tcp_getoptbyte + 0x0000000040117788 0x4f /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp_in.o) + *fill* 0x00000000401177d7 0x1 + .text.tcp_parseopt + 0x00000000401177d8 0x8d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp_in.o) + 0x9d (size before relaxing) + *fill* 0x0000000040117865 0x3 + .text.tcp_timewait_input + 0x0000000040117868 0x96 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp_in.o) + *fill* 0x00000000401178fe 0x2 + .text.tcp_listen_input + 0x0000000040117900 0x186 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp_in.o) + 0x19a (size before relaxing) + *fill* 0x0000000040117a86 0x2 + .text.tcp_oos_insert_segment + 0x0000000040117a88 0xdd /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp_in.o) + 0xf1 (size before relaxing) + *fill* 0x0000000040117b65 0x3 + .text.tcp_receive + 0x0000000040117b68 0xcda /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp_in.o) + 0xd86 (size before relaxing) + *fill* 0x0000000040118842 0x2 + .text.tcp_process + 0x0000000040118844 0x566 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp_in.o) + 0x592 (size before relaxing) + *fill* 0x0000000040118daa 0x2 + .text.tcp_input + 0x0000000040118dac 0x8c3 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp_in.o) + 0x91e (size before relaxing) + 0x0000000040118dac tcp_input + *fill* 0x000000004011966f 0x1 + .text.tcp_trigger_input_pcb_close + 0x0000000040119670 0x13 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp_in.o) + 0x0000000040119670 tcp_trigger_input_pcb_close + *fill* 0x0000000040119683 0x1 + .text.tcp_write_checks + 0x0000000040119684 0xc8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp_out.o) + 0xcc (size before relaxing) + .text.tcp_pbuf_prealloc + 0x000000004011974c 0x3c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp_out.o) + 0x40 (size before relaxing) + .text.tcp_create_segment + 0x0000000040119788 0xe7 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp_out.o) + 0xfb (size before relaxing) + *fill* 0x000000004011986f 0x1 + .text.tcp_output_alloc_header + 0x0000000040119870 0xcc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp_out.o) + 0xdc (size before relaxing) + .text.tcp_output_segment + 0x000000004011993c 0x1f6 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp_out.o) + 0x20a (size before relaxing) + *fill* 0x0000000040119b32 0x2 + .text.tcp_write + 0x0000000040119b34 0x446 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp_out.o) + 0x472 (size before relaxing) + 0x0000000040119b34 tcp_write + *fill* 0x0000000040119f7a 0x2 + .text.tcp_enqueue_flags + 0x0000000040119f7c 0x171 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp_out.o) + 0x17d (size before relaxing) + 0x0000000040119f7c tcp_enqueue_flags + *fill* 0x000000004011a0ed 0x3 + .text.tcp_send_fin + 0x000000004011a0f0 0x69 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp_out.o) + 0x71 (size before relaxing) + 0x000000004011a0f0 tcp_send_fin + *fill* 0x000000004011a159 0x3 + .text.tcp_send_empty_ack + 0x000000004011a15c 0xdc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp_out.o) + 0xe8 (size before relaxing) + 0x000000004011a15c tcp_send_empty_ack + .text.tcp_output + 0x000000004011a238 0x345 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp_out.o) + 0x361 (size before relaxing) + 0x000000004011a238 tcp_output + *fill* 0x000000004011a57d 0x3 + .text.tcp_rst 0x000000004011a580 0x120 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp_out.o) + 0x14b (size before relaxing) + 0x000000004011a580 tcp_rst + *fill* 0x000000004011a6a0 0x0 + .text.tcp_rexmit_rto + 0x000000004011a6a0 0x3e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp_out.o) + 0x42 (size before relaxing) + 0x000000004011a6a0 tcp_rexmit_rto + *fill* 0x000000004011a6de 0x2 + .text.tcp_rexmit + 0x000000004011a6e0 0x8b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp_out.o) + 0x8f (size before relaxing) + 0x000000004011a6e0 tcp_rexmit + *fill* 0x000000004011a76b 0x1 + .text.tcp_rexmit_fast + 0x000000004011a76c 0x56 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp_out.o) + 0x5a (size before relaxing) + 0x000000004011a76c tcp_rexmit_fast + *fill* 0x000000004011a7c2 0x2 + .text.tcp_keepalive + 0x000000004011a7c4 0xad /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp_out.o) + 0xc5 (size before relaxing) + 0x000000004011a7c4 tcp_keepalive + *fill* 0x000000004011a871 0x3 + .text.tcp_zero_window_probe + 0x000000004011a874 0x141 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp_out.o) + 0x159 (size before relaxing) + 0x000000004011a874 tcp_zero_window_probe + *fill* 0x000000004011a9b5 0x3 + .text.sys_timeout + 0x000000004011a9b8 0x85 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(timers.o) + 0x89 (size before relaxing) + 0x000000004011a9b8 sys_timeout + *fill* 0x000000004011aa3d 0x3 + .text.tcp_timer_needed + 0x000000004011aa40 0x2f /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(timers.o) + 0x000000004011aa40 tcp_timer_needed + *fill* 0x000000004011aa6f 0x1 + .text.tcpip_tcp_timer + 0x000000004011aa70 0x2d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(timers.o) + 0x31 (size before relaxing) + *fill* 0x000000004011aa9d 0x3 + .text.sys_timeouts_init + 0x000000004011aaa0 0x5e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(timers.o) + 0x76 (size before relaxing) + 0x000000004011aaa0 sys_timeouts_init + *fill* 0x000000004011aafe 0x2 + .text.mld6_timer + 0x000000004011ab00 0x13 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(timers.o) + 0x1a (size before relaxing) + *fill* 0x000000004011ab13 0x1 + .text.ip6_reass_timer + 0x000000004011ab14 0x13 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(timers.o) + 0x1a (size before relaxing) + *fill* 0x000000004011ab27 0x1 + .text.nd6_timer + 0x000000004011ab28 0x13 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(timers.o) + 0x1a (size before relaxing) + *fill* 0x000000004011ab3b 0x1 + .text.dns_timer + 0x000000004011ab3c 0x13 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(timers.o) + 0x1a (size before relaxing) + *fill* 0x000000004011ab4f 0x1 + .text.igmp_timer + 0x000000004011ab50 0x13 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(timers.o) + 0x1a (size before relaxing) + *fill* 0x000000004011ab63 0x1 + .text.dhcp_timer_fine + 0x000000004011ab64 0x13 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(timers.o) + 0x1a (size before relaxing) + *fill* 0x000000004011ab77 0x1 + .text.dhcp_timer_coarse + 0x000000004011ab78 0x17 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(timers.o) + 0x1f (size before relaxing) + *fill* 0x000000004011ab8f 0x1 + .text.arp_timer + 0x000000004011ab90 0x13 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(timers.o) + 0x1a (size before relaxing) + *fill* 0x000000004011aba3 0x1 + .text.sys_timeouts_mbox_fetch + 0x000000004011aba4 0x67 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(timers.o) + 0x000000004011aba4 sys_timeouts_mbox_fetch + *fill* 0x000000004011ac0b 0x1 + .text.udp_new_port + 0x000000004011ac0c 0x53 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(udp.o) + *fill* 0x000000004011ac5f 0x1 + .text.udp_input_local_match + 0x000000004011ac60 0x174 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(udp.o) + .text.udp_input + 0x000000004011add4 0x313 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(udp.o) + 0x34a (size before relaxing) + 0x000000004011add4 udp_input + *fill* 0x000000004011b0e7 0x1 + .text.udp_bind + 0x000000004011b0e8 0x21d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(udp.o) + 0x221 (size before relaxing) + 0x000000004011b0e8 udp_bind + *fill* 0x000000004011b305 0x3 + .text.udp_sendto_if_src + 0x000000004011b308 0x1de /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(udp.o) + 0x1fa (size before relaxing) + 0x000000004011b308 udp_sendto_if_src + *fill* 0x000000004011b4e6 0x2 + .text.udp_sendto_if + 0x000000004011b4e8 0xaa /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(udp.o) + 0x000000004011b4e8 udp_sendto_if + *fill* 0x000000004011b592 0x2 + .text.udp_sendto + 0x000000004011b594 0x152 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(udp.o) + 0x166 (size before relaxing) + 0x000000004011b594 udp_sendto + *fill* 0x000000004011b6e6 0x2 + .text.udp_send + 0x000000004011b6e8 0x2e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(udp.o) + 0x000000004011b6e8 udp_send + *fill* 0x000000004011b716 0x2 + .text.udp_connect + 0x000000004011b718 0xca /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(udp.o) + 0xce (size before relaxing) + 0x000000004011b718 udp_connect + *fill* 0x000000004011b7e2 0x2 + .text.udp_remove + 0x000000004011b7e4 0x37 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(udp.o) + 0x000000004011b7e4 udp_remove + *fill* 0x000000004011b81b 0x1 + .text.udp_new 0x000000004011b81c 0x2a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(udp.o) + 0x000000004011b81c udp_new + *fill* 0x000000004011b846 0x2 + .text.udp_new_ip_type + 0x000000004011b848 0x15 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(udp.o) + 0x18 (size before relaxing) + 0x000000004011b848 udp_new_ip_type + *fill* 0x000000004011b85d 0x3 + .text.udp_netif_ipv4_addr_changed + 0x000000004011b860 0x33 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(udp.o) + 0x000000004011b860 udp_netif_ipv4_addr_changed + *fill* 0x000000004011b893 0x1 + .text.dhcp_option_short + 0x000000004011b894 0x3c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcp.o) + 0x40 (size before relaxing) + .text.dhcp_option + 0x000000004011b8d0 0x3e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcp.o) + *fill* 0x000000004011b90e 0x2 + .text.dhcp_option_byte + 0x000000004011b910 0x28 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcp.o) + 0x2b (size before relaxing) + *fill* 0x000000004011b938 0x0 + .text.dhcp_option_trailer + 0x000000004011b938 0x74 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcp.o) + 0x78 (size before relaxing) + .text.dhcp_option_long + 0x000000004011b9ac 0x6c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcp.o) + 0x70 (size before relaxing) + .text.dhcp_create_msg + 0x000000004011ba18 0x209 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcp.o) + 0x21d (size before relaxing) + *fill* 0x000000004011bc21 0x3 + .text.dhcp_option_hostname + 0x000000004011bc24 0x5f /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcp.o) + 0x63 (size before relaxing) + *fill* 0x000000004011bc83 0x1 + .text.dhcp_delete_msg + 0x000000004011bc84 0x46 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcp.o) + 0x4c (size before relaxing) + *fill* 0x000000004011bcca 0x2 + .text.dhcp_discover + 0x000000004011bccc 0xd4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcp.o) + 0xf8 (size before relaxing) + .text.dhcp_rebind + 0x000000004011bda0 0xa8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcp.o) + 0xc8 (size before relaxing) + .text.dhcp_t2_timeout + 0x000000004011be48 0x3e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcp.o) + 0x42 (size before relaxing) + *fill* 0x000000004011be86 0x2 + .text.dhcp_select + 0x000000004011be88 0xf8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcp.o) + 0x130 (size before relaxing) + .text.dhcp_handle_offer + 0x000000004011bf80 0x4f /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcp.o) + 0x56 (size before relaxing) + *fill* 0x000000004011bfcf 0x1 + .text.dhcp_reboot + 0x000000004011bfd0 0xb4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcp.o) + 0xdc (size before relaxing) + .text.dhcp_decline + 0x000000004011c084 0x77 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcp.o) + 0x97 (size before relaxing) + *fill* 0x000000004011c0fb 0x1 + .text.dhcp_check + 0x000000004011c0fc 0x2f /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcp.o) + 0x33 (size before relaxing) + *fill* 0x000000004011c12b 0x1 + .text.dhcp_bind + 0x000000004011c12c 0xd8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcp.o) + 0xe4 (size before relaxing) + .text.dhcp_handle_nak + 0x000000004011c204 0x30 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcp.o) + 0x34 (size before relaxing) + .text.dhcp_dec_pcb_refcount + 0x000000004011c234 0x37 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcp.o) + 0x3b (size before relaxing) + *fill* 0x000000004011c26b 0x1 + .text.dhcp_inc_pcb_refcount + 0x000000004011c26c 0x71 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcp.o) + 0x7d (size before relaxing) + *fill* 0x000000004011c2dd 0x3 + .text.dhcp_parse_reply + 0x000000004011c2e0 0x309 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcp.o) + 0x325 (size before relaxing) + *fill* 0x000000004011c5e9 0x3 + .text.dhcp_handle_ack + 0x000000004011c5ec 0xf2 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcp.o) + 0xfe (size before relaxing) + *fill* 0x000000004011c6de 0x2 + .text.dhcp_recv + 0x000000004011c6e0 0x13c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcp.o) + 0x150 (size before relaxing) + .text.dhcp_cleanup + 0x000000004011c81c 0x28 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcp.o) + 0x2b (size before relaxing) + 0x000000004011c81c dhcp_cleanup + *fill* 0x000000004011c844 0x0 + .text.dhcp_set_cb + 0x000000004011c844 0x1f /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcp.o) + 0x22 (size before relaxing) + 0x000000004011c844 dhcp_set_cb + *fill* 0x000000004011c863 0x1 + .text.dhcp_network_changed + 0x000000004011c864 0x37 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcp.o) + 0x3a (size before relaxing) + 0x000000004011c864 dhcp_network_changed + *fill* 0x000000004011c89b 0x1 + .text.dhcp_arp_reply + 0x000000004011c89c 0x2a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcp.o) + 0x2e (size before relaxing) + 0x000000004011c89c dhcp_arp_reply + *fill* 0x000000004011c8c6 0x2 + .text.dhcp_renew + 0x000000004011c8c8 0xa8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcp.o) + 0xc8 (size before relaxing) + 0x000000004011c8c8 dhcp_renew + .text.dhcp_t1_timeout + 0x000000004011c970 0x3e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcp.o) + *fill* 0x000000004011c9ae 0x2 + .text.dhcp_stop + 0x000000004011c9b0 0x3f /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcp.o) + 0x4b (size before relaxing) + 0x000000004011c9b0 dhcp_stop + *fill* 0x000000004011c9ef 0x1 + .text.dhcp_start + 0x000000004011c9f0 0xce /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcp.o) + 0xe2 (size before relaxing) + 0x000000004011c9f0 dhcp_start + *fill* 0x000000004011cabe 0x2 + .text.dhcp_release + 0x000000004011cac0 0xed /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcp.o) + 0x109 (size before relaxing) + 0x000000004011cac0 dhcp_release + *fill* 0x000000004011cbad 0x3 + .text.dhcp_coarse_tmr + 0x000000004011cbb0 0x67 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcp.o) + 0x6b (size before relaxing) + 0x000000004011cbb0 dhcp_coarse_tmr + *fill* 0x000000004011cc17 0x1 + .text.dhcp_timeout + 0x000000004011cc18 0x7b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcp.o) + 0x8e (size before relaxing) + *fill* 0x000000004011cc93 0x1 + .text.dhcp_fine_tmr + 0x000000004011cc94 0x34 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcp.o) + 0x37 (size before relaxing) + 0x000000004011cc94 dhcp_fine_tmr + *fill* 0x000000004011ccc8 0x0 + .text.icmp_send_response + 0x000000004011ccc8 0xcf /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(icmp.o) + 0xe6 (size before relaxing) + *fill* 0x000000004011cd97 0x1 + .text.icmp_input + 0x000000004011cd98 0x1d7 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(icmp.o) + 0x206 (size before relaxing) + 0x000000004011cd98 icmp_input + *fill* 0x000000004011cf6f 0x1 + .text.icmp_dest_unreach + 0x000000004011cf70 0x12 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(icmp.o) + 0x000000004011cf70 icmp_dest_unreach + *fill* 0x000000004011cf82 0x2 + .text.igmp_remove_group + 0x000000004011cf84 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(igmp.o) + *fill* 0x000000004011cfbf 0x1 + .text.igmp_start_timer + 0x000000004011cfc0 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(igmp.o) + .text.igmp_delaying_member + 0x000000004011cfe0 0x26 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(igmp.o) + 0x2a (size before relaxing) + *fill* 0x000000004011d006 0x2 + .text.igmp_ip_output_if + 0x000000004011d008 0x2d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(igmp.o) + 0x31 (size before relaxing) + *fill* 0x000000004011d035 0x3 + .text.igmp_send + 0x000000004011d038 0xbf /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(igmp.o) + 0xca (size before relaxing) + *fill* 0x000000004011d0f7 0x1 + .text.igmp_timeout + 0x000000004011d0f8 0x1f /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(igmp.o) + *fill* 0x000000004011d117 0x1 + .text.igmp_init + 0x000000004011d118 0x15 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(igmp.o) + 0x000000004011d118 igmp_init + *fill* 0x000000004011d12d 0x3 + .text.igmp_stop + 0x000000004011d130 0x49 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(igmp.o) + 0x000000004011d130 igmp_stop + *fill* 0x000000004011d179 0x3 + .text.igmp_report_groups + 0x000000004011d17c 0x2c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(igmp.o) + 0x000000004011d17c igmp_report_groups + .text.igmp_lookfor_group + 0x000000004011d1a8 0x25 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(igmp.o) + 0x000000004011d1a8 igmp_lookfor_group + *fill* 0x000000004011d1cd 0x3 + .text.igmp_lookup_group + 0x000000004011d1d0 0x50 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(igmp.o) + .text.igmp_start + 0x000000004011d220 0x39 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(igmp.o) + 0x000000004011d220 igmp_start + *fill* 0x000000004011d259 0x3 + .text.igmp_input + 0x000000004011d25c 0x107 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(igmp.o) + 0x11a (size before relaxing) + 0x000000004011d25c igmp_input + *fill* 0x000000004011d363 0x1 + .text.igmp_joingroup_netif + 0x000000004011d364 0x8e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(igmp.o) + 0x9e (size before relaxing) + 0x000000004011d364 igmp_joingroup_netif + *fill* 0x000000004011d3f2 0x2 + .text.igmp_joingroup + 0x000000004011d3f4 0x6a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(igmp.o) + 0x72 (size before relaxing) + 0x000000004011d3f4 igmp_joingroup + *fill* 0x000000004011d45e 0x2 + .text.igmp_leavegroup_netif + 0x000000004011d460 0x89 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(igmp.o) + 0x99 (size before relaxing) + 0x000000004011d460 igmp_leavegroup_netif + *fill* 0x000000004011d4e9 0x3 + .text.igmp_leavegroup + 0x000000004011d4ec 0x65 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(igmp.o) + 0x71 (size before relaxing) + 0x000000004011d4ec igmp_leavegroup + *fill* 0x000000004011d551 0x3 + .text.igmp_tmr + 0x000000004011d554 0x2b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(igmp.o) + 0x000000004011d554 igmp_tmr + *fill* 0x000000004011d57f 0x1 + .text.ip4_netif_exist + 0x000000004011d580 0x41 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip4.o) + 0x000000004011d580 ip4_netif_exist + *fill* 0x000000004011d5c1 0x3 + .text.ip4_route_src_hook + 0x000000004011d5c4 0x38 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip4.o) + 0x000000004011d5c4 ip4_route_src_hook + .text.ip4_route + 0x000000004011d5fc 0x80 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip4.o) + 0x000000004011d5fc ip4_route + .text.ip4_route_src + 0x000000004011d67c 0x30 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip4.o) + 0x38 (size before relaxing) + 0x000000004011d67c ip4_route_src + .text.ip4_input + 0x000000004011d6ac 0x26c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip4.o) + 0x294 (size before relaxing) + 0x000000004011d6ac ip4_input + .text.ip4_output_if_opt_src + 0x000000004011d918 0x226 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip4.o) + 0x23e (size before relaxing) + 0x000000004011d918 ip4_output_if_opt_src + *fill* 0x000000004011db3e 0x2 + .text.ip4_output_if_opt + 0x000000004011db40 0x35 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip4.o) + 0x000000004011db40 ip4_output_if_opt + *fill* 0x000000004011db75 0x3 + .text.ip4_output_if + 0x000000004011db78 0x25 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip4.o) + 0x29 (size before relaxing) + 0x000000004011db78 ip4_output_if + *fill* 0x000000004011db9d 0x3 + .text.ip4_output_if_src + 0x000000004011dba0 0x25 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip4.o) + 0x29 (size before relaxing) + 0x000000004011dba0 ip4_output_if_src + *fill* 0x000000004011dbc5 0x3 + .text.ip4addr_aton + 0x000000004011dbc8 0x258 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip4_addr.o) + 0x25c (size before relaxing) + 0x000000004011dbc8 ip4addr_aton + .text.ip4addr_ntoa_r + 0x000000004011de20 0x91 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip4_addr.o) + 0x000000004011de20 ip4addr_ntoa_r + *fill* 0x000000004011deb1 0x3 + .text.ip4addr_ntoa + 0x000000004011deb4 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip4_addr.o) + 0x000000004011deb4 ip4addr_ntoa + .text.icmp6_send_response + 0x000000004011dec8 0x1ee /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(icmp6.o) + 0x206 (size before relaxing) + *fill* 0x000000004011e0b6 0x2 + .text.icmp6_input + 0x000000004011e0b8 0x107 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(icmp6.o) + 0x126 (size before relaxing) + 0x000000004011e0b8 icmp6_input + *fill* 0x000000004011e1bf 0x1 + .text.icmp6_dest_unreach + 0x000000004011e1c0 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(icmp6.o) + 0x000000004011e1c0 icmp6_dest_unreach + .text.icmp6_time_exceeded + 0x000000004011e1d4 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(icmp6.o) + 0x000000004011e1d4 icmp6_time_exceeded + .text.icmp6_param_problem + 0x000000004011e1e8 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(icmp6.o) + 0x000000004011e1e8 icmp6_param_problem + .text.ip6_route + 0x000000004011e1fc 0x232 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip6.o) + 0x000000004011e1fc ip6_route + *fill* 0x000000004011e42e 0x2 + .text.ip6_select_source_address + 0x000000004011e430 0x200 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip6.o) + 0x000000004011e430 ip6_select_source_address + .text.ip6_input + 0x000000004011e630 0x4f7 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip6.o) + 0x54a (size before relaxing) + 0x000000004011e630 ip6_input + *fill* 0x000000004011eb27 0x1 + .text.ip6_output_if_src + 0x000000004011eb28 0x26a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip6.o) + 0x27a (size before relaxing) + 0x000000004011eb28 ip6_output_if_src + *fill* 0x000000004011ed92 0x2 + .text.ip6_output_if + 0x000000004011ed94 0x61 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip6.o) + 0x65 (size before relaxing) + 0x000000004011ed94 ip6_output_if + *fill* 0x000000004011edf5 0x3 + .text.ip6_options_add_hbh_ra + 0x000000004011edf8 0x42 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip6.o) + 0x46 (size before relaxing) + 0x000000004011edf8 ip6_options_add_hbh_ra + *fill* 0x000000004011ee3a 0x2 + .text.ip6addr_aton + 0x000000004011ee3c 0x174 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip6_addr.o) + 0x000000004011ee3c ip6addr_aton + .text.ip6addr_ntoa_r + 0x000000004011efb0 0x18c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip6_addr.o) + 0x190 (size before relaxing) + 0x000000004011efb0 ip6addr_ntoa_r + .text.ip6addr_ntoa + 0x000000004011f13c 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip6_addr.o) + 0x000000004011f13c ip6addr_ntoa + .text.ip6_reass_free_complete_datagram + 0x000000004011f150 0x12c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip6_frag.o) + 0x144 (size before relaxing) + .text.ip6_reass_remove_oldest_datagram + 0x000000004011f27c 0x40 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip6_frag.o) + 0x43 (size before relaxing) + *fill* 0x000000004011f2bc 0x0 + .text.ip6_reass_tmr + 0x000000004011f2bc 0x2b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip6_frag.o) + 0x000000004011f2bc ip6_reass_tmr + *fill* 0x000000004011f2e7 0x1 + .text.ip6_reass + 0x000000004011f2e8 0x5a6 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip6_frag.o) + 0x5ca (size before relaxing) + 0x000000004011f2e8 ip6_reass + *fill* 0x000000004011f88e 0x2 + .text.mld6_free_group + 0x000000004011f890 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(mld6.o) + *fill* 0x000000004011f8cb 0x1 + .text.mld6_delayed_report + 0x000000004011f8cc 0x38 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(mld6.o) + .text.mld6_new_group + 0x000000004011f904 0x61 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(mld6.o) + *fill* 0x000000004011f965 0x3 + .text.mld6_send + 0x000000004011f968 0x136 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(mld6.o) + 0x146 (size before relaxing) + *fill* 0x000000004011fa9e 0x2 + .text.mld6_stop + 0x000000004011faa0 0x49 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(mld6.o) + 0x000000004011faa0 mld6_stop + *fill* 0x000000004011fae9 0x3 + .text.mld6_report_groups + 0x000000004011faec 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(mld6.o) + 0x23 (size before relaxing) + 0x000000004011faec mld6_report_groups + *fill* 0x000000004011fb0c 0x0 + .text.mld6_lookfor_group + 0x000000004011fb0c 0x3a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(mld6.o) + 0x000000004011fb0c mld6_lookfor_group + *fill* 0x000000004011fb46 0x2 + .text.mld6_input + 0x000000004011fb48 0x174 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(mld6.o) + 0x17f (size before relaxing) + 0x000000004011fb48 mld6_input + *fill* 0x000000004011fcbc 0x0 + .text.mld6_joingroup_netif + 0x000000004011fcbc 0x4d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(mld6.o) + 0x59 (size before relaxing) + 0x000000004011fcbc mld6_joingroup_netif + *fill* 0x000000004011fd09 0x3 + .text.mld6_joingroup + 0x000000004011fd0c 0x42 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(mld6.o) + 0x49 (size before relaxing) + 0x000000004011fd0c mld6_joingroup + *fill* 0x000000004011fd4e 0x2 + .text.mld6_leavegroup_netif + 0x000000004011fd50 0x4a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(mld6.o) + 0x4e (size before relaxing) + 0x000000004011fd50 mld6_leavegroup_netif + *fill* 0x000000004011fd9a 0x2 + .text.mld6_leavegroup + 0x000000004011fd9c 0x45 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(mld6.o) + 0x4d (size before relaxing) + 0x000000004011fd9c mld6_leavegroup + *fill* 0x000000004011fde1 0x3 + .text.mld6_tmr + 0x000000004011fde4 0x38 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(mld6.o) + 0x000000004011fde4 mld6_tmr + .text.nd6_find_neighbor_cache_entry + 0x000000004011fe1c 0x6a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(nd6.o) + *fill* 0x000000004011fe86 0x2 + .text.nd6_find_destination_cache_entry + 0x000000004011fe88 0x6a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(nd6.o) + *fill* 0x000000004011fef2 0x2 + .text.nd6_new_destination_cache_entry + 0x000000004011fef4 0x80 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(nd6.o) + .text.nd6_is_prefix_in_netif + 0x000000004011ff74 0xa4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(nd6.o) + .text.nd6_get_router + 0x0000000040120018 0x51 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(nd6.o) + *fill* 0x0000000040120069 0x3 + .text.nd6_get_onlink_prefix + 0x000000004012006c 0x54 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(nd6.o) + .text.nd6_new_onlink_prefix + 0x00000000401200c0 0xb3 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(nd6.o) + *fill* 0x0000000040120173 0x1 + .text.nd6_send_q + 0x0000000040120174 0x10d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(nd6.o) + 0x111 (size before relaxing) + *fill* 0x0000000040120281 0x3 + .text.nd6_send_na + 0x0000000040120284 0x154 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(nd6.o) + 0x160 (size before relaxing) + .text.nd6_send_rs + 0x00000000401203d8 0xe9 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(nd6.o) + 0xf5 (size before relaxing) + *fill* 0x00000000401204c1 0x3 + .text.nd6_send_ns + 0x00000000401204c4 0x153 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(nd6.o) + 0x15b (size before relaxing) + *fill* 0x0000000040120617 0x1 + .text.nd6_free_q + 0x0000000040120618 0x56 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(nd6.o) + 0x5d (size before relaxing) + *fill* 0x000000004012066e 0x2 + .text.nd6_free_neighbor_cache_entry + 0x0000000040120670 0x72 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(nd6.o) + 0x76 (size before relaxing) + *fill* 0x00000000401206e2 0x2 + .text.nd6_new_neighbor_cache_entry + 0x00000000401206e4 0x212 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(nd6.o) + *fill* 0x00000000401208f6 0x2 + .text.nd6_new_router + 0x00000000401208f8 0xf6 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(nd6.o) + 0xfa (size before relaxing) + *fill* 0x00000000401209ee 0x2 + .text.nd6_input + 0x00000000401209f0 0xeff /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(nd6.o) + 0xf3f (size before relaxing) + 0x00000000401209f0 nd6_input + *fill* 0x00000000401218ef 0x1 + .text.nd6_tmr 0x00000000401218f0 0x498 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(nd6.o) + 0x4a8 (size before relaxing) + 0x00000000401218f0 nd6_tmr + .text.nd6_select_router + 0x0000000040121d88 0x111 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(nd6.o) + 0x0000000040121d88 nd6_select_router + *fill* 0x0000000040121e99 0x3 + .text.nd6_get_next_hop_entry + 0x0000000040121e9c 0x2d5 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(nd6.o) + 0x2e1 (size before relaxing) + 0x0000000040121e9c nd6_get_next_hop_entry + *fill* 0x0000000040122171 0x3 + .text.nd6_queue_packet + 0x0000000040122174 0x136 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(nd6.o) + 0x142 (size before relaxing) + 0x0000000040122174 nd6_queue_packet + *fill* 0x00000000401222aa 0x2 + .text.nd6_get_destination_mtu + 0x00000000401222ac 0x2e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(nd6.o) + 0x32 (size before relaxing) + 0x00000000401222ac nd6_get_destination_mtu + *fill* 0x00000000401222da 0x2 + .text.nd6_reachability_hint + 0x00000000401222dc 0x138 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(nd6.o) + 0x00000000401222dc nd6_reachability_hint + .text.free_etharp_q + 0x0000000040122414 0x56 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(etharp.o) + 0x5d (size before relaxing) + *fill* 0x000000004012246a 0x2 + .text.etharp_free_entry + 0x000000004012246c 0x5a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(etharp.o) + 0x5e (size before relaxing) + *fill* 0x00000000401224c6 0x2 + .text.etharp_find_entry + 0x00000000401224c8 0x1d9 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(etharp.o) + 0x1e1 (size before relaxing) + *fill* 0x00000000401226a1 0x3 + .text.etharp_send_ip + 0x00000000401226a4 0x4d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(etharp.o) + 0x51 (size before relaxing) + *fill* 0x00000000401226f1 0x3 + .text.etharp_update_arp_entry + 0x00000000401226f4 0xd1 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(etharp.o) + 0xdd (size before relaxing) + *fill* 0x00000000401227c5 0x3 + .text.etharp_raw + 0x00000000401227c8 0x113 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(etharp.o) + 0x123 (size before relaxing) + *fill* 0x00000000401228db 0x1 + .text.etharp_request_dst + 0x00000000401228dc 0x21 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(etharp.o) + 0x25 (size before relaxing) + *fill* 0x00000000401228fd 0x3 + .text.etharp_cleanup_netif + 0x0000000040122900 0x3c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(etharp.o) + 0x0000000040122900 etharp_cleanup_netif + .text.etharp_ip_input + 0x000000004012293c 0x4c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(etharp.o) + 0x000000004012293c etharp_ip_input + .text.etharp_arp_input + 0x0000000040122988 0x191 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(etharp.o) + 0x198 (size before relaxing) + 0x0000000040122988 etharp_arp_input + *fill* 0x0000000040122b19 0x3 + .text.etharp_request + 0x0000000040122b1c 0x15 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(etharp.o) + 0x0000000040122b1c etharp_request + *fill* 0x0000000040122b31 0x3 + .text.etharp_tmr + 0x0000000040122b34 0xaf /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(etharp.o) + 0xb3 (size before relaxing) + 0x0000000040122b34 etharp_tmr + *fill* 0x0000000040122be3 0x1 + .text.etharp_output_to_arp_index + 0x0000000040122be4 0xba /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(etharp.o) + 0xc2 (size before relaxing) + *fill* 0x0000000040122c9e 0x2 + .text.etharp_query + 0x0000000040122ca0 0x221 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(etharp.o) + 0x239 (size before relaxing) + 0x0000000040122ca0 etharp_query + *fill* 0x0000000040122ec1 0x3 + .text.etharp_output + 0x0000000040122ec4 0x15d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(etharp.o) + 0x171 (size before relaxing) + 0x0000000040122ec4 etharp_output + *fill* 0x0000000040123021 0x3 + .text.ethernet_input + 0x0000000040123024 0xf0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ethernet.o) + 0xfc (size before relaxing) + 0x0000000040123024 ethernet_input + .text.sys_thread_sem_free + 0x0000000040123114 0x1c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sys_arch.o) + .text.sys_mutex_new + 0x0000000040123130 0x19 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sys_arch.o) + 0x0000000040123130 sys_mutex_new + *fill* 0x0000000040123149 0x3 + .text.sys_mutex_lock + 0x000000004012314c 0x16 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sys_arch.o) + 0x000000004012314c sys_mutex_lock + *fill* 0x0000000040123162 0x2 + .text.sys_mutex_trylock + 0x0000000040123164 0x1d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sys_arch.o) + 0x0000000040123164 sys_mutex_trylock + *fill* 0x0000000040123181 0x3 + .text.sys_mutex_unlock + 0x0000000040123184 0x13 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sys_arch.o) + 0x0000000040123184 sys_mutex_unlock + *fill* 0x0000000040123197 0x1 + .text.sys_mutex_free + 0x0000000040123198 0xe /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sys_arch.o) + 0x0000000040123198 sys_mutex_free + *fill* 0x00000000401231a6 0x2 + .text.sys_sem_new + 0x00000000401231a8 0x41 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sys_arch.o) + 0x00000000401231a8 sys_sem_new + *fill* 0x00000000401231e9 0x3 + .text.sys_sem_signal + 0x00000000401231ec 0x13 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sys_arch.o) + 0x00000000401231ec sys_sem_signal + *fill* 0x00000000401231ff 0x1 + .text.sys_arch_sem_wait + 0x0000000040123200 0x6a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sys_arch.o) + 0x0000000040123200 sys_arch_sem_wait + *fill* 0x000000004012326a 0x2 + .text.sys_mbox_new + 0x000000004012326c 0x6f /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sys_arch.o) + 0x000000004012326c sys_mbox_new + *fill* 0x00000000401232db 0x1 + .text.sys_mbox_post + 0x00000000401232dc 0x1a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sys_arch.o) + 0x00000000401232dc sys_mbox_post + *fill* 0x00000000401232f6 0x2 + .text.sys_mbox_trypost + 0x00000000401232f8 0x21 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sys_arch.o) + 0x00000000401232f8 sys_mbox_trypost + *fill* 0x0000000040123319 0x3 + .text.sys_arch_mbox_fetch + 0x000000004012331c 0xa9 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sys_arch.o) + 0x000000004012331c sys_arch_mbox_fetch + *fill* 0x00000000401233c5 0x3 + .text.sys_arch_mbox_tryfetch + 0x00000000401233c8 0x24 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sys_arch.o) + 0x00000000401233c8 sys_arch_mbox_tryfetch + .text.sys_thread_new + 0x00000000401233ec 0x28 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sys_arch.o) + 0x00000000401233ec sys_thread_new + .text.sys_init + 0x0000000040123414 0x36 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sys_arch.o) + 0x40 (size before relaxing) + 0x0000000040123414 sys_init + *fill* 0x000000004012344a 0x2 + .text.sys_now 0x000000004012344c 0x11 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sys_arch.o) + 0x000000004012344c sys_now + *fill* 0x000000004012345d 0x3 + .text.sys_arch_protect + 0x0000000040123460 0xd /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sys_arch.o) + 0x10 (size before relaxing) + 0x0000000040123460 sys_arch_protect + *fill* 0x000000004012346d 0x3 + .text.sys_arch_unprotect + 0x0000000040123470 0xb /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sys_arch.o) + 0xe (size before relaxing) + 0x0000000040123470 sys_arch_unprotect + *fill* 0x000000004012347b 0x1 + .text.sys_thread_sem_init + 0x000000004012347c 0x6f /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sys_arch.o) + 0x000000004012347c sys_thread_sem_init + *fill* 0x00000000401234eb 0x1 + .text.sys_thread_sem_get + 0x00000000401234ec 0x16 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sys_arch.o) + 0x1a (size before relaxing) + 0x00000000401234ec sys_thread_sem_get + *fill* 0x0000000040123502 0x2 + .text.sys_delay_ms + 0x0000000040123504 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sys_arch.o) + 0x0000000040123504 sys_delay_ms + .text.sys_mbox_free + 0x0000000040123518 0xb0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sys_arch.o) + 0xb8 (size before relaxing) + 0x0000000040123518 sys_mbox_free + .text.low_level_init + 0x00000000401235c8 0x1b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(wlanif.o) + *fill* 0x00000000401235e3 0x1 + .text.low_level_output + 0x00000000401235e4 0x5a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(wlanif.o) + 0x6a (size before relaxing) + *fill* 0x000000004012363e 0x2 + .text.wlanif_input + 0x0000000040123640 0x5b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(wlanif.o) + 0x5f (size before relaxing) + 0x0000000040123640 wlanif_input + *fill* 0x000000004012369b 0x1 + .text.wlanif_init + 0x000000004012369c 0x38 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(wlanif.o) + 0x3c (size before relaxing) + 0x000000004012369c wlanif_init + .text.wlanif_init_sta + 0x00000000401236d4 0x19 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(wlanif.o) + 0x1d (size before relaxing) + 0x00000000401236d4 wlanif_init_sta + *fill* 0x00000000401236ed 0x3 + .text.wlanif_init_ap + 0x00000000401236f0 0x19 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(wlanif.o) + 0x1d (size before relaxing) + 0x00000000401236f0 wlanif_init_ap + *fill* 0x0000000040123709 0x3 + .text.lwip_ioctl_r_wrapper + 0x000000004012370c 0x34 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(vfs_lwip.o) + 0x38 (size before relaxing) + .text.lwip_fcntl_r_wrapper + 0x0000000040123740 0x34 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(vfs_lwip.o) + 0x38 (size before relaxing) + .text.esp_vfs_lwip_sockets_register + 0x0000000040123774 0x74 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(vfs_lwip.o) + 0x7b (size before relaxing) + 0x0000000040123774 esp_vfs_lwip_sockets_register + *fill* 0x00000000401237e8 0x0 + .text.tcpip_apimsg + 0x00000000401237e8 0x39 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_lib.o) + 0x3d (size before relaxing) + *fill* 0x0000000040123821 0x3 + .text.netconn_recv_data + 0x0000000040123824 0x126 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_lib.o) + 0x132 (size before relaxing) + *fill* 0x000000004012394a 0x2 + .text.netconn_new_with_proto_and_callback + 0x000000004012394c 0x78 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_lib.o) + 0x88 (size before relaxing) + 0x000000004012394c netconn_new_with_proto_and_callback + .text.netconn_delete + 0x00000000401239c4 0x4a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_lib.o) + 0x4e (size before relaxing) + 0x00000000401239c4 netconn_delete + *fill* 0x0000000040123a0e 0x2 + .text.netconn_getaddr + 0x0000000040123a10 0x51 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_lib.o) + 0x0000000040123a10 netconn_getaddr + *fill* 0x0000000040123a61 0x3 + .text.netconn_connect + 0x0000000040123a64 0x32 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_lib.o) + 0x36 (size before relaxing) + 0x0000000040123a64 netconn_connect + *fill* 0x0000000040123a96 0x2 + .text.netconn_disconnect + 0x0000000040123a98 0x25 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_lib.o) + 0x29 (size before relaxing) + 0x0000000040123a98 netconn_disconnect + *fill* 0x0000000040123abd 0x3 + .text.netconn_recv_tcp_pbuf + 0x0000000040123ac0 0x2d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_lib.o) + 0x0000000040123ac0 netconn_recv_tcp_pbuf + *fill* 0x0000000040123aed 0x3 + .text.netconn_recv + 0x0000000040123af0 0xb1 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_lib.o) + 0xb5 (size before relaxing) + 0x0000000040123af0 netconn_recv + *fill* 0x0000000040123ba1 0x3 + .text.netconn_recved + 0x0000000040123ba4 0x26 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_lib.o) + 0x2a (size before relaxing) + 0x0000000040123ba4 netconn_recved + *fill* 0x0000000040123bca 0x2 + .text.netconn_send + 0x0000000040123bcc 0x29 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_lib.o) + 0x0000000040123bcc netconn_send + *fill* 0x0000000040123bf5 0x3 + .text.netconn_write_partly + 0x0000000040123bf8 0xb5 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_lib.o) + 0xb9 (size before relaxing) + 0x0000000040123bf8 netconn_write_partly + *fill* 0x0000000040123cad 0x3 + .text.netconn_join_leave_group + 0x0000000040123cb0 0x31 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_lib.o) + 0x39 (size before relaxing) + 0x0000000040123cb0 netconn_join_leave_group + *fill* 0x0000000040123ce1 0x3 + .text.netconn_gethostbyname_addrtype + 0x0000000040123ce4 0x61 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_lib.o) + 0x6d (size before relaxing) + 0x0000000040123ce4 netconn_gethostbyname_addrtype + *fill* 0x0000000040123d45 0x3 + .text.lwip_netconn_do_dns_found + 0x0000000040123d48 0x2e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_msg.o) + *fill* 0x0000000040123d76 0x2 + .text.err_tcp 0x0000000040123d78 0x107 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_msg.o) + 0x116 (size before relaxing) + *fill* 0x0000000040123e7f 0x1 + .text.recv_udp + 0x0000000040123e80 0x107 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_msg.o) + 0x113 (size before relaxing) + *fill* 0x0000000040123f87 0x1 + .text.recv_raw + 0x0000000040123f88 0xad /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_msg.o) + 0xb9 (size before relaxing) + *fill* 0x0000000040124035 0x3 + .text.setup_tcp + 0x0000000040124038 0x32 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_msg.o) + 0x42 (size before relaxing) + *fill* 0x000000004012406a 0x2 + .text.pcb_new 0x000000004012406c 0xb4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_msg.o) + 0xc4 (size before relaxing) + .text.lwip_netconn_do_connected + 0x0000000040124120 0xe5 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_msg.o) + 0xf5 (size before relaxing) + *fill* 0x0000000040124205 0x3 + .text.lwip_netconn_do_writemore + 0x0000000040124208 0x288 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_msg.o) + 0x2a4 (size before relaxing) + .text.lwip_netconn_do_close_internal + 0x0000000040124490 0x246 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_msg.o) + 0x276 (size before relaxing) + *fill* 0x00000000401246d6 0x2 + .text.poll_tcp + 0x00000000401246d8 0xc5 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_msg.o) + 0xcd (size before relaxing) + *fill* 0x000000004012479d 0x3 + .text.sent_tcp + 0x00000000401247a0 0xca /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_msg.o) + 0xce (size before relaxing) + *fill* 0x000000004012486a 0x2 + .text.recv_tcp + 0x000000004012486c 0xb8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_msg.o) + 0xc8 (size before relaxing) + .text.lwip_netconn_do_newconn + 0x0000000040124924 0x40 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_msg.o) + 0x44 (size before relaxing) + 0x0000000040124924 lwip_netconn_do_newconn + .text.netconn_alloc + 0x0000000040124964 0x7d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_msg.o) + 0x0000000040124964 netconn_alloc + *fill* 0x00000000401249e1 0x3 + .text.netconn_free + 0x00000000401249e4 0x50 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_msg.o) + 0x00000000401249e4 netconn_free + .text.netconn_drain + 0x0000000040124a34 0xae /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_msg.o) + 0xbe (size before relaxing) + *fill* 0x0000000040124ae2 0x2 + .text.lwip_netconn_do_delconn + 0x0000000040124ae4 0x180 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_msg.o) + 0x194 (size before relaxing) + 0x0000000040124ae4 lwip_netconn_do_delconn + .text.lwip_netconn_do_connect + 0x0000000040124c64 0xf0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_msg.o) + 0x100 (size before relaxing) + 0x0000000040124c64 lwip_netconn_do_connect + .text.lwip_netconn_do_disconnect + 0x0000000040124d54 0x50 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_msg.o) + 0x54 (size before relaxing) + 0x0000000040124d54 lwip_netconn_do_disconnect + .text.lwip_netconn_do_send + 0x0000000040124da4 0x163 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_msg.o) + 0x176 (size before relaxing) + 0x0000000040124da4 lwip_netconn_do_send + *fill* 0x0000000040124f07 0x1 + .text.lwip_netconn_do_recv + 0x0000000040124f08 0x8c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_msg.o) + 0x94 (size before relaxing) + 0x0000000040124f08 lwip_netconn_do_recv + .text.lwip_netconn_do_write + 0x0000000040124f94 0xa8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_msg.o) + 0xb4 (size before relaxing) + 0x0000000040124f94 lwip_netconn_do_write + .text.lwip_netconn_do_getaddr + 0x000000004012503c 0x160 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_msg.o) + 0x164 (size before relaxing) + 0x000000004012503c lwip_netconn_do_getaddr + .text.lwip_netconn_do_join_leave_group + 0x000000004012519c 0xa4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_msg.o) + 0xac (size before relaxing) + 0x000000004012519c lwip_netconn_do_join_leave_group + .text.lwip_netconn_do_gethostbyname + 0x0000000040125240 0x2e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_msg.o) + 0x32 (size before relaxing) + 0x0000000040125240 lwip_netconn_do_gethostbyname + *fill* 0x000000004012526e 0x2 + .text.netbuf_delete + 0x0000000040125270 0x1c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(netbuf.o) + 0x20 (size before relaxing) + 0x0000000040125270 netbuf_delete + .text.netbuf_alloc + 0x000000004012528c 0x48 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(netbuf.o) + 0x50 (size before relaxing) + 0x000000004012528c netbuf_alloc + .text.netbuf_free + 0x00000000401252d4 0x22 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(netbuf.o) + 0x00000000401252d4 netbuf_free + *fill* 0x00000000401252f6 0x2 + .text.lwip_standard_chksum + 0x00000000401252f8 0x6e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(inet_chksum.o) + 0x00000000401252f8 lwip_standard_chksum + *fill* 0x0000000040125366 0x2 + .text.inet_cksum_pseudo_base + 0x0000000040125368 0x82 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(inet_chksum.o) + 0x86 (size before relaxing) + *fill* 0x00000000401253ea 0x2 + .text.inet_chksum_pseudo + 0x00000000401253ec 0x38 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(inet_chksum.o) + 0x3c (size before relaxing) + 0x00000000401253ec inet_chksum_pseudo + .text.ip6_chksum_pseudo + 0x0000000040125424 0x55 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(inet_chksum.o) + 0x0000000040125424 ip6_chksum_pseudo + *fill* 0x0000000040125479 0x3 + .text.ip_chksum_pseudo + 0x000000004012547c 0x27 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(inet_chksum.o) + 0x2a (size before relaxing) + 0x000000004012547c ip_chksum_pseudo + *fill* 0x00000000401254a3 0x1 + .text.inet_chksum + 0x00000000401254a4 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(inet_chksum.o) + 0x00000000401254a4 inet_chksum + .text.inet_chksum_pbuf + 0x00000000401254bc 0x66 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(inet_chksum.o) + 0x00000000401254bc inet_chksum_pbuf + *fill* 0x0000000040125522 0x2 + .text.raw_input_match + 0x0000000040125524 0xf2 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(raw.o) + *fill* 0x0000000040125616 0x2 + .text.raw_input + 0x0000000040125618 0xb9 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(raw.o) + 0xc1 (size before relaxing) + 0x0000000040125618 raw_input + *fill* 0x00000000401256d1 0x3 + .text.raw_sendto + 0x00000000401256d4 0x1fa /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(raw.o) + 0x216 (size before relaxing) + 0x00000000401256d4 raw_sendto + *fill* 0x00000000401258ce 0x2 + .text.raw_send + 0x00000000401258d0 0x15 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(raw.o) + 0x00000000401258d0 raw_send + *fill* 0x00000000401258e5 0x3 + .text.raw_remove + 0x00000000401258e8 0x37 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(raw.o) + 0x00000000401258e8 raw_remove + *fill* 0x000000004012591f 0x1 + .text.raw_new 0x0000000040125920 0x37 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(raw.o) + 0x0000000040125920 raw_new + *fill* 0x0000000040125957 0x1 + .text.ethip6_send + 0x0000000040125958 0x51 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ethip6.o) + 0x55 (size before relaxing) + *fill* 0x00000000401259a9 0x3 + .text.ethip6_output + 0x00000000401259ac 0xf5 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ethip6.o) + 0x109 (size before relaxing) + 0x00000000401259ac ethip6_output + *fill* 0x0000000040125aa1 0x3 + .text.block_cipher_df + 0x0000000040125aa4 0x151 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ctr_drbg.o) + 0x159 (size before relaxing) + *fill* 0x0000000040125bf5 0x3 + .text.ctr_drbg_update_internal + 0x0000000040125bf8 0x8e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ctr_drbg.o) + 0x92 (size before relaxing) + *fill* 0x0000000040125c86 0x2 + .text.mbedtls_ctr_drbg_init + 0x0000000040125c88 0x12 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ctr_drbg.o) + 0x0000000040125c88 mbedtls_ctr_drbg_init + *fill* 0x0000000040125c9a 0x2 + .text.mbedtls_ctr_drbg_free + 0x0000000040125c9c 0x16 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ctr_drbg.o) + 0x1a (size before relaxing) + 0x0000000040125c9c mbedtls_ctr_drbg_free + *fill* 0x0000000040125cb2 0x2 + .text.mbedtls_ctr_drbg_reseed + 0x0000000040125cb4 0x7f /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ctr_drbg.o) + 0x83 (size before relaxing) + 0x0000000040125cb4 mbedtls_ctr_drbg_reseed + *fill* 0x0000000040125d33 0x1 + .text.mbedtls_ctr_drbg_seed_entropy_len + 0x0000000040125d34 0x4e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ctr_drbg.o) + 0x56 (size before relaxing) + 0x0000000040125d34 mbedtls_ctr_drbg_seed_entropy_len + *fill* 0x0000000040125d82 0x2 + .text.mbedtls_ctr_drbg_seed + 0x0000000040125d84 0x19 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ctr_drbg.o) + 0x0000000040125d84 mbedtls_ctr_drbg_seed + *fill* 0x0000000040125d9d 0x3 + .text.mbedtls_ctr_drbg_random_with_add + 0x0000000040125da0 0xc6 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ctr_drbg.o) + 0xd6 (size before relaxing) + 0x0000000040125da0 mbedtls_ctr_drbg_random_with_add + *fill* 0x0000000040125e66 0x2 + .text.mbedtls_ctr_drbg_random + 0x0000000040125e68 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ctr_drbg.o) + 0x18 (size before relaxing) + 0x0000000040125e68 mbedtls_ctr_drbg_random + .text.entropy_update + 0x0000000040125e7c 0x36 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(entropy.o) + 0x3e (size before relaxing) + *fill* 0x0000000040125eb2 0x2 + .text.entropy_gather_internal + 0x0000000040125eb4 0x89 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(entropy.o) + *fill* 0x0000000040125f3d 0x3 + .text.mbedtls_entropy_free + 0x0000000040125f40 0xd /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(entropy.o) + 0x10 (size before relaxing) + 0x0000000040125f40 mbedtls_entropy_free + *fill* 0x0000000040125f4d 0x3 + .text.mbedtls_entropy_init + 0x0000000040125f50 0x2a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(entropy.o) + 0x2e (size before relaxing) + 0x0000000040125f50 mbedtls_entropy_init + *fill* 0x0000000040125f7a 0x2 + .text.mbedtls_entropy_func + 0x0000000040125f7c 0xcd /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(entropy.o) + 0xd9 (size before relaxing) + 0x0000000040125f7c mbedtls_entropy_func + *fill* 0x0000000040126049 0x3 + .text.mbedtls_sha256_init + 0x000000004012604c 0x12 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(sha256.o) + 0x000000004012604c mbedtls_sha256_init + *fill* 0x000000004012605e 0x2 + .text.mbedtls_sha256_free + 0x0000000040126060 0xf /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(sha256.o) + 0x12 (size before relaxing) + 0x0000000040126060 mbedtls_sha256_free + *fill* 0x000000004012606f 0x1 + .text.mbedtls_sha256_clone + 0x0000000040126070 0x12 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(sha256.o) + 0x0000000040126070 mbedtls_sha256_clone + *fill* 0x0000000040126082 0x2 + .text.mbedtls_sha256_starts + 0x0000000040126084 0x65 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(sha256.o) + 0x0000000040126084 mbedtls_sha256_starts + *fill* 0x00000000401260e9 0x3 + .text.mbedtls_sha256_process + 0x00000000401260ec 0x999 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(sha256.o) + 0x00000000401260ec mbedtls_sha256_process + *fill* 0x0000000040126a85 0x3 + .text.mbedtls_sha256_update + 0x0000000040126a88 0x7a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(sha256.o) + 0x0000000040126a88 mbedtls_sha256_update + *fill* 0x0000000040126b02 0x2 + .text.mbedtls_sha256_finish + 0x0000000040126b04 0x12b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(sha256.o) + 0x133 (size before relaxing) + 0x0000000040126b04 mbedtls_sha256_finish + *fill* 0x0000000040126c2f 0x1 + .text.mbedtls_sha256 + 0x0000000040126c30 0x26 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(sha256.o) + 0x36 (size before relaxing) + 0x0000000040126c30 mbedtls_sha256 + *fill* 0x0000000040126c56 0x2 + .text.mbedtls_sha512_init + 0x0000000040126c58 0x12 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(sha512.o) + 0x0000000040126c58 mbedtls_sha512_init + *fill* 0x0000000040126c6a 0x2 + .text.mbedtls_sha512_free + 0x0000000040126c6c 0xf /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(sha512.o) + 0x12 (size before relaxing) + 0x0000000040126c6c mbedtls_sha512_free + *fill* 0x0000000040126c7b 0x1 + .text.mbedtls_sha512_clone + 0x0000000040126c7c 0x12 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(sha512.o) + 0x0000000040126c7c mbedtls_sha512_clone + *fill* 0x0000000040126c8e 0x2 + .text.mbedtls_sha512_starts + 0x0000000040126c90 0xc5 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(sha512.o) + 0x0000000040126c90 mbedtls_sha512_starts + *fill* 0x0000000040126d55 0x3 + .text.mbedtls_sha512_process + 0x0000000040126d58 0xea3 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(sha512.o) + 0x0000000040126d58 mbedtls_sha512_process + *fill* 0x0000000040127bfb 0x1 + .text.mbedtls_sha512_update + 0x0000000040127bfc 0xa2 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(sha512.o) + 0xa6 (size before relaxing) + 0x0000000040127bfc mbedtls_sha512_update + *fill* 0x0000000040127c9e 0x2 + .text.mbedtls_sha512_finish + 0x0000000040127ca0 0x231 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(sha512.o) + 0x235 (size before relaxing) + 0x0000000040127ca0 mbedtls_sha512_finish + *fill* 0x0000000040127ed1 0x3 + .text.mbedtls_sha512 + 0x0000000040127ed4 0x26 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(sha512.o) + 0x36 (size before relaxing) + 0x0000000040127ed4 mbedtls_sha512 + *fill* 0x0000000040127efa 0x2 + .text.ssl_calc_finished_tls_sha256 + 0x0000000040127efc 0x5f /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0x6b (size before relaxing) + *fill* 0x0000000040127f5b 0x1 + .text.ssl_calc_verify_tls_sha256 + 0x0000000040127f5c 0x24 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0x30 (size before relaxing) + .text.tls_prf_generic + 0x0000000040127f80 0x149 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0x181 (size before relaxing) + *fill* 0x00000000401280c9 0x3 + .text.tls_prf_sha256 + 0x00000000401280cc 0x1c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0x20 (size before relaxing) + .text.tls_prf_sha384 + 0x00000000401280e8 0x1c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0x20 (size before relaxing) + .text.tls1_prf + 0x0000000040128104 0x22e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0x27e (size before relaxing) + *fill* 0x0000000040128332 0x2 + .text.ssl_calc_finished_tls_sha384 + 0x0000000040128334 0x62 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0x6e (size before relaxing) + *fill* 0x0000000040128396 0x2 + .text.ssl_calc_verify_tls_sha384 + 0x0000000040128398 0x24 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0x30 (size before relaxing) + .text.ssl_calc_finished_tls + 0x00000000401283bc 0x83 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0x9b (size before relaxing) + *fill* 0x000000004012843f 0x1 + .text.ssl_calc_verify_tls + 0x0000000040128440 0x47 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0x5f (size before relaxing) + *fill* 0x0000000040128487 0x1 + .text.ssl_key_cert_free + 0x0000000040128488 0x17 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + *fill* 0x000000004012849f 0x1 + .text.ssl_update_checksum_sha256 + 0x00000000401284a0 0x16 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + *fill* 0x00000000401284b6 0x2 + .text.ssl_update_checksum_sha384 + 0x00000000401284b8 0x16 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + *fill* 0x00000000401284ce 0x2 + .text.ssl_update_checksum_md5sha1 + 0x00000000401284d0 0x23 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0x27 (size before relaxing) + *fill* 0x00000000401284f3 0x1 + .text.ssl_update_checksum_start + 0x00000000401284f4 0x3e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0x4a (size before relaxing) + *fill* 0x0000000040128532 0x2 + .text.ssl_transform_init + 0x0000000040128534 0x2c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0x38 (size before relaxing) + .text.mbedtls_ssl_derive_keys + 0x0000000040128560 0x3ca /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0x406 (size before relaxing) + 0x0000000040128560 mbedtls_ssl_derive_keys + *fill* 0x000000004012892a 0x2 + .text.mbedtls_ssl_fetch_input + 0x000000004012892c 0x89 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0x8d (size before relaxing) + 0x000000004012892c mbedtls_ssl_fetch_input + *fill* 0x00000000401289b5 0x3 + .text.mbedtls_ssl_flush_output + 0x00000000401289b8 0x71 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0x00000000401289b8 mbedtls_ssl_flush_output + *fill* 0x0000000040128a29 0x3 + .text.mbedtls_ssl_prepare_handshake_record + 0x0000000040128a2c 0x39 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0x0000000040128a2c mbedtls_ssl_prepare_handshake_record + *fill* 0x0000000040128a65 0x3 + .text.mbedtls_ssl_handle_message_type + 0x0000000040128a68 0x5a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0x5e (size before relaxing) + 0x0000000040128a68 mbedtls_ssl_handle_message_type + *fill* 0x0000000040128ac2 0x2 + .text.mbedtls_ssl_optimize_checksum + 0x0000000040128ac4 0x2e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0x0000000040128ac4 mbedtls_ssl_optimize_checksum + *fill* 0x0000000040128af2 0x2 + .text.mbedtls_ssl_session_init + 0x0000000040128af4 0x12 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0x0000000040128af4 mbedtls_ssl_session_init + *fill* 0x0000000040128b06 0x2 + .text.mbedtls_ssl_init + 0x0000000040128b08 0x12 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0x0000000040128b08 mbedtls_ssl_init + *fill* 0x0000000040128b1a 0x2 + .text.mbedtls_ssl_conf_dh_param + 0x0000000040128b1c 0x39 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0x41 (size before relaxing) + 0x0000000040128b1c mbedtls_ssl_conf_dh_param + *fill* 0x0000000040128b55 0x3 + .text.mbedtls_ssl_set_hostname + 0x0000000040128b58 0x5a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0x0000000040128b58 mbedtls_ssl_set_hostname + *fill* 0x0000000040128bb2 0x2 + .text.mbedtls_ssl_get_ciphersuite + 0x0000000040128bb4 0x1d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0x0000000040128bb4 mbedtls_ssl_get_ciphersuite + *fill* 0x0000000040128bd1 0x3 + .text.mbedtls_ssl_get_max_frag_len + 0x0000000040128bd4 0x2e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0x0000000040128bd4 mbedtls_ssl_get_max_frag_len + *fill* 0x0000000040128c02 0x2 + .text.mbedtls_ssl_handshake_step + 0x0000000040128c04 0x3e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0x42 (size before relaxing) + 0x0000000040128c04 mbedtls_ssl_handshake_step + *fill* 0x0000000040128c42 0x2 + .text.mbedtls_ssl_handshake + 0x0000000040128c44 0x31 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0x0000000040128c44 mbedtls_ssl_handshake + *fill* 0x0000000040128c75 0x3 + .text.mbedtls_ssl_transform_free + 0x0000000040128c78 0x2c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0x38 (size before relaxing) + 0x0000000040128c78 mbedtls_ssl_transform_free + .text.mbedtls_ssl_handshake_free + 0x0000000040128ca4 0x60 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0x74 (size before relaxing) + 0x0000000040128ca4 mbedtls_ssl_handshake_free + .text.ssl_handshake_wrapup_free_hs_transform + 0x0000000040128d04 0x36 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0x3a (size before relaxing) + *fill* 0x0000000040128d3a 0x2 + .text.mbedtls_ssl_session_free + 0x0000000040128d3c 0x2c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0x2f (size before relaxing) + 0x0000000040128d3c mbedtls_ssl_session_free + *fill* 0x0000000040128d68 0x0 + .text.mbedtls_ssl_handshake_wrapup + 0x0000000040128d68 0x5d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0x0000000040128d68 mbedtls_ssl_handshake_wrapup + *fill* 0x0000000040128dc5 0x3 + .text.mbedtls_ssl_free + 0x0000000040128dc8 0xb3 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0xbe (size before relaxing) + 0x0000000040128dc8 mbedtls_ssl_free + *fill* 0x0000000040128e7b 0x1 + .text.mbedtls_ssl_config_init + 0x0000000040128e7c 0x12 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0x0000000040128e7c mbedtls_ssl_config_init + *fill* 0x0000000040128e8e 0x2 + .text.mbedtls_ssl_config_defaults + 0x0000000040128e90 0xe5 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0xf5 (size before relaxing) + 0x0000000040128e90 mbedtls_ssl_config_defaults + *fill* 0x0000000040128f75 0x3 + .text.mbedtls_ssl_config_free + 0x0000000040128f78 0x1f /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0x2b (size before relaxing) + 0x0000000040128f78 mbedtls_ssl_config_free + *fill* 0x0000000040128f97 0x1 + .text.mbedtls_ssl_sig_from_pk + 0x0000000040128f98 0x24 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0x28 (size before relaxing) + 0x0000000040128f98 mbedtls_ssl_sig_from_pk + .text.ssl_handshake_params_init + 0x0000000040128fbc 0x73 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0x97 (size before relaxing) + *fill* 0x000000004012902f 0x1 + .text.ssl_handshake_init + 0x0000000040129030 0xa0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0xb0 (size before relaxing) + .text.mbedtls_ssl_setup + 0x00000000401290d0 0x78 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0x00000000401290d0 mbedtls_ssl_setup + .text.ssl_session_reset_int + 0x0000000040129148 0x104 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0x108 (size before relaxing) + .text.mbedtls_ssl_session_reset + 0x000000004012924c 0x11 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0x000000004012924c mbedtls_ssl_session_reset + *fill* 0x000000004012925d 0x3 + .text.ssl_start_renegotiation + 0x0000000040129260 0x28 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0x2c (size before relaxing) + .text.mbedtls_ssl_md_alg_from_hash + 0x0000000040129288 0x30 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0x0000000040129288 mbedtls_ssl_md_alg_from_hash + .text.mbedtls_ssl_hash_from_md_alg + 0x00000000401292b8 0x30 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0x00000000401292b8 mbedtls_ssl_hash_from_md_alg + .text.mbedtls_ssl_check_cert_usage + 0x00000000401292e8 0x74 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0x00000000401292e8 mbedtls_ssl_check_cert_usage + .text.ssl_encrypt_buf + 0x000000004012935c 0x2f1 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0x315 (size before relaxing) + *fill* 0x000000004012964d 0x3 + .text.mbedtls_ssl_write_record + 0x0000000040129650 0xb9 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0xbd (size before relaxing) + 0x0000000040129650 mbedtls_ssl_write_record + *fill* 0x0000000040129709 0x3 + .text.mbedtls_ssl_send_alert_message + 0x000000004012970c 0x42 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0x000000004012970c mbedtls_ssl_send_alert_message + *fill* 0x000000004012974e 0x2 + .text.mbedtls_ssl_close_notify + 0x0000000040129750 0x42 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0x46 (size before relaxing) + 0x0000000040129750 mbedtls_ssl_close_notify + *fill* 0x0000000040129792 0x2 + .text.mbedtls_ssl_write_certificate + 0x0000000040129794 0x123 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0x0000000040129794 mbedtls_ssl_write_certificate + *fill* 0x00000000401298b7 0x1 + .text.mbedtls_ssl_write_change_cipher_spec + 0x00000000401298b8 0x2c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0x00000000401298b8 mbedtls_ssl_write_change_cipher_spec + .text.mbedtls_ssl_write_finished + 0x00000000401298e4 0xce /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0x00000000401298e4 mbedtls_ssl_write_finished + *fill* 0x00000000401299b2 0x2 + .text.ssl_write_hello_request + 0x00000000401299b4 0x28 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + .text.mbedtls_ssl_renegotiate + 0x00000000401299dc 0x6d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0x71 (size before relaxing) + 0x00000000401299dc mbedtls_ssl_renegotiate + *fill* 0x0000000040129a49 0x3 + .text.ssl_check_ctr_renegotiate + 0x0000000040129a4c 0x64 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0x68 (size before relaxing) + .text.ssl_write_real + 0x0000000040129ab0 0x50 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0x54 (size before relaxing) + .text.mbedtls_ssl_write + 0x0000000040129b00 0x42 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0x46 (size before relaxing) + 0x0000000040129b00 mbedtls_ssl_write + *fill* 0x0000000040129b42 0x2 + .text.ssl_decrypt_buf + 0x0000000040129b44 0x490 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0x4bc (size before relaxing) + .text.ssl_prepare_record_content + 0x0000000040129fd4 0x28 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0x2c (size before relaxing) + .text.ssl_parse_record_header + 0x0000000040129ffc 0xb6 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0xbe (size before relaxing) + *fill* 0x000000004012a0b2 0x2 + .text.mbedtls_ssl_read_record_layer + 0x000000004012a0b4 0xa5 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0xb5 (size before relaxing) + 0x000000004012a0b4 mbedtls_ssl_read_record_layer + *fill* 0x000000004012a159 0x3 + .text.mbedtls_ssl_read_record + 0x000000004012a15c 0x3e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0x46 (size before relaxing) + 0x000000004012a15c mbedtls_ssl_read_record + *fill* 0x000000004012a19a 0x2 + .text.mbedtls_ssl_parse_certificate + 0x000000004012a19c 0x3a6 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0x3c2 (size before relaxing) + 0x000000004012a19c mbedtls_ssl_parse_certificate + *fill* 0x000000004012a542 0x2 + .text.mbedtls_ssl_parse_change_cipher_spec + 0x000000004012a544 0x95 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0x9d (size before relaxing) + 0x000000004012a544 mbedtls_ssl_parse_change_cipher_spec + *fill* 0x000000004012a5d9 0x3 + .text.mbedtls_ssl_parse_finished + 0x000000004012a5dc 0xd4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0xe0 (size before relaxing) + 0x000000004012a5dc mbedtls_ssl_parse_finished + .text.mbedtls_ssl_read + 0x000000004012a6b0 0x1e2 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0x1ee (size before relaxing) + 0x000000004012a6b0 mbedtls_ssl_read + *fill* 0x000000004012a892 0x2 + .text.mbedtls_ssl_set_calc_verify_md + 0x000000004012a894 0x41 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0x000000004012a894 mbedtls_ssl_set_calc_verify_md + *fill* 0x000000004012a8d5 0x3 + .text.x509_get_uid + 0x000000004012a8d8 0x40 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509_crt.o) + 0x44 (size before relaxing) + .text.x509_string_cmp + 0x000000004012a918 0x80 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509_crt.o) + .text.x509_name_cmp + 0x000000004012a998 0x79 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509_crt.o) + *fill* 0x000000004012aa11 0x3 + .text.x509_get_version + 0x000000004012aa14 0x4e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509_crt.o) + *fill* 0x000000004012aa62 0x2 + .text.x509_get_dates + 0x000000004012aa64 0x4c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509_crt.o) + 0x50 (size before relaxing) + .text.x509_get_basic_constraints + 0x000000004012aab0 0x81 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509_crt.o) + 0x89 (size before relaxing) + *fill* 0x000000004012ab31 0x3 + .text.x509_get_key_usage + 0x000000004012ab34 0x5a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509_crt.o) + *fill* 0x000000004012ab8e 0x2 + .text.x509_get_ns_cert_type + 0x000000004012ab90 0x35 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509_crt.o) + *fill* 0x000000004012abc5 0x3 + .text.x509_get_ext_key_usage + 0x000000004012abc8 0x25 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509_crt.o) + *fill* 0x000000004012abed 0x3 + .text.x509_get_subject_alt_name + 0x000000004012abf0 0xba /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509_crt.o) + *fill* 0x000000004012acaa 0x2 + .text.x509_get_crt_ext + 0x000000004012acac 0x1c2 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509_crt.o) + 0x1c6 (size before relaxing) + *fill* 0x000000004012ae6e 0x2 + .text.x509_profile_check_key + 0x000000004012ae70 0x68 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509_crt.o) + .text.x509_check_wildcard + 0x000000004012aed8 0x6c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509_crt.o) + .text.mbedtls_x509_crt_check_key_usage + 0x000000004012af44 0x40 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509_crt.o) + 0x000000004012af44 mbedtls_x509_crt_check_key_usage + .text.x509_crt_check_parent + 0x000000004012af84 0x76 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509_crt.o) + *fill* 0x000000004012affa 0x2 + .text.mbedtls_x509_crt_check_extended_key_usage + 0x000000004012affc 0x54 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509_crt.o) + 0x000000004012affc mbedtls_x509_crt_check_extended_key_usage + .text.mbedtls_x509_crt_is_revoked + 0x000000004012b050 0x40 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509_crt.o) + 0x000000004012b050 mbedtls_x509_crt_is_revoked + .text.x509_crt_verifycrl + 0x000000004012b090 0x119 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509_crt.o) + 0x129 (size before relaxing) + *fill* 0x000000004012b1a9 0x3 + .text.x509_crt_verify_top + 0x000000004012b1ac 0x1fd /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509_crt.o) + 0x225 (size before relaxing) + *fill* 0x000000004012b3a9 0x3 + .text.x509_crt_verify_child + 0x000000004012b3ac 0x232 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509_crt.o) + 0x25a (size before relaxing) + *fill* 0x000000004012b5de 0x2 + .text.mbedtls_x509_crt_verify_with_profile + 0x000000004012b5e0 0x1c3 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509_crt.o) + 0x1d7 (size before relaxing) + 0x000000004012b5e0 mbedtls_x509_crt_verify_with_profile + *fill* 0x000000004012b7a3 0x1 + .text.mbedtls_x509_crt_init + 0x000000004012b7a4 0x12 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509_crt.o) + 0x000000004012b7a4 mbedtls_x509_crt_init + *fill* 0x000000004012b7b6 0x2 + .text.mbedtls_x509_crt_free + 0x000000004012b7b8 0xcf /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509_crt.o) + 0xdb (size before relaxing) + 0x000000004012b7b8 mbedtls_x509_crt_free + *fill* 0x000000004012b887 0x1 + .text.x509_crt_parse_der_core + 0x000000004012b888 0x2f6 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509_crt.o) + 0x346 (size before relaxing) + *fill* 0x000000004012bb7e 0x2 + .text.mbedtls_x509_crt_parse_der + 0x000000004012bb80 0x82 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509_crt.o) + 0x86 (size before relaxing) + 0x000000004012bb80 mbedtls_x509_crt_parse_der + *fill* 0x000000004012bc02 0x2 + .text.mbedtls_x509_crt_parse + 0x000000004012bc04 0x10d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509_crt.o) + 0x11d (size before relaxing) + 0x000000004012bc04 mbedtls_x509_crt_parse + *fill* 0x000000004012bd11 0x3 + .text.mbedtls_hardware_poll + 0x000000004012bd14 0x13 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(esp_hardware.o) + 0x000000004012bd14 mbedtls_hardware_poll + *fill* 0x000000004012bd27 0x1 + .text.mbedtls_net_errno + 0x000000004012bd28 0x21 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(net_sockets.o) + *fill* 0x000000004012bd49 0x3 + .text.net_would_block + 0x000000004012bd4c 0x2e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(net_sockets.o) + 0x36 (size before relaxing) + *fill* 0x000000004012bd7a 0x2 + .text.mbedtls_net_connect + 0x000000004012bd7c 0x9d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(net_sockets.o) + 0xa1 (size before relaxing) + 0x000000004012bd7c mbedtls_net_connect + *fill* 0x000000004012be19 0x3 + .text.mbedtls_net_recv + 0x000000004012be1c 0x62 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(net_sockets.o) + 0x66 (size before relaxing) + 0x000000004012be1c mbedtls_net_recv + *fill* 0x000000004012be7e 0x2 + .text.mbedtls_net_send + 0x000000004012be80 0x61 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(net_sockets.o) + 0x65 (size before relaxing) + 0x000000004012be80 mbedtls_net_send + *fill* 0x000000004012bee1 0x3 + .text.mbedtls_net_free + 0x000000004012bee4 0x1e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(net_sockets.o) + 0x000000004012bee4 mbedtls_net_free + *fill* 0x000000004012bf02 0x2 + .text.mbedtls_asn1_get_tag + 0x000000004012bf04 0x31 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(asn1parse.o) + 0x000000004012bf04 mbedtls_asn1_get_tag + *fill* 0x000000004012bf35 0x3 + .text.mbedtls_asn1_get_bool + 0x000000004012bf38 0x39 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(asn1parse.o) + 0x000000004012bf38 mbedtls_asn1_get_bool + *fill* 0x000000004012bf71 0x3 + .text.mbedtls_asn1_get_int + 0x000000004012bf74 0x5e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(asn1parse.o) + 0x000000004012bf74 mbedtls_asn1_get_int + *fill* 0x000000004012bfd2 0x2 + .text.mbedtls_asn1_get_mpi + 0x000000004012bfd4 0x2c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(asn1parse.o) + 0x30 (size before relaxing) + 0x000000004012bfd4 mbedtls_asn1_get_mpi + .text.mbedtls_asn1_get_bitstring + 0x000000004012c000 0x52 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(asn1parse.o) + 0x000000004012c000 mbedtls_asn1_get_bitstring + *fill* 0x000000004012c052 0x2 + .text.mbedtls_asn1_get_bitstring_null + 0x000000004012c054 0x39 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(asn1parse.o) + 0x000000004012c054 mbedtls_asn1_get_bitstring_null + *fill* 0x000000004012c08d 0x3 + .text.mbedtls_asn1_get_sequence_of + 0x000000004012c090 0x7e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(asn1parse.o) + 0x82 (size before relaxing) + 0x000000004012c090 mbedtls_asn1_get_sequence_of + *fill* 0x000000004012c10e 0x2 + .text.mbedtls_asn1_get_alg + 0x000000004012c110 0x91 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(asn1parse.o) + 0x99 (size before relaxing) + 0x000000004012c110 mbedtls_asn1_get_alg + *fill* 0x000000004012c1a1 0x3 + .text.mbedtls_asn1_get_alg_null + 0x000000004012c1a4 0x45 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(asn1parse.o) + 0x000000004012c1a4 mbedtls_asn1_get_alg_null + *fill* 0x000000004012c1e9 0x3 + .text.mbedtls_clz + 0x000000004012c1ec 0x1d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(bignum.o) + *fill* 0x000000004012c209 0x3 + .text.mbedtls_int_div_int + 0x000000004012c20c 0x48 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(bignum.o) + 0x4c (size before relaxing) + .text.mbedtls_mpi_free + 0x000000004012c254 0x22 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(bignum.o) + 0x26 (size before relaxing) + 0x000000004012c254 mbedtls_mpi_free + *fill* 0x000000004012c276 0x2 + .text.mbedtls_mpi_grow + 0x000000004012c278 0x4c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(bignum.o) + 0x50 (size before relaxing) + 0x000000004012c278 mbedtls_mpi_grow + .text.mbedtls_mpi_shrink + 0x000000004012c2c4 0x68 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(bignum.o) + 0x6c (size before relaxing) + 0x000000004012c2c4 mbedtls_mpi_shrink + .text.mbedtls_mpi_copy + 0x000000004012c32c 0x65 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(bignum.o) + 0x000000004012c32c mbedtls_mpi_copy + *fill* 0x000000004012c391 0x3 + .text.mbedtls_mpi_safe_cond_assign + 0x000000004012c394 0x74 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(bignum.o) + 0x000000004012c394 mbedtls_mpi_safe_cond_assign + .text.mbedtls_mpi_safe_cond_swap + 0x000000004012c408 0x90 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(bignum.o) + 0x94 (size before relaxing) + 0x000000004012c408 mbedtls_mpi_safe_cond_swap + .text.mbedtls_mpi_lset + 0x000000004012c498 0x38 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(bignum.o) + 0x000000004012c498 mbedtls_mpi_lset + .text.mbedtls_mpi_set_bit + 0x000000004012c4d0 0x68 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(bignum.o) + 0x000000004012c4d0 mbedtls_mpi_set_bit + .text.mbedtls_mpi_bitlen + 0x000000004012c538 0x32 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(bignum.o) + 0x36 (size before relaxing) + 0x000000004012c538 mbedtls_mpi_bitlen + *fill* 0x000000004012c56a 0x2 + .text.mbedtls_mpi_size + 0x000000004012c56c 0xf /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(bignum.o) + 0x13 (size before relaxing) + 0x000000004012c56c mbedtls_mpi_size + *fill* 0x000000004012c57b 0x1 + .text.mbedtls_mpi_read_binary + 0x000000004012c57c 0x68 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(bignum.o) + 0x6c (size before relaxing) + 0x000000004012c57c mbedtls_mpi_read_binary + .text.mbedtls_mpi_write_binary + 0x000000004012c5e4 0x4c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(bignum.o) + 0x50 (size before relaxing) + 0x000000004012c5e4 mbedtls_mpi_write_binary + .text.mbedtls_mpi_shift_l + 0x000000004012c630 0xad /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(bignum.o) + 0xb1 (size before relaxing) + 0x000000004012c630 mbedtls_mpi_shift_l + *fill* 0x000000004012c6dd 0x3 + .text.mbedtls_mpi_shift_r + 0x000000004012c6e0 0x9c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(bignum.o) + 0x000000004012c6e0 mbedtls_mpi_shift_r + .text.mbedtls_mpi_cmp_abs + 0x000000004012c77c 0x7c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(bignum.o) + 0x000000004012c77c mbedtls_mpi_cmp_abs + .text.mpi_montmul + 0x000000004012c7f8 0xc0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(bignum.o) + 0xd4 (size before relaxing) + .text.mpi_montred + 0x000000004012c8b8 0x21 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(bignum.o) + *fill* 0x000000004012c8d9 0x3 + .text.mbedtls_mpi_cmp_mpi + 0x000000004012c8dc 0x9c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(bignum.o) + 0x000000004012c8dc mbedtls_mpi_cmp_mpi + .text.mbedtls_mpi_cmp_int + 0x000000004012c978 0x2a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(bignum.o) + 0x000000004012c978 mbedtls_mpi_cmp_int + *fill* 0x000000004012c9a2 0x2 + .text.mbedtls_mpi_add_abs + 0x000000004012c9a4 0xac /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(bignum.o) + 0xb0 (size before relaxing) + 0x000000004012c9a4 mbedtls_mpi_add_abs + .text.mbedtls_mpi_sub_abs + 0x000000004012ca50 0x6e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(bignum.o) + 0x76 (size before relaxing) + 0x000000004012ca50 mbedtls_mpi_sub_abs + *fill* 0x000000004012cabe 0x2 + .text.mbedtls_mpi_add_mpi + 0x000000004012cac0 0x52 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(bignum.o) + 0x5a (size before relaxing) + 0x000000004012cac0 mbedtls_mpi_add_mpi + *fill* 0x000000004012cb12 0x2 + .text.mbedtls_mpi_sub_mpi + 0x000000004012cb14 0x52 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(bignum.o) + 0x5a (size before relaxing) + 0x000000004012cb14 mbedtls_mpi_sub_mpi + *fill* 0x000000004012cb66 0x2 + .text.mbedtls_mpi_add_int + 0x000000004012cb68 0x2c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(bignum.o) + 0x000000004012cb68 mbedtls_mpi_add_int + .text.mbedtls_mpi_sub_int + 0x000000004012cb94 0x2c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(bignum.o) + 0x000000004012cb94 mbedtls_mpi_sub_int + .text.mbedtls_mpi_mul_mpi + 0x000000004012cbc0 0xb8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(bignum.o) + 0xcc (size before relaxing) + 0x000000004012cbc0 mbedtls_mpi_mul_mpi + .text.mbedtls_mpi_mul_int + 0x000000004012cc78 0x1c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(bignum.o) + 0x20 (size before relaxing) + 0x000000004012cc78 mbedtls_mpi_mul_int + .text.mbedtls_mpi_read_string + 0x000000004012cc94 0x131 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(bignum.o) + 0x145 (size before relaxing) + 0x000000004012cc94 mbedtls_mpi_read_string + *fill* 0x000000004012cdc5 0x3 + .text.mbedtls_mpi_div_mpi + 0x000000004012cdc8 0x371 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(bignum.o) + 0x3e5 (size before relaxing) + 0x000000004012cdc8 mbedtls_mpi_div_mpi + *fill* 0x000000004012d139 0x3 + .text.mbedtls_mpi_mod_mpi + 0x000000004012d13c 0x70 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(bignum.o) + 0x78 (size before relaxing) + 0x000000004012d13c mbedtls_mpi_mod_mpi + .text.mbedtls_mpi_exp_mod + 0x000000004012d1ac 0x4e8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(bignum.o) + 0x548 (size before relaxing) + 0x000000004012d1ac mbedtls_mpi_exp_mod + .text.mbedtls_mpi_gcd + 0x000000004012d694 0x10b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(bignum.o) + 0x14b (size before relaxing) + 0x000000004012d694 mbedtls_mpi_gcd + *fill* 0x000000004012d79f 0x1 + .text.mbedtls_mpi_fill_random + 0x000000004012d7a0 0x2c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(bignum.o) + 0x000000004012d7a0 mbedtls_mpi_fill_random + .text.mbedtls_mpi_inv_mod + 0x000000004012d7cc 0x2a1 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(bignum.o) + 0x335 (size before relaxing) + 0x000000004012d7cc mbedtls_mpi_inv_mod + *fill* 0x000000004012da6d 0x3 + .text.get_pkcs_padding + 0x000000004012da70 0x69 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(cipher.o) + *fill* 0x000000004012dad9 0x3 + .text.get_one_and_zeros_padding + 0x000000004012dadc 0x6d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(cipher.o) + *fill* 0x000000004012db49 0x3 + .text.get_zeros_and_len_padding + 0x000000004012db4c 0x65 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(cipher.o) + *fill* 0x000000004012dbb1 0x3 + .text.get_zeros_padding + 0x000000004012dbb4 0x51 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(cipher.o) + *fill* 0x000000004012dc05 0x3 + .text.get_no_padding + 0x000000004012dc08 0x21 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(cipher.o) + *fill* 0x000000004012dc29 0x3 + .text.mbedtls_cipher_info_from_type + 0x000000004012dc2c 0x19 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(cipher.o) + 0x000000004012dc2c mbedtls_cipher_info_from_type + *fill* 0x000000004012dc45 0x3 + .text.mbedtls_cipher_info_from_values + 0x000000004012dc48 0x25 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(cipher.o) + 0x000000004012dc48 mbedtls_cipher_info_from_values + *fill* 0x000000004012dc6d 0x3 + .text.mbedtls_cipher_init + 0x000000004012dc70 0x12 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(cipher.o) + 0x000000004012dc70 mbedtls_cipher_init + *fill* 0x000000004012dc82 0x2 + .text.mbedtls_cipher_free + 0x000000004012dc84 0x1b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(cipher.o) + 0x1e (size before relaxing) + 0x000000004012dc84 mbedtls_cipher_free + *fill* 0x000000004012dc9f 0x1 + .text.mbedtls_cipher_setkey + 0x000000004012dca0 0x5e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(cipher.o) + 0x000000004012dca0 mbedtls_cipher_setkey + *fill* 0x000000004012dcfe 0x2 + .text.mbedtls_cipher_set_iv + 0x000000004012dd00 0x4f /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(cipher.o) + 0x000000004012dd00 mbedtls_cipher_set_iv + *fill* 0x000000004012dd4f 0x1 + .text.mbedtls_cipher_reset + 0x000000004012dd50 0x1d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(cipher.o) + 0x000000004012dd50 mbedtls_cipher_reset + *fill* 0x000000004012dd6d 0x3 + .text.mbedtls_cipher_update + 0x000000004012dd70 0x1ea /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(cipher.o) + 0x000000004012dd70 mbedtls_cipher_update + *fill* 0x000000004012df5a 0x2 + .text.mbedtls_cipher_finish + 0x000000004012df5c 0x141 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(cipher.o) + 0x000000004012df5c mbedtls_cipher_finish + *fill* 0x000000004012e09d 0x3 + .text.mbedtls_cipher_set_padding_mode + 0x000000004012e0a0 0x71 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(cipher.o) + 0x000000004012e0a0 mbedtls_cipher_set_padding_mode + *fill* 0x000000004012e111 0x3 + .text.mbedtls_cipher_setup + 0x000000004012e114 0x46 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(cipher.o) + 0x000000004012e114 mbedtls_cipher_setup + *fill* 0x000000004012e15a 0x2 + .text.mbedtls_cipher_crypt + 0x000000004012e15c 0x50 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(cipher.o) + 0x5c (size before relaxing) + 0x000000004012e15c mbedtls_cipher_crypt + .text.mbedtls_cipher_auth_encrypt + 0x000000004012e1ac 0x6a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(cipher.o) + 0x6e (size before relaxing) + 0x000000004012e1ac mbedtls_cipher_auth_encrypt + *fill* 0x000000004012e216 0x2 + .text.mbedtls_cipher_auth_decrypt + 0x000000004012e218 0x72 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(cipher.o) + 0x7a (size before relaxing) + 0x000000004012e218 mbedtls_cipher_auth_decrypt + *fill* 0x000000004012e28a 0x2 + .text.ccm_ctx_free + 0x000000004012e28c 0x12 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(cipher_wrap.o) + 0x16 (size before relaxing) + *fill* 0x000000004012e29e 0x2 + .text.ccm_ctx_alloc + 0x000000004012e2a0 0x16 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(cipher_wrap.o) + 0x1a (size before relaxing) + *fill* 0x000000004012e2b6 0x2 + .text.ccm_aes_setkey_wrap + 0x000000004012e2b8 0x15 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(cipher_wrap.o) + *fill* 0x000000004012e2cd 0x3 + .text.gcm_ctx_free + 0x000000004012e2d0 0x12 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(cipher_wrap.o) + 0x16 (size before relaxing) + *fill* 0x000000004012e2e2 0x2 + .text.gcm_ctx_alloc + 0x000000004012e2e4 0x1a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(cipher_wrap.o) + *fill* 0x000000004012e2fe 0x2 + .text.gcm_aes_setkey_wrap + 0x000000004012e300 0x15 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(cipher_wrap.o) + *fill* 0x000000004012e315 0x3 + .text.aes_ctx_free + 0x000000004012e318 0x12 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(cipher_wrap.o) + 0x16 (size before relaxing) + *fill* 0x000000004012e32a 0x2 + .text.aes_ctx_alloc + 0x000000004012e32c 0x1a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(cipher_wrap.o) + 0x1e (size before relaxing) + *fill* 0x000000004012e346 0x2 + .text.aes_setkey_dec_wrap + 0x000000004012e348 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(cipher_wrap.o) + 0x14 (size before relaxing) + .text.aes_setkey_enc_wrap + 0x000000004012e358 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(cipher_wrap.o) + 0x14 (size before relaxing) + .text.aes_crypt_ctr_wrap + 0x000000004012e368 0x1d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(cipher_wrap.o) + *fill* 0x000000004012e385 0x3 + .text.aes_crypt_cfb128_wrap + 0x000000004012e388 0x1d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(cipher_wrap.o) + *fill* 0x000000004012e3a5 0x3 + .text.aes_crypt_cbc_wrap + 0x000000004012e3a8 0x19 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(cipher_wrap.o) + *fill* 0x000000004012e3c1 0x3 + .text.aes_crypt_ecb_wrap + 0x000000004012e3c4 0x15 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(cipher_wrap.o) + *fill* 0x000000004012e3d9 0x3 + .text.dhm_read_bignum + 0x000000004012e3dc 0x46 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(dhm.o) + 0x4a (size before relaxing) + *fill* 0x000000004012e422 0x2 + .text.dhm_check_range + 0x000000004012e424 0x47 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(dhm.o) + 0x5f (size before relaxing) + *fill* 0x000000004012e46b 0x1 + .text.dhm_update_blinding + 0x000000004012e46c 0x134 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(dhm.o) + 0x168 (size before relaxing) + .text.mbedtls_dhm_init + 0x000000004012e5a0 0x12 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(dhm.o) + 0x000000004012e5a0 mbedtls_dhm_init + *fill* 0x000000004012e5b2 0x2 + .text.mbedtls_dhm_read_params + 0x000000004012e5b4 0x4e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(dhm.o) + 0x5e (size before relaxing) + 0x000000004012e5b4 mbedtls_dhm_read_params + *fill* 0x000000004012e602 0x2 + .text.mbedtls_dhm_make_params + 0x000000004012e604 0x10d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(dhm.o) + 0x131 (size before relaxing) + 0x000000004012e604 mbedtls_dhm_make_params + *fill* 0x000000004012e711 0x3 + .text.mbedtls_dhm_read_public + 0x000000004012e714 0x3a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(dhm.o) + 0x3e (size before relaxing) + 0x000000004012e714 mbedtls_dhm_read_public + *fill* 0x000000004012e74e 0x2 + .text.mbedtls_dhm_make_public + 0x000000004012e750 0xca /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(dhm.o) + 0xde (size before relaxing) + 0x000000004012e750 mbedtls_dhm_make_public + *fill* 0x000000004012e81a 0x2 + .text.mbedtls_dhm_calc_secret + 0x000000004012e81c 0xce /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(dhm.o) + 0xee (size before relaxing) + 0x000000004012e81c mbedtls_dhm_calc_secret + *fill* 0x000000004012e8ea 0x2 + .text.mbedtls_dhm_free + 0x000000004012e8ec 0x4a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(dhm.o) + 0x6a (size before relaxing) + 0x000000004012e8ec mbedtls_dhm_free + *fill* 0x000000004012e936 0x2 + .text.mbedtls_ecdh_gen_public + 0x000000004012e938 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecdh.o) + 0x18 (size before relaxing) + 0x000000004012e938 mbedtls_ecdh_gen_public + .text.mbedtls_ecdh_compute_shared + 0x000000004012e94c 0x47 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecdh.o) + 0x5a (size before relaxing) + 0x000000004012e94c mbedtls_ecdh_compute_shared + *fill* 0x000000004012e993 0x1 + .text.mbedtls_ecdh_init + 0x000000004012e994 0x12 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecdh.o) + 0x000000004012e994 mbedtls_ecdh_init + *fill* 0x000000004012e9a6 0x2 + .text.mbedtls_ecdh_free + 0x000000004012e9a8 0x46 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecdh.o) + 0x5e (size before relaxing) + 0x000000004012e9a8 mbedtls_ecdh_free + *fill* 0x000000004012e9ee 0x2 + .text.mbedtls_ecdh_make_params + 0x000000004012e9f0 0x66 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecdh.o) + 0x6e (size before relaxing) + 0x000000004012e9f0 mbedtls_ecdh_make_params + *fill* 0x000000004012ea56 0x2 + .text.mbedtls_ecdh_read_params + 0x000000004012ea58 0x32 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecdh.o) + 0x36 (size before relaxing) + 0x000000004012ea58 mbedtls_ecdh_read_params + *fill* 0x000000004012ea8a 0x2 + .text.mbedtls_ecdh_get_params + 0x000000004012ea8c 0x55 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecdh.o) + 0x5d (size before relaxing) + 0x000000004012ea8c mbedtls_ecdh_get_params + *fill* 0x000000004012eae1 0x3 + .text.mbedtls_ecdh_make_public + 0x000000004012eae4 0x44 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecdh.o) + 0x48 (size before relaxing) + 0x000000004012eae4 mbedtls_ecdh_make_public + .text.mbedtls_ecdh_read_public + 0x000000004012eb28 0x35 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecdh.o) + 0x000000004012eb28 mbedtls_ecdh_read_public + *fill* 0x000000004012eb5d 0x3 + .text.mbedtls_ecdh_calc_secret + 0x000000004012eb60 0x59 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecdh.o) + 0x61 (size before relaxing) + 0x000000004012eb60 mbedtls_ecdh_calc_secret + *fill* 0x000000004012ebb9 0x3 + .text.ecp_check_pubkey_mx + 0x000000004012ebbc 0x1c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp.o) + 0x20 (size before relaxing) + .text.ecp_comb_fixed + 0x000000004012ebd8 0x8a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp.o) + 0x8e (size before relaxing) + *fill* 0x000000004012ec62 0x2 + .text.ecp_modp + 0x000000004012ec64 0xaa /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp.o) + 0xae (size before relaxing) + *fill* 0x000000004012ed0e 0x2 + .text.ecp_randomize_mxz + 0x000000004012ed10 0xb5 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp.o) + 0xcd (size before relaxing) + *fill* 0x000000004012edc5 0x3 + .text.ecp_randomize_jac + 0x000000004012edc8 0x12a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp.o) + 0x15e (size before relaxing) + *fill* 0x000000004012eef2 0x2 + .text.ecp_double_add_mxz + 0x000000004012eef4 0x38f /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp.o) + 0x42b (size before relaxing) + *fill* 0x000000004012f283 0x1 + .text.ecp_normalize_mxz + 0x000000004012f284 0x39 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp.o) + 0x45 (size before relaxing) + *fill* 0x000000004012f2bd 0x3 + .text.ecp_normalize_jac + 0x000000004012f2c0 0xce /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp.o) + 0xfe (size before relaxing) + *fill* 0x000000004012f38e 0x2 + .text.ecp_safe_invert_jac + 0x000000004012f390 0x37 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp.o) + 0x46 (size before relaxing) + *fill* 0x000000004012f3c7 0x1 + .text.ecp_select_comb + 0x000000004012f3c8 0x55 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp.o) + 0x5d (size before relaxing) + *fill* 0x000000004012f41d 0x3 + .text.ecp_double_jac + 0x000000004012f420 0x4b2 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp.o) + 0x55e (size before relaxing) + *fill* 0x000000004012f8d2 0x2 + .text.ecp_normalize_jac_many + 0x000000004012f8d4 0x20d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp.o) + 0x25d (size before relaxing) + *fill* 0x000000004012fae1 0x3 + .text.ecp_check_pubkey_sw + 0x000000004012fae4 0x16e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp.o) + 0x1ae (size before relaxing) + *fill* 0x000000004012fc52 0x2 + .text.mbedtls_ecp_curve_list + 0x000000004012fc54 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp.o) + 0x000000004012fc54 mbedtls_ecp_curve_list + .text.mbedtls_ecp_grp_id_list + 0x000000004012fc5c 0x3d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp.o) + 0x000000004012fc5c mbedtls_ecp_grp_id_list + *fill* 0x000000004012fc99 0x3 + .text.mbedtls_ecp_curve_info_from_grp_id + 0x000000004012fc9c 0x1e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp.o) + 0x000000004012fc9c mbedtls_ecp_curve_info_from_grp_id + *fill* 0x000000004012fcba 0x2 + .text.mbedtls_ecp_curve_info_from_tls_id + 0x000000004012fcbc 0x21 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp.o) + 0x25 (size before relaxing) + 0x000000004012fcbc mbedtls_ecp_curve_info_from_tls_id + *fill* 0x000000004012fcdd 0x3 + .text.mbedtls_ecp_point_init + 0x000000004012fce0 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp.o) + 0x20 (size before relaxing) + 0x000000004012fce0 mbedtls_ecp_point_init + .text.mbedtls_ecp_group_init + 0x000000004012fcf8 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp.o) + 0x000000004012fcf8 mbedtls_ecp_group_init + .text.mbedtls_ecp_keypair_init + 0x000000004012fd0c 0x1b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp.o) + 0x23 (size before relaxing) + 0x000000004012fd0c mbedtls_ecp_keypair_init + *fill* 0x000000004012fd27 0x1 + .text.mbedtls_ecp_point_free + 0x000000004012fd28 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp.o) + 0x20 (size before relaxing) + 0x000000004012fd28 mbedtls_ecp_point_free + .text.mbedtls_ecp_group_free + 0x000000004012fd40 0x68 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp.o) + 0x74 (size before relaxing) + 0x000000004012fd40 mbedtls_ecp_group_free + .text.mbedtls_ecp_keypair_free + 0x000000004012fda8 0x1b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp.o) + 0x23 (size before relaxing) + 0x000000004012fda8 mbedtls_ecp_keypair_free + *fill* 0x000000004012fdc3 0x1 + .text.mbedtls_ecp_copy + 0x000000004012fdc4 0x24 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp.o) + 0x2c (size before relaxing) + 0x000000004012fdc4 mbedtls_ecp_copy + .text.ecp_mul_mxz + 0x000000004012fde8 0x103 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp.o) + 0x13f (size before relaxing) + *fill* 0x000000004012feeb 0x1 + .text.mbedtls_ecp_group_copy + 0x000000004012feec 0x11 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp.o) + 0x000000004012feec mbedtls_ecp_group_copy + *fill* 0x000000004012fefd 0x3 + .text.mbedtls_ecp_set_zero + 0x000000004012ff00 0x22 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp.o) + 0x2a (size before relaxing) + 0x000000004012ff00 mbedtls_ecp_set_zero + *fill* 0x000000004012ff22 0x2 + .text.ecp_add_mixed + 0x000000004012ff24 0x409 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp.o) + 0x4b9 (size before relaxing) + *fill* 0x000000004013032d 0x3 + .text.ecp_precompute_comb + 0x0000000040130330 0xf9 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp.o) + 0x101 (size before relaxing) + *fill* 0x0000000040130429 0x3 + .text.ecp_mul_comb_core + 0x000000004013042c 0x93 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp.o) + 0xa7 (size before relaxing) + *fill* 0x00000000401304bf 0x1 + .text.ecp_mul_comb + 0x00000000401304c0 0x1ea /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp.o) + 0x21a (size before relaxing) + *fill* 0x00000000401306aa 0x2 + .text.mbedtls_ecp_is_zero + 0x00000000401306ac 0x17 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp.o) + 0x00000000401306ac mbedtls_ecp_is_zero + *fill* 0x00000000401306c3 0x1 + .text.mbedtls_ecp_point_write_binary + 0x00000000401306c4 0xa0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp.o) + 0xb0 (size before relaxing) + 0x00000000401306c4 mbedtls_ecp_point_write_binary + .text.mbedtls_ecp_point_read_binary + 0x0000000040130764 0x72 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp.o) + 0x7e (size before relaxing) + 0x0000000040130764 mbedtls_ecp_point_read_binary + *fill* 0x00000000401307d6 0x2 + .text.mbedtls_ecp_tls_read_point + 0x00000000401307d8 0x39 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp.o) + 0x00000000401307d8 mbedtls_ecp_tls_read_point + *fill* 0x0000000040130811 0x3 + .text.mbedtls_ecp_tls_write_point + 0x0000000040130814 0x31 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp.o) + 0x35 (size before relaxing) + 0x0000000040130814 mbedtls_ecp_tls_write_point + *fill* 0x0000000040130845 0x3 + .text.mbedtls_ecp_tls_read_group + 0x0000000040130848 0x49 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp.o) + 0x4d (size before relaxing) + 0x0000000040130848 mbedtls_ecp_tls_read_group + *fill* 0x0000000040130891 0x3 + .text.mbedtls_ecp_tls_write_group + 0x0000000040130894 0x32 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp.o) + 0x36 (size before relaxing) + 0x0000000040130894 mbedtls_ecp_tls_write_group + *fill* 0x00000000401308c6 0x2 + .text.mbedtls_ecp_check_pubkey + 0x00000000401308c8 0x66 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp.o) + 0x00000000401308c8 mbedtls_ecp_check_pubkey + *fill* 0x000000004013092e 0x2 + .text.mbedtls_ecp_check_privkey + 0x0000000040130930 0xb4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp.o) + 0xc4 (size before relaxing) + 0x0000000040130930 mbedtls_ecp_check_privkey + .text.mbedtls_ecp_mul + 0x00000000401309e4 0x8d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp.o) + 0x95 (size before relaxing) + 0x00000000401309e4 mbedtls_ecp_mul + *fill* 0x0000000040130a71 0x3 + .text.mbedtls_ecp_mul_shortcuts + 0x0000000040130a74 0x60 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp.o) + 0x70 (size before relaxing) + .text.mbedtls_ecp_muladd + 0x0000000040130ad4 0x69 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp.o) + 0x75 (size before relaxing) + 0x0000000040130ad4 mbedtls_ecp_muladd + *fill* 0x0000000040130b3d 0x3 + .text.mbedtls_ecp_gen_keypair_base + 0x0000000040130b40 0x130 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp.o) + 0x158 (size before relaxing) + 0x0000000040130b40 mbedtls_ecp_gen_keypair_base + .text.mbedtls_ecp_gen_keypair + 0x0000000040130c70 0x1a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp.o) + 0x0000000040130c70 mbedtls_ecp_gen_keypair + *fill* 0x0000000040130c8a 0x2 + .text.mbedtls_ecp_check_pub_priv + 0x0000000040130c8c 0xc9 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp.o) + 0xf1 (size before relaxing) + 0x0000000040130c8c mbedtls_ecp_check_pub_priv + *fill* 0x0000000040130d55 0x3 + .text.ecp_mod_p255 + 0x0000000040130d58 0xa4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp_curves.o) + 0xac (size before relaxing) + .text.ecp_mod_p521 + 0x0000000040130dfc 0x72 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp_curves.o) + *fill* 0x0000000040130e6e 0x2 + .text.ecp_mod_p192 + 0x0000000040130e70 0x21d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp_curves.o) + *fill* 0x000000004013108d 0x3 + .text.ecp_mod_p384 + 0x0000000040131090 0x83c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp_curves.o) + 0x844 (size before relaxing) + .text.ecp_group_load + 0x00000000401318cc 0x76 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp_curves.o) + 0x7a (size before relaxing) + *fill* 0x0000000040131942 0x2 + .text.ecp_use_curve25519 + 0x0000000040131944 0x73 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp_curves.o) + 0x92 (size before relaxing) + *fill* 0x00000000401319b7 0x1 + .text.ecp_mod_p224 + 0x00000000401319b8 0x32c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp_curves.o) + 0x330 (size before relaxing) + .text.ecp_mod_p256 + 0x0000000040131ce4 0x65c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp_curves.o) + .text.ecp_mod_p192k1 + 0x0000000040132340 0x114 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp_curves.o) + 0x120 (size before relaxing) + .text.ecp_mod_p256k1 + 0x0000000040132454 0x118 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp_curves.o) + 0x120 (size before relaxing) + .text.ecp_mod_p224k1 + 0x000000004013256c 0x118 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp_curves.o) + 0x120 (size before relaxing) + .text.mbedtls_ecp_group_load + 0x0000000040132684 0x272 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp_curves.o) + 0x281 (size before relaxing) + 0x0000000040132684 mbedtls_ecp_group_load + *fill* 0x00000000401328f6 0x2 + .text.gcm_mult + 0x00000000401328f8 0x129 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(gcm.o) + *fill* 0x0000000040132a21 0x3 + .text.gcm_gen_table + 0x0000000040132a24 0x178 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(gcm.o) + .text.mbedtls_gcm_init + 0x0000000040132b9c 0x12 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(gcm.o) + 0x0000000040132b9c mbedtls_gcm_init + *fill* 0x0000000040132bae 0x2 + .text.mbedtls_gcm_setkey + 0x0000000040132bb0 0x50 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(gcm.o) + 0x60 (size before relaxing) + 0x0000000040132bb0 mbedtls_gcm_setkey + .text.mbedtls_gcm_starts + 0x0000000040132c00 0x161 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(gcm.o) + 0x165 (size before relaxing) + 0x0000000040132c00 mbedtls_gcm_starts + *fill* 0x0000000040132d61 0x3 + .text.mbedtls_gcm_update + 0x0000000040132d64 0x106 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(gcm.o) + 0x10a (size before relaxing) + 0x0000000040132d64 mbedtls_gcm_update + *fill* 0x0000000040132e6a 0x2 + .text.mbedtls_gcm_finish + 0x0000000040132e6c 0x104 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(gcm.o) + 0x0000000040132e6c mbedtls_gcm_finish + .text.mbedtls_gcm_crypt_and_tag + 0x0000000040132f70 0x3e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(gcm.o) + 0x46 (size before relaxing) + 0x0000000040132f70 mbedtls_gcm_crypt_and_tag + *fill* 0x0000000040132fae 0x2 + .text.mbedtls_gcm_auth_decrypt + 0x0000000040132fb0 0x6d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(gcm.o) + 0x0000000040132fb0 mbedtls_gcm_auth_decrypt + *fill* 0x000000004013301d 0x3 + .text.mbedtls_gcm_free + 0x0000000040133020 0x12 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(gcm.o) + 0x1a (size before relaxing) + 0x0000000040133020 mbedtls_gcm_free + *fill* 0x0000000040133032 0x2 + .text.mbedtls_md_info_from_type + 0x0000000040133034 0x36 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md.o) + 0x0000000040133034 mbedtls_md_info_from_type + *fill* 0x000000004013306a 0x2 + .text.mbedtls_md_free + 0x000000004013306c 0x34 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md.o) + 0x38 (size before relaxing) + 0x000000004013306c mbedtls_md_free + .text.mbedtls_md_setup + 0x00000000401330a0 0x4e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md.o) + 0x00000000401330a0 mbedtls_md_setup + *fill* 0x00000000401330ee 0x2 + .text.mbedtls_md_starts + 0x00000000401330f0 0x1e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md.o) + 0x00000000401330f0 mbedtls_md_starts + *fill* 0x000000004013310e 0x2 + .text.mbedtls_md_update + 0x0000000040133110 0x22 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md.o) + 0x0000000040133110 mbedtls_md_update + *fill* 0x0000000040133132 0x2 + .text.mbedtls_md_finish + 0x0000000040133134 0x22 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md.o) + 0x0000000040133134 mbedtls_md_finish + *fill* 0x0000000040133156 0x2 + .text.mbedtls_md + 0x0000000040133158 0x19 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md.o) + 0x0000000040133158 mbedtls_md + *fill* 0x0000000040133171 0x3 + .text.mbedtls_md_hmac_starts + 0x0000000040133174 0xb5 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md.o) + 0xb9 (size before relaxing) + 0x0000000040133174 mbedtls_md_hmac_starts + *fill* 0x0000000040133229 0x3 + .text.mbedtls_md_hmac_update + 0x000000004013322c 0x2d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md.o) + 0x000000004013322c mbedtls_md_hmac_update + *fill* 0x0000000040133259 0x3 + .text.mbedtls_md_hmac_finish + 0x000000004013325c 0x61 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md.o) + 0x000000004013325c mbedtls_md_hmac_finish + *fill* 0x00000000401332bd 0x3 + .text.mbedtls_md_hmac_reset + 0x00000000401332c0 0x36 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md.o) + 0x00000000401332c0 mbedtls_md_hmac_reset + *fill* 0x00000000401332f6 0x2 + .text.mbedtls_md_process + 0x00000000401332f8 0x22 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md.o) + 0x00000000401332f8 mbedtls_md_process + *fill* 0x000000004013331a 0x2 + .text.mbedtls_md5_init + 0x000000004013331c 0x12 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md5.o) + 0x000000004013331c mbedtls_md5_init + *fill* 0x000000004013332e 0x2 + .text.mbedtls_md5_free + 0x0000000040133330 0xe /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md5.o) + 0x12 (size before relaxing) + 0x0000000040133330 mbedtls_md5_free + *fill* 0x000000004013333e 0x2 + .text.mbedtls_md5_clone + 0x0000000040133340 0x12 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md5.o) + 0x0000000040133340 mbedtls_md5_clone + *fill* 0x0000000040133352 0x2 + .text.mbedtls_md5_starts + 0x0000000040133354 0x1f /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md5.o) + 0x0000000040133354 mbedtls_md5_starts + *fill* 0x0000000040133373 0x1 + .text.mbedtls_md5_process + 0x0000000040133374 0x8bd /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md5.o) + 0x0000000040133374 mbedtls_md5_process + *fill* 0x0000000040133c31 0x3 + .text.mbedtls_md5_update + 0x0000000040133c34 0x7a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md5.o) + 0x0000000040133c34 mbedtls_md5_update + *fill* 0x0000000040133cae 0x2 + .text.mbedtls_md5_finish + 0x0000000040133cb0 0xc6 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md5.o) + 0xce (size before relaxing) + 0x0000000040133cb0 mbedtls_md5_finish + *fill* 0x0000000040133d76 0x2 + .text.mbedtls_md5 + 0x0000000040133d78 0x24 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md5.o) + 0x34 (size before relaxing) + 0x0000000040133d78 mbedtls_md5 + .text.md5_process_wrap + 0x0000000040133d9c 0xf /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md_wrap.o) + *fill* 0x0000000040133dab 0x1 + .text.md5_clone_wrap + 0x0000000040133dac 0xf /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md_wrap.o) + *fill* 0x0000000040133dbb 0x1 + .text.md5_ctx_free + 0x0000000040133dbc 0x12 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md_wrap.o) + 0x16 (size before relaxing) + *fill* 0x0000000040133dce 0x2 + .text.md5_ctx_alloc + 0x0000000040133dd0 0x16 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md_wrap.o) + 0x1a (size before relaxing) + *fill* 0x0000000040133de6 0x2 + .text.md5_finish_wrap + 0x0000000040133de8 0xf /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md_wrap.o) + *fill* 0x0000000040133df7 0x1 + .text.md5_update_wrap + 0x0000000040133df8 0xe /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md_wrap.o) + 0x12 (size before relaxing) + *fill* 0x0000000040133e06 0x2 + .text.md5_starts_wrap + 0x0000000040133e08 0xa /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md_wrap.o) + 0xe (size before relaxing) + *fill* 0x0000000040133e12 0x2 + .text.sha1_process_wrap + 0x0000000040133e14 0xf /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md_wrap.o) + *fill* 0x0000000040133e23 0x1 + .text.sha1_clone_wrap + 0x0000000040133e24 0xf /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md_wrap.o) + *fill* 0x0000000040133e33 0x1 + .text.sha1_ctx_free + 0x0000000040133e34 0x12 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md_wrap.o) + 0x16 (size before relaxing) + *fill* 0x0000000040133e46 0x2 + .text.sha1_ctx_alloc + 0x0000000040133e48 0x16 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md_wrap.o) + 0x1a (size before relaxing) + *fill* 0x0000000040133e5e 0x2 + .text.sha1_finish_wrap + 0x0000000040133e60 0xf /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md_wrap.o) + *fill* 0x0000000040133e6f 0x1 + .text.sha1_update_wrap + 0x0000000040133e70 0xe /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md_wrap.o) + 0x12 (size before relaxing) + *fill* 0x0000000040133e7e 0x2 + .text.sha1_starts_wrap + 0x0000000040133e80 0xa /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md_wrap.o) + 0xe (size before relaxing) + *fill* 0x0000000040133e8a 0x2 + .text.sha224_process_wrap + 0x0000000040133e8c 0xf /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md_wrap.o) + *fill* 0x0000000040133e9b 0x1 + .text.sha224_clone_wrap + 0x0000000040133e9c 0xf /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md_wrap.o) + *fill* 0x0000000040133eab 0x1 + .text.sha224_ctx_free + 0x0000000040133eac 0x12 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md_wrap.o) + 0x16 (size before relaxing) + *fill* 0x0000000040133ebe 0x2 + .text.sha224_ctx_alloc + 0x0000000040133ec0 0x1a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md_wrap.o) + *fill* 0x0000000040133eda 0x2 + .text.sha224_wrap + 0x0000000040133edc 0x13 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md_wrap.o) + *fill* 0x0000000040133eef 0x1 + .text.sha256_wrap + 0x0000000040133ef0 0x13 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md_wrap.o) + *fill* 0x0000000040133f03 0x1 + .text.sha224_finish_wrap + 0x0000000040133f04 0xf /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md_wrap.o) + *fill* 0x0000000040133f13 0x1 + .text.sha224_update_wrap + 0x0000000040133f14 0xe /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md_wrap.o) + 0x12 (size before relaxing) + *fill* 0x0000000040133f22 0x2 + .text.sha224_starts_wrap + 0x0000000040133f24 0xf /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md_wrap.o) + *fill* 0x0000000040133f33 0x1 + .text.sha256_starts_wrap + 0x0000000040133f34 0xf /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md_wrap.o) + *fill* 0x0000000040133f43 0x1 + .text.sha384_process_wrap + 0x0000000040133f44 0xf /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md_wrap.o) + *fill* 0x0000000040133f53 0x1 + .text.sha384_clone_wrap + 0x0000000040133f54 0xf /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md_wrap.o) + *fill* 0x0000000040133f63 0x1 + .text.sha384_ctx_free + 0x0000000040133f64 0x12 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md_wrap.o) + 0x16 (size before relaxing) + *fill* 0x0000000040133f76 0x2 + .text.sha384_ctx_alloc + 0x0000000040133f78 0x1a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md_wrap.o) + *fill* 0x0000000040133f92 0x2 + .text.sha384_wrap + 0x0000000040133f94 0x13 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md_wrap.o) + *fill* 0x0000000040133fa7 0x1 + .text.sha512_wrap + 0x0000000040133fa8 0x13 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md_wrap.o) + *fill* 0x0000000040133fbb 0x1 + .text.sha384_finish_wrap + 0x0000000040133fbc 0xf /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md_wrap.o) + *fill* 0x0000000040133fcb 0x1 + .text.sha384_update_wrap + 0x0000000040133fcc 0xe /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md_wrap.o) + 0x12 (size before relaxing) + *fill* 0x0000000040133fda 0x2 + .text.sha384_starts_wrap + 0x0000000040133fdc 0xf /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md_wrap.o) + *fill* 0x0000000040133feb 0x1 + .text.sha512_starts_wrap + 0x0000000040133fec 0xf /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md_wrap.o) + *fill* 0x0000000040133ffb 0x1 + .text.oid_x509_ext_from_asn1 + 0x0000000040133ffc 0x34 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(oid.o) + .text.oid_sig_alg_from_asn1 + 0x0000000040134030 0x34 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(oid.o) + .text.oid_pk_alg_from_asn1 + 0x0000000040134064 0x34 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(oid.o) + .text.oid_grp_id_from_asn1 + 0x0000000040134098 0x34 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(oid.o) + .text.oid_md_alg_from_asn1 + 0x00000000401340cc 0x34 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(oid.o) + .text.mbedtls_oid_get_x509_ext_type + 0x0000000040134100 0x19 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(oid.o) + 0x1d (size before relaxing) + 0x0000000040134100 mbedtls_oid_get_x509_ext_type + *fill* 0x0000000040134119 0x3 + .text.mbedtls_oid_get_sig_alg + 0x000000004013411c 0x1d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(oid.o) + 0x21 (size before relaxing) + 0x000000004013411c mbedtls_oid_get_sig_alg + *fill* 0x0000000040134139 0x3 + .text.mbedtls_oid_get_pk_alg + 0x000000004013413c 0x19 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(oid.o) + 0x1d (size before relaxing) + 0x000000004013413c mbedtls_oid_get_pk_alg + *fill* 0x0000000040134155 0x3 + .text.mbedtls_oid_get_ec_grp + 0x0000000040134158 0x17 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(oid.o) + 0x1b (size before relaxing) + 0x0000000040134158 mbedtls_oid_get_ec_grp + *fill* 0x000000004013416f 0x1 + .text.mbedtls_oid_get_md_alg + 0x0000000040134170 0x19 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(oid.o) + 0x1d (size before relaxing) + 0x0000000040134170 mbedtls_oid_get_md_alg + *fill* 0x0000000040134189 0x3 + .text.mbedtls_oid_get_oid_by_md + 0x000000004013418c 0x25 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(oid.o) + 0x000000004013418c mbedtls_oid_get_oid_by_md + *fill* 0x00000000401341b1 0x3 + .text.pem_get_iv + 0x00000000401341b4 0x6d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pem.o) + *fill* 0x0000000040134221 0x3 + .text.pem_pbkdf1 + 0x0000000040134224 0xb3 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pem.o) + 0xd7 (size before relaxing) + *fill* 0x00000000401342d7 0x1 + .text.pem_aes_decrypt + 0x00000000401342d8 0x3f /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pem.o) + 0x53 (size before relaxing) + *fill* 0x0000000040134317 0x1 + .text.mbedtls_pem_read_buffer + 0x0000000040134318 0x2a2 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pem.o) + 0x2aa (size before relaxing) + 0x0000000040134318 mbedtls_pem_read_buffer + *fill* 0x00000000401345ba 0x2 + .text.mbedtls_pem_free + 0x00000000401345bc 0x1c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pem.o) + 0x20 (size before relaxing) + 0x00000000401345bc mbedtls_pem_free + .text.mbedtls_pk_free + 0x00000000401345d8 0x1c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pk.o) + 0x00000000401345d8 mbedtls_pk_free + .text.mbedtls_pk_info_from_type + 0x00000000401345f4 0x35 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pk.o) + 0x00000000401345f4 mbedtls_pk_info_from_type + *fill* 0x0000000040134629 0x3 + .text.mbedtls_pk_setup + 0x000000004013462c 0x3d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pk.o) + 0x000000004013462c mbedtls_pk_setup + *fill* 0x0000000040134669 0x3 + .text.mbedtls_pk_verify + 0x000000004013466c 0x5a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pk.o) + 0x5e (size before relaxing) + 0x000000004013466c mbedtls_pk_verify + *fill* 0x00000000401346c6 0x2 + .text.mbedtls_pk_sign + 0x00000000401346c8 0x62 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pk.o) + 0x66 (size before relaxing) + 0x00000000401346c8 mbedtls_pk_sign + *fill* 0x000000004013472a 0x2 + .text.mbedtls_pk_decrypt + 0x000000004013472c 0x39 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pk.o) + 0x000000004013472c mbedtls_pk_decrypt + *fill* 0x0000000040134765 0x3 + .text.mbedtls_pk_encrypt + 0x0000000040134768 0x39 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pk.o) + 0x0000000040134768 mbedtls_pk_encrypt + *fill* 0x00000000401347a1 0x3 + .text.mbedtls_pk_verify_ext + 0x00000000401347a4 0xaa /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pk.o) + 0xb6 (size before relaxing) + 0x00000000401347a4 mbedtls_pk_verify_ext + *fill* 0x000000004013484e 0x2 + .text.rsa_debug + 0x0000000040134850 0x1e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pk_wrap.o) + *fill* 0x000000004013486e 0x2 + .text.eckey_debug + 0x0000000040134870 0x15 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pk_wrap.o) + *fill* 0x0000000040134885 0x3 + .text.rsa_free_wrap + 0x0000000040134888 0x12 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pk_wrap.o) + 0x16 (size before relaxing) + *fill* 0x000000004013489a 0x2 + .text.rsa_alloc_wrap + 0x000000004013489c 0x1e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pk_wrap.o) + *fill* 0x00000000401348ba 0x2 + .text.rsa_check_pair_wrap + 0x00000000401348bc 0x11 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pk_wrap.o) + *fill* 0x00000000401348cd 0x3 + .text.rsa_encrypt_wrap + 0x00000000401348d0 0x29 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pk_wrap.o) + *fill* 0x00000000401348f9 0x3 + .text.rsa_decrypt_wrap + 0x00000000401348fc 0x27 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pk_wrap.o) + *fill* 0x0000000040134923 0x1 + .text.rsa_sign_wrap + 0x0000000040134924 0x21 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pk_wrap.o) + *fill* 0x0000000040134945 0x3 + .text.rsa_verify_wrap + 0x0000000040134948 0x39 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pk_wrap.o) + *fill* 0x0000000040134981 0x3 + .text.eckey_free_wrap + 0x0000000040134984 0x12 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pk_wrap.o) + 0x16 (size before relaxing) + *fill* 0x0000000040134996 0x2 + .text.eckey_alloc_wrap + 0x0000000040134998 0x1a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pk_wrap.o) + *fill* 0x00000000401349b2 0x2 + .text.eckey_check_pair + 0x00000000401349b4 0x11 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pk_wrap.o) + *fill* 0x00000000401349c5 0x3 + .text.ecdsa_alloc_wrap + 0x00000000401349c8 0x1a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pk_wrap.o) + *fill* 0x00000000401349e2 0x2 + .text.ecdsa_free_wrap + 0x00000000401349e4 0x12 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pk_wrap.o) + 0x16 (size before relaxing) + *fill* 0x00000000401349f6 0x2 + .text.ecdsa_sign_wrap + 0x00000000401349f8 0x21 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pk_wrap.o) + *fill* 0x0000000040134a19 0x3 + .text.eckey_sign_wrap + 0x0000000040134a1c 0x3c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pk_wrap.o) + 0x47 (size before relaxing) + *fill* 0x0000000040134a58 0x0 + .text.ecdsa_verify_wrap + 0x0000000040134a58 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pk_wrap.o) + 0x24 (size before relaxing) + .text.eckey_verify_wrap + 0x0000000040134a78 0x2d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pk_wrap.o) + 0x38 (size before relaxing) + *fill* 0x0000000040134aa5 0x3 + .text.pk_get_pk_alg + 0x0000000040134aa8 0x7f /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pkparse.o) + 0x83 (size before relaxing) + *fill* 0x0000000040134b27 0x1 + .text.pk_get_rsapubkey + 0x0000000040134b28 0x6d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pkparse.o) + 0x79 (size before relaxing) + *fill* 0x0000000040134b95 0x3 + .text.pk_group_from_specified + 0x0000000040134b98 0x206 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pkparse.o) + 0x236 (size before relaxing) + *fill* 0x0000000040134d9e 0x2 + .text.pk_group_id_from_group + 0x0000000040134da0 0xb3 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pkparse.o) + 0xd3 (size before relaxing) + *fill* 0x0000000040134e53 0x1 + .text.pk_group_id_from_specified + 0x0000000040134e54 0x25 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pkparse.o) + 0x30 (size before relaxing) + *fill* 0x0000000040134e79 0x3 + .text.pk_use_ecparams + 0x0000000040134e7c 0x51 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pkparse.o) + *fill* 0x0000000040134ecd 0x3 + .text.pk_get_ecpubkey + 0x0000000040134ed0 0x26 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pkparse.o) + 0x2a (size before relaxing) + *fill* 0x0000000040134ef6 0x2 + .text.mbedtls_pk_parse_subpubkey + 0x0000000040134ef8 0xca /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pkparse.o) + 0xde (size before relaxing) + 0x0000000040134ef8 mbedtls_pk_parse_subpubkey + *fill* 0x0000000040134fc2 0x2 + .text.rsa_prepare_blinding + 0x0000000040134fc4 0xc5 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(rsa.o) + 0xe1 (size before relaxing) + *fill* 0x0000000040135089 0x3 + .text.mgf_mask + 0x000000004013508c 0x80 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(rsa.o) + 0x90 (size before relaxing) + .text.mbedtls_rsa_init + 0x000000004013510c 0x1e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(rsa.o) + 0x000000004013510c mbedtls_rsa_init + *fill* 0x000000004013512a 0x2 + .text.mbedtls_rsa_check_pubkey + 0x000000004013512c 0x79 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(rsa.o) + 0x85 (size before relaxing) + 0x000000004013512c mbedtls_rsa_check_pubkey + *fill* 0x00000000401351a5 0x3 + .text.mbedtls_rsa_check_privkey + 0x00000000401351a8 0x23a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(rsa.o) + 0x2ca (size before relaxing) + 0x00000000401351a8 mbedtls_rsa_check_privkey + *fill* 0x00000000401353e2 0x2 + .text.mbedtls_rsa_check_pub_priv + 0x00000000401353e4 0x42 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(rsa.o) + 0x4e (size before relaxing) + 0x00000000401353e4 mbedtls_rsa_check_pub_priv + *fill* 0x0000000040135426 0x2 + .text.mbedtls_rsa_public + 0x0000000040135428 0x5d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(rsa.o) + 0x6d (size before relaxing) + 0x0000000040135428 mbedtls_rsa_public + *fill* 0x0000000040135485 0x3 + .text.mbedtls_rsa_private + 0x0000000040135488 0x21e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(rsa.o) + 0x296 (size before relaxing) + 0x0000000040135488 mbedtls_rsa_private + *fill* 0x00000000401356a6 0x2 + .text.mbedtls_rsa_rsaes_oaep_encrypt + 0x00000000401356a8 0x136 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(rsa.o) + 0x152 (size before relaxing) + 0x00000000401356a8 mbedtls_rsa_rsaes_oaep_encrypt + *fill* 0x00000000401357de 0x2 + .text.mbedtls_rsa_rsaes_pkcs1_v15_encrypt + 0x00000000401357e0 0x10d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(rsa.o) + 0x00000000401357e0 mbedtls_rsa_rsaes_pkcs1_v15_encrypt + *fill* 0x00000000401358ed 0x3 + .text.mbedtls_rsa_pkcs1_encrypt + 0x00000000401358f0 0x4b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(rsa.o) + 0x00000000401358f0 mbedtls_rsa_pkcs1_encrypt + *fill* 0x000000004013593b 0x1 + .text.mbedtls_rsa_rsaes_oaep_decrypt + 0x000000004013593c 0x1d6 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(rsa.o) + 0x202 (size before relaxing) + 0x000000004013593c mbedtls_rsa_rsaes_oaep_decrypt + *fill* 0x0000000040135b12 0x2 + .text.mbedtls_rsa_rsaes_pkcs1_v15_decrypt + 0x0000000040135b14 0x14e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(rsa.o) + 0x152 (size before relaxing) + 0x0000000040135b14 mbedtls_rsa_rsaes_pkcs1_v15_decrypt + *fill* 0x0000000040135c62 0x2 + .text.mbedtls_rsa_pkcs1_decrypt + 0x0000000040135c64 0x53 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(rsa.o) + 0x0000000040135c64 mbedtls_rsa_pkcs1_decrypt + *fill* 0x0000000040135cb7 0x1 + .text.mbedtls_rsa_rsassa_pss_sign + 0x0000000040135cb8 0x191 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(rsa.o) + 0x1c9 (size before relaxing) + 0x0000000040135cb8 mbedtls_rsa_rsassa_pss_sign + *fill* 0x0000000040135e49 0x3 + .text.mbedtls_rsa_rsassa_pkcs1_v15_sign + 0x0000000040135e4c 0x1be /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(rsa.o) + 0x1d2 (size before relaxing) + 0x0000000040135e4c mbedtls_rsa_rsassa_pkcs1_v15_sign + *fill* 0x000000004013600a 0x2 + .text.mbedtls_rsa_pkcs1_sign + 0x000000004013600c 0x4d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(rsa.o) + 0x000000004013600c mbedtls_rsa_pkcs1_sign + *fill* 0x0000000040136059 0x3 + .text.mbedtls_rsa_rsassa_pss_verify_ext + 0x000000004013605c 0x1f2 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(rsa.o) + 0x222 (size before relaxing) + 0x000000004013605c mbedtls_rsa_rsassa_pss_verify_ext + *fill* 0x000000004013624e 0x2 + .text.mbedtls_rsa_rsassa_pss_verify + 0x0000000040136250 0x2e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(rsa.o) + 0x0000000040136250 mbedtls_rsa_rsassa_pss_verify + *fill* 0x000000004013627e 0x2 + .text.mbedtls_rsa_rsassa_pkcs1_v15_verify + 0x0000000040136280 0x24a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(rsa.o) + 0x262 (size before relaxing) + 0x0000000040136280 mbedtls_rsa_rsassa_pkcs1_v15_verify + *fill* 0x00000000401364ca 0x2 + .text.mbedtls_rsa_pkcs1_verify + 0x00000000401364cc 0x4d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(rsa.o) + 0x00000000401364cc mbedtls_rsa_pkcs1_verify + *fill* 0x0000000040136519 0x3 + .text.mbedtls_rsa_free + 0x000000004013651c 0x5b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(rsa.o) + 0x7f (size before relaxing) + 0x000000004013651c mbedtls_rsa_free + *fill* 0x0000000040136577 0x1 + .text.mbedtls_sha1_init + 0x0000000040136578 0x12 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(sha1.o) + 0x0000000040136578 mbedtls_sha1_init + *fill* 0x000000004013658a 0x2 + .text.mbedtls_sha1_free + 0x000000004013658c 0xe /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(sha1.o) + 0x12 (size before relaxing) + 0x000000004013658c mbedtls_sha1_free + *fill* 0x000000004013659a 0x2 + .text.mbedtls_sha1_clone + 0x000000004013659c 0x12 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(sha1.o) + 0x000000004013659c mbedtls_sha1_clone + *fill* 0x00000000401365ae 0x2 + .text.mbedtls_sha1_starts + 0x00000000401365b0 0x24 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(sha1.o) + 0x00000000401365b0 mbedtls_sha1_starts + .text.mbedtls_sha1_process + 0x00000000401365d4 0x1120 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(sha1.o) + 0x00000000401365d4 mbedtls_sha1_process + .text.mbedtls_sha1_update + 0x00000000401376f4 0x7a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(sha1.o) + 0x00000000401376f4 mbedtls_sha1_update + *fill* 0x000000004013776e 0x2 + .text.mbedtls_sha1_finish + 0x0000000040137770 0xde /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(sha1.o) + 0xe6 (size before relaxing) + 0x0000000040137770 mbedtls_sha1_finish + *fill* 0x000000004013784e 0x2 + .text.mbedtls_sha1 + 0x0000000040137850 0x24 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(sha1.o) + 0x34 (size before relaxing) + 0x0000000040137850 mbedtls_sha1 + .text.mbedtls_ssl_ciphersuite_from_id + 0x0000000040137874 0x1c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_ciphersuites.o) + 0x0000000040137874 mbedtls_ssl_ciphersuite_from_id + .text.mbedtls_ssl_list_ciphersuites + 0x0000000040137890 0x41 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_ciphersuites.o) + 0x0000000040137890 mbedtls_ssl_list_ciphersuites + *fill* 0x00000000401378d1 0x3 + .text.mbedtls_ssl_get_ciphersuite_name + 0x00000000401378d4 0x13 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_ciphersuites.o) + 0x17 (size before relaxing) + 0x00000000401378d4 mbedtls_ssl_get_ciphersuite_name + *fill* 0x00000000401378e7 0x1 + .text.mbedtls_ssl_get_ciphersuite_sig_pk_alg + 0x00000000401378e8 0x25 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_ciphersuites.o) + 0x00000000401378e8 mbedtls_ssl_get_ciphersuite_sig_pk_alg + *fill* 0x000000004013790d 0x3 + .text.ssl_write_renegotiation_ext + 0x0000000040137910 0x56 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_cli.o) + *fill* 0x0000000040137966 0x2 + .text.ssl_write_session_ticket_ext + 0x0000000040137968 0x58 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_cli.o) + .text.ssl_generate_random + 0x00000000401379c0 0x40 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_cli.o) + .text.ssl_write_hostname_ext + 0x0000000040137a00 0x66 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_cli.o) + *fill* 0x0000000040137a66 0x2 + .text.ssl_write_alpn_ext + 0x0000000040137a68 0xa2 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_cli.o) + *fill* 0x0000000040137b0a 0x2 + .text.ssl_write_signature_algorithms_ext + 0x0000000040137b0c 0x9b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_cli.o) + 0x9f (size before relaxing) + *fill* 0x0000000040137ba7 0x1 + .text.ssl_write_supported_elliptic_curves_ext + 0x0000000040137ba8 0x93 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_cli.o) + *fill* 0x0000000040137c3b 0x1 + .text.ssl_write_client_hello + 0x0000000040137c3c 0x242 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_cli.o) + 0x26e (size before relaxing) + *fill* 0x0000000040137e7e 0x2 + .text.ssl_parse_renegotiation_info + 0x0000000040137e80 0x98 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_cli.o) + .text.ssl_parse_max_fragment_length_ext + 0x0000000040137f18 0x2d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_cli.o) + 0x31 (size before relaxing) + *fill* 0x0000000040137f45 0x3 + .text.ssl_parse_truncated_hmac_ext + 0x0000000040137f48 0x29 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_cli.o) + *fill* 0x0000000040137f71 0x3 + .text.ssl_parse_encrypt_then_mac_ext + 0x0000000040137f74 0x2d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_cli.o) + *fill* 0x0000000040137fa1 0x3 + .text.ssl_parse_extended_ms_ext + 0x0000000040137fa4 0x2f /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_cli.o) + *fill* 0x0000000040137fd3 0x1 + .text.ssl_parse_session_ticket_ext + 0x0000000040137fd4 0x2b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_cli.o) + *fill* 0x0000000040137fff 0x1 + .text.ssl_parse_supported_point_formats_ext + 0x0000000040138000 0x49 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_cli.o) + 0x4d (size before relaxing) + *fill* 0x0000000040138049 0x3 + .text.ssl_parse_certificate_request + 0x000000004013804c 0xe0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_cli.o) + 0xec (size before relaxing) + .text.ssl_parse_server_hello_done + 0x000000004013812c 0x49 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_cli.o) + 0x4d (size before relaxing) + *fill* 0x0000000040138175 0x3 + .text.ssl_parse_alpn_ext + 0x0000000040138178 0xa8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_cli.o) + 0xb4 (size before relaxing) + .text.ssl_parse_server_hello + 0x0000000040138220 0x422 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_cli.o) + 0x446 (size before relaxing) + *fill* 0x0000000040138642 0x2 + .text.ssl_check_server_ecdh_params + 0x0000000040138644 0x26 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_cli.o) + 0x2a (size before relaxing) + *fill* 0x000000004013866a 0x2 + .text.ssl_get_ecdh_params_from_cert + 0x000000004013866c 0x4e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_cli.o) + 0x56 (size before relaxing) + *fill* 0x00000000401386ba 0x2 + .text.ssl_parse_server_dh_params + 0x00000000401386bc 0x30 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_cli.o) + .text.ssl_parse_server_ecdh_params + 0x00000000401386ec 0x2c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_cli.o) + 0x30 (size before relaxing) + .text.ssl_parse_signature_algorithm + 0x0000000040138718 0x5a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_cli.o) + 0x62 (size before relaxing) + *fill* 0x0000000040138772 0x2 + .text.ssl_parse_server_key_exchange + 0x0000000040138774 0x309 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_cli.o) + 0x381 (size before relaxing) + *fill* 0x0000000040138a7d 0x3 + .text.ssl_write_encrypted_pms + 0x0000000040138a80 0xd1 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_cli.o) + 0xdd (size before relaxing) + *fill* 0x0000000040138b51 0x3 + .text.ssl_write_client_key_exchange + 0x0000000040138b54 0x121 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_cli.o) + 0x13d (size before relaxing) + *fill* 0x0000000040138c75 0x3 + .text.ssl_write_certificate_verify + 0x0000000040138c78 0x1ad /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_cli.o) + 0x1b5 (size before relaxing) + *fill* 0x0000000040138e25 0x3 + .text.ssl_parse_new_session_ticket + 0x0000000040138e28 0xfd /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_cli.o) + 0x111 (size before relaxing) + *fill* 0x0000000040138f25 0x3 + .text.mbedtls_ssl_handshake_client_step + 0x0000000040138f28 0x11a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_cli.o) + 0x11e (size before relaxing) + 0x0000000040138f28 mbedtls_ssl_handshake_client_step + *fill* 0x0000000040139042 0x2 + .text.ssl_parse_servername_ext + 0x0000000040139044 0x9e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_srv.o) + *fill* 0x00000000401390e2 0x2 + .text.ssl_parse_renegotiation_info + 0x00000000401390e4 0x73 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_srv.o) + *fill* 0x0000000040139157 0x1 + .text.ssl_parse_supported_point_formats + 0x0000000040139158 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_srv.o) + 0x3f (size before relaxing) + *fill* 0x0000000040139193 0x1 + .text.ssl_parse_max_fragment_length_ext + 0x0000000040139194 0x26 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_srv.o) + *fill* 0x00000000401391ba 0x2 + .text.ssl_parse_truncated_hmac_ext + 0x00000000401391bc 0x2d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_srv.o) + *fill* 0x00000000401391e9 0x3 + .text.ssl_parse_encrypt_then_mac_ext + 0x00000000401391ec 0x32 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_srv.o) + *fill* 0x000000004013921e 0x2 + .text.ssl_parse_extended_ms_ext + 0x0000000040139220 0x34 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_srv.o) + .text.ssl_write_renegotiation_ext + 0x0000000040139254 0x7e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_srv.o) + *fill* 0x00000000401392d2 0x2 + .text.ssl_parse_signature_algorithms_ext + 0x00000000401392d4 0x5f /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_srv.o) + 0x6b (size before relaxing) + *fill* 0x0000000040139333 0x1 + .text.ssl_parse_supported_elliptic_curves + 0x0000000040139334 0xa7 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_srv.o) + 0xab (size before relaxing) + *fill* 0x00000000401393db 0x1 + .text.ssl_parse_session_ticket_ext + 0x00000000401393dc 0x8a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_srv.o) + 0x96 (size before relaxing) + *fill* 0x0000000040139466 0x2 + .text.ssl_write_alpn_ext + 0x0000000040139468 0x62 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_srv.o) + *fill* 0x00000000401394ca 0x2 + .text.ssl_parse_alpn_ext + 0x00000000401394cc 0xd4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_srv.o) + 0xd8 (size before relaxing) + .text.ssl_pick_cert + 0x00000000401395a0 0x7c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_srv.o) + 0x88 (size before relaxing) + .text.ssl_ciphersuite_match + 0x000000004013961c 0x71 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_srv.o) + 0x7d (size before relaxing) + *fill* 0x000000004013968d 0x3 + .text.ssl_parse_client_hello + 0x0000000040139690 0x5b6 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_srv.o) + 0x5e6 (size before relaxing) + *fill* 0x0000000040139c46 0x2 + .text.ssl_write_server_hello_done + 0x0000000040139c48 0x2a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_srv.o) + 0x2e (size before relaxing) + *fill* 0x0000000040139c72 0x2 + .text.ssl_write_new_session_ticket + 0x0000000040139c74 0x84 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_srv.o) + .text.ssl_write_encrypt_then_mac_ext + 0x0000000040139cf8 0x46 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_srv.o) + 0x4a (size before relaxing) + *fill* 0x0000000040139d3e 0x2 + .text.ssl_write_server_hello + 0x0000000040139d40 0x1d9 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_srv.o) + 0x1f5 (size before relaxing) + *fill* 0x0000000040139f19 0x3 + .text.ssl_get_ecdh_params_from_cert + 0x0000000040139f1c 0x59 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_srv.o) + *fill* 0x0000000040139f75 0x3 + .text.ssl_write_server_key_exchange + 0x0000000040139f78 0x36f /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_srv.o) + 0x3c3 (size before relaxing) + *fill* 0x000000004013a2e7 0x1 + .text.ssl_write_certificate_request + 0x000000004013a2e8 0x186 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_srv.o) + 0x18a (size before relaxing) + *fill* 0x000000004013a46e 0x2 + .text.ssl_parse_client_dh_public + 0x000000004013a470 0x46 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_srv.o) + *fill* 0x000000004013a4b6 0x2 + .text.ssl_parse_encrypted_pms + 0x000000004013a4b8 0x175 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_srv.o) + 0x179 (size before relaxing) + *fill* 0x000000004013a62d 0x3 + .text.ssl_parse_client_key_exchange + 0x000000004013a630 0x11d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_srv.o) + 0x12d (size before relaxing) + *fill* 0x000000004013a74d 0x3 + .text.ssl_parse_certificate_verify + 0x000000004013a750 0x1a2 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_srv.o) + 0x1b6 (size before relaxing) + *fill* 0x000000004013a8f2 0x2 + .text.mbedtls_ssl_handshake_server_step + 0x000000004013a8f4 0x10f /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_srv.o) + 0x113 (size before relaxing) + 0x000000004013a8f4 mbedtls_ssl_handshake_server_step + *fill* 0x000000004013aa03 0x1 + .text.x509_parse_int + 0x000000004013aa04 0x45 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509.o) + *fill* 0x000000004013aa49 0x3 + .text.x509_date_is_valid + 0x000000004013aa4c 0x99 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509.o) + *fill* 0x000000004013aae5 0x3 + .text.x509_parse_time + 0x000000004013aae8 0xcd /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509.o) + 0xe1 (size before relaxing) + *fill* 0x000000004013abb5 0x3 + .text.x509_get_attr_type_value + 0x000000004013abb8 0xc5 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509.o) + *fill* 0x000000004013ac7d 0x3 + .text.x509_get_hash_alg + 0x000000004013ac80 0x8a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509.o) + *fill* 0x000000004013ad0a 0x2 + .text.mbedtls_x509_get_serial + 0x000000004013ad0c 0x61 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509.o) + 0x000000004013ad0c mbedtls_x509_get_serial + *fill* 0x000000004013ad6d 0x3 + .text.mbedtls_x509_get_alg_null + 0x000000004013ad70 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509.o) + 0x1c (size before relaxing) + 0x000000004013ad70 mbedtls_x509_get_alg_null + .text.mbedtls_x509_get_alg + 0x000000004013ad88 0x1c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509.o) + 0x000000004013ad88 mbedtls_x509_get_alg + .text.mbedtls_x509_get_rsassa_pss_params + 0x000000004013ada4 0x1b5 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509.o) + 0x1c9 (size before relaxing) + 0x000000004013ada4 mbedtls_x509_get_rsassa_pss_params + *fill* 0x000000004013af59 0x3 + .text.mbedtls_x509_get_name + 0x000000004013af5c 0x75 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509.o) + 0x000000004013af5c mbedtls_x509_get_name + *fill* 0x000000004013afd1 0x3 + .text.mbedtls_x509_get_time + 0x000000004013afd4 0x55 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509.o) + 0x000000004013afd4 mbedtls_x509_get_time + *fill* 0x000000004013b029 0x3 + .text.mbedtls_x509_get_sig + 0x000000004013b02c 0x3d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509.o) + 0x000000004013b02c mbedtls_x509_get_sig + *fill* 0x000000004013b069 0x3 + .text.mbedtls_x509_get_sig_alg + 0x000000004013b06c 0x89 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509.o) + 0x000000004013b06c mbedtls_x509_get_sig_alg + *fill* 0x000000004013b0f5 0x3 + .text.mbedtls_x509_get_ext + 0x000000004013b0f8 0x58 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509.o) + 0x5c (size before relaxing) + 0x000000004013b0f8 mbedtls_x509_get_ext + .text.mbedtls_base64_decode + 0x000000004013b150 0x161 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(base64.o) + 0x000000004013b150 mbedtls_base64_decode + *fill* 0x000000004013b2b1 0x3 + .text.ccm_auth_crypt + 0x000000004013b2b4 0x3be /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ccm.o) + 0x3ce (size before relaxing) + *fill* 0x000000004013b672 0x2 + .text.mbedtls_ccm_init + 0x000000004013b674 0x12 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ccm.o) + 0x000000004013b674 mbedtls_ccm_init + *fill* 0x000000004013b686 0x2 + .text.mbedtls_ccm_setkey + 0x000000004013b688 0x46 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ccm.o) + 0x52 (size before relaxing) + 0x000000004013b688 mbedtls_ccm_setkey + *fill* 0x000000004013b6ce 0x2 + .text.mbedtls_ccm_free + 0x000000004013b6d0 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ccm.o) + 0x18 (size before relaxing) + 0x000000004013b6d0 mbedtls_ccm_free + .text.mbedtls_ccm_encrypt_and_tag + 0x000000004013b6e4 0x2c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ccm.o) + 0x30 (size before relaxing) + 0x000000004013b6e4 mbedtls_ccm_encrypt_and_tag + .text.mbedtls_ccm_auth_decrypt + 0x000000004013b710 0x70 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ccm.o) + 0x000000004013b710 mbedtls_ccm_auth_decrypt + .text.derive_mpi + 0x000000004013b780 0x4e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecdsa.o) + 0x5e (size before relaxing) + *fill* 0x000000004013b7ce 0x2 + .text.ecdsa_signature_to_asn1 + 0x000000004013b7d0 0x74 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecdsa.o) + 0x80 (size before relaxing) + .text.mbedtls_ecdsa_sign + 0x000000004013b844 0x1a6 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecdsa.o) + 0x1f6 (size before relaxing) + 0x000000004013b844 mbedtls_ecdsa_sign + *fill* 0x000000004013b9ea 0x2 + .text.mbedtls_ecdsa_sign_det + 0x000000004013b9ec 0xb5 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecdsa.o) + 0xd1 (size before relaxing) + 0x000000004013b9ec mbedtls_ecdsa_sign_det + *fill* 0x000000004013baa1 0x3 + .text.mbedtls_ecdsa_verify + 0x000000004013baa4 0x155 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecdsa.o) + 0x1a1 (size before relaxing) + 0x000000004013baa4 mbedtls_ecdsa_verify + *fill* 0x000000004013bbf9 0x3 + .text.mbedtls_ecdsa_write_signature + 0x000000004013bbfc 0x46 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecdsa.o) + 0x58 (size before relaxing) + 0x000000004013bbfc mbedtls_ecdsa_write_signature + *fill* 0x000000004013bc42 0x2 + .text.mbedtls_ecdsa_read_signature + 0x000000004013bc44 0x90 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecdsa.o) + 0xa4 (size before relaxing) + 0x000000004013bc44 mbedtls_ecdsa_read_signature + .text.mbedtls_ecdsa_init + 0x000000004013bcd4 0xa /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecdsa.o) + 0xe (size before relaxing) + 0x000000004013bcd4 mbedtls_ecdsa_init + *fill* 0x000000004013bcde 0x2 + .text.mbedtls_ecdsa_free + 0x000000004013bce0 0xa /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecdsa.o) + 0xe (size before relaxing) + 0x000000004013bce0 mbedtls_ecdsa_free + *fill* 0x000000004013bcea 0x2 + .text.mbedtls_ecdsa_from_keypair + 0x000000004013bcec 0x34 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecdsa.o) + 0x3f (size before relaxing) + 0x000000004013bcec mbedtls_ecdsa_from_keypair + *fill* 0x000000004013bd20 0x0 + .text.mbedtls_hmac_drbg_init + 0x000000004013bd20 0x12 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(hmac_drbg.o) + 0x000000004013bd20 mbedtls_hmac_drbg_init + *fill* 0x000000004013bd32 0x2 + .text.mbedtls_hmac_drbg_update + 0x000000004013bd34 0x80 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(hmac_drbg.o) + 0x9c (size before relaxing) + 0x000000004013bd34 mbedtls_hmac_drbg_update + .text.mbedtls_hmac_drbg_seed_buf + 0x000000004013bdb4 0x40 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(hmac_drbg.o) + 0x50 (size before relaxing) + 0x000000004013bdb4 mbedtls_hmac_drbg_seed_buf + .text.mbedtls_hmac_drbg_reseed + 0x000000004013bdf4 0x76 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(hmac_drbg.o) + 0x000000004013bdf4 mbedtls_hmac_drbg_reseed + *fill* 0x000000004013be6a 0x2 + .text.mbedtls_hmac_drbg_random_with_add + 0x000000004013be6c 0xb8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(hmac_drbg.o) + 0xcc (size before relaxing) + 0x000000004013be6c mbedtls_hmac_drbg_random_with_add + .text.mbedtls_hmac_drbg_random + 0x000000004013bf24 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(hmac_drbg.o) + 0x18 (size before relaxing) + 0x000000004013bf24 mbedtls_hmac_drbg_random + .text.mbedtls_hmac_drbg_free + 0x000000004013bf38 0x16 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(hmac_drbg.o) + 0x1a (size before relaxing) + 0x000000004013bf38 mbedtls_hmac_drbg_free + *fill* 0x000000004013bf4e 0x2 + .text.mbedtls_asn1_write_len + 0x000000004013bf50 0x11d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(asn1write.o) + 0x000000004013bf50 mbedtls_asn1_write_len + *fill* 0x000000004013c06d 0x3 + .text.mbedtls_asn1_write_mpi + 0x000000004013c070 0x85 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(asn1write.o) + 0x8d (size before relaxing) + 0x000000004013c070 mbedtls_asn1_write_mpi + *fill* 0x000000004013c0f5 0x3 + .text 0x000000004013c0f8 0xd /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-errno.o) + 0x000000004013c0f8 __errno + *fill* 0x000000004013c105 0x3 + .text 0x000000004013c108 0x18 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-sysgettod.o) + 0x000000004013c108 gettimeofday + .text.parse_url_char + 0x000000004013c120 0x2f2 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nghttp/libnghttp.a(http_parser.o) + *fill* 0x000000004013c412 0x2 + .text.http_parse_host_char + 0x000000004013c414 0x2f1 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nghttp/libnghttp.a(http_parser.o) + *fill* 0x000000004013c705 0x3 + .text.http_parse_host + 0x000000004013c708 0xfc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nghttp/libnghttp.a(http_parser.o) + 0x100 (size before relaxing) + .text.http_parser_url_init + 0x000000004013c804 0x12 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nghttp/libnghttp.a(http_parser.o) + 0x000000004013c804 http_parser_url_init + *fill* 0x000000004013c816 0x2 + .text.http_parser_parse_url + 0x000000004013c818 0x101 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nghttp/libnghttp.a(http_parser.o) + 0x105 (size before relaxing) + 0x000000004013c818 http_parser_parse_url + *fill* 0x000000004013c919 0x3 + .text.MD5Transform + 0x000000004013c91c 0x6e7 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(md5-internal.o) + *fill* 0x000000004013d003 0x1 + .text.MD5Init 0x000000004013d004 0x1f /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(md5-internal.o) + 0x000000004013d004 MD5Init + *fill* 0x000000004013d023 0x1 + .text.MD5Update + 0x000000004013d024 0x8a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(md5-internal.o) + 0x8e (size before relaxing) + 0x000000004013d024 MD5Update + *fill* 0x000000004013d0ae 0x2 + .text.MD5Final + 0x000000004013d0b0 0x7b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(md5-internal.o) + 0x7f (size before relaxing) + 0x000000004013d0b0 MD5Final + *fill* 0x000000004013d12b 0x1 + .text.md5_vector + 0x000000004013d12c 0x30 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(md5-internal.o) + 0x38 (size before relaxing) + 0x000000004013d12c md5_vector + .text.hmac_md5_vector + 0x000000004013d15c 0x108 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(md5.o) + 0x10c (size before relaxing) + 0x000000004013d15c hmac_md5_vector + .text.hmac_md5 + 0x000000004013d264 0x1d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(md5.o) + 0x000000004013d264 hmac_md5 + *fill* 0x000000004013d281 0x3 + .text.SHA1Transform + 0x000000004013d284 0x11e2 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(sha1-internal.o) + 0x000000004013d284 SHA1Transform + *fill* 0x000000004013e466 0x2 + .text.SHA1Init + 0x000000004013e468 0x24 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(sha1-internal.o) + 0x000000004013e468 SHA1Init + .text.SHA1Update + 0x000000004013e48c 0x7c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(sha1-internal.o) + 0x80 (size before relaxing) + 0x000000004013e48c SHA1Update + .text.SHA1Final + 0x000000004013e508 0xc8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(sha1-internal.o) + 0xcc (size before relaxing) + 0x000000004013e508 SHA1Final + .text.sha1_vector + 0x000000004013e5d0 0x30 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(sha1-internal.o) + 0x38 (size before relaxing) + 0x000000004013e5d0 sha1_vector + .text.pbkdf2_sha1_f + 0x000000004013e600 0xb7 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(sha1-pbkdf2.o) + 0xbb (size before relaxing) + *fill* 0x000000004013e6b7 0x1 + .text.pbkdf2_sha1 + 0x000000004013e6b8 0x44 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(sha1-pbkdf2.o) + 0x000000004013e6b8 pbkdf2_sha1 + .text.hmac_sha1_vector + 0x000000004013e6fc 0x108 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(sha1.o) + 0x10c (size before relaxing) + 0x000000004013e6fc hmac_sha1_vector + .text.hmac_sha1 + 0x000000004013e804 0x1d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(sha1.o) + 0x000000004013e804 hmac_sha1 + *fill* 0x000000004013e821 0x3 + .text.sha1_prf + 0x000000004013e824 0x94 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(sha1.o) + 0x000000004013e824 sha1_prf + .text.os_get_time + 0x000000004013e8b8 0x11 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(os_xtensa.o) + 0x000000004013e8b8 os_get_time + *fill* 0x000000004013e8c9 0x3 + .text.os_random + 0x000000004013e8cc 0xd /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(os_xtensa.o) + 0x000000004013e8cc os_random + 0x000000004013e8cc r_rand + *fill* 0x000000004013e8d9 0x3 + .text.os_get_random + 0x000000004013e8dc 0x37 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(os_xtensa.o) + 0x3b (size before relaxing) + 0x000000004013e8dc os_get_random + *fill* 0x000000004013e913 0x1 + .text.fast_aes_unwrap + 0x000000004013e914 0xc5 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_aes-unwrap.o) + 0xd1 (size before relaxing) + 0x000000004013e914 fast_aes_unwrap + *fill* 0x000000004013e9d9 0x3 + .text.fast_aes_wrap + 0x000000004013e9dc 0xb4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_aes-wrap.o) + 0xc0 (size before relaxing) + 0x000000004013e9dc fast_aes_wrap + .text.fast_sha256_vector + 0x000000004013ea90 0x40 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_sha256-internal.o) + 0x4c (size before relaxing) + 0x000000004013ea90 fast_sha256_vector + .text.fast_hmac_sha256_vector + 0x000000004013ead0 0xf2 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_sha256.o) + 0xf6 (size before relaxing) + 0x000000004013ead0 fast_hmac_sha256_vector + *fill* 0x000000004013ebc2 0x2 + .text.fast_sha256_prf + 0x000000004013ebc4 0xa3 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_sha256.o) + 0x000000004013ebc4 fast_sha256_prf + *fill* 0x000000004013ec67 0x1 + .text 0x000000004013ec68 0x37 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_popcountsi2.o) + 0x000000004013ec68 __popcountsi2 + *fill* 0x000000004013ec9f 0x1 + .text 0x000000004013eca0 0x87c /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(unwind-dw2-xtensa.o) + 0x880 (size before relaxing) + 0x000000004013f244 _Unwind_GetGR + 0x000000004013f25c _Unwind_GetCFA + 0x000000004013f264 _Unwind_SetGR + 0x000000004013f27c _Unwind_GetIP + 0x000000004013f284 _Unwind_GetIPInfo + 0x000000004013f294 _Unwind_SetIP + 0x000000004013f29c _Unwind_GetLanguageSpecificData + 0x000000004013f2a4 _Unwind_GetRegionStart + 0x000000004013f2ac _Unwind_FindEnclosingFunction + 0x000000004013f2c4 _Unwind_GetDataRelBase + 0x000000004013f2cc _Unwind_GetTextRelBase + 0x000000004013f2d4 _Unwind_RaiseException + 0x000000004013f384 _Unwind_ForcedUnwind + 0x000000004013f3e4 _Unwind_Resume + 0x000000004013f44c _Unwind_Resume_or_Rethrow + 0x000000004013f4b8 _Unwind_DeleteException + 0x000000004013f4c8 _Unwind_Backtrace + .text 0x000000004013f51c 0xce0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(unwind-dw2-fde.o) + 0x000000004013ff6c __register_frame_info_bases + 0x000000004013ffb4 __register_frame_info + 0x000000004013ffc8 __register_frame + 0x000000004013ffe4 __register_frame_info_table_bases + 0x0000000040140028 __register_frame_info_table + 0x0000000040140038 __register_frame_table + 0x0000000040140054 __deregister_frame_info_bases + 0x00000000401400fc __deregister_frame_info + 0x0000000040140108 __deregister_frame + 0x000000004014011c _Unwind_Find_FDE + .text.ets_timer_setfn + 0x00000000401401fc 0x52 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(ets_timer_legacy.o) + 0x00000000401401fc ets_timer_setfn + 0x00000000401401fc os_timer_setfn + *fill* 0x000000004014024e 0x2 + .text.ets_timer_done + 0x0000000040140250 0x1a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(ets_timer_legacy.o) + 0x1e (size before relaxing) + 0x0000000040140250 os_timer_done + 0x0000000040140250 ets_timer_done + *fill* 0x000000004014026a 0x2 + .text.lib_printf + 0x000000004014026c 0x70 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(lib_printf.o) + .text.phy_printf + 0x00000000401402dc 0x2a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(lib_printf.o) + 0x00000000401402dc phy_printf + *fill* 0x0000000040140306 0x2 + .text.load_cal_data_from_nvs_handle + 0x0000000040140308 0x1b4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(phy_init.o) + 0x1c0 (size before relaxing) + .text.store_cal_data_to_nvs_handle + 0x00000000401404bc 0x42 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(phy_init.o) + 0x52 (size before relaxing) + *fill* 0x00000000401404fe 0x2 + .text.esp_phy_rf_init + 0x0000000040140500 0x6c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(phy_init.o) + 0x7c (size before relaxing) + 0x0000000040140500 esp_phy_rf_init + .text.esp_phy_rf_deinit + 0x000000004014056c 0x4b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(phy_init.o) + 0x56 (size before relaxing) + 0x000000004014056c esp_phy_rf_deinit + *fill* 0x00000000401405b7 0x1 + .text.esp_phy_get_init_data + 0x00000000401405b8 0x21 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(phy_init.o) + 0x00000000401405b8 esp_phy_get_init_data + *fill* 0x00000000401405d9 0x3 + .text.esp_phy_load_cal_data_from_nvs + 0x00000000401405dc 0x6a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(phy_init.o) + 0x72 (size before relaxing) + 0x00000000401405dc esp_phy_load_cal_data_from_nvs + *fill* 0x0000000040140646 0x2 + .text.esp_phy_store_cal_data_to_nvs + 0x0000000040140648 0x46 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(phy_init.o) + 0x4e (size before relaxing) + 0x0000000040140648 esp_phy_store_cal_data_to_nvs + *fill* 0x000000004014068e 0x2 + .text.esp_phy_load_cal_and_init + 0x0000000040140690 0xbe /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(phy_init.o) + 0xce (size before relaxing) + 0x0000000040140690 esp_phy_load_cal_and_init + *fill* 0x000000004014074e 0x2 + .text.esp_aes_acquire_hardware + 0x0000000040140750 0x3e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(aes.o) + 0x0000000040140750 esp_aes_acquire_hardware + *fill* 0x000000004014078e 0x2 + .text.esp_aes_release_hardware + 0x0000000040140790 0x3f /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(aes.o) + 0x0000000040140790 esp_aes_release_hardware + *fill* 0x00000000401407cf 0x1 + .text.esp_aes_init + 0x00000000401407d0 0x12 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(aes.o) + 0x00000000401407d0 esp_aes_init + *fill* 0x00000000401407e2 0x2 + .text.esp_aes_free + 0x00000000401407e4 0x13 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(aes.o) + 0x00000000401407e4 esp_aes_free + *fill* 0x00000000401407f7 0x1 + .text.esp_aes_setkey + 0x00000000401407f8 0x35 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(aes.o) + 0x00000000401407f8 esp_aes_setkey + *fill* 0x000000004014082d 0x3 + .text.esp_aes_encrypt + 0x0000000040140830 0x81 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(aes.o) + 0x85 (size before relaxing) + 0x0000000040140830 esp_aes_encrypt + *fill* 0x00000000401408b1 0x3 + .text.esp_aes_decrypt + 0x00000000401408b4 0x7d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(aes.o) + 0x81 (size before relaxing) + 0x00000000401408b4 esp_aes_decrypt + *fill* 0x0000000040140931 0x3 + .text.esp_aes_crypt_ecb + 0x0000000040140934 0x8f /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(aes.o) + 0x0000000040140934 esp_aes_crypt_ecb + *fill* 0x00000000401409c3 0x1 + .text.esp_aes_crypt_cbc + 0x00000000401409c4 0x171 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(aes.o) + 0x175 (size before relaxing) + 0x00000000401409c4 esp_aes_crypt_cbc + *fill* 0x0000000040140b35 0x3 + .text.esp_aes_crypt_cfb128 + 0x0000000040140b38 0x13c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(aes.o) + 0x140 (size before relaxing) + 0x0000000040140b38 esp_aes_crypt_cfb128 + .text.esp_aes_crypt_ctr + 0x0000000040140c74 0xda /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(aes.o) + 0xde (size before relaxing) + 0x0000000040140c74 esp_aes_crypt_ctr + *fill* 0x0000000040140d4e 0x2 + .text.misc_nvs_deinit + 0x0000000040140d50 0x4f /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libcore.a(misc_nvs.o) + 0x5b (size before relaxing) + 0x0000000040140d5c misc_nvs_deinit + *fill* 0x0000000040140d9f 0x1 + .text.nvs_log_init + 0x0000000040140da0 0xaa /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libcore.a(misc_nvs.o) + 0xca (size before relaxing) + 0x0000000040140db0 nvs_log_init + *fill* 0x0000000040140e4a 0x2 + .text.misc_nvs_load + 0x0000000040140e4c 0xd4 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libcore.a(misc_nvs.o) + 0x108 (size before relaxing) + 0x0000000040140e68 misc_nvs_load + .text.misc_nvs_init + 0x0000000040140f20 0x22 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libcore.a(misc_nvs.o) + 0x2a (size before relaxing) + 0x0000000040140f20 misc_nvs_init + *fill* 0x0000000040140f42 0x2 + .text.misc_nvs_restore + 0x0000000040140f44 0xc /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libcore.a(misc_nvs.o) + 0x14 (size before relaxing) + 0x0000000040140f44 misc_nvs_restore + .text.tkip_decap + 0x0000000040140f50 0xca /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_crypto_tkip.o) + *fill* 0x000000004014101a 0x2 + .text.tkip_encap + 0x000000004014101c 0xca /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_crypto_tkip.o) + 0xd2 (size before relaxing) + *fill* 0x00000000401410e6 0x2 + .text.wep_encap + 0x00000000401410e8 0x7c /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_crypto_wep.o) + .text 0x0000000040141164 0x7d /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-vsnprintf.o) + 0x81 (size before relaxing) + 0x0000000040141164 _vsnprintf_r + 0x00000000401411b8 vsnprintf + *fill* 0x00000000401411e1 0x3 + .text.__cxa_guard_dummy + 0x00000000401411e4 0x5 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/cxx/libcxx.a(cxx_guards.o) + 0x00000000401411e4 __cxa_guard_dummy + *fill* 0x00000000401411e9 0x0 + *fill* 0x00000000401411e9 0x0 + *fill* 0x00000000401411e9 0x0 + *fill* 0x00000000401411e9 0x0 + *fill* 0x00000000401411e9 0x0 + *fill* 0x00000000401411e9 0x0 + *fill* 0x00000000401411e9 0x0 + *fill* 0x00000000401411e9 0x0 + *fill* 0x00000000401411e9 0x0 + *fill* 0x00000000401411e9 0x0 + *fill* 0x00000000401411e9 0x0 + *fill* 0x00000000401411e9 0x0 + *fill* 0x00000000401411e9 0x0 + *fill* 0x00000000401411e9 0x0 + *fill* 0x00000000401411e9 0x0 + *fill* 0x00000000401411e9 0x0 + *fill* 0x00000000401411e9 0x0 + *fill* 0x00000000401411e9 0x0 + *fill* 0x00000000401411e9 0x0 + *fill* 0x00000000401411e9 0x0 + *fill* 0x00000000401411e9 0x0 + *fill* 0x00000000401411e9 0x0 + *fill* 0x00000000401411e9 0x0 + *fill* 0x00000000401411e9 0x0 + *fill* 0x00000000401411e9 0x0 + *fill* 0x00000000401411e9 0x0 + *fill* 0x00000000401411e9 0x0 + *fill* 0x00000000401411e9 0x0 + *fill* 0x00000000401411e9 0x0 + *fill* 0x00000000401411e9 0x0 + *fill* 0x00000000401411e9 0x0 + *fill* 0x00000000401411e9 0x0 + *fill* 0x00000000401411e9 0x0 + *fill* 0x00000000401411e9 0x0 + *fill* 0x00000000401411e9 0x0 + *fill* 0x00000000401411e9 0x0 + *fill* 0x00000000401411e9 0x0 + *fill* 0x00000000401411e9 0x0 + *fill* 0x00000000401411e9 0x0 + *fill* 0x00000000401411e9 0x0 + *fill* 0x00000000401411e9 0x3 + .text.heap_caps_match + 0x00000000401411ec 0x34 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/heap/libheap.a(heap_caps.o) + 0x00000000401411ec heap_caps_match + *fill* 0x0000000040141220 0x0 + *fill* 0x0000000040141220 0x0 + *fill* 0x0000000040141220 0x0 + *fill* 0x0000000040141220 0x0 + *fill* 0x0000000040141220 0x0 + *fill* 0x0000000040141220 0x0 + *fill* 0x0000000040141220 0x0 + *fill* 0x0000000040141220 0x0 + *fill* 0x0000000040141220 0x0 + *fill* 0x0000000040141220 0x0 + *fill* 0x0000000040141220 0x0 + *fill* 0x0000000040141220 0x0 + *fill* 0x0000000040141220 0x0 + *fill* 0x0000000040141220 0x0 + *fill* 0x0000000040141220 0x0 + *fill* 0x0000000040141220 0x0 + *fill* 0x0000000040141220 0x0 + *fill* 0x0000000040141220 0x0 + *fill* 0x0000000040141220 0x0 + .text._system_r + 0x0000000040141220 0xb /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/newlib/libnewlib.a(syscalls.o) + 0x0000000040141220 _system_r + *fill* 0x000000004014122b 0x0 + *fill* 0x000000004014122b 0x0 + *fill* 0x000000004014122b 0x1 + .text._getpid_r + 0x000000004014122c 0xb /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/newlib/libnewlib.a(syscalls.o) + 0x000000004014122c _getpid_r + *fill* 0x0000000040141237 0x1 + .text._kill_r 0x0000000040141238 0xb /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/newlib/libnewlib.a(syscalls.o) + 0x0000000040141238 _kill_r + *fill* 0x0000000040141243 0x0 + *fill* 0x0000000040141243 0x0 + *fill* 0x0000000040141243 0x0 + *fill* 0x0000000040141243 0x0 + *fill* 0x0000000040141243 0x0 + *fill* 0x0000000040141243 0x0 + *fill* 0x0000000040141243 0x0 + *fill* 0x0000000040141243 0x0 + *fill* 0x0000000040141243 0x0 + *fill* 0x0000000040141243 0x0 + *fill* 0x0000000040141243 0x0 + *fill* 0x0000000040141243 0x0 + *fill* 0x0000000040141243 0x0 + *fill* 0x0000000040141243 0x0 + *fill* 0x0000000040141243 0x0 + *fill* 0x0000000040141243 0x0 + *fill* 0x0000000040141243 0x0 + *fill* 0x0000000040141243 0x0 + *fill* 0x0000000040141243 0x0 + *fill* 0x0000000040141243 0x0 + *fill* 0x0000000040141243 0x0 + *fill* 0x0000000040141243 0x0 + *fill* 0x0000000040141243 0x0 + *fill* 0x0000000040141243 0x0 + *fill* 0x0000000040141243 0x0 + *fill* 0x0000000040141243 0x1 + .text._ZN3nvs8HashListC2Ev + 0x0000000040141244 0xd /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_item_hash_list.o) + 0x0000000040141244 _ZN3nvs8HashListC1Ev + 0x0000000040141244 _ZN3nvs8HashListC2Ev + *fill* 0x0000000040141251 0x0 + *fill* 0x0000000040141251 0x0 + *fill* 0x0000000040141251 0x3 + .text._ZN3nvs8HashList13HashListBlockC2Ev + 0x0000000040141254 0x22 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_item_hash_list.o) + 0x0000000040141254 _ZN3nvs8HashList13HashListBlockC1Ev + 0x0000000040141254 _ZN3nvs8HashList13HashListBlockC2Ev + *fill* 0x0000000040141276 0x0 + *fill* 0x0000000040141276 0x0 + *fill* 0x0000000040141276 0x2 + .text._ZSt9__find_ifIPjN9__gnu_cxx5__ops10_Iter_predIZN3nvs4Page4loadEjEUljE_EEET_S8_S8_T0_St26random_access_iterator_tag + 0x0000000040141278 0x6c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_page.o) + *fill* 0x00000000401412e4 0x0 + *fill* 0x00000000401412e4 0x0 + *fill* 0x00000000401412e4 0x0 + *fill* 0x00000000401412e4 0x0 + *fill* 0x00000000401412e4 0x0 + *fill* 0x00000000401412e4 0x0 + *fill* 0x00000000401412e4 0x0 + *fill* 0x00000000401412e4 0x0 + *fill* 0x00000000401412e4 0x0 + *fill* 0x00000000401412e4 0x0 + *fill* 0x00000000401412e4 0x0 + *fill* 0x00000000401412e4 0x0 + *fill* 0x00000000401412e4 0x0 + *fill* 0x00000000401412e4 0x0 + *fill* 0x00000000401412e4 0x0 + *fill* 0x00000000401412e4 0x0 + *fill* 0x00000000401412e4 0x0 + *fill* 0x00000000401412e4 0x0 + *fill* 0x00000000401412e4 0x0 + *fill* 0x00000000401412e4 0x0 + *fill* 0x00000000401412e4 0x0 + .text.mutexattr_check + 0x00000000401412e4 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/pthread/libpthread.a(pthread.o) + *fill* 0x00000000401412f4 0x0 + *fill* 0x00000000401412f4 0x0 + *fill* 0x00000000401412f4 0x0 + .text.find_value + 0x00000000401412f4 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/pthread/libpthread.a(pthread_local_storage.o) + *fill* 0x0000000040141308 0x0 + *fill* 0x0000000040141308 0x0 + *fill* 0x0000000040141308 0x0 + *fill* 0x0000000040141308 0x0 + *fill* 0x0000000040141308 0x0 + *fill* 0x0000000040141308 0x0 + *fill* 0x0000000040141308 0x0 + *fill* 0x0000000040141308 0x0 + *fill* 0x0000000040141308 0x0 + *fill* 0x0000000040141308 0x0 + *fill* 0x0000000040141308 0x0 + *fill* 0x0000000040141308 0x0 + *fill* 0x0000000040141308 0x0 + *fill* 0x0000000040141308 0x0 + *fill* 0x0000000040141308 0x0 + *fill* 0x0000000040141308 0x0 + *fill* 0x0000000040141308 0x0 + *fill* 0x0000000040141308 0x0 + *fill* 0x0000000040141308 0x0 + *fill* 0x0000000040141308 0x0 + *fill* 0x0000000040141308 0x0 + *fill* 0x0000000040141308 0x0 + *fill* 0x0000000040141308 0x0 + *fill* 0x0000000040141308 0x0 + *fill* 0x0000000040141308 0x0 + *fill* 0x0000000040141308 0x0 + *fill* 0x0000000040141308 0x0 + *fill* 0x0000000040141308 0x0 + *fill* 0x0000000040141308 0x0 + *fill* 0x0000000040141308 0x0 + *fill* 0x0000000040141308 0x0 + *fill* 0x0000000040141308 0x0 + .text.translate_fd + 0x0000000040141308 0x11 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/vfs/libvfs.a(vfs.o) + *fill* 0x0000000040141319 0x0 + *fill* 0x0000000040141319 0x0 + *fill* 0x0000000040141319 0x0 + *fill* 0x0000000040141319 0x0 + *fill* 0x0000000040141319 0x0 + *fill* 0x0000000040141319 0x0 + *fill* 0x0000000040141319 0x0 + *fill* 0x0000000040141319 0x0 + *fill* 0x0000000040141319 0x0 + *fill* 0x0000000040141319 0x0 + *fill* 0x0000000040141319 0x0 + *fill* 0x0000000040141319 0x0 + *fill* 0x0000000040141319 0x0 + *fill* 0x0000000040141319 0x0 + *fill* 0x0000000040141319 0x0 + *fill* 0x0000000040141319 0x0 + *fill* 0x0000000040141319 0x0 + *fill* 0x0000000040141319 0x0 + *fill* 0x0000000040141319 0x0 + *fill* 0x0000000040141319 0x3 + .text 0x000000004014131c 0x3d /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_floatsidf.o) + 0x000000004014131c __floatunsidf + 0x0000000040141328 __floatsidf + *fill* 0x0000000040141359 0x3 + .text 0x000000004014135c 0x281 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_udivdi3.o) + 0x000000004014135c __udivdi3 + *fill* 0x00000000401415dd 0x3 + .text 0x00000000401415e0 0x26e /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_umoddi3.o) + 0x00000000401415e0 __umoddi3 + *fill* 0x000000004014184e 0x0 + *fill* 0x000000004014184e 0x0 + *fill* 0x000000004014184e 0x0 + *fill* 0x000000004014184e 0x0 + *fill* 0x000000004014184e 0x0 + *fill* 0x000000004014184e 0x0 + *fill* 0x000000004014184e 0x0 + *fill* 0x000000004014184e 0x2 + .text._ZNSt9type_infoD2Ev + 0x0000000040141850 0x5 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(tinfo.o) + 0x0000000040141850 _ZNSt9type_infoD2Ev + 0x0000000040141850 _ZNSt9type_infoD1Ev + *fill* 0x0000000040141855 0x3 + .text._ZNKSt9type_info15__is_function_pEv + 0x0000000040141858 0x7 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(tinfo.o) + 0x0000000040141858 _ZNKSt9type_info15__is_function_pEv + 0x0000000040141858 _ZNKSt9type_info14__is_pointer_pEv + *fill* 0x000000004014185f 0x0 + *fill* 0x000000004014185f 0x0 + *fill* 0x000000004014185f 0x1 + .text._ZNK10__cxxabiv117__class_type_info11__do_upcastEPKS0_PPv + 0x0000000040141860 0x32 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(class_type_info.o) + 0x0000000040141860 _ZNK10__cxxabiv117__class_type_info11__do_upcastEPKS0_PPv + *fill* 0x0000000040141892 0x2 + .text._ZNK10__cxxabiv117__class_type_info20__do_find_public_srcEiPKvPKS0_S2_ + 0x0000000040141894 0x11 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(class_type_info.o) + 0x0000000040141894 _ZNK10__cxxabiv117__class_type_info20__do_find_public_srcEiPKvPKS0_S2_ + *fill* 0x00000000401418a5 0x0 + *fill* 0x00000000401418a5 0x0 + *fill* 0x00000000401418a5 0x0 + *fill* 0x00000000401418a5 0x3 + .text._ZNSt9exceptionD2Ev + 0x00000000401418a8 0x5 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_exception.o) + 0x00000000401418a8 _ZNSt9exceptionD1Ev + 0x00000000401418a8 _ZNSt9exceptionD2Ev + *fill* 0x00000000401418ad 0x3 + .text._ZL12read_uleb128PKhPm + 0x00000000401418b0 0x2e /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_personality.o) + *fill* 0x00000000401418de 0x2 + .text._ZL12read_sleb128PKhPl + 0x00000000401418e0 0x3a /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_personality.o) + *fill* 0x000000004014191a 0x0 + *fill* 0x000000004014191a 0x2 + .text._ZL16get_adjusted_ptrPKSt9type_infoS1_PPv$constprop$4 + 0x000000004014191c 0x34 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_personality.o) + *fill* 0x0000000040141950 0x0 + *fill* 0x0000000040141950 0x0 + *fill* 0x0000000040141950 0x0 + *fill* 0x0000000040141950 0x0 + *fill* 0x0000000040141950 0x0 + *fill* 0x0000000040141950 0x0 + *fill* 0x0000000040141950 0x0 + *fill* 0x0000000040141950 0x0 + *fill* 0x0000000040141950 0x0 + *fill* 0x0000000040141950 0x0 + *fill* 0x0000000040141950 0x0 + *fill* 0x0000000040141950 0x0 + .text.is_wifi_clk_peripheral + 0x0000000040141950 0x1c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(periph_ctrl.o) + *fill* 0x000000004014196c 0x0 + *fill* 0x000000004014196c 0x0 + *fill* 0x000000004014196c 0x0 + *fill* 0x000000004014196c 0x0 + *fill* 0x000000004014196c 0x0 + *fill* 0x000000004014196c 0x0 + *fill* 0x000000004014196c 0x0 + *fill* 0x000000004014196c 0x0 + *fill* 0x000000004014196c 0x0 + *fill* 0x000000004014196c 0x0 + *fill* 0x000000004014196c 0x0 + *fill* 0x000000004014196c 0x0 + *fill* 0x000000004014196c 0x0 + .text.ieee80211_check_sleep + 0x000000004014196c 0x7 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + 0x000000004014196c ieee80211_check_sleep + *fill* 0x0000000040141973 0x0 + *fill* 0x0000000040141973 0x0 + *fill* 0x0000000040141973 0x0 + *fill* 0x0000000040141973 0x0 + *fill* 0x0000000040141973 0x0 + *fill* 0x0000000040141973 0x0 + *fill* 0x0000000040141973 0x0 + *fill* 0x0000000040141973 0x0 + *fill* 0x0000000040141973 0x0 + *fill* 0x0000000040141973 0x0 + *fill* 0x0000000040141973 0x0 + *fill* 0x0000000040141973 0x0 + *fill* 0x0000000040141973 0x0 + *fill* 0x0000000040141973 0x0 + *fill* 0x0000000040141973 0x0 + *fill* 0x0000000040141973 0x0 + *fill* 0x0000000040141973 0x0 + *fill* 0x0000000040141973 0x0 + *fill* 0x0000000040141973 0x1 + .text.ieee80211_crypto_attach + 0x0000000040141974 0x5 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_crypto.o) + 0x0000000040141974 ieee80211_crypto_attach + *fill* 0x0000000040141979 0x0 + *fill* 0x0000000040141979 0x0 + *fill* 0x0000000040141979 0x0 + *fill* 0x0000000040141979 0x3 + .text.ccmp_decap + 0x000000004014197c 0xba /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_crypto_ccmp.o) + *fill* 0x0000000040141a36 0x0 + *fill* 0x0000000040141a36 0x0 + *fill* 0x0000000040141a36 0x0 + *fill* 0x0000000040141a36 0x0 + *fill* 0x0000000040141a36 0x0 + *fill* 0x0000000040141a36 0x0 + *fill* 0x0000000040141a36 0x0 + *fill* 0x0000000040141a36 0x0 + *fill* 0x0000000040141a36 0x0 + *fill* 0x0000000040141a36 0x0 + *fill* 0x0000000040141a36 0x0 + *fill* 0x0000000040141a36 0x0 + *fill* 0x0000000040141a36 0x0 + *fill* 0x0000000040141a36 0x0 + *fill* 0x0000000040141a36 0x0 + *fill* 0x0000000040141a36 0x0 + *fill* 0x0000000040141a36 0x0 + *fill* 0x0000000040141a36 0x0 + *fill* 0x0000000040141a36 0x0 + *fill* 0x0000000040141a36 0x0 + *fill* 0x0000000040141a36 0x0 + *fill* 0x0000000040141a36 0x0 + *fill* 0x0000000040141a36 0x0 + *fill* 0x0000000040141a36 0x0 + *fill* 0x0000000040141a36 0x0 + *fill* 0x0000000040141a36 0x0 + *fill* 0x0000000040141a36 0x0 + *fill* 0x0000000040141a36 0x0 + *fill* 0x0000000040141a36 0x0 + *fill* 0x0000000040141a36 0x0 + *fill* 0x0000000040141a36 0x0 + *fill* 0x0000000040141a36 0x0 + *fill* 0x0000000040141a36 0x0 + *fill* 0x0000000040141a36 0x0 + *fill* 0x0000000040141a36 0x0 + *fill* 0x0000000040141a36 0x0 + *fill* 0x0000000040141a36 0x0 + *fill* 0x0000000040141a36 0x2 + .text.ieee80211_is_support_rate + 0x0000000040141a38 0x64 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_input.o) + 0x0000000040141a38 ieee80211_is_support_rate + *fill* 0x0000000040141a9c 0x0 + .text.ieee80211_is_lr_only + 0x0000000040141a9c 0x14 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_input.o) + 0x0000000040141a9c ieee80211_is_lr_only + .text.ieee80211_setup_lr_rates + 0x0000000040141ab0 0x90 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_input.o) + 0x0000000040141ab0 ieee80211_setup_lr_rates + *fill* 0x0000000040141b40 0x0 + *fill* 0x0000000040141b40 0x0 + *fill* 0x0000000040141b40 0x0 + *fill* 0x0000000040141b40 0x0 + *fill* 0x0000000040141b40 0x0 + .text.ieee80211_setup_rateset + 0x0000000040141b40 0x7 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_input.o) + 0x0000000040141b40 ieee80211_setup_rateset + *fill* 0x0000000040141b47 0x0 + *fill* 0x0000000040141b47 0x0 + *fill* 0x0000000040141b47 0x0 + *fill* 0x0000000040141b47 0x0 + *fill* 0x0000000040141b47 0x0 + *fill* 0x0000000040141b47 0x0 + *fill* 0x0000000040141b47 0x0 + *fill* 0x0000000040141b47 0x0 + *fill* 0x0000000040141b47 0x0 + *fill* 0x0000000040141b47 0x0 + *fill* 0x0000000040141b47 0x0 + *fill* 0x0000000040141b47 0x0 + *fill* 0x0000000040141b47 0x0 + *fill* 0x0000000040141b47 0x0 + *fill* 0x0000000040141b47 0x0 + *fill* 0x0000000040141b47 0x1 + .text.wifi_station_get_reconnect_policy + 0x0000000040141b48 0x7 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + 0x0000000040141b48 wifi_station_get_reconnect_policy + *fill* 0x0000000040141b4f 0x0 + *fill* 0x0000000040141b4f 0x0 + *fill* 0x0000000040141b4f 0x0 + *fill* 0x0000000040141b4f 0x0 + *fill* 0x0000000040141b4f 0x0 + *fill* 0x0000000040141b4f 0x0 + *fill* 0x0000000040141b4f 0x0 + *fill* 0x0000000040141b4f 0x0 + *fill* 0x0000000040141b4f 0x0 + *fill* 0x0000000040141b4f 0x0 + *fill* 0x0000000040141b4f 0x0 + *fill* 0x0000000040141b4f 0x0 + *fill* 0x0000000040141b4f 0x0 + *fill* 0x0000000040141b4f 0x0 + *fill* 0x0000000040141b4f 0x0 + *fill* 0x0000000040141b4f 0x0 + *fill* 0x0000000040141b4f 0x0 + *fill* 0x0000000040141b4f 0x0 + *fill* 0x0000000040141b4f 0x0 + *fill* 0x0000000040141b4f 0x0 + *fill* 0x0000000040141b4f 0x0 + *fill* 0x0000000040141b4f 0x0 + *fill* 0x0000000040141b4f 0x0 + *fill* 0x0000000040141b4f 0x0 + *fill* 0x0000000040141b4f 0x0 + *fill* 0x0000000040141b4f 0x0 + *fill* 0x0000000040141b4f 0x0 + *fill* 0x0000000040141b4f 0x0 + *fill* 0x0000000040141b4f 0x0 + *fill* 0x0000000040141b4f 0x0 + *fill* 0x0000000040141b4f 0x0 + *fill* 0x0000000040141b4f 0x0 + *fill* 0x0000000040141b4f 0x0 + *fill* 0x0000000040141b4f 0x0 + *fill* 0x0000000040141b4f 0x0 + *fill* 0x0000000040141b4f 0x0 + *fill* 0x0000000040141b4f 0x0 + *fill* 0x0000000040141b4f 0x0 + *fill* 0x0000000040141b4f 0x1 + .text.ieee80211_misc_deinit + 0x0000000040141b50 0x7 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_misc.o) + 0x0000000040141b50 ieee80211_misc_deinit + *fill* 0x0000000040141b57 0x0 + *fill* 0x0000000040141b57 0x0 + *fill* 0x0000000040141b57 0x0 + *fill* 0x0000000040141b57 0x0 + *fill* 0x0000000040141b57 0x0 + *fill* 0x0000000040141b57 0x0 + *fill* 0x0000000040141b57 0x0 + *fill* 0x0000000040141b57 0x0 + *fill* 0x0000000040141b57 0x0 + *fill* 0x0000000040141b57 0x0 + *fill* 0x0000000040141b57 0x0 + *fill* 0x0000000040141b57 0x0 + *fill* 0x0000000040141b57 0x0 + *fill* 0x0000000040141b57 0x0 + *fill* 0x0000000040141b57 0x0 + *fill* 0x0000000040141b57 0x0 + *fill* 0x0000000040141b57 0x1 + .text.ieee80211_tx_mgt_cb + 0x0000000040141b58 0x5 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_output.o) + 0x0000000040141b58 ieee80211_tx_mgt_cb + *fill* 0x0000000040141b5d 0x0 + *fill* 0x0000000040141b5d 0x0 + *fill* 0x0000000040141b5d 0x0 + *fill* 0x0000000040141b5d 0x0 + *fill* 0x0000000040141b5d 0x0 + *fill* 0x0000000040141b5d 0x0 + *fill* 0x0000000040141b5d 0x3 + .text.ieee80211_phy_type_get + 0x0000000040141b60 0x36 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_phy.o) + 0x0000000040141b60 ieee80211_phy_type_get + *fill* 0x0000000040141b96 0x0 + *fill* 0x0000000040141b96 0x0 + *fill* 0x0000000040141b96 0x0 + *fill* 0x0000000040141b96 0x0 + *fill* 0x0000000040141b96 0x0 + *fill* 0x0000000040141b96 0x0 + *fill* 0x0000000040141b96 0x2 + .text.ieee80211_set_shortslottime + 0x0000000040141b98 0x1b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_proto.o) + 0x0000000040141b98 ieee80211_set_shortslottime + *fill* 0x0000000040141bb3 0x0 + *fill* 0x0000000040141bb3 0x0 + *fill* 0x0000000040141bb3 0x0 + *fill* 0x0000000040141bb3 0x0 + *fill* 0x0000000040141bb3 0x0 + *fill* 0x0000000040141bb3 0x0 + *fill* 0x0000000040141bb3 0x0 + *fill* 0x0000000040141bb3 0x0 + *fill* 0x0000000040141bb3 0x0 + *fill* 0x0000000040141bb3 0x0 + *fill* 0x0000000040141bb3 0x0 + *fill* 0x0000000040141bb3 0x0 + *fill* 0x0000000040141bb3 0x0 + *fill* 0x0000000040141bb3 0x0 + *fill* 0x0000000040141bb3 0x0 + *fill* 0x0000000040141bb3 0x0 + *fill* 0x0000000040141bb3 0x0 + *fill* 0x0000000040141bb3 0x0 + *fill* 0x0000000040141bb3 0x0 + *fill* 0x0000000040141bb3 0x0 + *fill* 0x0000000040141bb3 0x0 + *fill* 0x0000000040141bb3 0x0 + *fill* 0x0000000040141bb3 0x0 + *fill* 0x0000000040141bb3 0x0 + *fill* 0x0000000040141bb3 0x0 + *fill* 0x0000000040141bb3 0x0 + *fill* 0x0000000040141bb3 0x0 + *fill* 0x0000000040141bb3 0x0 + *fill* 0x0000000040141bb3 0x0 + *fill* 0x0000000040141bb3 0x0 + *fill* 0x0000000040141bb3 0x0 + *fill* 0x0000000040141bb3 0x0 + *fill* 0x0000000040141bb3 0x0 + *fill* 0x0000000040141bb3 0x0 + *fill* 0x0000000040141bb3 0x0 + *fill* 0x0000000040141bb3 0x0 + *fill* 0x0000000040141bb3 0x0 + *fill* 0x0000000040141bb3 0x0 + *fill* 0x0000000040141bb3 0x1 + .text.ieee80211_parse_wmeparams + 0x0000000040141bb4 0xb6 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_sta.o) + 0x0000000040141bb4 ieee80211_parse_wmeparams + *fill* 0x0000000040141c6a 0x0 + *fill* 0x0000000040141c6a 0x0 + *fill* 0x0000000040141c6a 0x0 + *fill* 0x0000000040141c6a 0x0 + *fill* 0x0000000040141c6a 0x0 + *fill* 0x0000000040141c6a 0x0 + *fill* 0x0000000040141c6a 0x0 + *fill* 0x0000000040141c6a 0x0 + *fill* 0x0000000040141c6a 0x0 + *fill* 0x0000000040141c6a 0x0 + *fill* 0x0000000040141c6a 0x0 + *fill* 0x0000000040141c6a 0x0 + *fill* 0x0000000040141c6a 0x0 + *fill* 0x0000000040141c6a 0x0 + *fill* 0x0000000040141c6a 0x0 + *fill* 0x0000000040141c6a 0x0 + *fill* 0x0000000040141c6a 0x0 + *fill* 0x0000000040141c6a 0x0 + *fill* 0x0000000040141c6a 0x0 + *fill* 0x0000000040141c6a 0x0 + *fill* 0x0000000040141c6a 0x0 + *fill* 0x0000000040141c6a 0x0 + *fill* 0x0000000040141c6a 0x0 + *fill* 0x0000000040141c6a 0x0 + *fill* 0x0000000040141c6a 0x0 + *fill* 0x0000000040141c6a 0x0 + *fill* 0x0000000040141c6a 0x0 + *fill* 0x0000000040141c6a 0x0 + *fill* 0x0000000040141c6a 0x0 + *fill* 0x0000000040141c6a 0x0 + *fill* 0x0000000040141c6a 0x0 + *fill* 0x0000000040141c6a 0x0 + *fill* 0x0000000040141c6a 0x0 + *fill* 0x0000000040141c6a 0x0 + *fill* 0x0000000040141c6a 0x0 + *fill* 0x0000000040141c6a 0x0 + *fill* 0x0000000040141c6a 0x0 + *fill* 0x0000000040141c6a 0x0 + *fill* 0x0000000040141c6a 0x0 + *fill* 0x0000000040141c6a 0x0 + *fill* 0x0000000040141c6a 0x0 + *fill* 0x0000000040141c6a 0x0 + *fill* 0x0000000040141c6a 0x0 + *fill* 0x0000000040141c6a 0x0 + *fill* 0x0000000040141c6a 0x0 + *fill* 0x0000000040141c6a 0x0 + *fill* 0x0000000040141c6a 0x0 + *fill* 0x0000000040141c6a 0x0 + *fill* 0x0000000040141c6a 0x0 + *fill* 0x0000000040141c6a 0x2 + .text.cnx_rc_update_age + 0x0000000040141c6c 0x15 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_cnx.o) + 0x0000000040141c6c cnx_rc_update_age + *fill* 0x0000000040141c81 0x0 + *fill* 0x0000000040141c81 0x0 + *fill* 0x0000000040141c81 0x0 + *fill* 0x0000000040141c81 0x0 + *fill* 0x0000000040141c81 0x0 + *fill* 0x0000000040141c81 0x0 + *fill* 0x0000000040141c81 0x0 + *fill* 0x0000000040141c81 0x0 + *fill* 0x0000000040141c81 0x3 + .text.send_inval + 0x0000000040141c84 0x7 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_action.o) + *fill* 0x0000000040141c8b 0x1 + .text.recv_inval + 0x0000000040141c8c 0x7 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_action.o) + *fill* 0x0000000040141c93 0x0 + *fill* 0x0000000040141c93 0x0 + *fill* 0x0000000040141c93 0x0 + *fill* 0x0000000040141c93 0x0 + *fill* 0x0000000040141c93 0x0 + *fill* 0x0000000040141c93 0x0 + *fill* 0x0000000040141c93 0x0 + *fill* 0x0000000040141c93 0x0 + *fill* 0x0000000040141c93 0x0 + *fill* 0x0000000040141c93 0x0 + *fill* 0x0000000040141c93 0x0 + *fill* 0x0000000040141c93 0x0 + *fill* 0x0000000040141c93 0x0 + *fill* 0x0000000040141c93 0x0 + *fill* 0x0000000040141c93 0x0 + *fill* 0x0000000040141c93 0x0 + *fill* 0x0000000040141c93 0x0 + *fill* 0x0000000040141c93 0x0 + *fill* 0x0000000040141c93 0x0 + *fill* 0x0000000040141c93 0x0 + *fill* 0x0000000040141c93 0x0 + *fill* 0x0000000040141c93 0x0 + *fill* 0x0000000040141c93 0x0 + *fill* 0x0000000040141c93 0x0 + *fill* 0x0000000040141c93 0x0 + *fill* 0x0000000040141c93 0x0 + *fill* 0x0000000040141c93 0x0 + *fill* 0x0000000040141c93 0x0 + *fill* 0x0000000040141c93 0x0 + *fill* 0x0000000040141c93 0x0 + *fill* 0x0000000040141c93 0x0 + *fill* 0x0000000040141c93 0x0 + *fill* 0x0000000040141c93 0x0 + *fill* 0x0000000040141c93 0x0 + *fill* 0x0000000040141c93 0x0 + *fill* 0x0000000040141c93 0x0 + *fill* 0x0000000040141c93 0x0 + *fill* 0x0000000040141c93 0x0 + *fill* 0x0000000040141c93 0x0 + *fill* 0x0000000040141c93 0x0 + *fill* 0x0000000040141c93 0x0 + *fill* 0x0000000040141c93 0x0 + *fill* 0x0000000040141c93 0x0 + *fill* 0x0000000040141c93 0x0 + *fill* 0x0000000040141c93 0x0 + *fill* 0x0000000040141c93 0x0 + *fill* 0x0000000040141c93 0x0 + *fill* 0x0000000040141c93 0x0 + *fill* 0x0000000040141c93 0x0 + *fill* 0x0000000040141c93 0x0 + *fill* 0x0000000040141c93 0x0 + *fill* 0x0000000040141c93 0x0 + *fill* 0x0000000040141c93 0x0 + *fill* 0x0000000040141c93 0x0 + *fill* 0x0000000040141c93 0x0 + *fill* 0x0000000040141c93 0x0 + *fill* 0x0000000040141c93 0x0 + *fill* 0x0000000040141c93 0x0 + *fill* 0x0000000040141c93 0x0 + *fill* 0x0000000040141c93 0x0 + *fill* 0x0000000040141c93 0x0 + *fill* 0x0000000040141c93 0x0 + *fill* 0x0000000040141c93 0x0 + *fill* 0x0000000040141c93 0x1 + .text.wifi_apb80m_request + 0x0000000040141c94 0x5 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + 0x0000000040141c94 wifi_apb80m_request + *fill* 0x0000000040141c99 0x3 + .text.wifi_apb80m_release + 0x0000000040141c9c 0x5 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + 0x0000000040141c9c wifi_apb80m_release + *fill* 0x0000000040141ca1 0x0 + *fill* 0x0000000040141ca1 0x0 + *fill* 0x0000000040141ca1 0x0 + *fill* 0x0000000040141ca1 0x0 + *fill* 0x0000000040141ca1 0x0 + *fill* 0x0000000040141ca1 0x0 + *fill* 0x0000000040141ca1 0x0 + *fill* 0x0000000040141ca1 0x0 + *fill* 0x0000000040141ca1 0x0 + *fill* 0x0000000040141ca1 0x0 + *fill* 0x0000000040141ca1 0x0 + *fill* 0x0000000040141ca1 0x0 + *fill* 0x0000000040141ca1 0x0 + *fill* 0x0000000040141ca1 0x0 + *fill* 0x0000000040141ca1 0x0 + *fill* 0x0000000040141ca1 0x0 + *fill* 0x0000000040141ca1 0x0 + *fill* 0x0000000040141ca1 0x0 + *fill* 0x0000000040141ca1 0x0 + *fill* 0x0000000040141ca1 0x0 + *fill* 0x0000000040141ca1 0x0 + *fill* 0x0000000040141ca1 0x0 + *fill* 0x0000000040141ca1 0x0 + *fill* 0x0000000040141ca1 0x0 + *fill* 0x0000000040141ca1 0x0 + *fill* 0x0000000040141ca1 0x0 + *fill* 0x0000000040141ca1 0x0 + *fill* 0x0000000040141ca1 0x0 + *fill* 0x0000000040141ca1 0x0 + *fill* 0x0000000040141ca1 0x0 + *fill* 0x0000000040141ca1 0x0 + *fill* 0x0000000040141ca1 0x0 + *fill* 0x0000000040141ca1 0x0 + *fill* 0x0000000040141ca1 0x0 + *fill* 0x0000000040141ca1 0x0 + *fill* 0x0000000040141ca1 0x0 + *fill* 0x0000000040141ca1 0x0 + *fill* 0x0000000040141ca1 0x3 + .text.fpm_allow_tx + 0x0000000040141ca4 0x7 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm_for_bcn_only_mode.o) + 0x0000000040141ca4 fpm_allow_tx + *fill* 0x0000000040141cab 0x1 + .text.fpm_do_wakeup + 0x0000000040141cac 0x5 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm_for_bcn_only_mode.o) + 0x0000000040141cac fpm_do_wakeup + *fill* 0x0000000040141cb1 0x3 + .text.fpm_rf_is_closed + 0x0000000040141cb4 0x7 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm_for_bcn_only_mode.o) + 0x0000000040141cb4 fpm_rf_is_closed + *fill* 0x0000000040141cbb 0x0 + *fill* 0x0000000040141cbb 0x0 + *fill* 0x0000000040141cbb 0x0 + *fill* 0x0000000040141cbb 0x0 + *fill* 0x0000000040141cbb 0x0 + *fill* 0x0000000040141cbb 0x0 + *fill* 0x0000000040141cbb 0x0 + *fill* 0x0000000040141cbb 0x0 + *fill* 0x0000000040141cbb 0x0 + *fill* 0x0000000040141cbb 0x0 + *fill* 0x0000000040141cbb 0x0 + *fill* 0x0000000040141cbb 0x0 + *fill* 0x0000000040141cbb 0x0 + *fill* 0x0000000040141cbb 0x0 + *fill* 0x0000000040141cbb 0x0 + *fill* 0x0000000040141cbb 0x0 + *fill* 0x0000000040141cbb 0x0 + *fill* 0x0000000040141cbb 0x0 + *fill* 0x0000000040141cbb 0x0 + *fill* 0x0000000040141cbb 0x0 + *fill* 0x0000000040141cbb 0x0 + *fill* 0x0000000040141cbb 0x0 + *fill* 0x0000000040141cbb 0x0 + *fill* 0x0000000040141cbb 0x1 + .text.RC_SetBasicRate + 0x0000000040141cbc 0x7 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(rate_control.o) + 0x0000000040141cbc RC_SetBasicRate + *fill* 0x0000000040141cc3 0x0 + *fill* 0x0000000040141cc3 0x0 + *fill* 0x0000000040141cc3 0x1 + .text.rcLoRaRate2SchedIdx + 0x0000000040141cc4 0x1a /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(trc.o) + 0x0000000040141cc4 rcLoRaRate2SchedIdx + *fill* 0x0000000040141cde 0x0 + *fill* 0x0000000040141cde 0x0 + *fill* 0x0000000040141cde 0x0 + *fill* 0x0000000040141cde 0x2 + .text.rcUpdateRxDone + 0x0000000040141ce0 0x71 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(trc.o) + 0x0000000040141ce0 rcUpdateRxDone + *fill* 0x0000000040141d51 0x0 + *fill* 0x0000000040141d51 0x0 + *fill* 0x0000000040141d51 0x0 + *fill* 0x0000000040141d51 0x0 + *fill* 0x0000000040141d51 0x0 + *fill* 0x0000000040141d51 0x0 + *fill* 0x0000000040141d51 0x0 + *fill* 0x0000000040141d51 0x0 + *fill* 0x0000000040141d51 0x0 + *fill* 0x0000000040141d51 0x0 + *fill* 0x0000000040141d51 0x0 + *fill* 0x0000000040141d51 0x0 + *fill* 0x0000000040141d51 0x0 + *fill* 0x0000000040141d51 0x0 + *fill* 0x0000000040141d51 0x0 + *fill* 0x0000000040141d51 0x0 + *fill* 0x0000000040141d51 0x0 + *fill* 0x0000000040141d51 0x0 + *fill* 0x0000000040141d51 0x3 + .text.wDev_SetAuthed + 0x0000000040141d54 0x5 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(wdev.o) + 0x0000000040141d54 wDev_SetAuthed + *fill* 0x0000000040141d59 0x0 + *fill* 0x0000000040141d59 0x0 + *fill* 0x0000000040141d59 0x0 + *fill* 0x0000000040141d59 0x0 + *fill* 0x0000000040141d59 0x0 + *fill* 0x0000000040141d59 0x0 + *fill* 0x0000000040141d59 0x0 + *fill* 0x0000000040141d59 0x0 + *fill* 0x0000000040141d59 0x0 + *fill* 0x0000000040141d59 0x0 + *fill* 0x0000000040141d59 0x0 + *fill* 0x0000000040141d59 0x0 + *fill* 0x0000000040141d59 0x0 + *fill* 0x0000000040141d59 0x0 + *fill* 0x0000000040141d59 0x0 + *fill* 0x0000000040141d59 0x0 + *fill* 0x0000000040141d59 0x0 + *fill* 0x0000000040141d59 0x0 + *fill* 0x0000000040141d59 0x0 + *fill* 0x0000000040141d59 0x0 + *fill* 0x0000000040141d59 0x0 + *fill* 0x0000000040141d59 0x0 + *fill* 0x0000000040141d59 0x0 + *fill* 0x0000000040141d59 0x0 + *fill* 0x0000000040141d59 0x0 + *fill* 0x0000000040141d59 0x0 + *fill* 0x0000000040141d59 0x0 + *fill* 0x0000000040141d59 0x0 + *fill* 0x0000000040141d59 0x0 + *fill* 0x0000000040141d59 0x0 + *fill* 0x0000000040141d59 0x3 + .text.hex2num 0x0000000040141d5c 0x36 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(common.o) + *fill* 0x0000000040141d92 0x2 + .text.inc_byte_array + 0x0000000040141d94 0x3e /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(common.o) + 0x0000000040141d94 inc_byte_array + *fill* 0x0000000040141dd2 0x0 + *fill* 0x0000000040141dd2 0x0 + *fill* 0x0000000040141dd2 0x0 + *fill* 0x0000000040141dd2 0x0 + *fill* 0x0000000040141dd2 0x0 + *fill* 0x0000000040141dd2 0x0 + *fill* 0x0000000040141dd2 0x0 + *fill* 0x0000000040141dd2 0x0 + *fill* 0x0000000040141dd2 0x0 + *fill* 0x0000000040141dd2 0x0 + *fill* 0x0000000040141dd2 0x0 + *fill* 0x0000000040141dd2 0x0 + *fill* 0x0000000040141dd2 0x0 + *fill* 0x0000000040141dd2 0x0 + *fill* 0x0000000040141dd2 0x0 + *fill* 0x0000000040141dd2 0x0 + *fill* 0x0000000040141dd2 0x0 + *fill* 0x0000000040141dd2 0x0 + *fill* 0x0000000040141dd2 0x0 + *fill* 0x0000000040141dd2 0x0 + *fill* 0x0000000040141dd2 0x0 + *fill* 0x0000000040141dd2 0x0 + *fill* 0x0000000040141dd2 0x0 + *fill* 0x0000000040141dd2 0x0 + *fill* 0x0000000040141dd2 0x0 + *fill* 0x0000000040141dd2 0x0 + *fill* 0x0000000040141dd2 0x0 + *fill* 0x0000000040141dd2 0x0 + *fill* 0x0000000040141dd2 0x0 + *fill* 0x0000000040141dd2 0x0 + *fill* 0x0000000040141dd2 0x0 + *fill* 0x0000000040141dd2 0x0 + *fill* 0x0000000040141dd2 0x0 + *fill* 0x0000000040141dd2 0x2 + .text.wpa_supplicant_check_group_cipher + 0x0000000040141dd4 0x9b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa.o) + *fill* 0x0000000040141e6f 0x0 + *fill* 0x0000000040141e6f 0x0 + *fill* 0x0000000040141e6f 0x0 + *fill* 0x0000000040141e6f 0x0 + *fill* 0x0000000040141e6f 0x0 + *fill* 0x0000000040141e6f 0x0 + *fill* 0x0000000040141e6f 0x0 + *fill* 0x0000000040141e6f 0x0 + *fill* 0x0000000040141e6f 0x0 + *fill* 0x0000000040141e6f 0x0 + *fill* 0x0000000040141e6f 0x0 + *fill* 0x0000000040141e6f 0x0 + *fill* 0x0000000040141e6f 0x0 + *fill* 0x0000000040141e6f 0x0 + *fill* 0x0000000040141e6f 0x0 + *fill* 0x0000000040141e6f 0x0 + *fill* 0x0000000040141e6f 0x0 + *fill* 0x0000000040141e6f 0x1 + .text.wpa_cipher_key_len + 0x0000000040141e70 0x2a /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_common.o) + 0x0000000040141e70 wpa_cipher_key_len + *fill* 0x0000000040141e9a 0x2 + .text.wpa_cipher_to_alg + 0x0000000040141e9c 0x32 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_common.o) + 0x0000000040141e9c wpa_cipher_to_alg + *fill* 0x0000000040141ece 0x2 + .text.rsn_cipher_put_suites + 0x0000000040141ed0 0x82 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_common.o) + 0x0000000040141ed0 rsn_cipher_put_suites + *fill* 0x0000000040141f52 0x2 + .text.wpa_cipher_put_suites + 0x0000000040141f54 0x60 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_common.o) + 0x0000000040141f54 wpa_cipher_put_suites + .text.wpa_dump_mem + 0x0000000040141fb4 0x5 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_debug.o) + 0x0000000040141fb4 wpa_dump_mem + *fill* 0x0000000040141fb9 0x3 + .text.wpa_hexdump + 0x0000000040141fbc 0x5 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_debug.o) + 0x0000000040141fbc wpa_hexdump + *fill* 0x0000000040141fc1 0x3 + .text.wpa_hexdump_key + 0x0000000040141fc4 0x5 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_debug.o) + 0x0000000040141fc4 wpa_hexdump_key + *fill* 0x0000000040141fc9 0x3 + .text.eloop_cancel_timeout + 0x0000000040141fcc 0x7 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_debug.o) + 0x0000000040141fcc eloop_cancel_timeout + *fill* 0x0000000040141fd3 0x1 + .text.eloop_register_timeout + 0x0000000040141fd4 0x7 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_debug.o) + 0x0000000040141fd4 eloop_register_timeout + *fill* 0x0000000040141fdb 0x0 + *fill* 0x0000000040141fdb 0x1 + .text.wpa_gen_wpa_ie + 0x0000000040141fdc 0x262 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_ie.o) + 0x0000000040141fdc wpa_gen_wpa_ie + *fill* 0x000000004014223e 0x2 + .text.wpa_deattach + 0x0000000040142240 0x7 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_main.o) + 0x0000000040142240 wpa_deattach + *fill* 0x0000000040142247 0x0 + *fill* 0x0000000040142247 0x0 + *fill* 0x0000000040142247 0x0 + *fill* 0x0000000040142247 0x0 + *fill* 0x0000000040142247 0x0 + *fill* 0x0000000040142247 0x0 + *fill* 0x0000000040142247 0x0 + *fill* 0x0000000040142247 0x0 + *fill* 0x0000000040142247 0x0 + *fill* 0x0000000040142247 0x0 + *fill* 0x0000000040142247 0x0 + *fill* 0x0000000040142247 0x0 + *fill* 0x0000000040142247 0x0 + *fill* 0x0000000040142247 0x0 + *fill* 0x0000000040142247 0x1 + .text.wpa_sm_deauthenticate + 0x0000000040142248 0x14 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpas_glue.o) + 0x0000000040142248 wpa_sm_deauthenticate + .text.wpa_sm_mlme_setprotection + 0x000000004014225c 0x7 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpas_glue.o) + 0x000000004014225c wpa_sm_mlme_setprotection + *fill* 0x0000000040142263 0x1 + .text.wpa_sm_get_beacon_ie + 0x0000000040142264 0x7 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpas_glue.o) + 0x0000000040142264 wpa_sm_get_beacon_ie + *fill* 0x000000004014226b 0x1 + .text.wpa_sm_disassociate + 0x000000004014226c 0x5 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpas_glue.o) + 0x000000004014226c wpa_sm_disassociate + *fill* 0x0000000040142271 0x0 + *fill* 0x0000000040142271 0x0 + *fill* 0x0000000040142271 0x0 + *fill* 0x0000000040142271 0x0 + *fill* 0x0000000040142271 0x0 + *fill* 0x0000000040142271 0x0 + *fill* 0x0000000040142271 0x0 + *fill* 0x0000000040142271 0x3 + .text.ram_rfpll_reset + 0x0000000040142274 0x5 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_ana.o) + 0x0000000040142274 ram_rfpll_reset + *fill* 0x0000000040142279 0x0 + *fill* 0x0000000040142279 0x0 + *fill* 0x0000000040142279 0x0 + *fill* 0x0000000040142279 0x0 + *fill* 0x0000000040142279 0x0 + *fill* 0x0000000040142279 0x0 + *fill* 0x0000000040142279 0x0 + *fill* 0x0000000040142279 0x0 + *fill* 0x0000000040142279 0x0 + *fill* 0x0000000040142279 0x0 + *fill* 0x0000000040142279 0x0 + *fill* 0x0000000040142279 0x0 + *fill* 0x0000000040142279 0x0 + *fill* 0x0000000040142279 0x0 + *fill* 0x0000000040142279 0x0 + *fill* 0x0000000040142279 0x0 + *fill* 0x0000000040142279 0x0 + *fill* 0x0000000040142279 0x0 + *fill* 0x0000000040142279 0x0 + *fill* 0x0000000040142279 0x0 + *fill* 0x0000000040142279 0x0 + *fill* 0x0000000040142279 0x0 + *fill* 0x0000000040142279 0x0 + *fill* 0x0000000040142279 0x0 + *fill* 0x0000000040142279 0x3 + .text.spur_cal$part$5 + 0x000000004014227c 0x4a /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + *fill* 0x00000000401422c6 0x0 + *fill* 0x00000000401422c6 0x0 + *fill* 0x00000000401422c6 0x0 + *fill* 0x00000000401422c6 0x0 + *fill* 0x00000000401422c6 0x2 + .text.get_bbgain_db + 0x00000000401422c8 0x26 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + 0x00000000401422c8 get_bbgain_db + *fill* 0x00000000401422ee 0x0 + *fill* 0x00000000401422ee 0x0 + *fill* 0x00000000401422ee 0x0 + *fill* 0x00000000401422ee 0x0 + *fill* 0x00000000401422ee 0x0 + *fill* 0x00000000401422ee 0x0 + *fill* 0x00000000401422ee 0x0 + *fill* 0x00000000401422ee 0x0 + *fill* 0x00000000401422ee 0x0 + *fill* 0x00000000401422ee 0x0 + *fill* 0x00000000401422ee 0x0 + *fill* 0x00000000401422ee 0x2 + .text.phy_byte_to_word + 0x00000000401422f0 0x23 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + 0x00000000401422f0 phy_byte_to_word + *fill* 0x0000000040142313 0x0 + *fill* 0x0000000040142313 0x0 + *fill* 0x0000000040142313 0x0 + *fill* 0x0000000040142313 0x0 + *fill* 0x0000000040142313 0x0 + *fill* 0x0000000040142313 0x0 + *fill* 0x0000000040142313 0x0 + *fill* 0x0000000040142313 0x0 + *fill* 0x0000000040142313 0x0 + *fill* 0x0000000040142313 0x0 + *fill* 0x0000000040142313 0x0 + *fill* 0x0000000040142313 0x0 + *fill* 0x0000000040142313 0x0 + *fill* 0x0000000040142313 0x0 + *fill* 0x0000000040142313 0x0 + *fill* 0x0000000040142313 0x0 + *fill* 0x0000000040142313 0x0 + *fill* 0x0000000040142313 0x0 + *fill* 0x0000000040142313 0x0 + *fill* 0x0000000040142313 0x0 + *fill* 0x0000000040142313 0x0 + *fill* 0x0000000040142313 0x0 + *fill* 0x0000000040142313 0x0 + *fill* 0x0000000040142313 0x0 + *fill* 0x0000000040142313 0x1 + .text.dpd_scale_set + 0x0000000040142314 0x5 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_cal.o) + 0x0000000040142314 dpd_scale_set + *fill* 0x0000000040142319 0x0 + *fill* 0x0000000040142319 0x0 + *fill* 0x0000000040142319 0x0 + *fill* 0x0000000040142319 0x0 + *fill* 0x0000000040142319 0x0 + *fill* 0x0000000040142319 0x0 + *fill* 0x0000000040142319 0x0 + *fill* 0x0000000040142319 0x3 + .text.init_message + 0x000000004014231c 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_msg.o) + .text.fail_message + 0x0000000040142328 0xe /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_msg.o) + *fill* 0x0000000040142336 0x2 + .text.fini_message + 0x0000000040142338 0x93 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_msg.o) + *fill* 0x00000000401423cb 0x0 + *fill* 0x00000000401423cb 0x1 + .text.mqtt_get_total_length + 0x00000000401423cc 0x36 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_msg.o) + 0x00000000401423cc mqtt_get_total_length + *fill* 0x0000000040142402 0x2 + .text.mqtt_get_publish_topic + 0x0000000040142404 0x4c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_msg.o) + 0x0000000040142404 mqtt_get_publish_topic + .text.mqtt_get_publish_data + 0x0000000040142450 0x8e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_msg.o) + 0x0000000040142450 mqtt_get_publish_data + *fill* 0x00000000401424de 0x2 + .text.mqtt_get_id + 0x00000000401424e0 0xb2 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_msg.o) + 0x00000000401424e0 mqtt_get_id + *fill* 0x0000000040142592 0x0 + *fill* 0x0000000040142592 0x0 + *fill* 0x0000000040142592 0x0 + *fill* 0x0000000040142592 0x0 + *fill* 0x0000000040142592 0x0 + *fill* 0x0000000040142592 0x2 + .text.outbox_get_size + 0x0000000040142594 0x15 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_outbox.o) + 0x0000000040142594 outbox_get_size + *fill* 0x00000000401425a9 0x0 + *fill* 0x00000000401425a9 0x0 + *fill* 0x00000000401425a9 0x0 + *fill* 0x00000000401425a9 0x0 + *fill* 0x00000000401425a9 0x0 + *fill* 0x00000000401425a9 0x0 + *fill* 0x00000000401425a9 0x0 + *fill* 0x00000000401425a9 0x0 + *fill* 0x00000000401425a9 0x3 + .text.transport_connect + 0x00000000401425ac 0x1a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(transport.o) + 0x00000000401425ac transport_connect + *fill* 0x00000000401425c6 0x2 + .text.transport_read + 0x00000000401425c8 0x1a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(transport.o) + 0x00000000401425c8 transport_read + *fill* 0x00000000401425e2 0x2 + .text.transport_write + 0x00000000401425e4 0x1a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(transport.o) + 0x00000000401425e4 transport_write + *fill* 0x00000000401425fe 0x2 + .text.transport_poll_read + 0x0000000040142600 0x16 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(transport.o) + 0x0000000040142600 transport_poll_read + *fill* 0x0000000040142616 0x2 + .text.transport_poll_write + 0x0000000040142618 0x16 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(transport.o) + 0x0000000040142618 transport_poll_write + *fill* 0x000000004014262e 0x2 + .text.transport_close + 0x0000000040142630 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(transport.o) + 0x0000000040142630 transport_close + .text.transport_get_data + 0x0000000040142644 0x7 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(transport.o) + 0x0000000040142644 transport_get_data + *fill* 0x000000004014264b 0x1 + .text.transport_set_data + 0x000000004014264c 0x9 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(transport.o) + 0x000000004014264c transport_set_data + *fill* 0x0000000040142655 0x3 + .text.transport_set_func + 0x0000000040142658 0x19 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(transport.o) + 0x0000000040142658 transport_set_func + *fill* 0x0000000040142671 0x3 + .text.transport_get_default_port + 0x0000000040142674 0x7 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(transport.o) + 0x0000000040142674 transport_get_default_port + *fill* 0x000000004014267b 0x1 + .text.transport_set_default_port + 0x000000004014267c 0x9 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(transport.o) + 0x000000004014267c transport_set_default_port + *fill* 0x0000000040142685 0x0 + *fill* 0x0000000040142685 0x0 + *fill* 0x0000000040142685 0x0 + *fill* 0x0000000040142685 0x0 + *fill* 0x0000000040142685 0x0 + *fill* 0x0000000040142685 0x0 + *fill* 0x0000000040142685 0x0 + *fill* 0x0000000040142685 0x0 + *fill* 0x0000000040142685 0x0 + *fill* 0x0000000040142685 0x0 + *fill* 0x0000000040142685 0x0 + *fill* 0x0000000040142685 0x0 + *fill* 0x0000000040142685 0x0 + *fill* 0x0000000040142685 0x0 + *fill* 0x0000000040142685 0x0 + *fill* 0x0000000040142685 0x0 + *fill* 0x0000000040142685 0x0 + *fill* 0x0000000040142685 0x0 + *fill* 0x0000000040142685 0x0 + *fill* 0x0000000040142685 0x0 + *fill* 0x0000000040142685 0x0 + *fill* 0x0000000040142685 0x0 + *fill* 0x0000000040142685 0x0 + *fill* 0x0000000040142685 0x0 + *fill* 0x0000000040142685 0x0 + *fill* 0x0000000040142685 0x0 + *fill* 0x0000000040142685 0x0 + *fill* 0x0000000040142685 0x0 + *fill* 0x0000000040142685 0x0 + *fill* 0x0000000040142685 0x0 + *fill* 0x0000000040142685 0x3 + .text.lwip_shutdown + 0x0000000040142688 0x7 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + 0x0000000040142688 lwip_shutdown + *fill* 0x000000004014268f 0x0 + *fill* 0x000000004014268f 0x0 + *fill* 0x000000004014268f 0x0 + *fill* 0x000000004014268f 0x0 + *fill* 0x000000004014268f 0x0 + *fill* 0x000000004014268f 0x0 + *fill* 0x000000004014268f 0x0 + *fill* 0x000000004014268f 0x0 + *fill* 0x000000004014268f 0x0 + *fill* 0x000000004014268f 0x0 + *fill* 0x000000004014268f 0x1 + .text.node_insert_to_list + 0x0000000040142690 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcpserver.o) + *fill* 0x00000000401426cb 0x1 + .text.add_msg_type + 0x00000000401426cc 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcpserver.o) + .text.add_end 0x00000000401426e0 0xc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcpserver.o) + *fill* 0x00000000401426ec 0x0 + *fill* 0x00000000401426ec 0x0 + *fill* 0x00000000401426ec 0x0 + *fill* 0x00000000401426ec 0x0 + .text.node_remove_from_list + 0x00000000401426ec 0x31 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcpserver.o) + 0x00000000401426ec node_remove_from_list + *fill* 0x000000004014271d 0x0 + *fill* 0x000000004014271d 0x0 + *fill* 0x000000004014271d 0x0 + *fill* 0x000000004014271d 0x0 + *fill* 0x000000004014271d 0x0 + *fill* 0x000000004014271d 0x0 + *fill* 0x000000004014271d 0x0 + *fill* 0x000000004014271d 0x3 + .text.lwip_htons + 0x0000000040142720 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(def.o) + 0x0000000040142720 lwip_htons + *fill* 0x0000000040142734 0x0 + .text.dns_stricmp + 0x0000000040142734 0x41 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dns.o) + *fill* 0x0000000040142775 0x0 + *fill* 0x0000000040142775 0x0 + *fill* 0x0000000040142775 0x0 + *fill* 0x0000000040142775 0x0 + *fill* 0x0000000040142775 0x0 + *fill* 0x0000000040142775 0x0 + *fill* 0x0000000040142775 0x0 + *fill* 0x0000000040142775 0x0 + *fill* 0x0000000040142775 0x0 + *fill* 0x0000000040142775 0x0 + *fill* 0x0000000040142775 0x3 + .text.dns_init + 0x0000000040142778 0x5 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dns.o) + 0x0000000040142778 dns_init + *fill* 0x000000004014277d 0x0 + *fill* 0x000000004014277d 0x0 + *fill* 0x000000004014277d 0x0 + *fill* 0x000000004014277d 0x0 + *fill* 0x000000004014277d 0x0 + *fill* 0x000000004014277d 0x0 + *fill* 0x000000004014277d 0x0 + *fill* 0x000000004014277d 0x3 + .text.netif_null_output_ip6 + 0x0000000040142780 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(netif.o) + *fill* 0x0000000040142788 0x0 + *fill* 0x0000000040142788 0x0 + .text.netif_set_gw + 0x0000000040142788 0x15 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(netif.o) + 0x0000000040142788 netif_set_gw + *fill* 0x000000004014279d 0x3 + .text.netif_set_netmask + 0x00000000401427a0 0x15 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(netif.o) + 0x00000000401427a0 netif_set_netmask + *fill* 0x00000000401427b5 0x0 + *fill* 0x00000000401427b5 0x0 + *fill* 0x00000000401427b5 0x0 + *fill* 0x00000000401427b5 0x0 + *fill* 0x00000000401427b5 0x0 + *fill* 0x00000000401427b5 0x0 + *fill* 0x00000000401427b5 0x0 + *fill* 0x00000000401427b5 0x0 + *fill* 0x00000000401427b5 0x0 + *fill* 0x00000000401427b5 0x3 + .text.netif_get_ip6_addr_match + 0x00000000401427b8 0x66 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(netif.o) + 0x00000000401427b8 netif_get_ip6_addr_match + *fill* 0x000000004014281e 0x0 + *fill* 0x000000004014281e 0x0 + *fill* 0x000000004014281e 0x0 + *fill* 0x000000004014281e 0x0 + *fill* 0x000000004014281e 0x0 + *fill* 0x000000004014281e 0x0 + *fill* 0x000000004014281e 0x2 + .text.pbuf_clen + 0x0000000040142820 0x16 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(pbuf.o) + 0x0000000040142820 pbuf_clen + *fill* 0x0000000040142836 0x0 + *fill* 0x0000000040142836 0x0 + *fill* 0x0000000040142836 0x0 + *fill* 0x0000000040142836 0x0 + *fill* 0x0000000040142836 0x2 + .text.pbuf_skip + 0x0000000040142838 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(pbuf.o) + 0x0000000040142838 pbuf_skip + *fill* 0x0000000040142858 0x0 + *fill* 0x0000000040142858 0x0 + *fill* 0x0000000040142858 0x0 + .text.tcp_init + 0x0000000040142858 0x5 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp.o) + 0x0000000040142858 tcp_init + *fill* 0x000000004014285d 0x0 + *fill* 0x000000004014285d 0x0 + *fill* 0x000000004014285d 0x0 + *fill* 0x000000004014285d 0x0 + *fill* 0x000000004014285d 0x0 + *fill* 0x000000004014285d 0x3 + .text.tcp_arg 0x0000000040142860 0x7 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp.o) + 0x0000000040142860 tcp_arg + *fill* 0x0000000040142867 0x0 + *fill* 0x0000000040142867 0x0 + *fill* 0x0000000040142867 0x0 + *fill* 0x0000000040142867 0x1 + .text.tcp_accept + 0x0000000040142868 0x7 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp.o) + 0x0000000040142868 tcp_accept + *fill* 0x000000004014286f 0x0 + *fill* 0x000000004014286f 0x0 + *fill* 0x000000004014286f 0x0 + *fill* 0x000000004014286f 0x0 + *fill* 0x000000004014286f 0x0 + *fill* 0x000000004014286f 0x0 + *fill* 0x000000004014286f 0x0 + *fill* 0x000000004014286f 0x0 + *fill* 0x000000004014286f 0x0 + *fill* 0x000000004014286f 0x0 + *fill* 0x000000004014286f 0x0 + *fill* 0x000000004014286f 0x0 + *fill* 0x000000004014286f 0x0 + *fill* 0x000000004014286f 0x0 + *fill* 0x000000004014286f 0x0 + *fill* 0x000000004014286f 0x0 + *fill* 0x000000004014286f 0x0 + *fill* 0x000000004014286f 0x0 + *fill* 0x000000004014286f 0x0 + *fill* 0x000000004014286f 0x0 + *fill* 0x000000004014286f 0x0 + *fill* 0x000000004014286f 0x0 + *fill* 0x000000004014286f 0x0 + *fill* 0x000000004014286f 0x0 + *fill* 0x000000004014286f 0x0 + *fill* 0x000000004014286f 0x0 + *fill* 0x000000004014286f 0x0 + *fill* 0x000000004014286f 0x0 + *fill* 0x000000004014286f 0x0 + *fill* 0x000000004014286f 0x0 + *fill* 0x000000004014286f 0x0 + *fill* 0x000000004014286f 0x0 + *fill* 0x000000004014286f 0x0 + *fill* 0x000000004014286f 0x0 + *fill* 0x000000004014286f 0x0 + *fill* 0x000000004014286f 0x0 + *fill* 0x000000004014286f 0x0 + *fill* 0x000000004014286f 0x0 + *fill* 0x000000004014286f 0x0 + *fill* 0x000000004014286f 0x0 + *fill* 0x000000004014286f 0x0 + *fill* 0x000000004014286f 0x0 + *fill* 0x000000004014286f 0x0 + *fill* 0x000000004014286f 0x0 + *fill* 0x000000004014286f 0x0 + *fill* 0x000000004014286f 0x0 + *fill* 0x000000004014286f 0x0 + *fill* 0x000000004014286f 0x0 + *fill* 0x000000004014286f 0x0 + *fill* 0x000000004014286f 0x0 + *fill* 0x000000004014286f 0x0 + *fill* 0x000000004014286f 0x0 + *fill* 0x000000004014286f 0x0 + *fill* 0x000000004014286f 0x0 + *fill* 0x000000004014286f 0x1 + .text.udp_init + 0x0000000040142870 0x5 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(udp.o) + 0x0000000040142870 udp_init + *fill* 0x0000000040142875 0x0 + *fill* 0x0000000040142875 0x0 + *fill* 0x0000000040142875 0x0 + *fill* 0x0000000040142875 0x0 + *fill* 0x0000000040142875 0x0 + *fill* 0x0000000040142875 0x0 + *fill* 0x0000000040142875 0x0 + *fill* 0x0000000040142875 0x3 + .text.udp_disconnect + 0x0000000040142878 0x40 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(udp.o) + 0x0000000040142878 udp_disconnect + .text.udp_recv + 0x00000000401428b8 0xb /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(udp.o) + 0x00000000401428b8 udp_recv + *fill* 0x00000000401428c3 0x0 + *fill* 0x00000000401428c3 0x0 + *fill* 0x00000000401428c3 0x0 + *fill* 0x00000000401428c3 0x1 + .text.dhcp_set_state + 0x00000000401428c4 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcp.o) + *fill* 0x00000000401428dc 0x0 + *fill* 0x00000000401428dc 0x0 + *fill* 0x00000000401428dc 0x0 + *fill* 0x00000000401428dc 0x0 + *fill* 0x00000000401428dc 0x0 + *fill* 0x00000000401428dc 0x0 + *fill* 0x00000000401428dc 0x0 + *fill* 0x00000000401428dc 0x0 + *fill* 0x00000000401428dc 0x0 + *fill* 0x00000000401428dc 0x0 + *fill* 0x00000000401428dc 0x0 + *fill* 0x00000000401428dc 0x0 + *fill* 0x00000000401428dc 0x0 + *fill* 0x00000000401428dc 0x0 + *fill* 0x00000000401428dc 0x0 + *fill* 0x00000000401428dc 0x0 + *fill* 0x00000000401428dc 0x0 + *fill* 0x00000000401428dc 0x0 + *fill* 0x00000000401428dc 0x0 + .text.dhcp_supplied_address + 0x00000000401428dc 0x35 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcp.o) + 0x00000000401428dc dhcp_supplied_address + *fill* 0x0000000040142911 0x0 + *fill* 0x0000000040142911 0x0 + *fill* 0x0000000040142911 0x0 + *fill* 0x0000000040142911 0x0 + *fill* 0x0000000040142911 0x0 + *fill* 0x0000000040142911 0x0 + *fill* 0x0000000040142911 0x0 + *fill* 0x0000000040142911 0x0 + *fill* 0x0000000040142911 0x0 + *fill* 0x0000000040142911 0x0 + *fill* 0x0000000040142911 0x0 + *fill* 0x0000000040142911 0x0 + *fill* 0x0000000040142911 0x0 + *fill* 0x0000000040142911 0x0 + *fill* 0x0000000040142911 0x0 + *fill* 0x0000000040142911 0x0 + *fill* 0x0000000040142911 0x0 + *fill* 0x0000000040142911 0x0 + *fill* 0x0000000040142911 0x0 + *fill* 0x0000000040142911 0x0 + *fill* 0x0000000040142911 0x0 + *fill* 0x0000000040142911 0x0 + *fill* 0x0000000040142911 0x0 + *fill* 0x0000000040142911 0x0 + *fill* 0x0000000040142911 0x0 + *fill* 0x0000000040142911 0x0 + *fill* 0x0000000040142911 0x0 + *fill* 0x0000000040142911 0x3 + .text.ip4_addr_isbroadcast_u32 + 0x0000000040142914 0x48 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip4_addr.o) + 0x0000000040142914 ip4_addr_isbroadcast_u32 + *fill* 0x000000004014295c 0x0 + *fill* 0x000000004014295c 0x0 + *fill* 0x000000004014295c 0x0 + *fill* 0x000000004014295c 0x0 + *fill* 0x000000004014295c 0x0 + *fill* 0x000000004014295c 0x0 + *fill* 0x000000004014295c 0x0 + *fill* 0x000000004014295c 0x0 + *fill* 0x000000004014295c 0x0 + *fill* 0x000000004014295c 0x0 + *fill* 0x000000004014295c 0x0 + *fill* 0x000000004014295c 0x0 + *fill* 0x000000004014295c 0x0 + *fill* 0x000000004014295c 0x0 + *fill* 0x000000004014295c 0x0 + *fill* 0x000000004014295c 0x0 + *fill* 0x000000004014295c 0x0 + *fill* 0x000000004014295c 0x0 + *fill* 0x000000004014295c 0x0 + *fill* 0x000000004014295c 0x0 + *fill* 0x000000004014295c 0x0 + *fill* 0x000000004014295c 0x0 + *fill* 0x000000004014295c 0x0 + *fill* 0x000000004014295c 0x0 + *fill* 0x000000004014295c 0x0 + *fill* 0x000000004014295c 0x0 + *fill* 0x000000004014295c 0x0 + *fill* 0x000000004014295c 0x0 + *fill* 0x000000004014295c 0x0 + *fill* 0x000000004014295c 0x0 + *fill* 0x000000004014295c 0x0 + *fill* 0x000000004014295c 0x0 + *fill* 0x000000004014295c 0x0 + *fill* 0x000000004014295c 0x0 + *fill* 0x000000004014295c 0x0 + *fill* 0x000000004014295c 0x0 + *fill* 0x000000004014295c 0x0 + *fill* 0x000000004014295c 0x0 + *fill* 0x000000004014295c 0x0 + *fill* 0x000000004014295c 0x0 + *fill* 0x000000004014295c 0x0 + *fill* 0x000000004014295c 0x0 + *fill* 0x000000004014295c 0x0 + *fill* 0x000000004014295c 0x0 + *fill* 0x000000004014295c 0x0 + *fill* 0x000000004014295c 0x0 + *fill* 0x000000004014295c 0x0 + *fill* 0x000000004014295c 0x0 + *fill* 0x000000004014295c 0x0 + *fill* 0x000000004014295c 0x0 + *fill* 0x000000004014295c 0x0 + *fill* 0x000000004014295c 0x0 + *fill* 0x000000004014295c 0x0 + *fill* 0x000000004014295c 0x0 + *fill* 0x000000004014295c 0x0 + *fill* 0x000000004014295c 0x0 + *fill* 0x000000004014295c 0x0 + *fill* 0x000000004014295c 0x0 + *fill* 0x000000004014295c 0x0 + *fill* 0x000000004014295c 0x0 + *fill* 0x000000004014295c 0x0 + *fill* 0x000000004014295c 0x0 + *fill* 0x000000004014295c 0x0 + *fill* 0x000000004014295c 0x0 + *fill* 0x000000004014295c 0x0 + *fill* 0x000000004014295c 0x0 + *fill* 0x000000004014295c 0x0 + *fill* 0x000000004014295c 0x0 + *fill* 0x000000004014295c 0x0 + *fill* 0x000000004014295c 0x0 + *fill* 0x000000004014295c 0x0 + *fill* 0x000000004014295c 0x0 + *fill* 0x000000004014295c 0x0 + *fill* 0x000000004014295c 0x0 + *fill* 0x000000004014295c 0x0 + *fill* 0x000000004014295c 0x0 + *fill* 0x000000004014295c 0x0 + *fill* 0x000000004014295c 0x0 + *fill* 0x000000004014295c 0x0 + *fill* 0x000000004014295c 0x0 + *fill* 0x000000004014295c 0x0 + *fill* 0x000000004014295c 0x0 + *fill* 0x000000004014295c 0x0 + *fill* 0x000000004014295c 0x0 + *fill* 0x000000004014295c 0x0 + *fill* 0x000000004014295c 0x0 + *fill* 0x000000004014295c 0x0 + *fill* 0x000000004014295c 0x0 + *fill* 0x000000004014295c 0x0 + *fill* 0x000000004014295c 0x0 + *fill* 0x000000004014295c 0x0 + *fill* 0x000000004014295c 0x0 + *fill* 0x000000004014295c 0x0 + *fill* 0x000000004014295c 0x0 + *fill* 0x000000004014295c 0x0 + *fill* 0x000000004014295c 0x0 + *fill* 0x000000004014295c 0x0 + *fill* 0x000000004014295c 0x0 + *fill* 0x000000004014295c 0x0 + *fill* 0x000000004014295c 0x0 + *fill* 0x000000004014295c 0x0 + *fill* 0x000000004014295c 0x0 + *fill* 0x000000004014295c 0x0 + *fill* 0x000000004014295c 0x0 + *fill* 0x000000004014295c 0x0 + *fill* 0x000000004014295c 0x0 + .text.raw_connect + 0x000000004014295c 0x7e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(raw.o) + 0x000000004014295c raw_connect + *fill* 0x00000000401429da 0x2 + .text.raw_recv + 0x00000000401429dc 0x9 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(raw.o) + 0x00000000401429dc raw_recv + *fill* 0x00000000401429e5 0x0 + *fill* 0x00000000401429e5 0x0 + *fill* 0x00000000401429e5 0x0 + *fill* 0x00000000401429e5 0x0 + *fill* 0x00000000401429e5 0x0 + *fill* 0x00000000401429e5 0x0 + *fill* 0x00000000401429e5 0x3 + .text.mbedtls_zeroize + 0x00000000401429e8 0x19 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ctr_drbg.o) + *fill* 0x0000000040142a01 0x0 + *fill* 0x0000000040142a01 0x0 + *fill* 0x0000000040142a01 0x0 + *fill* 0x0000000040142a01 0x0 + *fill* 0x0000000040142a01 0x0 + *fill* 0x0000000040142a01 0x0 + *fill* 0x0000000040142a01 0x0 + *fill* 0x0000000040142a01 0x0 + *fill* 0x0000000040142a01 0x3 + .text.mbedtls_zeroize + 0x0000000040142a04 0x19 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(entropy.o) + *fill* 0x0000000040142a1d 0x0 + *fill* 0x0000000040142a1d 0x0 + *fill* 0x0000000040142a1d 0x3 + .text.mbedtls_entropy_add_source + 0x0000000040142a20 0x31 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(entropy.o) + 0x0000000040142a20 mbedtls_entropy_add_source + *fill* 0x0000000040142a51 0x0 + *fill* 0x0000000040142a51 0x0 + *fill* 0x0000000040142a51 0x3 + .text.mbedtls_zeroize + 0x0000000040142a54 0x19 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(sha256.o) + *fill* 0x0000000040142a6d 0x0 + *fill* 0x0000000040142a6d 0x0 + *fill* 0x0000000040142a6d 0x0 + *fill* 0x0000000040142a6d 0x0 + *fill* 0x0000000040142a6d 0x0 + *fill* 0x0000000040142a6d 0x0 + *fill* 0x0000000040142a6d 0x0 + *fill* 0x0000000040142a6d 0x0 + *fill* 0x0000000040142a6d 0x3 + .text.mbedtls_zeroize + 0x0000000040142a70 0x19 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(sha512.o) + *fill* 0x0000000040142a89 0x0 + *fill* 0x0000000040142a89 0x0 + *fill* 0x0000000040142a89 0x0 + *fill* 0x0000000040142a89 0x0 + *fill* 0x0000000040142a89 0x0 + *fill* 0x0000000040142a89 0x0 + *fill* 0x0000000040142a89 0x0 + *fill* 0x0000000040142a89 0x0 + *fill* 0x0000000040142a89 0x3 + .text.mbedtls_zeroize + 0x0000000040142a8c 0x19 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + *fill* 0x0000000040142aa5 0x3 + .text.ssl_set_timer + 0x0000000040142aa8 0x16 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + *fill* 0x0000000040142abe 0x2 + .text.ssl_check_timer + 0x0000000040142ac0 0x1d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + *fill* 0x0000000040142add 0x0 + *fill* 0x0000000040142add 0x0 + *fill* 0x0000000040142add 0x0 + *fill* 0x0000000040142add 0x0 + *fill* 0x0000000040142add 0x0 + *fill* 0x0000000040142add 0x0 + *fill* 0x0000000040142add 0x0 + *fill* 0x0000000040142add 0x0 + *fill* 0x0000000040142add 0x0 + *fill* 0x0000000040142add 0x0 + *fill* 0x0000000040142add 0x0 + *fill* 0x0000000040142add 0x0 + *fill* 0x0000000040142add 0x0 + *fill* 0x0000000040142add 0x0 + *fill* 0x0000000040142add 0x0 + *fill* 0x0000000040142add 0x3 + .text.mbedtls_ssl_update_handshake_status + 0x0000000040142ae0 0x1c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0x0000000040142ae0 mbedtls_ssl_update_handshake_status + *fill* 0x0000000040142afc 0x0 + *fill* 0x0000000040142afc 0x0 + *fill* 0x0000000040142afc 0x0 + *fill* 0x0000000040142afc 0x0 + .text.mbedtls_ssl_conf_endpoint + 0x0000000040142afc 0x16 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0x0000000040142afc mbedtls_ssl_conf_endpoint + *fill* 0x0000000040142b12 0x2 + .text.mbedtls_ssl_conf_transport + 0x0000000040142b14 0x19 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0x0000000040142b14 mbedtls_ssl_conf_transport + *fill* 0x0000000040142b2d 0x3 + .text.mbedtls_ssl_conf_authmode + 0x0000000040142b30 0x19 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0x0000000040142b30 mbedtls_ssl_conf_authmode + *fill* 0x0000000040142b49 0x3 + .text.mbedtls_ssl_conf_rng + 0x0000000040142b4c 0x9 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0x0000000040142b4c mbedtls_ssl_conf_rng + *fill* 0x0000000040142b55 0x3 + .text.mbedtls_ssl_set_bio + 0x0000000040142b58 0xd /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0x0000000040142b58 mbedtls_ssl_set_bio + *fill* 0x0000000040142b65 0x3 + .text.mbedtls_ssl_conf_ca_chain + 0x0000000040142b68 0xb /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0x0000000040142b68 mbedtls_ssl_conf_ca_chain + *fill* 0x0000000040142b73 0x0 + *fill* 0x0000000040142b73 0x0 + *fill* 0x0000000040142b73 0x1 + .text.mbedtls_ssl_get_verify_result + 0x0000000040142b74 0x19 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0x0000000040142b74 mbedtls_ssl_get_verify_result + *fill* 0x0000000040142b8d 0x0 + *fill* 0x0000000040142b8d 0x0 + *fill* 0x0000000040142b8d 0x0 + *fill* 0x0000000040142b8d 0x0 + *fill* 0x0000000040142b8d 0x0 + *fill* 0x0000000040142b8d 0x0 + *fill* 0x0000000040142b8d 0x0 + *fill* 0x0000000040142b8d 0x0 + *fill* 0x0000000040142b8d 0x0 + *fill* 0x0000000040142b8d 0x0 + *fill* 0x0000000040142b8d 0x0 + *fill* 0x0000000040142b8d 0x3 + .text.mbedtls_ssl_sig_from_pk_alg + 0x0000000040142b90 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0x0000000040142b90 mbedtls_ssl_sig_from_pk_alg + .text.mbedtls_ssl_pk_alg_from_sig + 0x0000000040142ba4 0x1c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0x0000000040142ba4 mbedtls_ssl_pk_alg_from_sig + .text.mbedtls_ssl_sig_hash_set_find + 0x0000000040142bc0 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0x0000000040142bc0 mbedtls_ssl_sig_hash_set_find + .text.mbedtls_ssl_sig_hash_set_add + 0x0000000040142bd8 0x1c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0x0000000040142bd8 mbedtls_ssl_sig_hash_set_add + .text.mbedtls_ssl_sig_hash_set_const_hash + 0x0000000040142bf4 0x9 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0x0000000040142bf4 mbedtls_ssl_sig_hash_set_const_hash + *fill* 0x0000000040142bfd 0x0 + *fill* 0x0000000040142bfd 0x0 + *fill* 0x0000000040142bfd 0x3 + .text.mbedtls_ssl_check_curve + 0x0000000040142c00 0x24 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0x0000000040142c00 mbedtls_ssl_check_curve + .text.mbedtls_ssl_check_sig_hash + 0x0000000040142c24 0x24 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0x0000000040142c24 mbedtls_ssl_check_sig_hash + .text.mbedtls_ssl_write_version + 0x0000000040142c48 0xb /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0x0000000040142c48 mbedtls_ssl_write_version + *fill* 0x0000000040142c53 0x0 + *fill* 0x0000000040142c53 0x0 + *fill* 0x0000000040142c53 0x0 + *fill* 0x0000000040142c53 0x0 + *fill* 0x0000000040142c53 0x0 + *fill* 0x0000000040142c53 0x0 + *fill* 0x0000000040142c53 0x0 + *fill* 0x0000000040142c53 0x0 + *fill* 0x0000000040142c53 0x1 + .text.mbedtls_ssl_read_version + 0x0000000040142c54 0xf /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0x0000000040142c54 mbedtls_ssl_read_version + *fill* 0x0000000040142c63 0x0 + *fill* 0x0000000040142c63 0x0 + *fill* 0x0000000040142c63 0x0 + *fill* 0x0000000040142c63 0x0 + *fill* 0x0000000040142c63 0x0 + *fill* 0x0000000040142c63 0x0 + *fill* 0x0000000040142c63 0x0 + *fill* 0x0000000040142c63 0x1 + .text.mbedtls_zeroize + 0x0000000040142c64 0x19 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509_crt.o) + *fill* 0x0000000040142c7d 0x3 + .text.x509_profile_check_md_alg + 0x0000000040142c80 0x12 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509_crt.o) + *fill* 0x0000000040142c92 0x2 + .text.x509_profile_check_pk_alg + 0x0000000040142c94 0x12 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509_crt.o) + *fill* 0x0000000040142ca6 0x2 + .text.x509_memcasecmp + 0x0000000040142ca8 0x51 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509_crt.o) + *fill* 0x0000000040142cf9 0x0 + *fill* 0x0000000040142cf9 0x0 + *fill* 0x0000000040142cf9 0x0 + *fill* 0x0000000040142cf9 0x0 + *fill* 0x0000000040142cf9 0x0 + *fill* 0x0000000040142cf9 0x0 + *fill* 0x0000000040142cf9 0x0 + *fill* 0x0000000040142cf9 0x0 + *fill* 0x0000000040142cf9 0x0 + *fill* 0x0000000040142cf9 0x0 + *fill* 0x0000000040142cf9 0x0 + *fill* 0x0000000040142cf9 0x0 + *fill* 0x0000000040142cf9 0x0 + *fill* 0x0000000040142cf9 0x0 + *fill* 0x0000000040142cf9 0x0 + *fill* 0x0000000040142cf9 0x0 + *fill* 0x0000000040142cf9 0x0 + *fill* 0x0000000040142cf9 0x0 + *fill* 0x0000000040142cf9 0x0 + *fill* 0x0000000040142cf9 0x3 + .text.net_prepare + 0x0000000040142cfc 0x7 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(net_sockets.o) + *fill* 0x0000000040142d03 0x0 + *fill* 0x0000000040142d03 0x0 + *fill* 0x0000000040142d03 0x1 + .text.mbedtls_net_init + 0x0000000040142d04 0x9 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(net_sockets.o) + 0x0000000040142d04 mbedtls_net_init + *fill* 0x0000000040142d0d 0x0 + *fill* 0x0000000040142d0d 0x0 + *fill* 0x0000000040142d0d 0x0 + *fill* 0x0000000040142d0d 0x0 + *fill* 0x0000000040142d0d 0x3 + .text.mbedtls_zeroize + 0x0000000040142d10 0x19 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(asn1parse.o) + *fill* 0x0000000040142d29 0x3 + .text.mbedtls_asn1_get_len + 0x0000000040142d2c 0xf1 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(asn1parse.o) + 0x0000000040142d2c mbedtls_asn1_get_len + *fill* 0x0000000040142e1d 0x0 + *fill* 0x0000000040142e1d 0x0 + *fill* 0x0000000040142e1d 0x0 + *fill* 0x0000000040142e1d 0x0 + *fill* 0x0000000040142e1d 0x0 + *fill* 0x0000000040142e1d 0x0 + *fill* 0x0000000040142e1d 0x0 + *fill* 0x0000000040142e1d 0x0 + *fill* 0x0000000040142e1d 0x3 + .text.mbedtls_mpi_zeroize + 0x0000000040142e20 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(bignum.o) + *fill* 0x0000000040142e38 0x0 + .text.mpi_get_digit + 0x0000000040142e38 0x41 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(bignum.o) + *fill* 0x0000000040142e79 0x3 + .text.mpi_sub_hlp + 0x0000000040142e7c 0x50 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(bignum.o) + .text.mpi_mul_hlp + 0x0000000040142ecc 0x3d7 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(bignum.o) + *fill* 0x00000000401432a3 0x1 + .text.mpi_montg_init + 0x00000000401432a4 0x30 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(bignum.o) + .text.mbedtls_mpi_init + 0x00000000401432d4 0x12 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(bignum.o) + 0x00000000401432d4 mbedtls_mpi_init + *fill* 0x00000000401432e6 0x0 + *fill* 0x00000000401432e6 0x0 + *fill* 0x00000000401432e6 0x2 + .text.mbedtls_mpi_get_bit + 0x00000000401432e8 0x24 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(bignum.o) + 0x00000000401432e8 mbedtls_mpi_get_bit + .text.mbedtls_mpi_lsb + 0x000000004014330c 0x32 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(bignum.o) + 0x000000004014330c mbedtls_mpi_lsb + *fill* 0x000000004014333e 0x0 + *fill* 0x000000004014333e 0x0 + *fill* 0x000000004014333e 0x0 + *fill* 0x000000004014333e 0x0 + *fill* 0x000000004014333e 0x0 + *fill* 0x000000004014333e 0x0 + *fill* 0x000000004014333e 0x0 + *fill* 0x000000004014333e 0x0 + *fill* 0x000000004014333e 0x0 + *fill* 0x000000004014333e 0x0 + *fill* 0x000000004014333e 0x0 + *fill* 0x000000004014333e 0x0 + *fill* 0x000000004014333e 0x2 + .text.mbedtls_zeroize + 0x0000000040143340 0x19 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(cipher.o) + *fill* 0x0000000040143359 0x3 + .text.add_pkcs_padding + 0x000000004014335c 0x1d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(cipher.o) + *fill* 0x0000000040143379 0x0 + *fill* 0x0000000040143379 0x3 + .text.add_one_and_zeros_padding + 0x000000004014337c 0x27 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(cipher.o) + *fill* 0x00000000401433a3 0x0 + *fill* 0x00000000401433a3 0x1 + .text.add_zeros_and_len_padding + 0x00000000401433a4 0x28 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(cipher.o) + *fill* 0x00000000401433cc 0x0 + .text.add_zeros_padding + 0x00000000401433cc 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(cipher.o) + *fill* 0x00000000401433e0 0x0 + *fill* 0x00000000401433e0 0x0 + *fill* 0x00000000401433e0 0x0 + *fill* 0x00000000401433e0 0x0 + *fill* 0x00000000401433e0 0x0 + *fill* 0x00000000401433e0 0x0 + *fill* 0x00000000401433e0 0x0 + *fill* 0x00000000401433e0 0x0 + *fill* 0x00000000401433e0 0x0 + *fill* 0x00000000401433e0 0x0 + *fill* 0x00000000401433e0 0x0 + *fill* 0x00000000401433e0 0x0 + *fill* 0x00000000401433e0 0x0 + *fill* 0x00000000401433e0 0x0 + *fill* 0x00000000401433e0 0x0 + *fill* 0x00000000401433e0 0x0 + *fill* 0x00000000401433e0 0x0 + *fill* 0x00000000401433e0 0x0 + *fill* 0x00000000401433e0 0x0 + *fill* 0x00000000401433e0 0x0 + *fill* 0x00000000401433e0 0x0 + *fill* 0x00000000401433e0 0x0 + *fill* 0x00000000401433e0 0x0 + *fill* 0x00000000401433e0 0x0 + *fill* 0x00000000401433e0 0x0 + *fill* 0x00000000401433e0 0x0 + *fill* 0x00000000401433e0 0x0 + .text.mbedtls_zeroize + 0x00000000401433e0 0x19 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(dhm.o) + *fill* 0x00000000401433f9 0x0 + *fill* 0x00000000401433f9 0x0 + *fill* 0x00000000401433f9 0x0 + *fill* 0x00000000401433f9 0x0 + *fill* 0x00000000401433f9 0x0 + *fill* 0x00000000401433f9 0x0 + *fill* 0x00000000401433f9 0x0 + *fill* 0x00000000401433f9 0x0 + *fill* 0x00000000401433f9 0x0 + *fill* 0x00000000401433f9 0x0 + *fill* 0x00000000401433f9 0x0 + *fill* 0x00000000401433f9 0x0 + *fill* 0x00000000401433f9 0x0 + *fill* 0x00000000401433f9 0x0 + *fill* 0x00000000401433f9 0x0 + *fill* 0x00000000401433f9 0x0 + *fill* 0x00000000401433f9 0x0 + *fill* 0x00000000401433f9 0x3 + .text.mbedtls_zeroize + 0x00000000401433fc 0x19 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp.o) + *fill* 0x0000000040143415 0x0 + *fill* 0x0000000040143415 0x0 + *fill* 0x0000000040143415 0x0 + *fill* 0x0000000040143415 0x0 + *fill* 0x0000000040143415 0x0 + *fill* 0x0000000040143415 0x0 + *fill* 0x0000000040143415 0x0 + *fill* 0x0000000040143415 0x0 + *fill* 0x0000000040143415 0x0 + *fill* 0x0000000040143415 0x0 + *fill* 0x0000000040143415 0x0 + *fill* 0x0000000040143415 0x0 + *fill* 0x0000000040143415 0x0 + *fill* 0x0000000040143415 0x0 + *fill* 0x0000000040143415 0x0 + *fill* 0x0000000040143415 0x0 + *fill* 0x0000000040143415 0x0 + *fill* 0x0000000040143415 0x0 + *fill* 0x0000000040143415 0x0 + *fill* 0x0000000040143415 0x0 + *fill* 0x0000000040143415 0x0 + *fill* 0x0000000040143415 0x0 + *fill* 0x0000000040143415 0x0 + *fill* 0x0000000040143415 0x0 + *fill* 0x0000000040143415 0x0 + *fill* 0x0000000040143415 0x0 + *fill* 0x0000000040143415 0x0 + *fill* 0x0000000040143415 0x0 + *fill* 0x0000000040143415 0x0 + *fill* 0x0000000040143415 0x0 + *fill* 0x0000000040143415 0x0 + *fill* 0x0000000040143415 0x0 + *fill* 0x0000000040143415 0x0 + *fill* 0x0000000040143415 0x0 + *fill* 0x0000000040143415 0x0 + *fill* 0x0000000040143415 0x0 + *fill* 0x0000000040143415 0x0 + *fill* 0x0000000040143415 0x0 + *fill* 0x0000000040143415 0x0 + *fill* 0x0000000040143415 0x0 + *fill* 0x0000000040143415 0x3 + .text.mbedtls_zeroize + 0x0000000040143418 0x19 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(gcm.o) + *fill* 0x0000000040143431 0x0 + *fill* 0x0000000040143431 0x0 + *fill* 0x0000000040143431 0x0 + *fill* 0x0000000040143431 0x0 + *fill* 0x0000000040143431 0x0 + *fill* 0x0000000040143431 0x0 + *fill* 0x0000000040143431 0x0 + *fill* 0x0000000040143431 0x3 + .text.mbedtls_zeroize + 0x0000000040143434 0x19 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md.o) + *fill* 0x000000004014344d 0x0 + *fill* 0x000000004014344d 0x3 + .text.mbedtls_md_init + 0x0000000040143450 0x2b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md.o) + 0x0000000040143450 mbedtls_md_init + *fill* 0x000000004014347b 0x0 + *fill* 0x000000004014347b 0x0 + *fill* 0x000000004014347b 0x0 + *fill* 0x000000004014347b 0x0 + *fill* 0x000000004014347b 0x0 + *fill* 0x000000004014347b 0x0 + *fill* 0x000000004014347b 0x0 + *fill* 0x000000004014347b 0x0 + *fill* 0x000000004014347b 0x0 + *fill* 0x000000004014347b 0x0 + *fill* 0x000000004014347b 0x1 + .text.mbedtls_md_get_size + 0x000000004014347c 0xe /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md.o) + 0x000000004014347c mbedtls_md_get_size + *fill* 0x000000004014348a 0x2 + .text.mbedtls_zeroize + 0x000000004014348c 0x19 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md5.o) + *fill* 0x00000000401434a5 0x0 + *fill* 0x00000000401434a5 0x0 + *fill* 0x00000000401434a5 0x0 + *fill* 0x00000000401434a5 0x0 + *fill* 0x00000000401434a5 0x0 + *fill* 0x00000000401434a5 0x0 + *fill* 0x00000000401434a5 0x0 + *fill* 0x00000000401434a5 0x0 + *fill* 0x00000000401434a5 0x0 + *fill* 0x00000000401434a5 0x0 + *fill* 0x00000000401434a5 0x0 + *fill* 0x00000000401434a5 0x0 + *fill* 0x00000000401434a5 0x0 + *fill* 0x00000000401434a5 0x0 + *fill* 0x00000000401434a5 0x0 + *fill* 0x00000000401434a5 0x0 + *fill* 0x00000000401434a5 0x0 + *fill* 0x00000000401434a5 0x0 + *fill* 0x00000000401434a5 0x0 + *fill* 0x00000000401434a5 0x0 + *fill* 0x00000000401434a5 0x0 + *fill* 0x00000000401434a5 0x0 + *fill* 0x00000000401434a5 0x0 + *fill* 0x00000000401434a5 0x0 + *fill* 0x00000000401434a5 0x0 + *fill* 0x00000000401434a5 0x0 + *fill* 0x00000000401434a5 0x0 + *fill* 0x00000000401434a5 0x0 + *fill* 0x00000000401434a5 0x0 + *fill* 0x00000000401434a5 0x0 + *fill* 0x00000000401434a5 0x0 + *fill* 0x00000000401434a5 0x0 + *fill* 0x00000000401434a5 0x0 + *fill* 0x00000000401434a5 0x0 + *fill* 0x00000000401434a5 0x0 + *fill* 0x00000000401434a5 0x0 + *fill* 0x00000000401434a5 0x0 + *fill* 0x00000000401434a5 0x0 + *fill* 0x00000000401434a5 0x0 + *fill* 0x00000000401434a5 0x0 + *fill* 0x00000000401434a5 0x0 + *fill* 0x00000000401434a5 0x0 + *fill* 0x00000000401434a5 0x0 + *fill* 0x00000000401434a5 0x0 + *fill* 0x00000000401434a5 0x0 + *fill* 0x00000000401434a5 0x0 + *fill* 0x00000000401434a5 0x0 + *fill* 0x00000000401434a5 0x3 + .text.mbedtls_zeroize + 0x00000000401434a8 0x19 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pem.o) + *fill* 0x00000000401434c1 0x0 + *fill* 0x00000000401434c1 0x0 + *fill* 0x00000000401434c1 0x0 + *fill* 0x00000000401434c1 0x3 + .text.mbedtls_pem_init + 0x00000000401434c4 0x2b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pem.o) + 0x00000000401434c4 mbedtls_pem_init + *fill* 0x00000000401434ef 0x0 + *fill* 0x00000000401434ef 0x1 + .text.mbedtls_zeroize + 0x00000000401434f0 0x19 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pk.o) + *fill* 0x0000000040143509 0x0 + *fill* 0x0000000040143509 0x0 + *fill* 0x0000000040143509 0x3 + .text.mbedtls_pk_can_do + 0x000000004014350c 0x1c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pk.o) + 0x000000004014350c mbedtls_pk_can_do + *fill* 0x0000000040143528 0x0 + *fill* 0x0000000040143528 0x0 + *fill* 0x0000000040143528 0x0 + *fill* 0x0000000040143528 0x0 + .text.mbedtls_pk_get_bitlen + 0x0000000040143528 0x1c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pk.o) + 0x0000000040143528 mbedtls_pk_get_bitlen + *fill* 0x0000000040143544 0x0 + .text.mbedtls_pk_get_type + 0x0000000040143544 0x15 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pk.o) + 0x0000000040143544 mbedtls_pk_get_type + *fill* 0x0000000040143559 0x3 + .text.rsa_can_do + 0x000000004014355c 0x1b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pk_wrap.o) + *fill* 0x0000000040143577 0x1 + .text.rsa_get_bitlen + 0x0000000040143578 0xa /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pk_wrap.o) + *fill* 0x0000000040143582 0x0 + *fill* 0x0000000040143582 0x2 + .text.eckey_can_do + 0x0000000040143584 0x12 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pk_wrap.o) + *fill* 0x0000000040143596 0x2 + .text.eckey_get_bitlen + 0x0000000040143598 0x8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pk_wrap.o) + *fill* 0x00000000401435a0 0x0 + .text.eckeydh_can_do + 0x00000000401435a0 0x12 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pk_wrap.o) + *fill* 0x00000000401435b2 0x2 + .text.ecdsa_can_do + 0x00000000401435b4 0xf /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pk_wrap.o) + *fill* 0x00000000401435c3 0x0 + *fill* 0x00000000401435c3 0x0 + *fill* 0x00000000401435c3 0x0 + *fill* 0x00000000401435c3 0x0 + *fill* 0x00000000401435c3 0x0 + *fill* 0x00000000401435c3 0x0 + *fill* 0x00000000401435c3 0x0 + *fill* 0x00000000401435c3 0x0 + *fill* 0x00000000401435c3 0x0 + *fill* 0x00000000401435c3 0x0 + *fill* 0x00000000401435c3 0x0 + *fill* 0x00000000401435c3 0x0 + *fill* 0x00000000401435c3 0x0 + *fill* 0x00000000401435c3 0x0 + *fill* 0x00000000401435c3 0x0 + *fill* 0x00000000401435c3 0x0 + *fill* 0x00000000401435c3 0x0 + *fill* 0x00000000401435c3 0x0 + *fill* 0x00000000401435c3 0x0 + *fill* 0x00000000401435c3 0x0 + *fill* 0x00000000401435c3 0x0 + *fill* 0x00000000401435c3 0x1 + .text.mbedtls_zeroize + 0x00000000401435c4 0x19 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(rsa.o) + *fill* 0x00000000401435dd 0x0 + *fill* 0x00000000401435dd 0x3 + .text.mbedtls_rsa_set_padding + 0x00000000401435e0 0xb /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(rsa.o) + 0x00000000401435e0 mbedtls_rsa_set_padding + *fill* 0x00000000401435eb 0x0 + *fill* 0x00000000401435eb 0x0 + *fill* 0x00000000401435eb 0x0 + *fill* 0x00000000401435eb 0x0 + *fill* 0x00000000401435eb 0x0 + *fill* 0x00000000401435eb 0x0 + *fill* 0x00000000401435eb 0x0 + *fill* 0x00000000401435eb 0x0 + *fill* 0x00000000401435eb 0x0 + *fill* 0x00000000401435eb 0x0 + *fill* 0x00000000401435eb 0x0 + *fill* 0x00000000401435eb 0x0 + *fill* 0x00000000401435eb 0x0 + *fill* 0x00000000401435eb 0x0 + *fill* 0x00000000401435eb 0x0 + *fill* 0x00000000401435eb 0x0 + *fill* 0x00000000401435eb 0x0 + *fill* 0x00000000401435eb 0x0 + *fill* 0x00000000401435eb 0x0 + *fill* 0x00000000401435eb 0x0 + *fill* 0x00000000401435eb 0x1 + .text.mbedtls_zeroize + 0x00000000401435ec 0x19 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(sha1.o) + *fill* 0x0000000040143605 0x0 + *fill* 0x0000000040143605 0x0 + *fill* 0x0000000040143605 0x0 + *fill* 0x0000000040143605 0x0 + *fill* 0x0000000040143605 0x0 + *fill* 0x0000000040143605 0x0 + *fill* 0x0000000040143605 0x0 + *fill* 0x0000000040143605 0x0 + *fill* 0x0000000040143605 0x3 + .text.mbedtls_ssl_get_ciphersuite_sig_alg + 0x0000000040143608 0x1c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_ciphersuites.o) + 0x0000000040143608 mbedtls_ssl_get_ciphersuite_sig_alg + .text.mbedtls_ssl_ciphersuite_uses_ec + 0x0000000040143624 0x19 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_ciphersuites.o) + 0x0000000040143624 mbedtls_ssl_ciphersuite_uses_ec + *fill* 0x000000004014363d 0x3 + .text.mbedtls_zeroize + 0x0000000040143640 0x19 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_cli.o) + *fill* 0x0000000040143659 0x3 + .text.ssl_write_supported_point_formats_ext + 0x000000004014365c 0x36 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_cli.o) + *fill* 0x0000000040143692 0x2 + .text.ssl_write_max_fragment_length_ext + 0x0000000040143694 0x42 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_cli.o) + *fill* 0x00000000401436d6 0x2 + .text.ssl_write_truncated_hmac_ext + 0x00000000401436d8 0x34 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_cli.o) + .text.ssl_write_encrypt_then_mac_ext + 0x000000004014370c 0x3a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_cli.o) + *fill* 0x0000000040143746 0x2 + .text.ssl_write_extended_ms_ext + 0x0000000040143748 0x3a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_cli.o) + *fill* 0x0000000040143782 0x0 + *fill* 0x0000000040143782 0x0 + *fill* 0x0000000040143782 0x0 + *fill* 0x0000000040143782 0x0 + *fill* 0x0000000040143782 0x0 + *fill* 0x0000000040143782 0x0 + *fill* 0x0000000040143782 0x0 + *fill* 0x0000000040143782 0x0 + *fill* 0x0000000040143782 0x0 + *fill* 0x0000000040143782 0x0 + *fill* 0x0000000040143782 0x0 + *fill* 0x0000000040143782 0x0 + *fill* 0x0000000040143782 0x0 + *fill* 0x0000000040143782 0x0 + *fill* 0x0000000040143782 0x0 + *fill* 0x0000000040143782 0x0 + *fill* 0x0000000040143782 0x0 + *fill* 0x0000000040143782 0x0 + *fill* 0x0000000040143782 0x0 + *fill* 0x0000000040143782 0x0 + *fill* 0x0000000040143782 0x0 + *fill* 0x0000000040143782 0x0 + *fill* 0x0000000040143782 0x0 + *fill* 0x0000000040143782 0x2 + .text.mbedtls_zeroize + 0x0000000040143784 0x19 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_srv.o) + *fill* 0x000000004014379d 0x3 + .text.ssl_check_key_curve + 0x00000000401437a0 0x24 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_srv.o) + .text.ssl_write_truncated_hmac_ext + 0x00000000401437c4 0x26 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_srv.o) + *fill* 0x00000000401437ea 0x2 + .text.ssl_write_extended_ms_ext + 0x00000000401437ec 0x2c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_srv.o) + .text.ssl_write_session_ticket_ext + 0x0000000040143818 0x28 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_srv.o) + .text.ssl_write_max_fragment_length_ext + 0x0000000040143840 0x2e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_srv.o) + *fill* 0x000000004014386e 0x2 + .text.ssl_write_supported_point_formats_ext + 0x0000000040143870 0x34 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_srv.o) + *fill* 0x00000000401438a4 0x0 + *fill* 0x00000000401438a4 0x0 + *fill* 0x00000000401438a4 0x0 + *fill* 0x00000000401438a4 0x0 + *fill* 0x00000000401438a4 0x0 + *fill* 0x00000000401438a4 0x0 + *fill* 0x00000000401438a4 0x0 + *fill* 0x00000000401438a4 0x0 + *fill* 0x00000000401438a4 0x0 + *fill* 0x00000000401438a4 0x0 + *fill* 0x00000000401438a4 0x0 + *fill* 0x00000000401438a4 0x0 + *fill* 0x00000000401438a4 0x0 + *fill* 0x00000000401438a4 0x0 + *fill* 0x00000000401438a4 0x0 + *fill* 0x00000000401438a4 0x0 + *fill* 0x00000000401438a4 0x0 + *fill* 0x00000000401438a4 0x0 + *fill* 0x00000000401438a4 0x0 + *fill* 0x00000000401438a4 0x0 + *fill* 0x00000000401438a4 0x0 + *fill* 0x00000000401438a4 0x0 + *fill* 0x00000000401438a4 0x0 + *fill* 0x00000000401438a4 0x0 + *fill* 0x00000000401438a4 0x0 + *fill* 0x00000000401438a4 0x0 + *fill* 0x00000000401438a4 0x0 + *fill* 0x00000000401438a4 0x0 + *fill* 0x00000000401438a4 0x0 + *fill* 0x00000000401438a4 0x0 + *fill* 0x00000000401438a4 0x0 + *fill* 0x00000000401438a4 0x0 + *fill* 0x00000000401438a4 0x0 + *fill* 0x00000000401438a4 0x0 + *fill* 0x00000000401438a4 0x0 + .text.mbedtls_x509_time_is_past + 0x00000000401438a4 0x7 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509.o) + 0x00000000401438a4 mbedtls_x509_time_is_past + *fill* 0x00000000401438ab 0x1 + .text.mbedtls_x509_time_is_future + 0x00000000401438ac 0x7 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509.o) + 0x00000000401438ac mbedtls_x509_time_is_future + *fill* 0x00000000401438b3 0x0 + *fill* 0x00000000401438b3 0x1 + .text.mbedtls_zeroize + 0x00000000401438b4 0x19 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ccm.o) + *fill* 0x00000000401438cd 0x0 + *fill* 0x00000000401438cd 0x0 + *fill* 0x00000000401438cd 0x0 + *fill* 0x00000000401438cd 0x0 + *fill* 0x00000000401438cd 0x0 + *fill* 0x00000000401438cd 0x0 + *fill* 0x00000000401438cd 0x0 + *fill* 0x00000000401438cd 0x0 + *fill* 0x00000000401438cd 0x0 + *fill* 0x00000000401438cd 0x0 + *fill* 0x00000000401438cd 0x3 + .text.mbedtls_zeroize + 0x00000000401438d0 0x19 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(hmac_drbg.o) + *fill* 0x00000000401438e9 0x0 + *fill* 0x00000000401438e9 0x0 + *fill* 0x00000000401438e9 0x0 + *fill* 0x00000000401438e9 0x0 + *fill* 0x00000000401438e9 0x3 + .text.mbedtls_asn1_write_tag + 0x00000000401438ec 0x1e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(asn1write.o) + 0x00000000401438ec mbedtls_asn1_write_tag + *fill* 0x000000004014390a 0x0 + *fill* 0x000000004014390a 0x0 + *fill* 0x000000004014390a 0x0 + *fill* 0x000000004014390a 0x0 + *fill* 0x000000004014390a 0x0 + *fill* 0x000000004014390a 0x0 + *fill* 0x000000004014390a 0x0 + *fill* 0x000000004014390a 0x0 + *fill* 0x000000004014390a 0x0 + *fill* 0x000000004014390a 0x0 + *fill* 0x000000004014390a 0x0 + *fill* 0x000000004014390a 0x2 + .text.rc4_skip + 0x000000004014390c 0xb3 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(rc4.o) + 0x000000004014390c rc4_skip + *fill* 0x00000000401439bf 0x0 + *fill* 0x00000000401439bf 0x0 + *fill* 0x00000000401439bf 0x0 + *fill* 0x00000000401439bf 0x0 + *fill* 0x00000000401439bf 0x0 + *fill* 0x00000000401439bf 0x0 + *fill* 0x00000000401439bf 0x0 + *fill* 0x00000000401439bf 0x0 + *fill* 0x00000000401439bf 0x0 + *fill* 0x00000000401439bf 0x0 + *fill* 0x00000000401439bf 0x0 + *fill* 0x00000000401439bf 0x0 + *fill* 0x00000000401439bf 0x1 + .text.ets_timer_init + 0x00000000401439c0 0x5 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(ets_timer_legacy.o) + 0x00000000401439c0 ets_timer_init + *fill* 0x00000000401439c5 0x3 + .text.ets_timer_deinit + 0x00000000401439c8 0x5 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(ets_timer_legacy.o) + 0x00000000401439c8 ets_timer_deinit + *fill* 0x00000000401439cd 0x0 + *fill* 0x00000000401439cd 0x0 + *fill* 0x00000000401439cd 0x0 + *fill* 0x00000000401439cd 0x0 + *fill* 0x00000000401439cd 0x0 + *fill* 0x00000000401439cd 0x0 + *fill* 0x00000000401439cd 0x0 + *fill* 0x00000000401439cd 0x0 + *fill* 0x00000000401439cd 0x0 + *fill* 0x00000000401439cd 0x0 + *fill* 0x00000000401439cd 0x0 + *fill* 0x00000000401439cd 0x0 + *fill* 0x00000000401439cd 0x0 + *fill* 0x00000000401439cd 0x0 + *fill* 0x00000000401439cd 0x0 + *fill* 0x00000000401439cd 0x0 + *fill* 0x00000000401439cd 0x0 + *fill* 0x00000000401439cd 0x0 + *fill* 0x00000000401439cd 0x0 + *fill* 0x00000000401439cd 0x0 + *fill* 0x00000000401439cd 0x0 + *fill* 0x00000000401439cd 0x0 + *fill* 0x00000000401439cd 0x3 + .text.wep_decap + 0x00000000401439d0 0x26 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_crypto_wep.o) + *fill* 0x00000000401439f6 0x0 + *(.irom0.text) + *(.fini.literal) + *(.fini) + *(.gnu.version) + 0x00000000401439f6 _text_end = ABSOLUTE (.) + 0x00000000401439f6 _etext = . + 0x0000000000000000 _flash_cache_start = 0x0 + [!provide] PROVIDE (abort, 0x4000bba4) + [!provide] PROVIDE (__absvdi2, 0x4006387c) + [!provide] PROVIDE (__absvsi2, 0x40063868) + [!provide] PROVIDE (Add2SelfBigHex256, 0x40015b7c) + [!provide] PROVIDE (AddBigHex256, 0x40015b28) + [!provide] PROVIDE (AddBigHexModP256, 0x40015c98) + [!provide] PROVIDE (__adddf3, 0x40002590) + [!provide] PROVIDE (AddP256, 0x40015c74) + [!provide] PROVIDE (AddPdiv2_256, 0x40015ce0) + [!provide] PROVIDE (__addsf3, 0x400020e8) + [!provide] PROVIDE (__addvdi3, 0x40002cbc) + [!provide] PROVIDE (__addvsi3, 0x40002c98) + [!provide] PROVIDE (aes_128_cbc_decrypt, 0x4005cc7c) + [!provide] PROVIDE (aes_128_cbc_encrypt, 0x4005cc18) + [!provide] PROVIDE (aes_unwrap, 0x4005ccf0) + [!provide] PROVIDE (app_gpio_arg, 0x3ffe003c) + [!provide] PROVIDE (app_gpio_handler, 0x3ffe0040) + [!provide] PROVIDE (__ashldi3, 0x4000c818) + [!provide] PROVIDE (__ashrdi3, 0x4000c830) + [!provide] PROVIDE (base64_decode, 0x4005ced8) + [!provide] PROVIDE (base64_encode, 0x4005cdbc) + [!provide] PROVIDE (BasePoint_x_256, 0x3ff97488) + [!provide] PROVIDE (BasePoint_y_256, 0x3ff97468) + [!provide] PROVIDE (bigHexInversion256, 0x400168f0) + [!provide] PROVIDE (bigHexP256, 0x3ff973bc) + [!provide] PROVIDE (__bswapdi2, 0x400649c4) + [!provide] PROVIDE (__bswapsi2, 0x4006499c) + [!provide] PROVIDE (btdm_r_ble_bt_handler_tab_p_get, 0x40019b0c) + [!provide] PROVIDE (btdm_r_btdm_option_data_p_get, 0x40010004) + [!provide] PROVIDE (btdm_r_btdm_rom_version_get, 0x40010078) + [!provide] PROVIDE (btdm_r_data_init, 0x4001002c) + [!provide] PROVIDE (btdm_r_import_rf_phy_func_p_get, 0x40054298) + [!provide] PROVIDE (btdm_r_ip_func_p_get, 0x40019af0) + [!provide] PROVIDE (btdm_r_ip_func_p_set, 0x40019afc) + [!provide] PROVIDE (btdm_r_modules_func_p_get, 0x4005427c) + [!provide] PROVIDE (btdm_r_modules_func_p_set, 0x40054270) + [!provide] PROVIDE (btdm_r_plf_func_p_set, 0x40054288) + [!provide] PROVIDE (bt_util_buf_env, 0x3ffb8bd4) + [!provide] PROVIDE (cache_flash_mmu_set_rom, 0x400095e0) + 0x0000000040009a14 PROVIDE (Cache_Flush_rom, 0x40009a14) + 0x0000000040009ab8 PROVIDE (Cache_Read_Disable_rom, 0x40009ab8) + 0x0000000040009a84 PROVIDE (Cache_Read_Enable_rom, 0x40009a84) + [!provide] PROVIDE (Cache_Read_Init_rom, 0x40009950) + [!provide] PROVIDE (cache_sram_mmu_set_rom, 0x400097f4) + [!provide] PROVIDE (calc_rtc_memory_crc, 0x40008170) + 0x000000004000bee4 PROVIDE (calloc, 0x4000bee4) + [!provide] PROVIDE (_calloc_r, 0x4000bbf8) + [!provide] PROVIDE (__clear_cache, 0x40063860) + [!provide] PROVIDE (_close_r, 0x4000bd3c) + [!provide] PROVIDE (__clrsbdi2, 0x40064a38) + [!provide] PROVIDE (__clrsbsi2, 0x40064a20) + [!provide] PROVIDE (__clzdi2, 0x4000ca50) + [!provide] PROVIDE (__clzsi2, 0x4000c7e8) + [!provide] PROVIDE (__cmpdi2, 0x40063820) + [!provide] PROVIDE (co_default_bdaddr, 0x3ffae704) + [!provide] PROVIDE (co_null_bdaddr, 0x3ffb80e0) + [!provide] PROVIDE (co_sca2ppm, 0x3ff971e8) + [!provide] PROVIDE (crc16_be, 0x4005d09c) + [!provide] PROVIDE (crc16_le, 0x4005d05c) + [!provide] PROVIDE (crc32_be, 0x4005d024) + 0x000000004005cfec PROVIDE (crc32_le, 0x4005cfec) + [!provide] PROVIDE (crc8_be, 0x4005d114) + [!provide] PROVIDE (crc8_le, 0x4005d0e0) + [!provide] PROVIDE (_ctype_, 0x3ff96354) + 0x000000003ff96350 PROVIDE (__ctype_ptr__, 0x3ff96350) + [!provide] PROVIDE (__ctzdi2, 0x4000ca64) + [!provide] PROVIDE (__ctzsi2, 0x4000c7f0) + [!provide] PROVIDE (_data_end_rom, 0x4000d5c8) + [!provide] PROVIDE (_data_end_btdm_rom, 0x4000d4f8) + [!provide] PROVIDE (_data_start_rom, 0x4000d4f8) + [!provide] PROVIDE (_data_start_btdm_rom, 0x4000d4f4) + [!provide] PROVIDE (_data_start_btdm, 0x3ffae6e0) + [!provide] PROVIDE (_data_end_btdm, 0x3ffaff10) + [!provide] PROVIDE (_bss_start_btdm, 0x3ffb8000) + [!provide] PROVIDE (_bss_end_btdm, 0x3ffbff70) + [!provide] PROVIDE (_daylight, 0x3ffae0a4) + [!provide] PROVIDE (dbg_default_handler, 0x3ff97218) + [!provide] PROVIDE (dbg_state, 0x3ffb8d5d) + [!provide] PROVIDE (DebugE256PublicKey_x, 0x3ff97428) + [!provide] PROVIDE (DebugE256PublicKey_y, 0x3ff97408) + [!provide] PROVIDE (DebugE256SecretKey, 0x3ff973e8) + [!provide] PROVIDE (debug_timer, 0x3ffe042c) + [!provide] PROVIDE (debug_timerfn, 0x3ffe0430) + [!provide] PROVIDE (dh_group14_generator, 0x3ff9ac60) + [!provide] PROVIDE (dh_group14_prime, 0x3ff9ab60) + [!provide] PROVIDE (dh_group15_generator, 0x3ff9ab5f) + [!provide] PROVIDE (dh_group15_prime, 0x3ff9a9df) + [!provide] PROVIDE (dh_group16_generator, 0x3ff9a9de) + [!provide] PROVIDE (dh_group16_prime, 0x3ff9a7de) + [!provide] PROVIDE (dh_group17_generator, 0x3ff9a7dd) + [!provide] PROVIDE (dh_group17_prime, 0x3ff9a4dd) + [!provide] PROVIDE (dh_group18_generator, 0x3ff9a4dc) + [!provide] PROVIDE (dh_group18_prime, 0x3ff9a0dc) + [!provide] PROVIDE (dh_group1_generator, 0x3ff9ae03) + [!provide] PROVIDE (dh_group1_prime, 0x3ff9ada3) + [!provide] PROVIDE (dh_group2_generator, 0x3ff9ada2) + [!provide] PROVIDE (dh_group2_prime, 0x3ff9ad22) + [!provide] PROVIDE (dh_group5_generator, 0x3ff9ad21) + [!provide] PROVIDE (dh_group5_prime, 0x3ff9ac61) + [!provide] PROVIDE (__divdc3, 0x40064460) + [!provide] PROVIDE (__divdf3, 0x40002954) + [!provide] PROVIDE (__divdi3, 0x4000ca84) + [!provide] PROVIDE (__divsc3, 0x40064200) + [!provide] PROVIDE (__divsf3, 0x4000234c) + [!provide] PROVIDE (__divsi3, 0x4000c7b8) + 0x000000003ffae290 PROVIDE (g_rom_spiflash_dummy_len_plus, 0x3ffae290) + [!provide] PROVIDE (ecc_env, 0x3ffb8d60) + [!provide] PROVIDE (ecc_Jacobian_InfinityPoint256, 0x3ff972e8) + [!provide] PROVIDE (em_buf_env, 0x3ffb8d74) + 0x000000003ffae0b4 PROVIDE (environ, 0x3ffae0b4) + [!provide] PROVIDE (__eqdf2, 0x400636a8) + [!provide] PROVIDE (__eqsf2, 0x40063374) + 0x000000004005d144 PROVIDE (esp_crc8, 0x4005d144) + [!provide] PROVIDE (_etext, 0x4000d66c) + [!provide] PROVIDE (ets_readySet_, 0x3ffe01f0) + [!provide] PROVIDE (ets_startup_callback, 0x3ffe0404) + [!provide] PROVIDE (exc_cause_table, 0x3ff991d0) + [!provide] PROVIDE (_exit_r, 0x4000bd28) + [!provide] PROVIDE (__extendsfdf2, 0x40002c34) + [!provide] PROVIDE (__ffsdi2, 0x4000ca2c) + [!provide] PROVIDE (__ffssi2, 0x4000c804) + [!provide] PROVIDE (__fixdfdi, 0x40002ac4) + [!provide] PROVIDE (__fixdfsi, 0x40002a78) + [!provide] PROVIDE (__fixsfdi, 0x4000244c) + [!provide] PROVIDE (__fixsfsi, 0x4000240c) + [!provide] PROVIDE (__fixunsdfsi, 0x40002b30) + [!provide] PROVIDE (__fixunssfdi, 0x40002504) + [!provide] PROVIDE (__fixunssfsi, 0x400024ac) + [!provide] PROVIDE (__floatdidf, 0x4000c988) + [!provide] PROVIDE (__floatdisf, 0x4000c8c0) + [!provide] PROVIDE (__floatsidf, 0x4000c944) + [!provide] PROVIDE (__floatsisf, 0x4000c870) + [!provide] PROVIDE (__floatundidf, 0x4000c978) + [!provide] PROVIDE (__floatundisf, 0x4000c8b0) + [!provide] PROVIDE (__floatunsidf, 0x4000c938) + [!provide] PROVIDE (__floatunsisf, 0x4000c864) + 0x000000004000beb8 PROVIDE (free, 0x4000beb8) + [!provide] PROVIDE (_free_r, 0x4000bbcc) + 0x000000004000bccc PROVIDE (_fstat_r, 0x4000bccc) + [!provide] PROVIDE (__gcc_bcmp, 0x40064a70) + [!provide] PROVIDE (__gedf2, 0x40063768) + [!provide] PROVIDE (__gesf2, 0x4006340c) + [!provide] PROVIDE (_getpid_r, 0x4000bcfc) + [!provide] PROVIDE (__getreent, 0x4000be8c) + [!provide] PROVIDE (_gettimeofday_r, 0x4000bc58) + [!provide] PROVIDE (GF_Jacobian_Point_Addition256, 0x400163a4) + [!provide] PROVIDE (GF_Jacobian_Point_Double256, 0x40016260) + [!provide] PROVIDE (GF_Point_Jacobian_To_Affine256, 0x40016b0c) + 0x000000003ffae0b0 PROVIDE (_global_impure_ptr, 0x3ffae0b0) + [!provide] PROVIDE (g_phyFuns_instance, 0x3ffae0c4) + 0x000000003ffae270 PROVIDE (g_rom_flashchip, 0x3ffae270) + [!provide] PROVIDE (__gtdf2, 0x400636dc) + [!provide] PROVIDE (__gtsf2, 0x400633a0) + [!provide] PROVIDE (gTxMsg, 0x3ffe0050) + [!provide] PROVIDE (hci_cmd_desc_root_tab, 0x3ff976d4) + [!provide] PROVIDE (hci_cmd_desc_tab_ctrl_bb, 0x3ff97b70) + [!provide] PROVIDE (hci_cmd_desc_tab_info_par, 0x3ff97b1c) + [!provide] PROVIDE (hci_cmd_desc_tab_le, 0x3ff97870) + [!provide] PROVIDE (hci_cmd_desc_tab_lk_ctrl, 0x3ff97fc0) + [!provide] PROVIDE (hci_cmd_desc_tab_lk_pol, 0x3ff97f3c) + [!provide] PROVIDE (hci_cmd_desc_tab_stat_par, 0x3ff97ac8) + [!provide] PROVIDE (hci_cmd_desc_tab_testing, 0x3ff97a98) + [!provide] PROVIDE (hci_cmd_desc_tab_vs, 0x3ff97714) + [!provide] PROVIDE (hci_command_handler, 0x4004c928) + [!provide] PROVIDE (hci_env, 0x3ffb9350) + [!provide] PROVIDE (hci_evt_dbg_desc_tab, 0x3ff9750c) + [!provide] PROVIDE (hci_evt_desc_tab, 0x3ff9751c) + [!provide] PROVIDE (hci_evt_le_desc_tab, 0x3ff974b4) + [!provide] PROVIDE (hci_fc_env, 0x3ffb9340) + [!provide] PROVIDE (hmac_md5, 0x4005d264) + [!provide] PROVIDE (hmac_md5_vector, 0x4005d17c) + [!provide] PROVIDE (hmac_sha1, 0x40060acc) + [!provide] PROVIDE (hmac_sha1_vector, 0x400609e4) + [!provide] PROVIDE (hmac_sha256, 0x40060d58) + [!provide] PROVIDE (hmac_sha256_vector, 0x40060c84) + [!provide] PROVIDE (jd_decomp, 0x400613e8) + [!provide] PROVIDE (jd_prepare, 0x40060fa8) + [!provide] PROVIDE (ke_env, 0x3ffb93cc) + [!provide] PROVIDE (_kill_r, 0x4000bd10) + [!provide] PROVIDE (lb_default_handler, 0x3ff982b8) + [!provide] PROVIDE (lb_default_state_tab_p_get, 0x4001c198) + [!provide] PROVIDE (lb_env, 0x3ffb9424) + [!provide] PROVIDE (lb_hci_cmd_handler_tab_p_get, 0x4001c18c) + [!provide] PROVIDE (lb_state, 0x3ffb94e8) + [!provide] PROVIDE (lc_default_handler, 0x3ff98648) + [!provide] PROVIDE (lc_default_state_tab_p_get, 0x4002f494) + [!provide] PROVIDE (lc_env, 0x3ffb94ec) + [!provide] PROVIDE (lc_hci_cmd_handler_tab_p_get, 0x4002f488) + [!provide] PROVIDE (lc_state, 0x3ffb9508) + [!provide] PROVIDE (ld_acl_br_sizes, 0x3ff98a2a) + [!provide] PROVIDE (ld_acl_br_types, 0x3ff98a36) + [!provide] PROVIDE (ld_acl_edr_sizes, 0x3ff98a14) + [!provide] PROVIDE (ld_acl_edr_types, 0x3ff98a22) + [!provide] PROVIDE (ld_env, 0x3ffb9510) + [!provide] PROVIDE (ld_pcm_settings_dft, 0x3ff98a0c) + [!provide] PROVIDE (ld_sched_params, 0x3ffb96c0) + [!provide] PROVIDE (ld_sync_train_channels, 0x3ff98a3c) + [!provide] PROVIDE (__ledf2, 0x40063704) + [!provide] PROVIDE (__lesf2, 0x400633c0) + [!provide] PROVIDE (_link_r, 0x4000bc9c) + [!provide] PROVIDE (llc_default_handler, 0x3ff98b3c) + [!provide] PROVIDE (llc_default_state_tab_p_get, 0x40046058) + [!provide] PROVIDE (llc_env, 0x3ffb96d0) + [!provide] PROVIDE (llc_hci_acl_data_tx_handler, 0x40042398) + [!provide] PROVIDE (llc_hci_cmd_handler_tab_p_get, 0x40042358) + [!provide] PROVIDE (llc_hci_command_handler, 0x40042360) + [!provide] PROVIDE (llcp_pdu_handler_tab_p_get, 0x40043f64) + [!provide] PROVIDE (llc_state, 0x3ffb96f8) + [!provide] PROVIDE (lldesc_build_chain, 0x4000a850) + [!provide] PROVIDE (lldesc_num2link, 0x4000a948) + [!provide] PROVIDE (lldesc_set_owner, 0x4000a974) + [!provide] PROVIDE (lld_evt_deferred_elt_push, 0x400466b4) + [!provide] PROVIDE (lld_evt_deferred_elt_pop, 0x400466dc) + [!provide] PROVIDE (lld_evt_winsize_change, 0x40046730) + [!provide] PROVIDE (lld_evt_rxwin_compute, 0x400467c8) + [!provide] PROVIDE (lld_evt_slave_time_compute, 0x40046818) + [!provide] PROVIDE (lld_evt_env, 0x3ffb9704) + [!provide] PROVIDE (lld_evt_elt_wait_get, 0x400468e4) + [!provide] PROVIDE (lld_evt_get_next_free_slot, 0x4004692c) + [!provide] PROVIDE (lld_pdu_adv_pk_desc_tab, 0x3ff98c70) + [!provide] PROVIDE (lld_pdu_llcp_pk_desc_tab, 0x3ff98b68) + [!provide] PROVIDE (lld_pdu_pack, 0x4004ab14) + [!provide] PROVIDE (LLM_AA_CT1, 0x3ff98d8a) + [!provide] PROVIDE (LLM_AA_CT2, 0x3ff98d88) + [!provide] PROVIDE (llm_default_handler, 0x3ff98d80) + [!provide] PROVIDE (llm_default_state_tab_p_get, 0x4004e718) + [!provide] PROVIDE (llm_hci_cmd_handler_tab_p_get, 0x4004c920) + [!provide] PROVIDE (llm_le_env, 0x3ffb976c) + [!provide] PROVIDE (llm_local_cmds, 0x3ff98d38) + [!provide] PROVIDE (llm_local_data_len_values, 0x3ff98d1c) + [!provide] PROVIDE (llm_local_le_feats, 0x3ff98d30) + [!provide] PROVIDE (llm_local_le_states, 0x3ff98d28) + [!provide] PROVIDE (llm_state, 0x3ffb985c) + [!provide] PROVIDE (lm_default_handler, 0x3ff990e0) + [!provide] PROVIDE (lm_default_state_tab_p_get, 0x40054268) + [!provide] PROVIDE (lm_env, 0x3ffb9860) + [!provide] PROVIDE (lm_hci_cmd_handler_tab_p_get, 0x4005425c) + [!provide] PROVIDE (lm_local_supp_feats, 0x3ff990ee) + [!provide] PROVIDE (lm_n_page_tab, 0x3ff990e8) + [!provide] PROVIDE (lmp_desc_tab, 0x3ff96e6c) + [!provide] PROVIDE (lmp_ext_desc_tab, 0x3ff96d9c) + [!provide] PROVIDE (lm_state, 0x3ffb9a1c) + [!provide] PROVIDE (_lock_acquire_recursive, 0x4000be28) + [!provide] PROVIDE (_lock_close, 0x4000bdec) + 0x000000004000be00 PROVIDE (_lock_close_recursive, 0x4000be00) + [!provide] PROVIDE (_lock_init, 0x4000bdc4) + [!provide] PROVIDE (_lock_init_recursive, 0x4000bdd8) + [!provide] PROVIDE (_lock_release_recursive, 0x4000be78) + [!provide] PROVIDE (_lock_try_acquire, 0x4000be3c) + [!provide] PROVIDE (_lock_try_acquire_recursive, 0x4000be50) + [!provide] PROVIDE (_lseek_r, 0x4000bd8c) + [!provide] PROVIDE (__lshrdi3, 0x4000c84c) + [!provide] PROVIDE (__ltdf2, 0x40063790) + [!provide] PROVIDE (__ltsf2, 0x4006342c) + 0x000000004000bea0 PROVIDE (malloc, 0x4000bea0) + [!provide] PROVIDE (_malloc_r, 0x4000bbb4) + [!provide] PROVIDE (maxSecretKey_256, 0x3ff97448) + [!provide] PROVIDE (__mb_cur_max, 0x3ff96530) + [!provide] PROVIDE (MD5Final, 0x4005db1c) + [!provide] PROVIDE (MD5Init, 0x4005da7c) + [!provide] PROVIDE (MD5Update, 0x4005da9c) + [!provide] PROVIDE (md5_vector, 0x4005db80) + [!provide] PROVIDE (mmu_init, 0x400095a4) + [!provide] PROVIDE (__moddi3, 0x4000cd4c) + [!provide] PROVIDE (__modsi3, 0x4000c7c0) + [!provide] PROVIDE (__month_lengths, 0x3ff9609c) + [!provide] PROVIDE (__muldc3, 0x40063bf4) + [!provide] PROVIDE (__muldf3, 0x4006358c) + [!provide] PROVIDE (__muldi3, 0x4000c9fc) + [!provide] PROVIDE (__mulsc3, 0x40063934) + [!provide] PROVIDE (__mulsf3, 0x400632c8) + [!provide] PROVIDE (__mulsi3, 0x4000c7b0) + [!provide] PROVIDE (MultiplyBigHexByUint32_256, 0x40016214) + [!provide] PROVIDE (MultiplyBigHexModP256, 0x400160b8) + [!provide] PROVIDE (MultiplyByU32ModP256, 0x40015fdc) + [!provide] PROVIDE (multofup, 0x4000ab8c) + [!provide] PROVIDE (__mulvdi3, 0x40002d78) + [!provide] PROVIDE (__mulvsi3, 0x40002d60) + [!provide] PROVIDE (mz_adler32, 0x4005edbc) + [!provide] PROVIDE (mz_crc32, 0x4005ee88) + [!provide] PROVIDE (mz_free, 0x4005eed4) + [!provide] PROVIDE (__nedf2, 0x400636a8) + [!provide] PROVIDE (__negdf2, 0x400634a0) + [!provide] PROVIDE (__negdi2, 0x4000ca14) + [!provide] PROVIDE (__negsf2, 0x400020c0) + [!provide] PROVIDE (__negvdi2, 0x40002e98) + [!provide] PROVIDE (__negvsi2, 0x40002e78) + [!provide] PROVIDE (__nesf2, 0x40063374) + [!provide] PROVIDE (notEqual256, 0x40015b04) + [!provide] PROVIDE (__nsau_data, 0x3ff96544) + [!provide] PROVIDE (one_bits, 0x3ff971f8) + 0x000000004000bd54 PROVIDE (_open_r, 0x4000bd54) + [!provide] PROVIDE (__paritysi2, 0x40002f3c) + [!provide] PROVIDE (pbkdf2_sha1, 0x40060ba4) + 0x0000000040004100 PROVIDE (phy_get_romfuncs, 0x40004100) + [!provide] PROVIDE (__popcountdi2, 0x40002ef8) + [!provide] PROVIDE (__popcountsi2, 0x40002ed0) + [!provide] PROVIDE (__popcount_tab, 0x3ff96544) + [!provide] PROVIDE (__powidf2, 0x400638d4) + [!provide] PROVIDE (__powisf2, 0x4006389c) + [!provide] PROVIDE (_Pri_4_HandlerAddress, 0x3ffe0648) + [!provide] PROVIDE (_Pri_5_HandlerAddress, 0x3ffe064c) + [!provide] PROVIDE (r_btdm_option_data, 0x3ffae6e0) + [!provide] PROVIDE (r_bt_util_buf_acl_rx_alloc, 0x40010218) + [!provide] PROVIDE (r_bt_util_buf_acl_rx_free, 0x40010234) + [!provide] PROVIDE (r_bt_util_buf_acl_tx_alloc, 0x40010268) + [!provide] PROVIDE (r_bt_util_buf_acl_tx_free, 0x40010280) + [!provide] PROVIDE (r_bt_util_buf_init, 0x400100e4) + [!provide] PROVIDE (r_bt_util_buf_lmp_tx_alloc, 0x400101d0) + [!provide] PROVIDE (r_bt_util_buf_lmp_tx_free, 0x400101ec) + [!provide] PROVIDE (r_bt_util_buf_sync_clear, 0x400103c8) + [!provide] PROVIDE (r_bt_util_buf_sync_init, 0x400102c4) + [!provide] PROVIDE (r_bt_util_buf_sync_rx_alloc, 0x40010468) + [!provide] PROVIDE (r_bt_util_buf_sync_rx_free, 0x4001049c) + [!provide] PROVIDE (r_bt_util_buf_sync_tx_alloc, 0x400103ec) + [!provide] PROVIDE (r_bt_util_buf_sync_tx_free, 0x40010428) + [!provide] PROVIDE (rc4_skip, 0x40060928) + [!provide] PROVIDE (r_co_bdaddr_compare, 0x40014324) + [!provide] PROVIDE (r_co_bytes_to_string, 0x400142e4) + [!provide] PROVIDE (r_co_list_check_size_available, 0x400142c4) + [!provide] PROVIDE (r_co_list_extract, 0x4001404c) + [!provide] PROVIDE (r_co_list_extract_after, 0x40014118) + [!provide] PROVIDE (r_co_list_find, 0x4001419c) + [!provide] PROVIDE (r_co_list_init, 0x40013f14) + [!provide] PROVIDE (r_co_list_insert_after, 0x40014254) + [!provide] PROVIDE (r_co_list_insert_before, 0x40014200) + [!provide] PROVIDE (r_co_list_merge, 0x400141bc) + [!provide] PROVIDE (r_co_list_pool_init, 0x40013f30) + [!provide] PROVIDE (r_co_list_pop_front, 0x40014028) + [!provide] PROVIDE (r_co_list_push_back, 0x40013fb8) + [!provide] PROVIDE (r_co_list_push_front, 0x40013ff4) + [!provide] PROVIDE (r_co_list_size, 0x400142ac) + [!provide] PROVIDE (r_co_nb_good_channels, 0x40014360) + [!provide] PROVIDE (r_co_slot_to_duration, 0x40014348) + [!provide] PROVIDE (r_dbg_init, 0x40014394) + [!provide] PROVIDE (r_dbg_platform_reset_complete, 0x400143d0) + [!provide] PROVIDE (r_dbg_swdiag_init, 0x40014470) + [!provide] PROVIDE (r_dbg_swdiag_read, 0x400144a4) + [!provide] PROVIDE (r_dbg_swdiag_write, 0x400144d0) + [!provide] PROVIDE (r_E1, 0x400108e8) + [!provide] PROVIDE (r_E21, 0x40010968) + [!provide] PROVIDE (r_E22, 0x400109b4) + [!provide] PROVIDE (r_E3, 0x40010a58) + [!provide] PROVIDE (r_ea_alarm_clear, 0x40015ab4) + [!provide] PROVIDE (r_ea_alarm_set, 0x40015a10) + [!provide] PROVIDE (_read_r, 0x4000bda8) + [!provide] PROVIDE (r_ea_elt_cancel, 0x400150d0) + [!provide] PROVIDE (r_ea_elt_create, 0x40015264) + [!provide] PROVIDE (r_ea_elt_insert, 0x400152a8) + [!provide] PROVIDE (r_ea_elt_remove, 0x400154f0) + [!provide] PROVIDE (r_ea_finetimer_isr, 0x400155d4) + [!provide] PROVIDE (r_ea_init, 0x40015228) + [!provide] PROVIDE (r_ea_interval_create, 0x4001555c) + [!provide] PROVIDE (r_ea_interval_delete, 0x400155a8) + [!provide] PROVIDE (r_ea_interval_duration_req, 0x4001597c) + [!provide] PROVIDE (r_ea_interval_insert, 0x4001557c) + [!provide] PROVIDE (r_ea_interval_remove, 0x40015590) + [!provide] PROVIDE (ea_conflict_check, 0x40014e9c) + [!provide] PROVIDE (ea_prog_timer, 0x40014f88) + 0x000000004000becc PROVIDE (realloc, 0x4000becc) + [!provide] PROVIDE (_realloc_r, 0x4000bbe0) + [!provide] PROVIDE (r_ea_offset_req, 0x40015748) + [!provide] PROVIDE (r_ea_sleep_check, 0x40015928) + [!provide] PROVIDE (r_ea_sw_isr, 0x40015724) + [!provide] PROVIDE (r_ea_time_get_halfslot_rounded, 0x40015894) + [!provide] PROVIDE (r_ea_time_get_slot_rounded, 0x400158d4) + [!provide] PROVIDE (r_ecc_abort_key256_generation, 0x40017070) + [!provide] PROVIDE (r_ecc_generate_key256, 0x40016e00) + [!provide] PROVIDE (r_ecc_gen_new_public_key, 0x400170c0) + [!provide] PROVIDE (r_ecc_gen_new_secret_key, 0x400170e4) + [!provide] PROVIDE (r_ecc_get_debug_Keys, 0x40017224) + [!provide] PROVIDE (r_ecc_init, 0x40016dbc) + [!provide] PROVIDE (RecvBuff, 0x3ffe009c) + [!provide] PROVIDE (r_em_buf_init, 0x4001729c) + [!provide] PROVIDE (r_em_buf_rx_buff_addr_get, 0x400173e8) + [!provide] PROVIDE (r_em_buf_rx_free, 0x400173c4) + [!provide] PROVIDE (r_em_buf_tx_buff_addr_get, 0x40017404) + [!provide] PROVIDE (r_em_buf_tx_free, 0x4001741c) + [!provide] PROVIDE (_rename_r, 0x4000bc28) + [!provide] PROVIDE (r_F1_256, 0x400133e4) + [!provide] PROVIDE (r_F2_256, 0x40013568) + [!provide] PROVIDE (r_F3_256, 0x40013664) + [!provide] PROVIDE (RFPLL_ICP_TABLE, 0x3ffb8b7c) + [!provide] PROVIDE (r_G_256, 0x40013470) + [!provide] PROVIDE (r_H3, 0x40013760) + [!provide] PROVIDE (r_H4, 0x40013830) + [!provide] PROVIDE (r_h4tl_init, 0x40017878) + [!provide] PROVIDE (r_h4tl_start, 0x40017924) + [!provide] PROVIDE (r_h4tl_stop, 0x40017934) + [!provide] PROVIDE (r_h4tl_write, 0x400178d0) + [!provide] PROVIDE (r_H5, 0x400138dc) + [!provide] PROVIDE (r_hashConcat, 0x40013a38) + [!provide] PROVIDE (r_hci_acl_tx_data_alloc, 0x4001951c) + [!provide] PROVIDE (r_hci_acl_tx_data_received, 0x40019654) + [!provide] PROVIDE (r_hci_bt_acl_bdaddr_register, 0x40018900) + [!provide] PROVIDE (r_hci_bt_acl_bdaddr_unregister, 0x400189ac) + [!provide] PROVIDE (r_hci_bt_acl_conhdl_register, 0x4001895c) + [!provide] PROVIDE (r_hci_cmd_get_max_param_size, 0x400192d0) + [!provide] PROVIDE (r_hci_cmd_received, 0x400192f8) + [!provide] PROVIDE (r_hci_evt_filter_add, 0x40018a64) + [!provide] PROVIDE (r_hci_evt_mask_set, 0x400189e4) + [!provide] PROVIDE (r_hci_fc_acl_buf_size_set, 0x40017988) + [!provide] PROVIDE (r_hci_fc_acl_en, 0x400179d8) + [!provide] PROVIDE (r_hci_fc_acl_packet_sent, 0x40017a3c) + [!provide] PROVIDE (r_hci_fc_check_host_available_nb_acl_packets, 0x40017aa4) + [!provide] PROVIDE (r_hci_fc_check_host_available_nb_sync_packets, 0x40017ac8) + [!provide] PROVIDE (r_hci_fc_host_nb_acl_pkts_complete, 0x40017a6c) + [!provide] PROVIDE (r_hci_fc_host_nb_sync_pkts_complete, 0x40017a88) + [!provide] PROVIDE (r_hci_fc_init, 0x40017974) + [!provide] PROVIDE (r_hci_fc_sync_buf_size_set, 0x400179b0) + [!provide] PROVIDE (r_hci_fc_sync_en, 0x40017a30) + [!provide] PROVIDE (r_hci_fc_sync_packet_sent, 0x40017a54) + [!provide] PROVIDE (r_hci_init, 0x40018538) + [!provide] PROVIDE (r_hci_look_for_cmd_desc, 0x40018454) + [!provide] PROVIDE (r_hci_look_for_dbg_evt_desc, 0x400184c4) + [!provide] PROVIDE (r_hci_look_for_evt_desc, 0x400184a0) + [!provide] PROVIDE (r_hci_look_for_le_evt_desc, 0x400184e0) + [!provide] PROVIDE (r_hci_reset, 0x4001856c) + [!provide] PROVIDE (r_hci_send_2_host, 0x400185bc) + [!provide] PROVIDE (r_hci_sync_tx_data_alloc, 0x40019754) + [!provide] PROVIDE (r_hci_sync_tx_data_received, 0x400197c0) + [!provide] PROVIDE (r_hci_tl_init, 0x40019290) + [!provide] PROVIDE (r_hci_tl_send, 0x40019228) + [!provide] PROVIDE (r_hci_util_pack, 0x40019874) + [!provide] PROVIDE (r_hci_util_unpack, 0x40019998) + [!provide] PROVIDE (r_hci_voice_settings_get, 0x40018bdc) + [!provide] PROVIDE (r_hci_voice_settings_set, 0x40018be8) + [!provide] PROVIDE (r_HMAC, 0x40013968) + [!provide] PROVIDE (r_import_rf_phy_func, 0x3ffb8354) + [!provide] PROVIDE (r_import_rf_phy_func_p, 0x3ffafd64) + [!provide] PROVIDE (r_ip_funcs, 0x3ffae710) + [!provide] PROVIDE (r_ip_funcs_p, 0x3ffae70c) + [!provide] PROVIDE (r_ke_check_malloc, 0x40019de0) + [!provide] PROVIDE (r_ke_event_callback_set, 0x40019ba8) + [!provide] PROVIDE (r_ke_event_clear, 0x40019c2c) + [!provide] PROVIDE (r_ke_event_flush, 0x40019ccc) + [!provide] PROVIDE (r_ke_event_get, 0x40019c78) + [!provide] PROVIDE (r_ke_event_get_all, 0x40019cc0) + [!provide] PROVIDE (r_ke_event_init, 0x40019b90) + [!provide] PROVIDE (r_ke_event_schedule, 0x40019cdc) + [!provide] PROVIDE (r_ke_event_set, 0x40019be0) + [!provide] PROVIDE (r_ke_flush, 0x4001a374) + [!provide] PROVIDE (r_ke_free, 0x4001a014) + [!provide] PROVIDE (r_ke_get_max_mem_usage, 0x4001a1c8) + [!provide] PROVIDE (r_ke_get_mem_usage, 0x4001a1a0) + [!provide] PROVIDE (r_ke_init, 0x4001a318) + [!provide] PROVIDE (r_ke_is_free, 0x4001a184) + [!provide] PROVIDE (r_ke_malloc, 0x40019eb4) + [!provide] PROVIDE (r_ke_mem_init, 0x40019d3c) + [!provide] PROVIDE (r_ke_mem_is_empty, 0x40019d8c) + [!provide] PROVIDE (r_ke_msg_alloc, 0x4001a1e0) + [!provide] PROVIDE (r_ke_msg_dest_id_get, 0x4001a2e0) + [!provide] PROVIDE (r_ke_msg_discard, 0x4001a850) + [!provide] PROVIDE (r_ke_msg_forward, 0x4001a290) + [!provide] PROVIDE (r_ke_msg_forward_new_id, 0x4001a2ac) + [!provide] PROVIDE (r_ke_msg_free, 0x4001a2cc) + [!provide] PROVIDE (r_ke_msg_in_queue, 0x4001a2f8) + [!provide] PROVIDE (r_ke_msg_save, 0x4001a858) + [!provide] PROVIDE (r_ke_msg_send, 0x4001a234) + [!provide] PROVIDE (r_ke_msg_send_basic, 0x4001a26c) + [!provide] PROVIDE (r_ke_msg_src_id_get, 0x4001a2ec) + [!provide] PROVIDE (r_ke_queue_extract, 0x40055fd0) + [!provide] PROVIDE (r_ke_queue_insert, 0x40056020) + [!provide] PROVIDE (r_ke_sleep_check, 0x4001a3d8) + [!provide] PROVIDE (r_ke_state_get, 0x4001a7d8) + [!provide] PROVIDE (r_ke_state_set, 0x4001a6fc) + [!provide] PROVIDE (r_ke_stats_get, 0x4001a3f0) + [!provide] PROVIDE (r_ke_task_check, 0x4001a8a4) + [!provide] PROVIDE (r_ke_task_create, 0x4001a674) + [!provide] PROVIDE (r_ke_task_delete, 0x4001a6c0) + [!provide] PROVIDE (r_ke_task_init, 0x4001a650) + [!provide] PROVIDE (r_ke_task_msg_flush, 0x4001a860) + [!provide] PROVIDE (r_ke_timer_active, 0x4001ac08) + [!provide] PROVIDE (r_ke_timer_adjust_all, 0x4001ac30) + [!provide] PROVIDE (r_ke_timer_clear, 0x4001ab90) + [!provide] PROVIDE (r_ke_timer_init, 0x4001aa9c) + [!provide] PROVIDE (r_ke_timer_set, 0x4001aac0) + [!provide] PROVIDE (r_ke_timer_sleep_check, 0x4001ac50) + [!provide] PROVIDE (r_KPrimC, 0x40010ad4) + [!provide] PROVIDE (r_lb_clk_adj_activate, 0x4001ae70) + [!provide] PROVIDE (r_lb_clk_adj_id_get, 0x4001af14) + [!provide] PROVIDE (r_lb_clk_adj_period_update, 0x4001af20) + [!provide] PROVIDE (r_lb_init, 0x4001acd4) + [!provide] PROVIDE (r_lb_mst_key, 0x4001afc0) + [!provide] PROVIDE (r_lb_mst_key_cmp, 0x4001af74) + [!provide] PROVIDE (r_lb_mst_key_restart_enc, 0x4001b0d4) + [!provide] PROVIDE (r_lb_mst_start_act_bcst_enc, 0x4001b198) + [!provide] PROVIDE (r_lb_mst_stop_act_bcst_enc, 0x4001b24c) + [!provide] PROVIDE (r_lb_reset, 0x4001ad38) + [!provide] PROVIDE (r_lb_send_lmp, 0x4001adbc) + [!provide] PROVIDE (r_lb_send_pdu_clk_adj, 0x4001af3c) + [!provide] PROVIDE (r_lb_util_get_csb_mode, 0x4001ada4) + [!provide] PROVIDE (r_lb_util_get_nb_broadcast, 0x4001ad80) + [!provide] PROVIDE (r_lb_util_get_res_lt_addr, 0x4001ad98) + [!provide] PROVIDE (r_lb_util_set_nb_broadcast, 0x4001ad8c) + [!provide] PROVIDE (r_lc_afh_set, 0x4001cc74) + [!provide] PROVIDE (r_lc_afh_start, 0x4001d240) + [!provide] PROVIDE (r_lc_auth_cmp, 0x4001cd54) + [!provide] PROVIDE (r_lc_calc_link_key, 0x4001ce7c) + [!provide] PROVIDE (r_lc_chg_pkt_type_cmp, 0x4001d038) + [!provide] PROVIDE (r_lc_chg_pkt_type_cont, 0x4001cfbc) + [!provide] PROVIDE (r_lc_chg_pkt_type_retry, 0x4001d0ac) + [!provide] PROVIDE (r_lc_chk_to, 0x4001d2a8) + [!provide] PROVIDE (r_lc_cmd_stat_send, 0x4001c914) + [!provide] PROVIDE (r_lc_comb_key_svr, 0x4001d30c) + [!provide] PROVIDE (r_lc_con_cmp, 0x4001d44c) + [!provide] PROVIDE (r_lc_con_cmp_evt_send, 0x4001d4fc) + [!provide] PROVIDE (r_lc_conn_seq_done, 0x40021334) + [!provide] PROVIDE (r_lc_detach, 0x4002037c) + [!provide] PROVIDE (r_lc_dhkey, 0x4001d564) + [!provide] PROVIDE (r_lc_enc_cmp, 0x4001d8bc) + [!provide] PROVIDE (r_lc_enc_key_refresh, 0x4001d720) + [!provide] PROVIDE (r_lc_end_chk_colli, 0x4001d858) + [!provide] PROVIDE (r_lc_end_of_sniff_nego, 0x4001d9a4) + [!provide] PROVIDE (r_lc_enter_sniff_mode, 0x4001ddb8) + [!provide] PROVIDE (r_lc_epr_change_lk, 0x4001db38) + [!provide] PROVIDE (r_lc_epr_cmp, 0x4001da88) + [!provide] PROVIDE (r_lc_epr_resp, 0x4001e0b4) + [!provide] PROVIDE (r_lc_epr_rsw_cmp, 0x4001dd40) + [!provide] PROVIDE (r_lc_ext_feat, 0x40020d6c) + [!provide] PROVIDE (r_lc_feat, 0x40020984) + [!provide] PROVIDE (r_lc_hl_connect, 0x400209e8) + [!provide] PROVIDE (r_lc_init, 0x4001c948) + [!provide] PROVIDE (r_lc_init_calc_f3, 0x4001deb0) + [!provide] PROVIDE (r_lc_initiator_epr, 0x4001e064) + [!provide] PROVIDE (r_lc_init_passkey_loop, 0x4001dfc0) + [!provide] PROVIDE (r_lc_init_start_mutual_auth, 0x4001df60) + [!provide] PROVIDE (r_lc_key_exch_end, 0x4001e140) + [!provide] PROVIDE (r_lc_legacy_pair, 0x4001e1c0) + [!provide] PROVIDE (r_lc_local_switch, 0x4001e22c) + [!provide] PROVIDE (r_lc_local_trans_mode, 0x4001e2e4) + [!provide] PROVIDE (r_lc_local_untrans_mode, 0x4001e3a0) + [!provide] PROVIDE (r_lc_loc_auth, 0x40020ecc) + [!provide] PROVIDE (r_lc_locepr_lkref, 0x4001d648) + [!provide] PROVIDE (r_lc_locepr_rsw, 0x4001d5d0) + [!provide] PROVIDE (r_lc_loc_sniff, 0x40020a6c) + [!provide] PROVIDE (r_lc_max_slot_mgt, 0x4001e410) + [!provide] PROVIDE (r_lc_mst_key, 0x4001e7c0) + [!provide] PROVIDE (r_lc_mst_qos_done, 0x4001ea80) + [!provide] PROVIDE (r_lc_mst_send_mst_key, 0x4001e8f4) + [!provide] PROVIDE (r_lc_mutual_auth_end, 0x4001e670) + [!provide] PROVIDE (r_lc_mutual_auth_end2, 0x4001e4f4) + [!provide] PROVIDE (r_lc_packet_type, 0x40021038) + [!provide] PROVIDE (r_lc_pair, 0x40020ddc) + [!provide] PROVIDE (r_lc_pairing_cont, 0x4001eafc) + [!provide] PROVIDE (r_lc_passkey_comm, 0x4001ed20) + [!provide] PROVIDE (r_lc_prepare_all_links_for_clk_adj, 0x40021430) + [!provide] PROVIDE (r_lc_proc_rcv_dhkey, 0x4001edec) + [!provide] PROVIDE (r_lc_ptt, 0x4001ee2c) + [!provide] PROVIDE (r_lc_ptt_cmp, 0x4001eeec) + [!provide] PROVIDE (r_lc_qos_setup, 0x4001ef50) + [!provide] PROVIDE (r_lc_rd_rem_name, 0x4001efd0) + [!provide] PROVIDE (r_lc_release, 0x4001f8a8) + [!provide] PROVIDE (r_lc_rem_enc, 0x4001f124) + [!provide] PROVIDE (r_lc_rem_name_cont, 0x4001f290) + [!provide] PROVIDE (r_lc_rem_nego_trans_mode, 0x4001f1b4) + [!provide] PROVIDE (r_lc_rem_sniff, 0x40020ca4) + [!provide] PROVIDE (r_lc_rem_sniff_sub_rate, 0x40020b10) + [!provide] PROVIDE (r_lc_rem_switch, 0x4001f070) + [!provide] PROVIDE (r_lc_rem_trans_mode, 0x4001f314) + [!provide] PROVIDE (r_lc_rem_unsniff, 0x400207a0) + [!provide] PROVIDE (r_lc_rem_untrans_mode, 0x4001f36c) + [!provide] PROVIDE (r_lc_reset, 0x4001c99c) + [!provide] PROVIDE (r_lc_resp_auth, 0x4001f518) + [!provide] PROVIDE (r_lc_resp_calc_f3, 0x4001f710) + [!provide] PROVIDE (r_lc_resp_num_comp, 0x40020074) + [!provide] PROVIDE (r_lc_resp_oob_nonce, 0x4001f694) + [!provide] PROVIDE (r_lc_resp_oob_wait_nonce, 0x4001f66c) + [!provide] PROVIDE (r_lc_resp_pair, 0x400208a4) + [!provide] PROVIDE (r_lc_resp_sec_auth, 0x4001f4a0) + [!provide] PROVIDE (r_lc_resp_wait_dhkey_cont, 0x4001f86c) + [!provide] PROVIDE (r_lc_restart_enc, 0x4001f8ec) + [!provide] PROVIDE (r_lc_restart_enc_cont, 0x4001f940) + [!provide] PROVIDE (r_lc_restore_afh_reporting, 0x4001f028) + [!provide] PROVIDE (r_lc_restore_to, 0x4001f9e0) + [!provide] PROVIDE (r_lc_ret_sniff_max_slot_chg, 0x4001fa30) + [!provide] PROVIDE (r_lc_rsw_clean_up, 0x4001dc70) + [!provide] PROVIDE (r_lc_rsw_done, 0x4001db94) + [!provide] PROVIDE (r_lc_sco_baseband_ack, 0x40022b00) + [!provide] PROVIDE (r_lc_sco_detach, 0x40021e40) + [!provide] PROVIDE (r_lc_sco_host_accept, 0x40022118) + [!provide] PROVIDE (r_lc_sco_host_reject, 0x400222b8) + [!provide] PROVIDE (r_lc_sco_host_request, 0x40021f4c) + [!provide] PROVIDE (r_lc_sco_host_request_disc, 0x4002235c) + [!provide] PROVIDE (r_lc_sco_init, 0x40021dc8) + [!provide] PROVIDE (r_lc_sco_peer_accept, 0x40022780) + [!provide] PROVIDE (r_lc_sco_peer_accept_disc, 0x40022a08) + [!provide] PROVIDE (r_lc_sco_peer_reject, 0x40022824) + [!provide] PROVIDE (r_lc_sco_peer_reject_disc, 0x40022a8c) + [!provide] PROVIDE (r_lc_sco_peer_request, 0x4002240c) + [!provide] PROVIDE (r_lc_sco_peer_request_disc, 0x400228ec) + [!provide] PROVIDE (r_lc_sco_release, 0x40021eec) + [!provide] PROVIDE (r_lc_sco_reset, 0x40021dfc) + [!provide] PROVIDE (r_lc_sco_timeout, 0x40022bd4) + [!provide] PROVIDE (r_lc_sec_auth_compute_sres, 0x4001f3ec) + [!provide] PROVIDE (r_lc_semi_key_cmp, 0x40020294) + [!provide] PROVIDE (r_lc_send_enc_chg_evt, 0x4002134c) + [!provide] PROVIDE (r_lc_send_enc_mode, 0x40020220) + [!provide] PROVIDE (r_lc_send_lmp, 0x4001c1a8) + [!provide] PROVIDE (r_lc_send_pdu_acc, 0x4001c21c) + [!provide] PROVIDE (r_lc_send_pdu_acc_ext4, 0x4001c240) + [!provide] PROVIDE (r_lc_send_pdu_au_rand, 0x4001c308) + [!provide] PROVIDE (r_lc_send_pdu_auto_rate, 0x4001c5d0) + [!provide] PROVIDE (r_lc_send_pdu_clk_adj_ack, 0x4001c46c) + [!provide] PROVIDE (r_lc_send_pdu_clk_adj_req, 0x4001c494) + [!provide] PROVIDE (r_lc_send_pdu_comb_key, 0x4001c368) + [!provide] PROVIDE (r_lc_send_pdu_dhkey_chk, 0x4001c8e8) + [!provide] PROVIDE (r_lc_send_pdu_encaps_head, 0x4001c440) + [!provide] PROVIDE (r_lc_send_pdu_encaps_payl, 0x4001c410) + [!provide] PROVIDE (r_lc_send_pdu_enc_key_sz_req, 0x4001c670) + [!provide] PROVIDE (r_lc_send_pdu_esco_lk_rem_req, 0x4001c5a8) + [!provide] PROVIDE (r_lc_send_pdu_feats_ext_req, 0x4001c6ec) + [!provide] PROVIDE (r_lc_send_pdu_feats_res, 0x4001c694) + [!provide] PROVIDE (r_lc_send_pdu_in_rand, 0x4001c338) + [!provide] PROVIDE (r_lc_send_pdu_io_cap_res, 0x4001c72c) + [!provide] PROVIDE (r_lc_send_pdu_lsto, 0x4001c64c) + [!provide] PROVIDE (r_lc_send_pdu_max_slot, 0x4001c3c8) + [!provide] PROVIDE (r_lc_send_pdu_max_slot_req, 0x4001c3ec) + [!provide] PROVIDE (r_lc_send_pdu_not_acc, 0x4001c26c) + [!provide] PROVIDE (r_lc_send_pdu_not_acc_ext4, 0x4001c294) + [!provide] PROVIDE (r_lc_send_pdu_num_comp_fail, 0x4001c770) + [!provide] PROVIDE (r_lc_send_pdu_pause_enc_aes_req, 0x4001c794) + [!provide] PROVIDE (r_lc_send_pdu_paus_enc_req, 0x4001c7c0) + [!provide] PROVIDE (r_lc_send_pdu_ptt_req, 0x4001c4c0) + [!provide] PROVIDE (r_lc_send_pdu_qos_req, 0x4001c82c) + [!provide] PROVIDE (r_lc_send_pdu_resu_enc_req, 0x4001c7e4) + [!provide] PROVIDE (r_lc_send_pdu_sco_lk_rem_req, 0x4001c580) + [!provide] PROVIDE (r_lc_send_pdu_set_afh, 0x4001c2c8) + [!provide] PROVIDE (r_lc_send_pdu_setup_cmp, 0x4001c808) + [!provide] PROVIDE (r_lc_send_pdu_slot_off, 0x4001c854) + [!provide] PROVIDE (r_lc_send_pdu_sniff_req, 0x4001c5f0) + [!provide] PROVIDE (r_lc_send_pdu_sp_cfm, 0x4001c518) + [!provide] PROVIDE (r_lc_send_pdu_sp_nb, 0x4001c4e8) + [!provide] PROVIDE (r_lc_send_pdu_sres, 0x4001c548) + [!provide] PROVIDE (r_lc_send_pdu_tim_acc, 0x4001c6cc) + [!provide] PROVIDE (r_lc_send_pdu_unit_key, 0x4001c398) + [!provide] PROVIDE (r_lc_send_pdu_unsniff_req, 0x4001c894) + [!provide] PROVIDE (r_lc_send_pdu_vers_req, 0x4001c8b4) + [!provide] PROVIDE (r_lc_skip_hl_oob_req, 0x400201bc) + [!provide] PROVIDE (r_lc_sniff_init, 0x40022cac) + [!provide] PROVIDE (r_lc_sniff_max_slot_chg, 0x40020590) + [!provide] PROVIDE (r_lc_sniff_reset, 0x40022cc8) + [!provide] PROVIDE (r_lc_sniff_slot_unchange, 0x40021100) + [!provide] PROVIDE (r_lc_sniff_sub_mode, 0x400204fc) + [!provide] PROVIDE (r_lc_sp_end, 0x400213a8) + [!provide] PROVIDE (r_lc_sp_fail, 0x40020470) + [!provide] PROVIDE (r_lc_sp_oob_tid_fail, 0x400204cc) + [!provide] PROVIDE (r_lc_ssr_nego, 0x4002125c) + [!provide] PROVIDE (r_lc_start, 0x4001ca28) + [!provide] PROVIDE (r_lc_start_enc, 0x4001fb28) + [!provide] PROVIDE (r_lc_start_enc_key_size, 0x4001fd9c) + [!provide] PROVIDE (r_lc_start_key_exch, 0x4001fe10) + [!provide] PROVIDE (r_lc_start_lmp_to, 0x4001fae8) + [!provide] PROVIDE (r_lc_start_oob, 0x4001fffc) + [!provide] PROVIDE (r_lc_start_passkey, 0x4001feac) + [!provide] PROVIDE (r_lc_start_passkey_loop, 0x4001ff88) + [!provide] PROVIDE (r_lc_stop_afh_report, 0x40020184) + [!provide] PROVIDE (r_lc_stop_enc, 0x40020110) + [!provide] PROVIDE (r_lc_switch_cmp, 0x40020448) + [!provide] PROVIDE (r_lc_unit_key_svr, 0x400206d8) + [!provide] PROVIDE (r_lc_unsniff, 0x40020c50) + [!provide] PROVIDE (r_lc_unsniff_cmp, 0x40020810) + [!provide] PROVIDE (r_lc_unsniff_cont, 0x40020750) + [!provide] PROVIDE (r_lc_upd_to, 0x4002065c) + [!provide] PROVIDE (r_lc_util_convert_pref_rate_to_packet_type, 0x4002f9b0) + [!provide] PROVIDE (r_lc_util_get_max_packet_size, 0x4002f4ac) + [!provide] PROVIDE (r_lc_util_get_offset_clke, 0x4002f538) + [!provide] PROVIDE (r_lc_util_get_offset_clkn, 0x4002f51c) + [!provide] PROVIDE (r_lc_util_set_loc_trans_coll, 0x4002f500) + [!provide] PROVIDE (r_lc_version, 0x40020a30) + [!provide] PROVIDE (lmp_accepted_ext_handler, 0x40027290) + [!provide] PROVIDE (lmp_not_accepted_ext_handler, 0x40029c54) + [!provide] PROVIDE (lmp_clk_adj_handler, 0x40027468) + [!provide] PROVIDE (lmp_clk_adj_ack_handler, 0x400274f4) + [!provide] PROVIDE (lmp_clk_adj_req_handler, 0x4002751c) + [!provide] PROVIDE (lmp_feats_res_ext_handler, 0x4002cac4) + [!provide] PROVIDE (lmp_feats_req_ext_handler, 0x4002ccb0) + [!provide] PROVIDE (lmp_pkt_type_tbl_req_handler, 0x40027574) + [!provide] PROVIDE (lmp_esco_link_req_handler, 0x40027610) + [!provide] PROVIDE (lmp_rmv_esco_link_req_handler, 0x400276e8) + [!provide] PROVIDE (lmp_ch_class_req_handler, 0x40027730) + [!provide] PROVIDE (lmp_ch_class_handler, 0x4002ca18) + [!provide] PROVIDE (lmp_ssr_req_handler, 0x4002780c) + [!provide] PROVIDE (lmp_ssr_res_handler, 0x40027900) + [!provide] PROVIDE (lmp_pause_enc_aes_req_handler, 0x400279a4) + [!provide] PROVIDE (lmp_pause_enc_req_handler, 0x4002df90) + [!provide] PROVIDE (lmp_resume_enc_req_handler, 0x4002e084) + [!provide] PROVIDE (lmp_num_comparison_fail_handler, 0x40027a74) + [!provide] PROVIDE (lmp_passkey_fail_handler, 0x40027aec) + [!provide] PROVIDE (lmp_keypress_notif_handler, 0x4002c5c8) + [!provide] PROVIDE (lmp_pwr_ctrl_req_handler, 0x400263bc) + [!provide] PROVIDE (lmp_pwr_ctrl_res_handler, 0x40026480) + [!provide] PROVIDE (lmp_auto_rate_handler, 0x40026548) + [!provide] PROVIDE (lmp_pref_rate_handler, 0x4002657c) + [!provide] PROVIDE (lmp_name_req_handler, 0x40025050) + [!provide] PROVIDE (lmp_name_res_handler, 0x400250bc) + [!provide] PROVIDE (lmp_not_accepted_handler, 0x400251d0) + [!provide] PROVIDE (lmp_accepted_handler, 0x4002e894) + [!provide] PROVIDE (lmp_clk_off_req_handler, 0x40025a44) + [!provide] PROVIDE (lmp_clk_off_res_handler, 0x40025ab8) + [!provide] PROVIDE (lmp_detach_handler, 0x40025b74) + [!provide] PROVIDE (lmp_tempkey_handler, 0x4002b6b0) + [!provide] PROVIDE (lmp_temprand_handler, 0x4002b74c) + [!provide] PROVIDE (lmp_sres_handler, 0x4002b840) + [!provide] PROVIDE (lmp_aurand_handler, 0x4002bda0) + [!provide] PROVIDE (lmp_unitkey_handler, 0x4002c13c) + [!provide] PROVIDE (lmp_combkey_handler, 0x4002c234) + [!provide] PROVIDE (lmp_inrand_handler, 0x4002c414) + [!provide] PROVIDE (lmp_oob_fail_handler, 0x40027b84) + [!provide] PROVIDE (lmp_ping_req_handler, 0x40027c08) + [!provide] PROVIDE (lmp_ping_res_handler, 0x40027c5c) + [!provide] PROVIDE (lmp_enc_mode_req_handler, 0x40025c60) + [!provide] PROVIDE (lmp_enc_key_size_req_handler, 0x40025e54) + [!provide] PROVIDE (lmp_switch_req_handler, 0x40025f84) + [!provide] PROVIDE (lmp_start_enc_req_handler, 0x4002e124) + [!provide] PROVIDE (lmp_stop_enc_req_handler, 0x4002de30) + [!provide] PROVIDE (lmp_sniff_req_handler, 0x400260c8) + [!provide] PROVIDE (lmp_unsniff_req_handler, 0x400261e0) + [!provide] PROVIDE (lmp_incr_pwr_req_handler, 0x4002629c) + [!provide] PROVIDE (lmp_decr_pwr_req_handler, 0x400262f8) + [!provide] PROVIDE (lmp_max_pwr_handler, 0x40026354) + [!provide] PROVIDE (lmp_min_pwr_handler, 0x40026388) + [!provide] PROVIDE (lmp_ver_req_handler, 0x400265f0) + [!provide] PROVIDE (lmp_ver_res_handler, 0x40026670) + [!provide] PROVIDE (lmp_qos_handler, 0x40026790) + [!provide] PROVIDE (lmp_qos_req_handler, 0x40026844) + [!provide] PROVIDE (lmp_sco_link_req_handler, 0x40026930) + [!provide] PROVIDE (lmp_rmv_sco_link_req_handler, 0x40026a10) + [!provide] PROVIDE (lmp_max_slot_handler, 0x40026a54) + [!provide] PROVIDE (lmp_max_slot_req_handler, 0x40026aac) + [!provide] PROVIDE (lmp_timing_accu_req_handler, 0x40026b54) + [!provide] PROVIDE (lmp_timing_accu_res_handler, 0x40026bcc) + [!provide] PROVIDE (lmp_setup_cmp_handler, 0x40026c84) + [!provide] PROVIDE (lmp_feats_res_handler, 0x4002b548) + [!provide] PROVIDE (lmp_feats_req_handler, 0x4002b620) + [!provide] PROVIDE (lmp_host_con_req_handler, 0x4002b3d8) + [!provide] PROVIDE (lmp_use_semi_perm_key_handler, 0x4002b4c4) + [!provide] PROVIDE (lmp_slot_off_handler, 0x40026cc8) + [!provide] PROVIDE (lmp_page_mode_req_handler, 0x40026d0c) + [!provide] PROVIDE (lmp_page_scan_mode_req_handler, 0x40026d4c) + [!provide] PROVIDE (lmp_supv_to_handler, 0x40026d94) + [!provide] PROVIDE (lmp_test_activate_handler, 0x40026e7c) + [!provide] PROVIDE (lmp_test_ctrl_handler, 0x40026ee4) + [!provide] PROVIDE (lmp_enc_key_size_mask_req_handler, 0x40027038) + [!provide] PROVIDE (lmp_enc_key_size_mask_res_handler, 0x400270a4) + [!provide] PROVIDE (lmp_set_afh_handler, 0x4002b2e4) + [!provide] PROVIDE (lmp_encaps_hdr_handler, 0x40027120) + [!provide] PROVIDE (lmp_encaps_payl_handler, 0x4002e590) + [!provide] PROVIDE (lmp_sp_nb_handler, 0x4002acf0) + [!provide] PROVIDE (lmp_sp_cfm_handler, 0x4002b170) + [!provide] PROVIDE (lmp_dhkey_chk_handler, 0x4002ab48) + [!provide] PROVIDE (lmp_pause_enc_aes_req_handler, 0x400279a4) + [!provide] PROVIDE (lmp_io_cap_res_handler, 0x4002c670) + [!provide] PROVIDE (lmp_io_cap_req_handler, 0x4002c7a4) + [!provide] PROVIDE (ld_acl_tx_packet_type_select, 0x4002fb40) + [!provide] PROVIDE (ld_acl_sched, 0x40033268) + [!provide] PROVIDE (ld_acl_sniff_sched, 0x4003340c) + [!provide] PROVIDE (lm_cmd_cmp_send, 0x40051838) + [!provide] PROVIDE (r_ld_acl_active_hop_types_get, 0x40036e10) + [!provide] PROVIDE (r_ld_acl_afh_confirm, 0x40036d40) + [!provide] PROVIDE (r_ld_acl_afh_prepare, 0x40036c84) + [!provide] PROVIDE (r_ld_acl_afh_set, 0x40036b60) + [!provide] PROVIDE (r_ld_acl_allowed_tx_packet_types_set, 0x40036810) + [!provide] PROVIDE (r_ld_acl_bcst_rx_dec, 0x40036394) + [!provide] PROVIDE (r_ld_acl_bit_off_get, 0x40036b18) + [!provide] PROVIDE (r_ld_acl_clk_adj_set, 0x40036a00) + [!provide] PROVIDE (r_ld_acl_clk_off_get, 0x40036b00) + [!provide] PROVIDE (r_ld_acl_clk_set, 0x40036950) + [!provide] PROVIDE (r_ld_acl_clock_offset_get, 0x400364c0) + [!provide] PROVIDE (r_ld_acl_current_tx_power_get, 0x400368f0) + [!provide] PROVIDE (r_ld_acl_data_flush, 0x400357bc) + [!provide] PROVIDE (r_ld_acl_data_tx, 0x4003544c) + [!provide] PROVIDE (r_ld_acl_edr_set, 0x4003678c) + [!provide] PROVIDE (r_ld_acl_enc_key_load, 0x40036404) + [!provide] PROVIDE (r_ld_acl_flow_off, 0x40035400) + [!provide] PROVIDE (r_ld_acl_flow_on, 0x4003541c) + [!provide] PROVIDE (r_ld_acl_flush_timeout_get, 0x40035f9c) + [!provide] PROVIDE (r_ld_acl_flush_timeout_set, 0x40035fe0) + [!provide] PROVIDE (r_ld_acl_init, 0x40034d08) + [!provide] PROVIDE (r_ld_acl_lmp_flush, 0x40035d80) + [!provide] PROVIDE (r_ld_acl_lmp_tx, 0x40035b34) + [!provide] PROVIDE (r_ld_acl_lsto_get, 0x400366b4) + [!provide] PROVIDE (r_ld_acl_lsto_set, 0x400366f8) + [!provide] PROVIDE (r_ld_acl_reset, 0x40034d24) + [!provide] PROVIDE (r_ld_acl_role_get, 0x40036b30) + [!provide] PROVIDE (r_ld_acl_rssi_delta_get, 0x40037028) + [!provide] PROVIDE (r_ld_acl_rsw_req, 0x40035e74) + [!provide] PROVIDE (r_ld_acl_rx_enc, 0x40036344) + [!provide] PROVIDE (r_ld_acl_rx_max_slot_get, 0x40036e58) + [!provide] PROVIDE (r_ld_acl_rx_max_slot_set, 0x40036ea0) + [!provide] PROVIDE (r_ld_acl_slot_offset_get, 0x4003653c) + [!provide] PROVIDE (r_ld_acl_slot_offset_set, 0x40036658) + [!provide] PROVIDE (r_ld_acl_sniff, 0x4003617c) + [!provide] PROVIDE (r_ld_acl_sniff_trans, 0x400360a8) + [!provide] PROVIDE (r_ld_acl_ssr_set, 0x40036274) + [!provide] PROVIDE (r_ld_acl_start, 0x40034ddc) + [!provide] PROVIDE (r_ld_acl_stop, 0x4003532c) + [!provide] PROVIDE (r_ld_acl_test_mode_set, 0x40036f24) + [!provide] PROVIDE (r_ld_acl_timing_accuracy_set, 0x4003673c) + [!provide] PROVIDE (r_ld_acl_t_poll_get, 0x40036024) + [!provide] PROVIDE (r_ld_acl_t_poll_set, 0x40036068) + [!provide] PROVIDE (r_ld_acl_tx_enc, 0x400362f8) + [!provide] PROVIDE (r_ld_acl_unsniff, 0x400361e0) + [!provide] PROVIDE (r_ld_active_check, 0x4003cac4) + [!provide] PROVIDE (r_ld_afh_ch_assess_data_get, 0x4003caec) + [!provide] PROVIDE (r_ld_bcst_acl_data_tx, 0x40038d3c) + [!provide] PROVIDE (r_ld_bcst_acl_init, 0x40038bd0) + [!provide] PROVIDE (r_ld_bcst_acl_reset, 0x40038bdc) + [!provide] PROVIDE (r_ld_bcst_acl_start, 0x4003882c) + [!provide] PROVIDE (r_ld_bcst_afh_update, 0x40038f3c) + [!provide] PROVIDE (r_ld_bcst_enc_key_load, 0x4003906c) + [!provide] PROVIDE (r_ld_bcst_lmp_tx, 0x40038bf8) + [!provide] PROVIDE (r_ld_bcst_tx_enc, 0x40038ff8) + [!provide] PROVIDE (r_ld_bd_addr_get, 0x4003ca20) + [!provide] PROVIDE (r_ld_channel_assess, 0x4003c184) + [!provide] PROVIDE (r_ld_class_of_dev_get, 0x4003ca34) + [!provide] PROVIDE (r_ld_class_of_dev_set, 0x4003ca50) + [!provide] PROVIDE (r_ld_csb_rx_afh_update, 0x40039af4) + [!provide] PROVIDE (r_ld_csb_rx_init, 0x40039690) + [!provide] PROVIDE (r_ld_csb_rx_reset, 0x4003969c) + [!provide] PROVIDE (r_ld_csb_rx_start, 0x4003972c) + [!provide] PROVIDE (r_ld_csb_rx_stop, 0x40039bb8) + [!provide] PROVIDE (r_ld_csb_tx_afh_update, 0x4003a5fc) + [!provide] PROVIDE (r_ld_csb_tx_clr_data, 0x4003a71c) + [!provide] PROVIDE (r_ld_csb_tx_dis, 0x4003a5e8) + [!provide] PROVIDE (r_ld_csb_tx_en, 0x4003a1c0) + [!provide] PROVIDE (r_ld_csb_tx_init, 0x4003a0e8) + [!provide] PROVIDE (r_ld_csb_tx_reset, 0x4003a0f8) + [!provide] PROVIDE (r_ld_csb_tx_set_data, 0x4003a6c0) + [!provide] PROVIDE (r_ld_fm_clk_isr, 0x4003a7a8) + [!provide] PROVIDE (r_ld_fm_frame_isr, 0x4003a82c) + [!provide] PROVIDE (r_ld_fm_init, 0x4003a760) + [!provide] PROVIDE (r_ld_fm_prog_check, 0x4003ab28) + [!provide] PROVIDE (r_ld_fm_prog_disable, 0x4003a984) + [!provide] PROVIDE (r_ld_fm_prog_enable, 0x4003a944) + [!provide] PROVIDE (r_ld_fm_prog_push, 0x4003a9d4) + [!provide] PROVIDE (r_ld_fm_reset, 0x4003a794) + [!provide] PROVIDE (r_ld_fm_rx_isr, 0x4003a7f4) + [!provide] PROVIDE (r_ld_fm_sket_isr, 0x4003a8a4) + [!provide] PROVIDE (r_ld_init, 0x4003c294) + [!provide] PROVIDE (r_ld_inq_init, 0x4003b15c) + [!provide] PROVIDE (r_ld_inq_reset, 0x4003b168) + [!provide] PROVIDE (r_ld_inq_start, 0x4003b1f0) + [!provide] PROVIDE (r_ld_inq_stop, 0x4003b4f0) + [!provide] PROVIDE (r_ld_iscan_eir_get, 0x4003c118) + [!provide] PROVIDE (r_ld_iscan_eir_set, 0x4003bfa0) + [!provide] PROVIDE (r_ld_iscan_init, 0x4003b9f0) + [!provide] PROVIDE (r_ld_iscan_reset, 0x4003ba14) + [!provide] PROVIDE (r_ld_iscan_restart, 0x4003ba44) + [!provide] PROVIDE (r_ld_iscan_start, 0x4003bb28) + [!provide] PROVIDE (r_ld_iscan_stop, 0x4003bf1c) + [!provide] PROVIDE (r_ld_iscan_tx_pwr_get, 0x4003c138) + [!provide] PROVIDE (r_ld_page_init, 0x4003d808) + [!provide] PROVIDE (r_ld_page_reset, 0x4003d814) + [!provide] PROVIDE (r_ld_page_start, 0x4003d848) + [!provide] PROVIDE (r_ld_page_stop, 0x4003da54) + [!provide] PROVIDE (r_ld_pca_coarse_clock_adjust, 0x4003e324) + [!provide] PROVIDE (r_ld_pca_init, 0x4003deb4) + [!provide] PROVIDE (r_ld_pca_initiate_clock_dragging, 0x4003e4ac) + [!provide] PROVIDE (r_ld_pca_local_config, 0x4003df6c) + [!provide] PROVIDE (r_ld_pca_mws_frame_sync, 0x4003e104) + [!provide] PROVIDE (r_ld_pca_mws_moment_offset_gt, 0x4003e278) + [!provide] PROVIDE (r_ld_pca_mws_moment_offset_lt, 0x4003e280) + [!provide] PROVIDE (r_ld_pca_reporting_enable, 0x4003e018) + [!provide] PROVIDE (r_ld_pca_reset, 0x4003df0c) + [!provide] PROVIDE (r_ld_pca_update_target_offset, 0x4003e050) + [!provide] PROVIDE (r_ld_pscan_evt_handler, 0x4003f238) + [!provide] PROVIDE (r_ld_pscan_init, 0x4003f474) + [!provide] PROVIDE (r_ld_pscan_reset, 0x4003f498) + [!provide] PROVIDE (r_ld_pscan_restart, 0x4003f4b8) + [!provide] PROVIDE (r_ld_pscan_start, 0x4003f514) + [!provide] PROVIDE (r_ld_pscan_stop, 0x4003f618) + [!provide] PROVIDE (r_ld_read_clock, 0x4003c9e4) + [!provide] PROVIDE (r_ld_reset, 0x4003c714) + [!provide] PROVIDE (r_ld_sched_acl_add, 0x4003f978) + [!provide] PROVIDE (r_ld_sched_acl_remove, 0x4003f99c) + [!provide] PROVIDE (r_ld_sched_compute, 0x4003f6f8) + [!provide] PROVIDE (r_ld_sched_init, 0x4003f7ac) + [!provide] PROVIDE (r_ld_sched_inq_add, 0x4003f8a8) + [!provide] PROVIDE (r_ld_sched_inq_remove, 0x4003f8d0) + [!provide] PROVIDE (r_ld_sched_iscan_add, 0x4003f7e8) + [!provide] PROVIDE (r_ld_sched_iscan_remove, 0x4003f808) + [!provide] PROVIDE (r_ld_sched_page_add, 0x4003f910) + [!provide] PROVIDE (r_ld_sched_page_remove, 0x4003f938) + [!provide] PROVIDE (r_ld_sched_pscan_add, 0x4003f828) + [!provide] PROVIDE (r_ld_sched_pscan_remove, 0x4003f848) + [!provide] PROVIDE (r_ld_sched_reset, 0x4003f7d4) + [!provide] PROVIDE (r_ld_sched_sco_add, 0x4003fa4c) + [!provide] PROVIDE (r_ld_sched_sco_remove, 0x4003fa9c) + [!provide] PROVIDE (r_ld_sched_sniff_add, 0x4003f9c4) + [!provide] PROVIDE (r_ld_sched_sniff_remove, 0x4003fa0c) + [!provide] PROVIDE (r_ld_sched_sscan_add, 0x4003f868) + [!provide] PROVIDE (r_ld_sched_sscan_remove, 0x4003f888) + [!provide] PROVIDE (r_ld_sco_audio_isr, 0x40037cc8) + [!provide] PROVIDE (r_ld_sco_data_tx, 0x40037ee8) + [!provide] PROVIDE (r_ld_sco_start, 0x40037110) + [!provide] PROVIDE (r_ld_sco_stop, 0x40037c40) + [!provide] PROVIDE (r_ld_sco_update, 0x40037a74) + [!provide] PROVIDE (r_ld_sscan_activated, 0x4004031c) + [!provide] PROVIDE (r_ld_sscan_init, 0x400402f0) + [!provide] PROVIDE (r_ld_sscan_reset, 0x400402fc) + [!provide] PROVIDE (r_ld_sscan_start, 0x40040384) + [!provide] PROVIDE (r_ld_strain_init, 0x400409f4) + [!provide] PROVIDE (r_ld_strain_reset, 0x40040a00) + [!provide] PROVIDE (r_ld_strain_start, 0x40040a8c) + [!provide] PROVIDE (r_ld_strain_stop, 0x40040df0) + [!provide] PROVIDE (r_ld_timing_accuracy_get, 0x4003caac) + [!provide] PROVIDE (r_ld_util_active_master_afh_map_get, 0x4004131c) + [!provide] PROVIDE (r_ld_util_active_master_afh_map_set, 0x40041308) + [!provide] PROVIDE (r_ld_util_bch_create, 0x40040fcc) + [!provide] PROVIDE (r_ld_util_fhs_pk, 0x400411c8) + [!provide] PROVIDE (r_ld_util_fhs_unpk, 0x40040e54) + [!provide] PROVIDE (r_ld_util_stp_pk, 0x400413f4) + [!provide] PROVIDE (r_ld_util_stp_unpk, 0x40041324) + [!provide] PROVIDE (r_ld_version_get, 0x4003ca6c) + [!provide] PROVIDE (r_ld_wlcoex_set, 0x4003caf8) + [!provide] PROVIDE (r_llc_ch_assess_get_current_ch_map, 0x40041574) + [!provide] PROVIDE (r_llc_ch_assess_get_local_ch_map, 0x4004150c) + [!provide] PROVIDE (r_llc_ch_assess_local, 0x40041494) + [!provide] PROVIDE (r_llc_ch_assess_merge_ch, 0x40041588) + [!provide] PROVIDE (r_llc_ch_assess_reass_ch, 0x400415c0) + [!provide] PROVIDE (r_llc_common_cmd_complete_send, 0x40044eac) + [!provide] PROVIDE (r_llc_common_cmd_status_send, 0x40044ee0) + [!provide] PROVIDE (r_llc_common_enc_change_evt_send, 0x40044f6c) + [!provide] PROVIDE (r_llc_common_enc_key_ref_comp_evt_send, 0x40044f38) + [!provide] PROVIDE (r_llc_common_flush_occurred_send, 0x40044f0c) + [!provide] PROVIDE (r_llc_common_nb_of_pkt_comp_evt_send, 0x40045000) + [!provide] PROVIDE (r_llc_con_update_complete_send, 0x40044d68) + [!provide] PROVIDE (r_llc_con_update_finished, 0x4004518c) + [!provide] PROVIDE (r_llc_con_update_ind, 0x40045038) + [!provide] PROVIDE (r_llc_discon_event_complete_send, 0x40044a30) + [!provide] PROVIDE (r_llc_end_evt_defer, 0x40046330) + [!provide] PROVIDE (r_llc_feats_rd_event_send, 0x40044e0c) + [!provide] PROVIDE (r_llc_init, 0x40044778) + [!provide] PROVIDE (r_llc_le_con_cmp_evt_send, 0x40044a78) + [!provide] PROVIDE (r_llc_llcp_ch_map_update_pdu_send, 0x40043f94) + [!provide] PROVIDE (r_llc_llcp_con_param_req_pdu_send, 0x400442fc) + [!provide] PROVIDE (r_llc_llcp_con_param_rsp_pdu_send, 0x40044358) + [!provide] PROVIDE (r_llc_llcp_con_update_pdu_send, 0x400442c4) + [!provide] PROVIDE (r_llc_llcp_enc_req_pdu_send, 0x40044064) + [!provide] PROVIDE (r_llc_llcp_enc_rsp_pdu_send, 0x40044160) + [!provide] PROVIDE (r_llc_llcp_feats_req_pdu_send, 0x400443b4) + [!provide] PROVIDE (r_llc_llcp_feats_rsp_pdu_send, 0x400443f0) + [!provide] PROVIDE (r_llc_llcp_get_autorize, 0x4004475c) + [!provide] PROVIDE (r_llc_llcp_length_req_pdu_send, 0x40044574) + [!provide] PROVIDE (r_llc_llcp_length_rsp_pdu_send, 0x400445ac) + [!provide] PROVIDE (r_llc_llcp_pause_enc_req_pdu_send, 0x40043fd8) + [!provide] PROVIDE (r_llc_llcp_pause_enc_rsp_pdu_send, 0x40044010) + [!provide] PROVIDE (r_llc_llcp_ping_req_pdu_send, 0x4004454c) + [!provide] PROVIDE (r_llc_llcp_ping_rsp_pdu_send, 0x40044560) + [!provide] PROVIDE (r_llc_llcp_recv_handler, 0x40044678) + [!provide] PROVIDE (r_llc_llcp_reject_ind_pdu_send, 0x4004425c) + [!provide] PROVIDE (r_llc_llcp_start_enc_req_pdu_send, 0x4004441c) + [!provide] PROVIDE (r_llc_llcp_start_enc_rsp_pdu_send, 0x400441f8) + [!provide] PROVIDE (r_llc_llcp_terminate_ind_pdu_send, 0x400444b0) + [!provide] PROVIDE (r_llc_llcp_tester_send, 0x400445e4) + [!provide] PROVIDE (r_llc_llcp_unknown_rsp_send_pdu, 0x40044534) + [!provide] PROVIDE (r_llc_llcp_version_ind_pdu_send, 0x40043f6c) + [!provide] PROVIDE (r_llc_lsto_con_update, 0x40045098) + [!provide] PROVIDE (r_llc_ltk_req_send, 0x40044dc0) + [!provide] PROVIDE (r_llc_map_update_finished, 0x40045260) + [!provide] PROVIDE (r_llc_map_update_ind, 0x400450f0) + [!provide] PROVIDE (r_llc_pdu_acl_tx_ack_defer, 0x400464dc) + [!provide] PROVIDE (r_llc_pdu_defer, 0x40046528) + [!provide] PROVIDE (r_llc_pdu_llcp_tx_ack_defer, 0x400463ac) + [!provide] PROVIDE (r_llc_reset, 0x400447b8) + [!provide] PROVIDE (r_llc_start, 0x400447f4) + [!provide] PROVIDE (r_llc_stop, 0x400449ac) + [!provide] PROVIDE (r_llc_util_bw_mgt, 0x4004629c) + [!provide] PROVIDE (r_llc_util_clear_operation_ptr, 0x40046234) + [!provide] PROVIDE (r_llc_util_dicon_procedure, 0x40046130) + [!provide] PROVIDE (r_llc_util_get_free_conhdl, 0x400460c8) + [!provide] PROVIDE (r_llc_util_get_nb_active_link, 0x40046100) + [!provide] PROVIDE (r_llc_util_set_auth_payl_to_margin, 0x400461f4) + [!provide] PROVIDE (r_llc_util_set_llcp_discard_enable, 0x400461c8) + [!provide] PROVIDE (r_llc_util_update_channel_map, 0x400461ac) + [!provide] PROVIDE (r_llc_version_rd_event_send, 0x40044e60) + [!provide] PROVIDE (r_lld_adv_start, 0x40048b38) + [!provide] PROVIDE (r_lld_adv_stop, 0x40048ea0) + [!provide] PROVIDE (r_lld_ch_map_ind, 0x4004a2f4) + [!provide] PROVIDE (r_lld_con_param_req, 0x40049f0c) + [!provide] PROVIDE (r_lld_con_param_rsp, 0x40049e00) + [!provide] PROVIDE (r_lld_con_start, 0x400491f8) + [!provide] PROVIDE (r_lld_con_stop, 0x40049fdc) + [!provide] PROVIDE (r_lld_con_update_after_param_req, 0x40049bcc) + [!provide] PROVIDE (r_lld_con_update_ind, 0x4004a30c) + [!provide] PROVIDE (r_lld_con_update_req, 0x40049b60) + [!provide] PROVIDE (r_lld_core_reset, 0x40048a9c) + [!provide] PROVIDE (r_lld_crypt_isr, 0x4004a324) + [!provide] PROVIDE (r_lld_evt_adv_create, 0x400481f4) + [!provide] PROVIDE (r_lld_evt_canceled, 0x400485c8) + [!provide] PROVIDE (r_lld_evt_channel_next, 0x40046aac) + [!provide] PROVIDE (r_lld_evt_deffered_elt_handler, 0x400482bc) + [!provide] PROVIDE (r_lld_evt_delete_elt_handler, 0x40046974) + [!provide] PROVIDE (r_lld_evt_delete_elt_push, 0x40046a3c) + [!provide] PROVIDE (r_lld_evt_drift_compute, 0x40047670) + [!provide] PROVIDE (r_lld_evt_elt_delete, 0x40047538) + [!provide] PROVIDE (r_lld_evt_elt_insert, 0x400474c8) + [!provide] PROVIDE (r_lld_evt_end, 0x400483e8) + [!provide] PROVIDE (r_lld_evt_end_isr, 0x4004862c) + [!provide] PROVIDE (r_lld_evt_init, 0x40046b3c) + [!provide] PROVIDE (r_lld_evt_init_evt, 0x40046cd0) + [!provide] PROVIDE (r_lld_evt_move_to_master, 0x40047ba0) + [!provide] PROVIDE (r_lld_evt_move_to_slave, 0x40047e18) + [!provide] PROVIDE (r_lld_evt_prevent_stop, 0x40047adc) + [!provide] PROVIDE (r_lld_evt_restart, 0x40046d50) + [!provide] PROVIDE (r_lld_evt_rx, 0x40048578) + [!provide] PROVIDE (r_lld_evt_rx_isr, 0x40048678) + [!provide] PROVIDE (r_lld_evt_scan_create, 0x40047ae8) + [!provide] PROVIDE (r_lld_evt_schedule, 0x40047908) + [!provide] PROVIDE (r_lld_evt_schedule_next, 0x400477dc) + [!provide] PROVIDE (r_lld_evt_schedule_next_instant, 0x400476a8) + [!provide] PROVIDE (r_lld_evt_slave_update, 0x40048138) + [!provide] PROVIDE (r_lld_evt_update_create, 0x40047cd8) + [!provide] PROVIDE (r_lld_get_mode, 0x40049ff8) + [!provide] PROVIDE (r_lld_init, 0x4004873c) + [!provide] PROVIDE (r_lld_move_to_master, 0x400499e0) + [!provide] PROVIDE (r_lld_move_to_slave, 0x4004a024) + [!provide] PROVIDE (r_lld_pdu_adv_pack, 0x4004b488) + [!provide] PROVIDE (r_lld_pdu_check, 0x4004ac34) + [!provide] PROVIDE (r_lld_pdu_data_send, 0x4004b018) + [!provide] PROVIDE (r_lld_pdu_data_tx_push, 0x4004aecc) + [!provide] PROVIDE (r_lld_pdu_rx_handler, 0x4004b4d4) + [!provide] PROVIDE (r_lld_pdu_send_packet, 0x4004b774) + [!provide] PROVIDE (r_lld_pdu_tx_flush, 0x4004b414) + [!provide] PROVIDE (r_lld_pdu_tx_loop, 0x4004ae40) + [!provide] PROVIDE (r_lld_pdu_tx_prog, 0x4004b120) + [!provide] PROVIDE (r_lld_pdu_tx_push, 0x4004b080) + [!provide] PROVIDE (r_lld_ral_renew_req, 0x4004a73c) + [!provide] PROVIDE (r_lld_scan_start, 0x40048ee0) + [!provide] PROVIDE (r_lld_scan_stop, 0x40049190) + [!provide] PROVIDE (r_lld_test_mode_rx, 0x4004a540) + [!provide] PROVIDE (r_lld_test_mode_tx, 0x4004a350) + [!provide] PROVIDE (r_lld_test_stop, 0x4004a710) + [!provide] PROVIDE (r_lld_util_anchor_point_move, 0x4004bacc) + [!provide] PROVIDE (r_lld_util_compute_ce_max, 0x4004bc0c) + [!provide] PROVIDE (r_lld_util_connection_param_set, 0x4004ba40) + [!provide] PROVIDE (r_lld_util_dle_set_cs_fields, 0x4004ba90) + [!provide] PROVIDE (r_lld_util_eff_tx_time_set, 0x4004bd88) + [!provide] PROVIDE (r_lld_util_elt_programmed, 0x4004bce0) + [!provide] PROVIDE (r_lld_util_flush_list, 0x4004bbd8) + [!provide] PROVIDE (r_lld_util_freq2chnl, 0x4004b9e4) + [!provide] PROVIDE (r_lld_util_get_bd_address, 0x4004b8ac) + [!provide] PROVIDE (r_lld_util_get_local_offset, 0x4004ba10) + [!provide] PROVIDE (r_lld_util_get_peer_offset, 0x4004ba24) + [!provide] PROVIDE (r_lld_util_get_tx_pkt_cnt, 0x4004bd80) + [!provide] PROVIDE (r_lld_util_instant_get, 0x4004b890) + [!provide] PROVIDE (r_lld_util_instant_ongoing, 0x4004bbfc) + [!provide] PROVIDE (r_lld_util_priority_set, 0x4004bd10) + [!provide] PROVIDE (r_lld_util_priority_update, 0x4004bd78) + [!provide] PROVIDE (r_lld_util_ral_force_rpa_renew, 0x4004b980) + [!provide] PROVIDE (r_lld_util_set_bd_address, 0x4004b8f8) + [!provide] PROVIDE (r_lld_wlcoex_set, 0x4004bd98) + [!provide] PROVIDE (r_llm_ble_ready, 0x4004cc34) + [!provide] PROVIDE (r_llm_common_cmd_complete_send, 0x4004d288) + [!provide] PROVIDE (r_llm_common_cmd_status_send, 0x4004d2b4) + [!provide] PROVIDE (r_llm_con_req_ind, 0x4004cc54) + [!provide] PROVIDE (r_llm_con_req_tx_cfm, 0x4004d158) + [!provide] PROVIDE (r_llm_create_con, 0x4004de78) + [!provide] PROVIDE (r_llm_encryption_done, 0x4004dff8) + [!provide] PROVIDE (r_llm_encryption_start, 0x4004e128) + [!provide] PROVIDE (r_llm_end_evt_defer, 0x4004eb6c) + [!provide] PROVIDE (r_llm_init, 0x4004c9f8) + [!provide] PROVIDE (r_llm_le_adv_report_ind, 0x4004cdf4) + [!provide] PROVIDE (r_llm_pdu_defer, 0x4004ec48) + [!provide] PROVIDE (r_llm_ral_clear, 0x4004e1fc) + [!provide] PROVIDE (r_llm_ral_dev_add, 0x4004e23c) + [!provide] PROVIDE (r_llm_ral_dev_rm, 0x4004e3bc) + [!provide] PROVIDE (r_llm_ral_get_rpa, 0x4004e400) + [!provide] PROVIDE (r_llm_ral_set_timeout, 0x4004e4a0) + [!provide] PROVIDE (r_llm_ral_update, 0x4004e4f8) + [!provide] PROVIDE (r_llm_set_adv_data, 0x4004d960) + [!provide] PROVIDE (r_llm_set_adv_en, 0x4004d7ec) + [!provide] PROVIDE (r_llm_set_adv_param, 0x4004d5f4) + [!provide] PROVIDE (r_llm_set_scan_en, 0x4004db64) + [!provide] PROVIDE (r_llm_set_scan_param, 0x4004dac8) + [!provide] PROVIDE (r_llm_set_scan_rsp_data, 0x4004da14) + [!provide] PROVIDE (r_llm_test_mode_start_rx, 0x4004d534) + [!provide] PROVIDE (r_llm_test_mode_start_tx, 0x4004d2fc) + [!provide] PROVIDE (r_llm_util_adv_data_update, 0x4004e8fc) + [!provide] PROVIDE (r_llm_util_apply_bd_addr, 0x4004e868) + [!provide] PROVIDE (r_llm_util_bd_addr_in_ral, 0x4004eb08) + [!provide] PROVIDE (r_llm_util_bd_addr_in_wl, 0x4004e788) + [!provide] PROVIDE (r_llm_util_bd_addr_wl_position, 0x4004e720) + [!provide] PROVIDE (r_llm_util_bl_add, 0x4004e9ac) + [!provide] PROVIDE (r_llm_util_bl_check, 0x4004e930) + [!provide] PROVIDE (r_llm_util_bl_rem, 0x4004ea70) + [!provide] PROVIDE (r_llm_util_check_address_validity, 0x4004e7e4) + [!provide] PROVIDE (r_llm_util_check_evt_mask, 0x4004e8b0) + [!provide] PROVIDE (r_llm_util_check_map_validity, 0x4004e800) + [!provide] PROVIDE (r_llm_util_get_channel_map, 0x4004e8d4) + [!provide] PROVIDE (r_llm_util_get_supp_features, 0x4004e8e8) + [!provide] PROVIDE (r_llm_util_set_public_addr, 0x4004e89c) + [!provide] PROVIDE (r_llm_wl_clr, 0x4004dc54) + [!provide] PROVIDE (r_llm_wl_dev_add, 0x4004dcc0) + [!provide] PROVIDE (r_llm_wl_dev_add_hdl, 0x4004dd38) + [!provide] PROVIDE (r_llm_wl_dev_rem, 0x4004dcfc) + [!provide] PROVIDE (r_llm_wl_dev_rem_hdl, 0x4004dde0) + [!provide] PROVIDE (r_lm_acl_disc, 0x4004f148) + [!provide] PROVIDE (r_LM_AddSniff, 0x40022d20) + [!provide] PROVIDE (r_lm_add_sync, 0x40051358) + [!provide] PROVIDE (r_lm_afh_activate_timer, 0x4004f444) + [!provide] PROVIDE (r_lm_afh_ch_ass_en_get, 0x4004f3f8) + [!provide] PROVIDE (r_lm_afh_host_ch_class_get, 0x4004f410) + [!provide] PROVIDE (r_lm_afh_master_ch_map_get, 0x4004f43c) + [!provide] PROVIDE (r_lm_afh_peer_ch_class_set, 0x4004f418) + [!provide] PROVIDE (r_lm_check_active_sync, 0x40051334) + [!provide] PROVIDE (r_LM_CheckEdrFeatureRequest, 0x4002f90c) + [!provide] PROVIDE (r_LM_CheckSwitchInstant, 0x4002f8c0) + [!provide] PROVIDE (r_lm_check_sync_hl_rsp, 0x4005169c) + [!provide] PROVIDE (r_lm_clk_adj_ack_pending_clear, 0x4004f514) + [!provide] PROVIDE (r_lm_clk_adj_instant_pending_set, 0x4004f4d8) + [!provide] PROVIDE (r_LM_ComputePacketType, 0x4002f554) + [!provide] PROVIDE (r_LM_ComputeSniffSubRate, 0x400233ac) + [!provide] PROVIDE (r_lm_debug_key_compare_192, 0x4004f3a8) + [!provide] PROVIDE (r_lm_debug_key_compare_256, 0x4004f3d0) + [!provide] PROVIDE (r_lm_dhkey_calc_init, 0x40013234) + [!provide] PROVIDE (r_lm_dhkey_compare, 0x400132d8) + [!provide] PROVIDE (r_lm_dut_mode_en_get, 0x4004f3ec) + [!provide] PROVIDE (r_LM_ExtractMaxEncKeySize, 0x4001aca4) + [!provide] PROVIDE (r_lm_f1, 0x40012bb8) + [!provide] PROVIDE (r_lm_f2, 0x40012cfc) + [!provide] PROVIDE (r_lm_f3, 0x40013050) + [!provide] PROVIDE (r_lm_g, 0x40012f90) + [!provide] PROVIDE (r_LM_GetAFHSwitchInstant, 0x4002f86c) + [!provide] PROVIDE (r_lm_get_auth_en, 0x4004f1ac) + [!provide] PROVIDE (r_lm_get_common_pkt_types, 0x4002fa1c) + [!provide] PROVIDE (r_LM_GetConnectionAcceptTimeout, 0x4004f1f4) + [!provide] PROVIDE (r_LM_GetFeature, 0x4002f924) + [!provide] PROVIDE (r_LM_GetLinkTimeout, 0x400233ec) + [!provide] PROVIDE (r_LM_GetLocalNameSeg, 0x4004f200) + [!provide] PROVIDE (r_lm_get_loopback_mode, 0x4004f248) + [!provide] PROVIDE (r_LM_GetMasterEncKeySize, 0x4001b29c) + [!provide] PROVIDE (r_LM_GetMasterEncRand, 0x4001b288) + [!provide] PROVIDE (r_LM_GetMasterKey, 0x4001b260) + [!provide] PROVIDE (r_LM_GetMasterKeyRand, 0x4001b274) + [!provide] PROVIDE (r_lm_get_min_sync_intv, 0x400517a8) + [!provide] PROVIDE (r_lm_get_nb_acl, 0x4004ef9c) + [!provide] PROVIDE (r_lm_get_nb_sync_link, 0x4005179c) + [!provide] PROVIDE (r_lm_get_nonce, 0x400131c4) + [!provide] PROVIDE (r_lm_get_oob_local_commit, 0x4004f374) + [!provide] PROVIDE (r_lm_get_oob_local_data_192, 0x4004f2d4) + [!provide] PROVIDE (r_lm_get_oob_local_data_256, 0x4004f318) + [!provide] PROVIDE (r_LM_GetPINType, 0x4004f1e8) + [!provide] PROVIDE (r_lm_get_priv_key_192, 0x4004f278) + [!provide] PROVIDE (r_lm_get_priv_key_256, 0x4004f2b8) + [!provide] PROVIDE (r_lm_get_pub_key_192, 0x4004f258) + [!provide] PROVIDE (r_lm_get_pub_key_256, 0x4004f298) + [!provide] PROVIDE (r_LM_GetQoSParam, 0x4002f6e0) + [!provide] PROVIDE (r_lm_get_sec_con_host_supp, 0x4004f1d4) + [!provide] PROVIDE (r_LM_GetSniffSubratingParam, 0x4002325c) + [!provide] PROVIDE (r_lm_get_sp_en, 0x4004f1c0) + [!provide] PROVIDE (r_LM_GetSwitchInstant, 0x4002f7f8) + [!provide] PROVIDE (r_lm_get_synchdl, 0x4005175c) + [!provide] PROVIDE (r_lm_get_sync_param, 0x400503b4) + [!provide] PROVIDE (r_lm_init, 0x4004ed34) + [!provide] PROVIDE (r_lm_init_sync, 0x400512d8) + [!provide] PROVIDE (r_lm_is_acl_con, 0x4004f47c) + [!provide] PROVIDE (r_lm_is_acl_con_role, 0x4004f49c) + [!provide] PROVIDE (r_lm_is_clk_adj_ack_pending, 0x4004f4e8) + [!provide] PROVIDE (r_lm_is_clk_adj_instant_pending, 0x4004f4c8) + [!provide] PROVIDE (r_lm_local_ext_fr_configured, 0x4004f540) + [!provide] PROVIDE (r_lm_look_for_stored_link_key, 0x4002f948) + [!provide] PROVIDE (r_lm_look_for_sync, 0x40051774) + [!provide] PROVIDE (r_lm_lt_addr_alloc, 0x4004ef1c) + [!provide] PROVIDE (r_lm_lt_addr_free, 0x4004ef74) + [!provide] PROVIDE (r_lm_lt_addr_reserve, 0x4004ef48) + [!provide] PROVIDE (r_LM_MakeCof, 0x4002f84c) + [!provide] PROVIDE (r_LM_MakeRandVec, 0x400112d8) + [!provide] PROVIDE (r_lm_master_clk_adj_req_handler, 0x40054180) + [!provide] PROVIDE (r_LM_MaxSlot, 0x4002f694) + [!provide] PROVIDE (r_lm_modif_sync, 0x40051578) + [!provide] PROVIDE (r_lm_n_is_zero, 0x40012170) + [!provide] PROVIDE (r_lm_num_clk_adj_ack_pending_set, 0x4004f500) + [!provide] PROVIDE (r_lm_oob_f1, 0x40012e54) + [!provide] PROVIDE (r_lm_pca_sscan_link_get, 0x4004f560) + [!provide] PROVIDE (r_lm_pca_sscan_link_set, 0x4004f550) + [!provide] PROVIDE (nvds_null_read, 0x400542a0) + [!provide] PROVIDE (nvds_null_write, 0x400542a8) + [!provide] PROVIDE (nvds_null_erase, 0x400542b0) + [!provide] PROVIDE (nvds_read, 0x400542c4) + [!provide] PROVIDE (nvds_write, 0x400542fc) + [!provide] PROVIDE (nvds_erase, 0x40054334) + [!provide] PROVIDE (nvds_init_memory, 0x40054358) + [!provide] PROVIDE (r_lmp_pack, 0x4001135c) + [!provide] PROVIDE (r_lmp_unpack, 0x4001149c) + [!provide] PROVIDE (r_lm_read_features, 0x4004f0d8) + [!provide] PROVIDE (r_LM_RemoveSniff, 0x40023124) + [!provide] PROVIDE (r_LM_RemoveSniffSubrating, 0x400233c4) + [!provide] PROVIDE (r_lm_remove_sync, 0x400517c8) + [!provide] PROVIDE (r_lm_reset_sync, 0x40051304) + [!provide] PROVIDE (r_lm_role_switch_finished, 0x4004f028) + [!provide] PROVIDE (r_lm_role_switch_start, 0x4004efe0) + [!provide] PROVIDE (r_lm_sco_nego_end, 0x40051828) + [!provide] PROVIDE (r_LM_SniffSubrateNegoRequired, 0x40023334) + [!provide] PROVIDE (r_LM_SniffSubratingHlReq, 0x40023154) + [!provide] PROVIDE (r_LM_SniffSubratingPeerReq, 0x400231dc) + [!provide] PROVIDE (r_lm_sp_debug_mode_get, 0x4004f398) + [!provide] PROVIDE (r_lm_sp_n192_convert_wnaf, 0x400123c0) + [!provide] PROVIDE (r_lm_sp_n_one, 0x400123a4) + [!provide] PROVIDE (r_lm_sp_p192_add, 0x40012828) + [!provide] PROVIDE (r_lm_sp_p192_dbl, 0x4001268c) + [!provide] PROVIDE (r_lm_sp_p192_invert, 0x40012b6c) + [!provide] PROVIDE (r_lm_sp_p192_point_jacobian_to_affine, 0x40012468) + [!provide] PROVIDE (r_lm_sp_p192_points_jacobian_to_affine, 0x400124e4) + [!provide] PROVIDE (r_lm_sp_p192_point_to_inf, 0x40012458) + [!provide] PROVIDE (r_lm_sp_pre_compute_points, 0x40012640) + [!provide] PROVIDE (r_lm_sp_sha256_calculate, 0x400121a0) + [!provide] PROVIDE (r_LM_SuppressAclPacket, 0x4002f658) + [!provide] PROVIDE (r_lm_sync_flow_ctrl_en_get, 0x4004f404) + [!provide] PROVIDE (r_LM_UpdateAclEdrPacketType, 0x4002f5d8) + [!provide] PROVIDE (r_LM_UpdateAclPacketType, 0x4002f584) + [!provide] PROVIDE (r_modules_funcs, 0x3ffafd6c) + [!provide] PROVIDE (r_modules_funcs_p, 0x3ffafd68) + [!provide] PROVIDE (r_nvds_del, 0x400544c4) + [!provide] PROVIDE (r_nvds_get, 0x40054488) + [!provide] PROVIDE (r_nvds_init, 0x40054410) + [!provide] PROVIDE (r_nvds_lock, 0x400544fc) + [!provide] PROVIDE (r_nvds_put, 0x40054534) + [!provide] PROVIDE (rom_abs_temp, 0x400054f0) + [!provide] PROVIDE (rom_bb_bss_bw_40_en, 0x4000401c) + [!provide] PROVIDE (rom_bb_bss_cbw40_dig, 0x40003bac) + [!provide] PROVIDE (rom_bb_rx_ht20_cen_bcov_en, 0x40003734) + [!provide] PROVIDE (rom_bb_tx_ht20_cen, 0x40003760) + [!provide] PROVIDE (rom_bb_wdg_test_en, 0x40003b70) + [!provide] PROVIDE (rom_cbw2040_cfg, 0x400040b0) + [!provide] PROVIDE (rom_check_noise_floor, 0x40003c78) + [!provide] PROVIDE (rom_chip_i2c_readReg, 0x40004110) + [!provide] PROVIDE (rom_chip_i2c_writeReg, 0x40004168) + [!provide] PROVIDE (rom_chip_v7_bt_init, 0x40004d8c) + [!provide] PROVIDE (rom_chip_v7_rx_init, 0x40004cec) + [!provide] PROVIDE (rom_chip_v7_rx_rifs_en, 0x40003d90) + [!provide] PROVIDE (rom_chip_v7_tx_init, 0x40004d18) + [!provide] PROVIDE (rom_clk_force_on_vit, 0x40003710) + [!provide] PROVIDE (rom_correct_rf_ana_gain, 0x400062a8) + [!provide] PROVIDE (rom_dc_iq_est, 0x400055c8) + [!provide] PROVIDE (rom_disable_agc, 0x40002fa4) + [!provide] PROVIDE (rom_enable_agc, 0x40002fcc) + [!provide] PROVIDE (rom_en_pwdet, 0x4000506c) + [!provide] PROVIDE (rom_gen_rx_gain_table, 0x40003e3c) + [!provide] PROVIDE (rom_get_data_sat, 0x4000312c) + [!provide] PROVIDE (rom_get_fm_sar_dout, 0x40005204) + [!provide] PROVIDE (rom_get_power_db, 0x40005fc8) + [!provide] PROVIDE (rom_get_pwctrl_correct, 0x400065d4) + [!provide] PROVIDE (rom_get_rfcal_rxiq_data, 0x40005bbc) + [!provide] PROVIDE (rom_get_rf_gain_qdb, 0x40006290) + [!provide] PROVIDE (rom_get_sar_dout, 0x40006564) + [!provide] PROVIDE (rom_i2c_readReg, 0x40004148) + 0x00000000400041c0 PROVIDE (rom_i2c_readReg_Mask, 0x400041c0) + 0x00000000400041a4 PROVIDE (rom_i2c_writeReg, 0x400041a4) + 0x00000000400041fc PROVIDE (rom_i2c_writeReg_Mask, 0x400041fc) + [!provide] PROVIDE (rom_index_to_txbbgain, 0x40004df8) + [!provide] PROVIDE (rom_iq_est_disable, 0x40005590) + [!provide] PROVIDE (rom_iq_est_enable, 0x40005514) + [!provide] PROVIDE (rom_linear_to_db, 0x40005f64) + [!provide] PROVIDE (rom_loopback_mode_en, 0x400030f8) + [!provide] PROVIDE (rom_meas_tone_pwr_db, 0x40006004) + [!provide] PROVIDE (rom_mhz2ieee, 0x4000404c) + [!provide] PROVIDE (rom_noise_floor_auto_set, 0x40003bdc) + [!provide] PROVIDE (rom_pbus_debugmode, 0x40004458) + [!provide] PROVIDE (rom_pbus_force_mode, 0x40004270) + [!provide] PROVIDE (rom_pbus_force_test, 0x400043c0) + [!provide] PROVIDE (rom_pbus_rd, 0x40004414) + [!provide] PROVIDE (rom_pbus_rd_addr, 0x40004334) + [!provide] PROVIDE (rom_pbus_rd_shift, 0x40004374) + [!provide] PROVIDE (rom_pbus_rx_dco_cal, 0x40005620) + [!provide] PROVIDE (rom_pbus_set_dco, 0x40004638) + [!provide] PROVIDE (rom_pbus_set_rxgain, 0x40004480) + [!provide] PROVIDE (rom_pbus_workmode, 0x4000446c) + [!provide] PROVIDE (rom_pbus_xpd_rx_off, 0x40004508) + [!provide] PROVIDE (rom_pbus_xpd_rx_on, 0x4000453c) + [!provide] PROVIDE (rom_pbus_xpd_tx_off, 0x40004590) + [!provide] PROVIDE (rom_pbus_xpd_tx_on, 0x400045e0) + [!provide] PROVIDE (rom_phy_disable_agc, 0x40002f6c) + [!provide] PROVIDE (rom_phy_disable_cca, 0x40003000) + [!provide] PROVIDE (rom_phy_enable_agc, 0x40002f88) + [!provide] PROVIDE (rom_phy_enable_cca, 0x4000302c) + [!provide] PROVIDE (rom_phy_freq_correct, 0x40004b44) + [!provide] PROVIDE (rom_phyFuns, 0x3ffae0c0) + [!provide] PROVIDE (rom_phy_get_noisefloor, 0x40003c2c) + [!provide] PROVIDE (rom_phy_get_vdd33, 0x4000642c) + [!provide] PROVIDE (rom_pow_usr, 0x40003044) + [!provide] PROVIDE (rom_read_sar_dout, 0x400051c0) + [!provide] PROVIDE (rom_restart_cal, 0x400046e0) + [!provide] PROVIDE (rom_rfcal_pwrctrl, 0x40006058) + [!provide] PROVIDE (rom_rfcal_rxiq, 0x40005b4c) + [!provide] PROVIDE (rom_rfcal_txcap, 0x40005dec) + [!provide] PROVIDE (rom_rfpll_reset, 0x40004680) + [!provide] PROVIDE (rom_rfpll_set_freq, 0x400047f8) + [!provide] PROVIDE (rom_rtc_mem_backup, 0x40003db4) + [!provide] PROVIDE (rom_rtc_mem_recovery, 0x40003df4) + [!provide] PROVIDE (rom_rx_gain_force, 0x4000351c) + [!provide] PROVIDE (rom_rxiq_cover_mg_mp, 0x40005a68) + [!provide] PROVIDE (rom_rxiq_get_mis, 0x400058e4) + [!provide] PROVIDE (rom_rxiq_set_reg, 0x40005a00) + [!provide] PROVIDE (rom_set_cal_rxdc, 0x400030b8) + [!provide] PROVIDE (rom_set_chan_cal_interp, 0x40005ce0) + [!provide] PROVIDE (rom_set_channel_freq, 0x40004880) + [!provide] PROVIDE (rom_set_loopback_gain, 0x40003060) + [!provide] PROVIDE (rom_set_noise_floor, 0x40003d48) + [!provide] PROVIDE (rom_set_pbus_mem, 0x400031a4) + [!provide] PROVIDE (rom_set_rf_freq_offset, 0x40004ca8) + [!provide] PROVIDE (rom_set_rxclk_en, 0x40003594) + [!provide] PROVIDE (rom_set_txcap_reg, 0x40005d50) + [!provide] PROVIDE (rom_set_txclk_en, 0x40003564) + [!provide] PROVIDE (rom_spur_coef_cfg, 0x40003ac8) + [!provide] PROVIDE (rom_spur_reg_write_one_tone, 0x400037f0) + [!provide] PROVIDE (rom_start_tx_tone, 0x400036b4) + [!provide] PROVIDE (rom_start_tx_tone_step, 0x400035d0) + [!provide] PROVIDE (rom_stop_tx_tone, 0x40003f98) + [!provide] PROVIDE (_rom_store, 0x4000d66c) + [!provide] PROVIDE (_rom_store_table, 0x4000d4f8) + [!provide] PROVIDE (rom_target_power_add_backoff, 0x40006268) + [!provide] PROVIDE (rom_tx_atten_set_interp, 0x400061cc) + [!provide] PROVIDE (rom_txbbgain_to_index, 0x40004dc0) + [!provide] PROVIDE (rom_txcal_work_mode, 0x4000510c) + [!provide] PROVIDE (rom_txdc_cal_init, 0x40004e10) + [!provide] PROVIDE (rom_txdc_cal_v70, 0x40004ea4) + [!provide] PROVIDE (rom_txiq_cover, 0x4000538c) + [!provide] PROVIDE (rom_txiq_get_mis_pwr, 0x400052dc) + [!provide] PROVIDE (rom_txiq_set_reg, 0x40005154) + [!provide] PROVIDE (rom_tx_pwctrl_bg_init, 0x4000662c) + [!provide] PROVIDE (rom_txtone_linear_pwr, 0x40005290) + [!provide] PROVIDE (rom_wait_rfpll_cal_end, 0x400047a8) + [!provide] PROVIDE (rom_write_gain_mem, 0x4000348c) + [!provide] PROVIDE (rom_write_rfpll_sdm, 0x40004740) + 0x000000004000ab7c PROVIDE (roundup2, 0x4000ab7c) + [!provide] PROVIDE (r_plf_funcs_p, 0x3ffb8360) + [!provide] PROVIDE (r_rf_rw_bt_init, 0x40054868) + [!provide] PROVIDE (r_rf_rw_init, 0x40054b0c) + [!provide] PROVIDE (r_rf_rw_le_init, 0x400549d0) + [!provide] PROVIDE (r_rwble_activity_ongoing_check, 0x40054d8c) + [!provide] PROVIDE (r_rwble_init, 0x40054bf4) + [!provide] PROVIDE (r_rwble_isr, 0x40054e08) + [!provide] PROVIDE (r_rwble_reset, 0x40054ce8) + [!provide] PROVIDE (r_rwble_sleep_check, 0x40054d78) + [!provide] PROVIDE (r_rwble_version, 0x40054dac) + [!provide] PROVIDE (r_rwbt_init, 0x40055160) + [!provide] PROVIDE (r_rwbt_isr, 0x40055248) + [!provide] PROVIDE (r_rwbt_reset, 0x400551bc) + [!provide] PROVIDE (r_rwbt_sleep_check, 0x4005577c) + [!provide] PROVIDE (r_rwbt_sleep_enter, 0x400557a4) + [!provide] PROVIDE (r_rwbt_sleep_wakeup, 0x400557fc) + [!provide] PROVIDE (r_rwbt_sleep_wakeup_end, 0x400558cc) + [!provide] PROVIDE (r_rwbt_version, 0x4005520c) + [!provide] PROVIDE (r_rwip_assert_err, 0x40055f88) + [!provide] PROVIDE (r_rwip_check_wakeup_boundary, 0x400558fc) + [!provide] PROVIDE (r_rwip_ext_wakeup_enable, 0x40055f3c) + [!provide] PROVIDE (r_rwip_init, 0x4005595c) + [!provide] PROVIDE (r_rwip_pca_clock_dragging_only, 0x40055f48) + [!provide] PROVIDE (r_rwip_prevent_sleep_clear, 0x40055ec8) + [!provide] PROVIDE (r_rwip_prevent_sleep_set, 0x40055e64) + [!provide] PROVIDE (r_rwip_reset, 0x40055ab8) + [!provide] PROVIDE (r_rwip_schedule, 0x40055b38) + [!provide] PROVIDE (r_rwip_sleep, 0x40055b5c) + [!provide] PROVIDE (r_rwip_sleep_enable, 0x40055f30) + [!provide] PROVIDE (r_rwip_version, 0x40055b20) + [!provide] PROVIDE (r_rwip_wakeup, 0x40055dc4) + [!provide] PROVIDE (r_rwip_wakeup_delay_set, 0x40055e4c) + [!provide] PROVIDE (r_rwip_wakeup_end, 0x40055e18) + [!provide] PROVIDE (r_rwip_wlcoex_set, 0x40055f60) + [!provide] PROVIDE (r_SHA_256, 0x40013a90) + [!provide] PROVIDE (rwip_coex_cfg, 0x3ff9914c) + [!provide] PROVIDE (rwip_priority, 0x3ff99159) + [!provide] PROVIDE (rwip_rf, 0x3ffbdb28) + [!provide] PROVIDE (rwip_rf_p_get, 0x400558f4) + [!provide] PROVIDE (r_XorKey, 0x400112c0) + [!provide] PROVIDE (_sbrk_r, 0x4000bce4) + 0x000000003ff96458 PROVIDE (__sf_fake_stderr, 0x3ff96458) + 0x000000003ff96498 PROVIDE (__sf_fake_stdin, 0x3ff96498) + 0x000000003ff96478 PROVIDE (__sf_fake_stdout, 0x3ff96478) + [!provide] PROVIDE (sha1_prf, 0x40060ae8) + [!provide] PROVIDE (sha1_vector, 0x40060b64) + [!provide] PROVIDE (sha256_prf, 0x40060d70) + [!provide] PROVIDE (sha256_vector, 0x40060e08) + [!provide] PROVIDE (sha_blk_bits, 0x3ff99290) + [!provide] PROVIDE (sha_blk_bits_bytes, 0x3ff99288) + [!provide] PROVIDE (sha_blk_hash_bytes, 0x3ff9928c) + [!provide] PROVIDE (sig_matrix, 0x3ffae293) + [!provide] PROVIDE (sip_after_tx_complete, 0x4000b358) + [!provide] PROVIDE (sip_alloc_to_host_evt, 0x4000ab9c) + [!provide] PROVIDE (sip_get_ptr, 0x4000b34c) + [!provide] PROVIDE (sip_get_state, 0x4000ae2c) + [!provide] PROVIDE (sip_init_attach, 0x4000ae58) + [!provide] PROVIDE (sip_install_rx_ctrl_cb, 0x4000ae10) + [!provide] PROVIDE (sip_install_rx_data_cb, 0x4000ae20) + [!provide] PROVIDE (sip_is_active, 0x4000b3c0) + [!provide] PROVIDE (sip_post_init, 0x4000aed8) + [!provide] PROVIDE (sip_reclaim_from_host_cmd, 0x4000adbc) + [!provide] PROVIDE (sip_reclaim_tx_data_pkt, 0x4000ad5c) + [!provide] PROVIDE (sip_send, 0x4000af54) + [!provide] PROVIDE (sip_to_host_chain_append, 0x4000aef8) + [!provide] PROVIDE (sip_to_host_evt_send_done, 0x4000ac04) + [!provide] PROVIDE (slc_add_credits, 0x4000baf4) + [!provide] PROVIDE (slc_enable, 0x4000b64c) + [!provide] PROVIDE (slc_from_host_chain_fetch, 0x4000b7e8) + [!provide] PROVIDE (slc_from_host_chain_recycle, 0x4000bb10) + [!provide] PROVIDE (slc_has_pkt_to_host, 0x4000b5fc) + [!provide] PROVIDE (slc_init_attach, 0x4000b918) + [!provide] PROVIDE (slc_init_credit, 0x4000badc) + [!provide] PROVIDE (slc_reattach, 0x4000b62c) + [!provide] PROVIDE (slc_send_to_host_chain, 0x4000b6a0) + [!provide] PROVIDE (slc_set_host_io_max_window, 0x4000b89c) + [!provide] PROVIDE (slc_to_host_chain_recycle, 0x4000b758) + [!provide] PROVIDE (specialModP256, 0x4001600c) + [!provide] PROVIDE (__stack, 0x3ffe3f20) + [!provide] PROVIDE (__stack_app, 0x3ffe7e30) + [!provide] PROVIDE (_stack_sentry, 0x3ffe1320) + [!provide] PROVIDE (_stack_sentry_app, 0x3ffe5230) + [!provide] PROVIDE (_start, 0x40000704) + [!provide] PROVIDE (start_tb_console, 0x4005a980) + 0x000000004000bcb4 PROVIDE (_stat_r, 0x4000bcb4) + [!provide] PROVIDE (_stext, 0x40000560) + [!provide] PROVIDE (__subdf3, 0x400026e4) + [!provide] PROVIDE (__subsf3, 0x400021d0) + [!provide] PROVIDE (SubtractBigHex256, 0x40015bcc) + [!provide] PROVIDE (SubtractBigHexMod256, 0x40015e8c) + [!provide] PROVIDE (SubtractBigHexUint32_256, 0x40015f8c) + [!provide] PROVIDE (SubtractFromSelfBigHex256, 0x40015c20) + [!provide] PROVIDE (SubtractFromSelfBigHexSign256, 0x40015dc8) + [!provide] PROVIDE (__subvdi3, 0x40002d20) + [!provide] PROVIDE (__subvsi3, 0x40002cf8) + [!provide] PROVIDE (sw_to_hw, 0x3ffb8d40) + 0x000000003ffae020 PROVIDE (syscall_table_ptr_app, 0x3ffae020) + 0x000000003ffae024 PROVIDE (syscall_table_ptr_pro, 0x3ffae024) + [!provide] PROVIDE (tdefl_compress, 0x400600bc) + [!provide] PROVIDE (tdefl_compress_buffer, 0x400607f4) + [!provide] PROVIDE (tdefl_compress_mem_to_mem, 0x40060900) + [!provide] PROVIDE (tdefl_compress_mem_to_output, 0x400608e0) + [!provide] PROVIDE (tdefl_get_adler32, 0x400608d8) + [!provide] PROVIDE (tdefl_get_prev_return_status, 0x400608d0) + [!provide] PROVIDE (tdefl_init, 0x40060810) + [!provide] PROVIDE (tdefl_write_image_to_png_file_in_memory, 0x4006091c) + [!provide] PROVIDE (tdefl_write_image_to_png_file_in_memory_ex, 0x40060910) + [!provide] PROVIDE (_times_r, 0x4000bc40) + [!provide] PROVIDE (_timezone, 0x3ffae0a0) + [!provide] PROVIDE (tinfl_decompress, 0x4005ef30) + [!provide] PROVIDE (tinfl_decompress_mem_to_callback, 0x40060090) + [!provide] PROVIDE (tinfl_decompress_mem_to_mem, 0x40060050) + [!provide] PROVIDE (__truncdfsf2, 0x40002b90) + [!provide] PROVIDE (_tzname, 0x3ffae030) + [!provide] PROVIDE (UartDev, 0x3ffe019c) + [!provide] PROVIDE (__ucmpdi2, 0x40063840) + [!provide] PROVIDE (__udivdi3, 0x4000cff8) + [!provide] PROVIDE (__udivmoddi4, 0x40064ab0) + [!provide] PROVIDE (__udivsi3, 0x4000c7c8) + [!provide] PROVIDE (__udiv_w_sdiv, 0x40064aa8) + [!provide] PROVIDE (__umoddi3, 0x4000d280) + [!provide] PROVIDE (__umodsi3, 0x4000c7d0) + [!provide] PROVIDE (__umulsidi3, 0x4000c7d8) + [!provide] PROVIDE (_unlink_r, 0x4000bc84) + [!provide] PROVIDE (__unorddf2, 0x400637f4) + [!provide] PROVIDE (__unordsf2, 0x40063478) + [!provide] PROVIDE (user_code_start, 0x3ffe0400) + [!provide] PROVIDE (veryBigHexP256, 0x3ff9736c) + [!provide] PROVIDE (__wctomb, 0x3ff96540) + [!provide] PROVIDE (_write_r, 0x4000bd70) + [!provide] PROVIDE (xthal_bcopy, 0x4000c098) + [!provide] PROVIDE (xthal_copy123, 0x4000c124) + [!provide] PROVIDE (xthal_get_ccompare, 0x4000c078) + [!provide] PROVIDE (xthal_get_ccount, 0x4000c050) + [!provide] PROVIDE (xthal_get_interrupt, 0x4000c1e4) + [!provide] PROVIDE (xthal_get_intread, 0x4000c1e4) + [!provide] PROVIDE (Xthal_intlevel, 0x3ff9c2b4) + [!provide] PROVIDE (xthal_memcpy, 0x4000c0bc) + [!provide] PROVIDE (xthal_set_ccompare, 0x4000c058) + [!provide] PROVIDE (xthal_set_intclear, 0x4000c1ec) + 0x000000004000bfdc PROVIDE (_xtos_set_intlevel, 0x4000bfdc) + 0x000000003ffe01e0 PROVIDE (g_ticks_per_us_pro, 0x3ffe01e0) + 0x000000003ffe40f0 PROVIDE (g_ticks_per_us_app, 0x3ffe40f0) + [!provide] PROVIDE (esp_rom_spiflash_config_param, 0x40063238) + 0x00000000400621b0 PROVIDE (esp_rom_spiflash_read_user_cmd, 0x400621b0) + 0x0000000040062e60 PROVIDE (esp_rom_spiflash_write_encrypted_disable, 0x40062e60) + 0x0000000040062df4 PROVIDE (esp_rom_spiflash_write_encrypted_enable, 0x40062df4) + 0x0000000040062e1c PROVIDE (esp_rom_spiflash_prepare_encrypted_data, 0x40062e1c) + [!provide] PROVIDE (esp_rom_spiflash_select_qio_pins, 0x40061ddc) + [!provide] PROVIDE (esp_rom_spiflash_attach, 0x40062a6c) + [!provide] PROVIDE (esp_rom_spiflash_config_clk, 0x40062bc8) + 0x000000003ffae270 PROVIDE (g_rom_spiflash_chip, 0x3ffae270) + [!provide] PROVIDE (FilePacketSendDeflatedReqMsgProc, 0x40008b24) + [!provide] PROVIDE (FilePacketSendReqMsgProc, 0x40008860) + [!provide] PROVIDE (FlashDwnLdDeflatedStartMsgProc, 0x40008ad8) + [!provide] PROVIDE (FlashDwnLdParamCfgMsgProc, 0x4000891c) + [!provide] PROVIDE (FlashDwnLdStartMsgProc, 0x40008820) + [!provide] PROVIDE (FlashDwnLdStopDeflatedReqMsgProc, 0x40008c18) + [!provide] PROVIDE (FlashDwnLdStopReqMsgProc, 0x400088ec) + [!provide] PROVIDE (MemDwnLdStartMsgProc, 0x40008948) + [!provide] PROVIDE (MemDwnLdStopReqMsgProc, 0x400089dc) + [!provide] PROVIDE (MemPacketSendReqMsgProc, 0x40008978) + [!provide] PROVIDE (uart_baudrate_detect, 0x40009034) + [!provide] PROVIDE (uart_buff_switch, 0x400093c0) + [!provide] PROVIDE (UartConnCheck, 0x40008738) + [!provide] PROVIDE (UartConnectProc, 0x40008a04) + [!provide] PROVIDE (UartDwnLdProc, 0x40008ce8) + [!provide] PROVIDE (UartRegReadProc, 0x40008a58) + [!provide] PROVIDE (UartRegWriteProc, 0x40008a14) + [!provide] PROVIDE (UartSetBaudProc, 0x40008aac) + [!provide] PROVIDE (UartSpiAttachProc, 0x40008a6c) + [!provide] PROVIDE (UartSpiReadProc, 0x40008a80) + [!provide] PROVIDE (VerifyFlashMd5Proc, 0x40008c44) + [!provide] PROVIDE (GetUartDevice, 0x40009598) + [!provide] PROVIDE (RcvMsg, 0x4000954c) + [!provide] PROVIDE (SendMsg, 0x40009384) + [!provide] PROVIDE (UartGetCmdLn, 0x40009564) + [!provide] PROVIDE (UartRxString, 0x400092fc) + [!provide] PROVIDE (Uart_Init, 0x40009120) + [!provide] PROVIDE (recv_packet, 0x40009424) + [!provide] PROVIDE (send_packet, 0x40009340) + 0x0000000040008fd0 PROVIDE (uartAttach, 0x40008fd0) + 0x00000000400090cc PROVIDE (uart_div_modify, 0x400090cc) + [!provide] PROVIDE (uart_rx_intr_handler, 0x40008f4c) + [!provide] PROVIDE (uart_rx_one_char, 0x400092d0) + [!provide] PROVIDE (uart_rx_one_char_block, 0x400092a4) + [!provide] PROVIDE (uart_rx_readbuff, 0x40009394) + [!provide] PROVIDE (uart_tx_flush, 0x40009258) + [!provide] PROVIDE (uart_tx_one_char, 0x40009200) + [!provide] PROVIDE (uart_tx_one_char2, 0x4000922c) + 0x0000000040009028 PROVIDE (uart_tx_switch, 0x40009028) + [!provide] PROVIDE (uart_tx_wait_idle, 0x40009278) + 0x0000000040009b24 PROVIDE (gpio_output_set, 0x40009b24) + 0x0000000040009b5c PROVIDE (gpio_output_set_high, 0x40009b5c) + [!provide] PROVIDE (gpio_input_get, 0x40009b88) + [!provide] PROVIDE (gpio_input_get_high, 0x40009b9c) + 0x0000000040009edc PROVIDE (gpio_matrix_in, 0x40009edc) + 0x0000000040009f0c PROVIDE (gpio_matrix_out, 0x40009f0c) + [!provide] PROVIDE (gpio_pad_select_gpio, 0x40009fdc) + [!provide] PROVIDE (gpio_pad_set_drv, 0x4000a11c) + [!provide] PROVIDE (gpio_pad_pulldown, 0x4000a348) + [!provide] PROVIDE (gpio_pad_pullup, 0x4000a22c) + [!provide] PROVIDE (gpio_pad_hold, 0x4000a734) + [!provide] PROVIDE (gpio_pad_unhold, 0x4000a484) + [!provide] PROVIDE (ets_aes_crypt, 0x4005c9b8) + [!provide] PROVIDE (ets_aes_disable, 0x4005c8f8) + [!provide] PROVIDE (ets_aes_enable, 0x4005c8cc) + [!provide] PROVIDE (ets_aes_set_endian, 0x4005c928) + [!provide] PROVIDE (ets_aes_setkey_dec, 0x4005c994) + [!provide] PROVIDE (ets_aes_setkey_enc, 0x4005c97c) + [!provide] PROVIDE (ets_bigint_disable, 0x4005c4e0) + [!provide] PROVIDE (ets_bigint_enable, 0x4005c498) + [!provide] PROVIDE (ets_bigint_mod_mult_getz, 0x4005c818) + [!provide] PROVIDE (ets_bigint_mod_mult_prepare, 0x4005c7b4) + [!provide] PROVIDE (ets_bigint_mod_power_getz, 0x4005c614) + [!provide] PROVIDE (ets_bigint_mod_power_prepare, 0x4005c54c) + [!provide] PROVIDE (ets_bigint_montgomery_mult_getz, 0x4005c7a4) + [!provide] PROVIDE (ets_bigint_montgomery_mult_prepare, 0x4005c6fc) + [!provide] PROVIDE (ets_bigint_mult_getz, 0x4005c6e8) + [!provide] PROVIDE (ets_bigint_mult_prepare, 0x4005c630) + [!provide] PROVIDE (ets_bigint_wait_finish, 0x4005c520) + [!provide] PROVIDE (ets_post, 0x4000673c) + [!provide] PROVIDE (ets_run, 0x400066bc) + [!provide] PROVIDE (ets_set_idle_cb, 0x40006674) + [!provide] PROVIDE (ets_task, 0x40006688) + [!provide] PROVIDE (ets_efuse_get_8M_clock, 0x40008710) + [!provide] PROVIDE (ets_efuse_get_spiconfig, 0x40008658) + [!provide] PROVIDE (ets_efuse_program_op, 0x40008628) + [!provide] PROVIDE (ets_efuse_read_op, 0x40008600) + [!provide] PROVIDE (ets_intr_lock, 0x400067b0) + [!provide] PROVIDE (ets_intr_unlock, 0x400067c4) + [!provide] PROVIDE (ets_isr_attach, 0x400067ec) + [!provide] PROVIDE (ets_isr_mask, 0x400067fc) + [!provide] PROVIDE (ets_isr_unmask, 0x40006808) + [!provide] PROVIDE (ets_waiti0, 0x400067d8) + 0x000000004000681c PROVIDE (intr_matrix_set, 0x4000681c) + [!provide] PROVIDE (check_pos, 0x400068b8) + 0x000000004000689c PROVIDE (ets_set_appcpu_boot_addr, 0x4000689c) + [!provide] PROVIDE (ets_set_startup_callback, 0x4000688c) + [!provide] PROVIDE (ets_set_user_start, 0x4000687c) + [!provide] PROVIDE (ets_unpack_flash_code, 0x40007018) + [!provide] PROVIDE (ets_unpack_flash_code_legacy, 0x4000694c) + [!provide] PROVIDE (rom_main, 0x400076c4) + [!provide] PROVIDE (ets_write_char_uart, 0x40007cf8) + [!provide] PROVIDE (ets_install_putc1, 0x40007d18) + [!provide] PROVIDE (ets_install_putc2, 0x40007d38) + 0x0000000040007d28 PROVIDE (ets_install_uart_printf, 0x40007d28) + 0x0000000040007d54 PROVIDE (ets_printf, 0x40007d54) + [!provide] PROVIDE (rtc_boot_control, 0x4000821c) + 0x00000000400081d4 PROVIDE (rtc_get_reset_reason, 0x400081d4) + [!provide] PROVIDE (rtc_get_wakeup_cause, 0x400081f4) + [!provide] PROVIDE (rtc_select_apb_bridge, 0x40008288) + [!provide] PROVIDE (set_rtc_memory_crc, 0x40008208) + [!provide] PROVIDE (software_reset, 0x4000824c) + [!provide] PROVIDE (software_reset_cpu, 0x40008264) + [!provide] PROVIDE (ets_secure_boot_check, 0x4005cb40) + [!provide] PROVIDE (ets_secure_boot_check_finish, 0x4005cc04) + [!provide] PROVIDE (ets_secure_boot_check_start, 0x4005cbcc) + [!provide] PROVIDE (ets_secure_boot_finish, 0x4005ca84) + [!provide] PROVIDE (ets_secure_boot_hash, 0x4005cad4) + [!provide] PROVIDE (ets_secure_boot_obtain, 0x4005cb14) + [!provide] PROVIDE (ets_secure_boot_rd_abstract, 0x4005cba8) + [!provide] PROVIDE (ets_secure_boot_rd_iv, 0x4005cb84) + [!provide] PROVIDE (ets_secure_boot_start, 0x4005ca34) + [!provide] PROVIDE (ets_sha_disable, 0x4005c0a8) + [!provide] PROVIDE (ets_sha_enable, 0x4005c07c) + [!provide] PROVIDE (ets_sha_finish, 0x4005c104) + [!provide] PROVIDE (ets_sha_init, 0x4005c0d4) + [!provide] PROVIDE (ets_sha_update, 0x4005c2a0) + 0x0000000040008534 PROVIDE (ets_delay_us, 0x40008534) + [!provide] PROVIDE (ets_get_cpu_frequency, 0x4000855c) + [!provide] PROVIDE (ets_get_detected_xtal_freq, 0x40008588) + [!provide] PROVIDE (ets_get_xtal_scale, 0x4000856c) + [!provide] PROVIDE (ets_timer_arm, 0x40008368) + [!provide] PROVIDE (ets_timer_arm_us, 0x400083ac) + [!provide] PROVIDE (ets_timer_disarm, 0x400083ec) + [!provide] PROVIDE (ets_timer_done, 0x40008428) + [!provide] PROVIDE (ets_timer_handler_isr, 0x40008454) + [!provide] PROVIDE (ets_timer_init, 0x400084e8) + [!provide] PROVIDE (ets_timer_setfn, 0x40008350) + [!provide] PROVIDE (ets_update_cpu_frequency_rom, 0x40008550) + [!provide] PROVIDE (hci_tl_env, 0x3ffb8154) + [!provide] PROVIDE (ld_acl_env, 0x3ffb8258) + [!provide] PROVIDE (ea_env, 0x3ffb80ec) + [!provide] PROVIDE (ld_active_ch_map, 0x3ffb8334) + [!provide] PROVIDE (ld_bcst_acl_env, 0x3ffb8274) + [!provide] PROVIDE (ld_csb_rx_env, 0x3ffb8278) + [!provide] PROVIDE (ld_csb_tx_env, 0x3ffb827c) + [!provide] PROVIDE (ld_env, 0x3ffb9510) + [!provide] PROVIDE (ld_fm_env, 0x3ffb8284) + [!provide] PROVIDE (ld_inq_env, 0x3ffb82e4) + [!provide] PROVIDE (ld_iscan_env, 0x3ffb82e8) + [!provide] PROVIDE (ld_page_env, 0x3ffb82f0) + [!provide] PROVIDE (ld_pca_env, 0x3ffb82f4) + [!provide] PROVIDE (ld_pscan_env, 0x3ffb8308) + [!provide] PROVIDE (ld_sched_env, 0x3ffb830c) + [!provide] PROVIDE (ld_sched_params, 0x3ffb96c0) + [!provide] PROVIDE (ld_sco_env, 0x3ffb824c) + [!provide] PROVIDE (ld_sscan_env, 0x3ffb832c) + [!provide] PROVIDE (ld_strain_env, 0x3ffb8330) + [!provide] PROVIDE (LM_Sniff, 0x3ffb8230) + [!provide] PROVIDE (LM_SniffSubRate, 0x3ffb8214) + [!provide] PROVIDE (prbs_64bytes, 0x3ff98992) + [!provide] PROVIDE (nvds_env, 0x3ffb8364) + [!provide] PROVIDE (nvds_magic_number, 0x3ff9912a) + [!provide] PROVIDE (TASK_DESC_LLD, 0x3ff98b58) + 0x000000003ff40000 PROVIDE (UART0, 0x3ff40000) + [!provide] PROVIDE (SPI1, 0x3ff42000) + [!provide] PROVIDE (SPI0, 0x3ff43000) + 0x000000003ff44000 PROVIDE (GPIO, 0x3ff44000) + [!provide] PROVIDE (SIGMADELTA, 0x3ff44f00) + 0x000000003ff48000 PROVIDE (RTCCNTL, 0x3ff48000) + 0x000000003ff48400 PROVIDE (RTCIO, 0x3ff48400) + 0x000000003ff48800 PROVIDE (SENS, 0x3ff48800) + [!provide] PROVIDE (UHCI1, 0x3ff4c000) + [!provide] PROVIDE (I2S0, 0x3ff4f000) + 0x000000003ff50000 PROVIDE (UART1, 0x3ff50000) + [!provide] PROVIDE (I2C0, 0x3ff53000) + [!provide] PROVIDE (UHCI0, 0x3ff54000) + [!provide] PROVIDE (RMT, 0x3ff56000) + [!provide] PROVIDE (RMTMEM, 0x3ff56800) + [!provide] PROVIDE (PCNT, 0x3ff57000) + [!provide] PROVIDE (LEDC, 0x3ff59000) + [!provide] PROVIDE (MCPWM0, 0x3ff5e000) + 0x000000003ff5f000 PROVIDE (TIMERG0, 0x3ff5f000) + 0x000000003ff60000 PROVIDE (TIMERG1, 0x3ff60000) + [!provide] PROVIDE (SPI2, 0x3ff64000) + [!provide] PROVIDE (SPI3, 0x3ff65000) + 0x000000003ff66000 PROVIDE (SYSCON, 0x3ff66000) + [!provide] PROVIDE (I2C1, 0x3ff67000) + [!provide] PROVIDE (SDMMC, 0x3ff68000) + [!provide] PROVIDE (MCPWM1, 0x3ff6c000) + [!provide] PROVIDE (I2S1, 0x3ff6d000) + 0x000000003ff6e000 PROVIDE (UART2, 0x3ff6e000) + [!provide] PROVIDE (abs, 0x40056340) + [!provide] PROVIDE (__ascii_wctomb, 0x40058ef0) + [!provide] PROVIDE (asctime, 0x40059588) + [!provide] PROVIDE (asctime_r, 0x40000ec8) + 0x00000000400566c4 PROVIDE (atoi, 0x400566c4) + [!provide] PROVIDE (_atoi_r, 0x400566d4) + [!provide] PROVIDE (atol, 0x400566ec) + [!provide] PROVIDE (_atol_r, 0x400566fc) + [!provide] PROVIDE (bzero, 0x4000c1f4) + [!provide] PROVIDE (_cleanup, 0x40001df8) + 0x0000000040001d48 PROVIDE (_cleanup_r, 0x40001d48) + 0x0000000040001778 PROVIDE (close, 0x40001778) + [!provide] PROVIDE (creat, 0x40000e8c) + [!provide] PROVIDE (ctime, 0x400595b0) + [!provide] PROVIDE (ctime_r, 0x400595c4) + [!provide] PROVIDE (div, 0x40056348) + [!provide] PROVIDE (__dummy_lock, 0x4000c728) + [!provide] PROVIDE (__dummy_lock_try, 0x4000c730) + [!provide] PROVIDE (__env_lock, 0x40001fd4) + [!provide] PROVIDE (__env_unlock, 0x40001fe0) + 0x00000000400020ac PROVIDE (fclose, 0x400020ac) + [!provide] PROVIDE (_fclose_r, 0x40001fec) + [!provide] PROVIDE (fflush, 0x40059394) + 0x0000000040059320 PROVIDE (_fflush_r, 0x40059320) + [!provide] PROVIDE (_findenv_r, 0x40001f44) + [!provide] PROVIDE (__fp_lock_all, 0x40001f1c) + [!provide] PROVIDE (__fp_unlock_all, 0x40001f30) + [!provide] PROVIDE (fputwc, 0x40058ea8) + [!provide] PROVIDE (__fputwc, 0x40058da0) + 0x0000000040058e4c PROVIDE (_fputwc_r, 0x40058e4c) + [!provide] PROVIDE (_fwalk, 0x4000c738) + [!provide] PROVIDE (_fwalk_reent, 0x4000c770) + [!provide] PROVIDE (__get_current_time_locale, 0x40001834) + [!provide] PROVIDE (_getenv_r, 0x40001fbc) + [!provide] PROVIDE (__gettzinfo, 0x40001fcc) + [!provide] PROVIDE (gmtime, 0x40059848) + [!provide] PROVIDE (gmtime_r, 0x40059868) + [!provide] PROVIDE (isalnum, 0x40000f04) + [!provide] PROVIDE (isalpha, 0x40000f18) + [!provide] PROVIDE (isascii, 0x4000c20c) + [!provide] PROVIDE (_isatty_r, 0x40000ea0) + [!provide] PROVIDE (isblank, 0x40000f2c) + [!provide] PROVIDE (iscntrl, 0x40000f50) + [!provide] PROVIDE (isdigit, 0x40000f64) + [!provide] PROVIDE (isgraph, 0x40000f94) + [!provide] PROVIDE (islower, 0x40000f78) + [!provide] PROVIDE (isprint, 0x40000fa8) + [!provide] PROVIDE (ispunct, 0x40000fc0) + [!provide] PROVIDE (isspace, 0x40000fd4) + [!provide] PROVIDE (isupper, 0x40000fe8) + [!provide] PROVIDE (itoa, 0x400566b4) + [!provide] PROVIDE (__itoa, 0x40056678) + [!provide] PROVIDE (labs, 0x40056370) + [!provide] PROVIDE (ldiv, 0x40056378) + [!provide] PROVIDE (__locale_charset, 0x40059540) + [!provide] PROVIDE (__locale_cjk_lang, 0x40059558) + [!provide] PROVIDE (localeconv, 0x4005957c) + 0x0000000040059560 PROVIDE (_localeconv_r, 0x40059560) + [!provide] PROVIDE (__locale_mb_cur_max, 0x40059548) + [!provide] PROVIDE (__locale_msgcharset, 0x40059550) + [!provide] PROVIDE (localtime, 0x400595dc) + [!provide] PROVIDE (localtime_r, 0x400595fc) + [!provide] PROVIDE (_lock_acquire, 0x4000be14) + [!provide] PROVIDE (_lock_release, 0x4000be64) + [!provide] PROVIDE (longjmp, 0x400562cc) + [!provide] PROVIDE (memccpy, 0x4000c220) + 0x000000004000c244 PROVIDE (memchr, 0x4000c244) + 0x000000004000c260 PROVIDE (memcmp, 0x4000c260) + 0x000000004000c2c8 PROVIDE (memcpy, 0x4000c2c8) + 0x000000004000c3c0 PROVIDE (memmove, 0x4000c3c0) + [!provide] PROVIDE (memrchr, 0x4000c400) + 0x000000004000c44c PROVIDE (memset, 0x4000c44c) + [!provide] PROVIDE (mktime, 0x4005a5e8) + [!provide] PROVIDE (open, 0x4000178c) + [!provide] PROVIDE (qsort, 0x40056424) + [!provide] PROVIDE (_raise_r, 0x4000bc70) + 0x0000000040001058 PROVIDE (rand, 0x40001058) + [!provide] PROVIDE (rand_r, 0x400010d4) + 0x00000000400017dc PROVIDE (read, 0x400017dc) + [!provide] PROVIDE (sbrk, 0x400017f4) + [!provide] PROVIDE (__sccl, 0x4000c498) + 0x00000000400011b8 PROVIDE (__sclose, 0x400011b8) + [!provide] PROVIDE (__seofread, 0x40001148) + [!provide] PROVIDE (setjmp, 0x40056268) + [!provide] PROVIDE (setlocale, 0x40059568) + [!provide] PROVIDE (_setlocale_r, 0x4005950c) + [!provide] PROVIDE (__sflush_r, 0x400591e0) + [!provide] PROVIDE (__sfmoreglue, 0x40001dc8) + 0x0000000040001e90 PROVIDE (__sfp, 0x40001e90) + 0x0000000040001e08 PROVIDE (__sfp_lock_acquire, 0x40001e08) + 0x0000000040001e14 PROVIDE (__sfp_lock_release, 0x40001e14) + [!provide] PROVIDE (__sfputs_r, 0x40057790) + 0x000000004005893c PROVIDE (__sfvwrite_r, 0x4005893c) + 0x0000000040001e38 PROVIDE (__sinit, 0x40001e38) + [!provide] PROVIDE (__sinit_lock_acquire, 0x40001e20) + [!provide] PROVIDE (__sinit_lock_release, 0x40001e2c) + 0x0000000040059108 PROVIDE (__smakebuf_r, 0x40059108) + [!provide] PROVIDE (srand, 0x40001004) + 0x0000000040001118 PROVIDE (__sread, 0x40001118) + 0x00000000400593d4 PROVIDE (__srefill_r, 0x400593d4) + 0x0000000040001184 PROVIDE (__sseek, 0x40001184) + [!provide] PROVIDE (__ssprint_r, 0x40056ff8) + [!provide] PROVIDE (__ssputs_r, 0x40056f2c) + [!provide] PROVIDE (__ssrefill_r, 0x40057fec) + 0x00000000400011cc PROVIDE (strcasecmp, 0x400011cc) + [!provide] PROVIDE (strcasestr, 0x40001210) + [!provide] PROVIDE (strcat, 0x4000c518) + 0x000000004000c53c PROVIDE (strchr, 0x4000c53c) + 0x0000000040001274 PROVIDE (strcmp, 0x40001274) + [!provide] PROVIDE (strcoll, 0x40001398) + 0x00000000400013ac PROVIDE (strcpy, 0x400013ac) + [!provide] PROVIDE (strcspn, 0x4000c558) + 0x000000004000143c PROVIDE (strdup, 0x4000143c) + [!provide] PROVIDE (_strdup_r, 0x40001450) + [!provide] PROVIDE (strftime, 0x40059ab4) + [!provide] PROVIDE (strlcat, 0x40001470) + 0x000000004000c584 PROVIDE (strlcpy, 0x4000c584) + 0x00000000400014c0 PROVIDE (strlen, 0x400014c0) + [!provide] PROVIDE (strlwr, 0x40001524) + [!provide] PROVIDE (strncasecmp, 0x40001550) + [!provide] PROVIDE (strncat, 0x4000c5c4) + 0x000000004000c5f4 PROVIDE (strncmp, 0x4000c5f4) + 0x00000000400015d4 PROVIDE (strncpy, 0x400015d4) + [!provide] PROVIDE (strndup, 0x400016b0) + [!provide] PROVIDE (_strndup_r, 0x400016c4) + 0x000000004000c628 PROVIDE (strnlen, 0x4000c628) + 0x0000000040001708 PROVIDE (strrchr, 0x40001708) + [!provide] PROVIDE (strsep, 0x40001734) + [!provide] PROVIDE (strspn, 0x4000c648) + 0x000000004000c674 PROVIDE (strstr, 0x4000c674) + [!provide] PROVIDE (__strtok_r, 0x4000c6a8) + [!provide] PROVIDE (strtok_r, 0x4000c70c) + [!provide] PROVIDE (strtol, 0x4005681c) + [!provide] PROVIDE (_strtol_r, 0x40056714) + 0x000000004005692c PROVIDE (strtoul, 0x4005692c) + [!provide] PROVIDE (_strtoul_r, 0x40056834) + [!provide] PROVIDE (strupr, 0x4000174c) + [!provide] PROVIDE (__submore, 0x40058f3c) + [!provide] PROVIDE (_sungetc_r, 0x40057f6c) + [!provide] PROVIDE (__swbuf, 0x40058cb4) + 0x0000000040058bec PROVIDE (__swbuf_r, 0x40058bec) + 0x0000000040001150 PROVIDE (__swrite, 0x40001150) + 0x0000000040058cc8 PROVIDE (__swsetup_r, 0x40058cc8) + [!provide] PROVIDE (_system_r, 0x4000bc10) + 0x0000000040001844 PROVIDE (time, 0x40001844) + [!provide] PROVIDE (__time_load_locale, 0x4000183c) + [!provide] PROVIDE (times, 0x40001808) + [!provide] PROVIDE (toascii, 0x4000c720) + [!provide] PROVIDE (tolower, 0x40001868) + [!provide] PROVIDE (toupper, 0x40001884) + [!provide] PROVIDE (__tzcalc_limits, 0x400018a0) + [!provide] PROVIDE (__tz_lock, 0x40001a04) + [!provide] PROVIDE (tzset, 0x40001a1c) + [!provide] PROVIDE (_tzset_r, 0x40001a28) + [!provide] PROVIDE (__tz_unlock, 0x40001a10) + [!provide] PROVIDE (ungetc, 0x400590f4) + [!provide] PROVIDE (_ungetc_r, 0x40058fa0) + [!provide] PROVIDE (utoa, 0x40056258) + [!provide] PROVIDE (__utoa, 0x400561f0) + [!provide] PROVIDE (wcrtomb, 0x40058920) + [!provide] PROVIDE (_wcrtomb_r, 0x400588d8) + [!provide] PROVIDE (_wctomb_r, 0x40058f14) + 0x000000004000181c PROVIDE (write, 0x4000181c) +OUTPUT(/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mqtt_tcp.elf elf32-xtensa-le) + +.debug_frame 0x0000000000000000 0x136b8 + .debug_frame 0x0000000000000000 0x58 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/cxx/libcxx.a(cxx_exception_stubs.o) + .debug_frame 0x0000000000000058 0xb8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/cxx/libcxx.a(cxx_guards.o) + .debug_frame 0x0000000000000110 0xe8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(cpu_start.o) + .debug_frame 0x00000000000001f8 0xa0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(crosscore_int.o) + .debug_frame 0x0000000000000298 0xe8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(dport_access.o) + .debug_frame 0x0000000000000380 0x1d8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(esp_timer.o) + .debug_frame 0x0000000000000558 0xb8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(esp_timer_esp32.o) + .debug_frame 0x0000000000000610 0x58 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(int_wdt.o) + .debug_frame 0x0000000000000668 0x220 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(intr_alloc.o) + .debug_frame 0x0000000000000888 0x88 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(ipc.o) + .debug_frame 0x0000000000000910 0x238 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(panic.o) + .debug_frame 0x0000000000000b48 0x1a8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(system_api.o) + .debug_frame 0x0000000000000cf0 0x118 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(task_wdt.o) + .debug_frame 0x0000000000000e08 0x40 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(brownout.o) + .debug_frame 0x0000000000000e48 0x40 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(cache_err_int.o) + .debug_frame 0x0000000000000e88 0xa0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(clk.o) + .debug_frame 0x0000000000000f28 0x100 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(freertos_hooks.o) + .debug_frame 0x0000000000001028 0x190 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(port.o) + .debug_frame 0x00000000000011b8 0x310 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(queue.o) + .debug_frame 0x00000000000014c8 0x688 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + .debug_frame 0x0000000000001b50 0x208 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(timers.o) + .debug_frame 0x0000000000001d58 0x40 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(xtensa_init.o) + .debug_frame 0x0000000000001d98 0x58 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(xtensa_intr.o) + .debug_frame 0x0000000000001df0 0x88 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(list.o) + .debug_frame 0x0000000000001e78 0xa0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/heap/libheap.a(heap_caps_init.o) + .debug_frame 0x0000000000001f18 0x238 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/heap/libheap.a(heap_caps.o) + .debug_frame 0x0000000000002150 0x1a8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/heap/libheap.a(multi_heap.o) + .debug_frame 0x00000000000022f8 0xe8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/log/liblog.a(log.o) + .debug_frame 0x00000000000023e0 0x88 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/main/libmain.a(app_main.o) + .debug_frame 0x0000000000002468 0x40 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-assert.o) + .debug_frame 0x00000000000024a8 0x40 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-fiprintf.o) + .debug_frame 0x00000000000024e8 0x40 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-fopen.o) + .debug_frame 0x0000000000002528 0x40 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-fputs.o) + .debug_frame 0x0000000000002568 0x40 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-fseek.o) + .debug_frame 0x00000000000025a8 0x40 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-fseeko.o) + .debug_frame 0x00000000000025e8 0x40 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-printf.o) + .debug_frame 0x0000000000002628 0x40 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-puts.o) + .debug_frame 0x0000000000002668 0x40 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-reent.o) + .debug_frame 0x00000000000026a8 0x40 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-snprintf.o) + .debug_frame 0x00000000000026e8 0x40 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-sprintf.o) + .debug_frame 0x0000000000002728 0x40 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-svfprintf.o) + .debug_frame 0x0000000000002768 0x88 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-vfiprintf.o) + .debug_frame 0x00000000000027f0 0x70 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-vfprintf.o) + .debug_frame 0x0000000000002860 0x40 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-vprintf.o) + .debug_frame 0x00000000000028a0 0x40 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-dtoa.o) + .debug_frame 0x00000000000028e0 0x28 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-flags.o) + .debug_frame 0x0000000000002908 0x1d8 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-mprec.o) + .debug_frame 0x0000000000002ae0 0x28 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-s_frexp.o) + .debug_frame 0x0000000000002b08 0x58 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-svfiprintf.o) + .debug_frame 0x0000000000002b60 0x28 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libm.a(lib_a-s_fpclassify.o) + .debug_frame 0x0000000000002b88 0x130 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/newlib/libnewlib.a(locks.o) + .debug_frame 0x0000000000002cb8 0x28 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/newlib/libnewlib.a(reent_init.o) + .debug_frame 0x0000000000002ce0 0x28 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/newlib/libnewlib.a(syscall_table.o) + .debug_frame 0x0000000000002d08 0x100 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/newlib/libnewlib.a(syscalls.o) + .debug_frame 0x0000000000002e08 0x190 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/newlib/libnewlib.a(time.o) + .debug_frame 0x0000000000002f98 0x508 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + .debug_frame 0x00000000000034a0 0x130 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_storage.o) + .debug_frame 0x00000000000035d0 0xb8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_item_hash_list.o) + .debug_frame 0x0000000000003688 0x298 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_page.o) + .debug_frame 0x0000000000003920 0x58 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_pagemanager.o) + .debug_frame 0x0000000000003978 0x58 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_types.o) + .debug_frame 0x00000000000039d0 0x298 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/pthread/libpthread.a(pthread.o) + .debug_frame 0x0000000000003c68 0xd0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/pthread/libpthread.a(pthread_local_storage.o) + .debug_frame 0x0000000000003d38 0x70 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(cpu_util.o) + .debug_frame 0x0000000000003da8 0x2e0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_clk.o) + .debug_frame 0x0000000000004088 0x58 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_init.o) + .debug_frame 0x00000000000040e0 0xb8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_time.o) + .debug_frame 0x0000000000004198 0x118 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(cache_utils.o) + .debug_frame 0x00000000000042b0 0x160 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(flash_ops.o) + .debug_frame 0x0000000000004410 0x130 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(partition.o) + .debug_frame 0x0000000000004540 0x208 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(spi_flash_rom_patch.o) + .debug_frame 0x0000000000004748 0xe8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(flash_mmap.o) + .debug_frame 0x0000000000004830 0x520 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_lwip.o) + .debug_frame 0x0000000000004d50 0x2e0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/vfs/libvfs.a(vfs.o) + .debug_frame 0x0000000000005030 0x1a8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/vfs/libvfs.a(vfs_uart.o) + .debug_frame 0x00000000000051d8 0x28 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_udivdi3.o) + .debug_frame 0x0000000000005200 0x28 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_umoddi3.o) + .debug_frame 0x0000000000005228 0x28 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(del_op.o) + .debug_frame 0x0000000000005250 0x28 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(del_opv.o) + .debug_frame 0x0000000000005278 0x28 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(new_op.o) + .debug_frame 0x00000000000052a0 0x28 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(new_opv.o) + .debug_frame 0x00000000000052c8 0xa0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(si_class_type_info.o) + .debug_frame 0x0000000000005368 0x88 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(tinfo.o) + .debug_frame 0x00000000000053f0 0x58 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(bad_alloc.o) + .debug_frame 0x0000000000005448 0xd0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(class_type_info.o) + .debug_frame 0x0000000000005518 0x100 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_exception.o) + .debug_frame 0x0000000000005618 0x118 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_personality.o) + .debug_frame 0x0000000000005730 0xd0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_terminate.o) + .debug_frame 0x0000000000005800 0x40 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(new_handler.o) + .debug_frame 0x0000000000005840 0x40 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(pure.o) + .debug_frame 0x0000000000005880 0x88 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_globals.o) + .debug_frame 0x0000000000005908 0x160 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/app_update/libapp_update.a(esp_ota_ops.o) + .debug_frame 0x0000000000005a68 0x100 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader_support/libbootloader_support.a(esp_image_format.o) + .debug_frame 0x0000000000005b68 0x88 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader_support/libbootloader_support.a(bootloader_flash.o) + .debug_frame 0x0000000000005bf0 0x58 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader_support/libbootloader_support.a(bootloader_sha.o) + .debug_frame 0x0000000000005c48 0xd0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(periph_ctrl.o) + .debug_frame 0x0000000000005d18 0x958 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .debug_frame 0x0000000000006670 0x1c0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(timer.o) + .debug_frame 0x0000000000006830 0x4c0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .debug_frame 0x0000000000006cf0 0x268 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(gpio.o) + .debug_frame 0x0000000000006f58 0xa0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(event_loop.o) + .debug_frame 0x0000000000006ff8 0x28 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(wifi_init.o) + .debug_frame 0x0000000000007020 0x1a8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(event_default_handlers.o) + .debug_frame 0x00000000000071c8 0x58 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy.o) + .debug_frame 0x0000000000007220 0x448 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_ana.o) + .debug_frame 0x0000000000007668 0x760 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + .debug_frame 0x0000000000007dc8 0x3d0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_cal.o) + .debug_frame 0x0000000000008198 0x208 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_client.o) + .debug_frame 0x00000000000083a0 0x208 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_msg.o) + .debug_frame 0x00000000000085a8 0x130 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_outbox.o) + .debug_frame 0x00000000000086d8 0x58 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(platform_esp32_idf.o) + .debug_frame 0x0000000000008730 0x1c0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(transport.o) + .debug_frame 0x00000000000088f0 0xe8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(transport_ssl.o) + .debug_frame 0x00000000000089d8 0xe8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(transport_tcp.o) + .debug_frame 0x0000000000008ac0 0x430 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_main.o) + .debug_frame 0x0000000000008ef0 0x130 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_dev.o) + .debug_frame 0x0000000000009020 0x100 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(event_groups.o) + .debug_frame 0x0000000000009120 0x2f8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(ringbuf.o) + .debug_frame 0x0000000000009418 0x70 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(netdb.o) + .debug_frame 0x0000000000009488 0x598 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + .debug_frame 0x0000000000009a20 0x160 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcpip.o) + .debug_frame 0x0000000000009b80 0x238 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcpserver.o) + .debug_frame 0x0000000000009db8 0x70 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(def.o) + .debug_frame 0x0000000000009e28 0x208 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dns.o) + .debug_frame 0x000000000000a030 0x28 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(init.o) + .debug_frame 0x000000000000a058 0x40 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip.o) + .debug_frame 0x000000000000a098 0x238 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(netif.o) + .debug_frame 0x000000000000a2d0 0x268 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(pbuf.o) + .debug_frame 0x000000000000a538 0x418 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp.o) + .debug_frame 0x000000000000a950 0xe8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp_in.o) + .debug_frame 0x000000000000aa38 0x190 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp_out.o) + .debug_frame 0x000000000000abc8 0x160 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(timers.o) + .debug_frame 0x000000000000ad28 0x190 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(udp.o) + .debug_frame 0x000000000000aeb8 0x3b8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcp.o) + .debug_frame 0x000000000000b270 0x58 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(icmp.o) + .debug_frame 0x000000000000b2c8 0x1c0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(igmp.o) + .debug_frame 0x000000000000b488 0x118 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip4.o) + .debug_frame 0x000000000000b5a0 0xa0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip4_addr.o) + .debug_frame 0x000000000000b640 0xa0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(icmp6.o) + .debug_frame 0x000000000000b6e0 0xb8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip6.o) + .debug_frame 0x000000000000b798 0x58 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip6_addr.o) + .debug_frame 0x000000000000b7f0 0x70 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip6_frag.o) + .debug_frame 0x000000000000b860 0x148 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(mld6.o) + .debug_frame 0x000000000000b9a8 0x238 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(nd6.o) + .debug_frame 0x000000000000bbe0 0x1a8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(etharp.o) + .debug_frame 0x000000000000bd88 0x28 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ethernet.o) + .debug_frame 0x000000000000bdb0 0x280 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sys_arch.o) + .debug_frame 0x000000000000c030 0x70 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ethernetif.o) + .debug_frame 0x000000000000c0a0 0xa0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(wlanif.o) + .debug_frame 0x000000000000c140 0x58 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(vfs_lwip.o) + .debug_frame 0x000000000000c198 0x238 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_lib.o) + .debug_frame 0x000000000000c3d0 0x2c8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_msg.o) + .debug_frame 0x000000000000c698 0xe8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(netbuf.o) + .debug_frame 0x000000000000c780 0x118 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(inet_chksum.o) + .debug_frame 0x000000000000c898 0x100 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(raw.o) + .debug_frame 0x000000000000c998 0x40 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ethip6.o) + .debug_frame 0x000000000000c9d8 0x1c0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ctr_drbg.o) + .debug_frame 0x000000000000cb98 0x190 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(entropy.o) + .debug_frame 0x000000000000cd28 0x100 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(sha256.o) + .debug_frame 0x000000000000ce28 0x100 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(sha512.o) + .debug_frame 0x000000000000cf28 0xcb8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + .debug_frame 0x000000000000dbe0 0x3b8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509_crt.o) + .debug_frame 0x000000000000df98 0x28 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(esp_hardware.o) + .debug_frame 0x000000000000dfc0 0x160 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(net_sockets.o) + .debug_frame 0x000000000000e120 0x160 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(asn1parse.o) + .debug_frame 0x000000000000e280 0x550 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(bignum.o) + .debug_frame 0x000000000000e7d0 0x2c8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(cipher.o) + .debug_frame 0x000000000000ea98 0x160 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(cipher_wrap.o) + .debug_frame 0x000000000000ebf8 0x178 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(dhm.o) + .debug_frame 0x000000000000ed70 0x100 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecdh.o) + .debug_frame 0x000000000000ee70 0x4f0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp.o) + .debug_frame 0x000000000000f360 0x130 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp_curves.o) + .debug_frame 0x000000000000f490 0x130 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(gcm.o) + .debug_frame 0x000000000000f5c0 0x238 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md.o) + .debug_frame 0x000000000000f7f8 0x100 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md5.o) + .debug_frame 0x000000000000f8f8 0x340 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md_wrap.o) + .debug_frame 0x000000000000fc38 0x250 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(oid.o) + .debug_frame 0x000000000000fe88 0xd0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pem.o) + .debug_frame 0x000000000000ff58 0x1a8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pk.o) + .debug_frame 0x0000000000010100 0x310 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pk_wrap.o) + .debug_frame 0x0000000000010410 0x1d8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pkparse.o) + .debug_frame 0x00000000000105e8 0x2b0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(rsa.o) + .debug_frame 0x0000000000010898 0x100 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(sha1.o) + .debug_frame 0x0000000000010998 0xd0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_ciphersuites.o) + .debug_frame 0x0000000000010a68 0x370 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_cli.o) + .debug_frame 0x0000000000010dd8 0x358 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_srv.o) + .debug_frame 0x0000000000011130 0x208 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509.o) + .debug_frame 0x0000000000011338 0x58 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(base64.o) + .debug_frame 0x0000000000011390 0xd0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ccm.o) + .debug_frame 0x0000000000011460 0x130 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecdsa.o) + .debug_frame 0x0000000000011590 0x190 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(hmac_drbg.o) + .debug_frame 0x0000000000011720 0xb8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pkcs12.o) + .debug_frame 0x00000000000117d8 0x70 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pkcs5.o) + .debug_frame 0x0000000000011848 0x160 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(asn1write.o) + .debug_frame 0x00000000000119a8 0x28 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-errno.o) + .debug_frame 0x00000000000119d0 0x28 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-ferror.o) + .debug_frame 0x00000000000119f8 0x40 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-fgets.o) + .debug_frame 0x0000000000011a38 0x40 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-fread.o) + .debug_frame 0x0000000000011a78 0x40 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-ftell.o) + .debug_frame 0x0000000000011ab8 0x40 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-ftello.o) + .debug_frame 0x0000000000011af8 0x40 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-fwrite.o) + .debug_frame 0x0000000000011b38 0x40 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-putchar.o) + .debug_frame 0x0000000000011b78 0x28 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-sysgettod.o) + .debug_frame 0x0000000000011ba0 0x28 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-sysstat.o) + .debug_frame 0x0000000000011bc8 0x40 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-putc.o) + .debug_frame 0x0000000000011c08 0x190 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nghttp/libnghttp.a(http_parser.o) + .debug_frame 0x0000000000011d98 0x28 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(crypto_internal-modexp.o) + .debug_frame 0x0000000000011dc0 0xe8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(crypto_internal-rsa.o) + .debug_frame 0x0000000000011ea8 0x88 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(crypto_internal.o) + .debug_frame 0x0000000000011f30 0x58 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(dh_group5.o) + .debug_frame 0x0000000000011f88 0x58 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(dh_groups.o) + .debug_frame 0x0000000000011fe0 0x88 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(md5-internal.o) + .debug_frame 0x0000000000012068 0x40 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(md5.o) + .debug_frame 0x00000000000120a8 0x190 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(ms_funcs.o) + .debug_frame 0x0000000000012238 0x28 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(rc4.o) + .debug_frame 0x0000000000012260 0x88 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(sha1-internal.o) + .debug_frame 0x00000000000122e8 0x40 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(sha1-pbkdf2.o) + .debug_frame 0x0000000000012328 0x58 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(sha1.o) + .debug_frame 0x0000000000012380 0x58 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(os_xtensa.o) + .debug_frame 0x00000000000123d8 0x40 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_aes-cbc.o) + .debug_frame 0x0000000000012418 0x28 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_aes-unwrap.o) + .debug_frame 0x0000000000012440 0x28 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_aes-wrap.o) + .debug_frame 0x0000000000012468 0x70 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_crypto_internal-cipher.o) + .debug_frame 0x00000000000124d8 0x28 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_crypto_internal-modexp.o) + .debug_frame 0x0000000000012500 0x58 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_crypto_internal.o) + .debug_frame 0x0000000000012558 0x28 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_sha256-internal.o) + .debug_frame 0x0000000000012580 0x58 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_sha256.o) + .debug_frame 0x00000000000125d8 0x580 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(bignum.o) + .debug_frame 0x0000000000012b58 0x70 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(des-internal.o) + .debug_frame 0x0000000000012bc8 0xa0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(md4-internal.o) + .debug_frame 0x0000000000012c68 0x28 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_popcountsi2.o) + .debug_frame 0x0000000000012c90 0x290 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(unwind-dw2-xtensa.o) + .debug_frame 0x0000000000012f20 0x250 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(unwind-dw2-fde.o) + .debug_frame 0x0000000000013170 0xd0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(ets_timer_legacy.o) + .debug_frame 0x0000000000013240 0x28 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(hw_random.o) + .debug_frame 0x0000000000013268 0x100 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(lib_printf.o) + .debug_frame 0x0000000000013368 0x118 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(phy_init.o) + .debug_frame 0x0000000000013480 0x58 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(wifi_internal.o) + .debug_frame 0x00000000000134d8 0x130 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(aes.o) + .debug_frame 0x0000000000013608 0x40 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-vsnprintf.o) + .debug_frame 0x0000000000013648 0x70 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_sleep.o) + +.debug_info 0x0000000000000000 0x13f434 + .debug_info 0x0000000000000000 0x11ad /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/cxx/libcxx.a(cxx_exception_stubs.o) + .debug_info 0x00000000000011ad 0x30a2 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/cxx/libcxx.a(cxx_guards.o) + .debug_info 0x000000000000424f 0x1907 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(cpu_start.o) + .debug_info 0x0000000000005b56 0x45b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(crosscore_int.o) + .debug_info 0x0000000000005fb1 0x601 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(dport_access.o) + .debug_info 0x00000000000065b2 0x1360 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(esp_timer.o) + .debug_info 0x0000000000007912 0x7e3 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(esp_timer_esp32.o) + .debug_info 0x00000000000080f5 0xb62 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(int_wdt.o) + .debug_info 0x0000000000008c57 0x1495 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(intr_alloc.o) + .debug_info 0x000000000000a0ec 0x6c6 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(ipc.o) + .debug_info 0x000000000000a7b2 0x1ab5 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(panic.o) + .debug_info 0x000000000000c267 0x1657 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(system_api.o) + .debug_info 0x000000000000d8be 0x158d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(task_wdt.o) + .debug_info 0x000000000000ee4b 0xdc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(dport_panic_highint_hdl.o) + .debug_info 0x000000000000ef27 0x22e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(brownout.o) + .debug_info 0x000000000000f155 0x2f1 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(cache_err_int.o) + .debug_info 0x000000000000f446 0xb05 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(clk.o) + .debug_info 0x000000000000ff4b 0x634 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(freertos_hooks.o) + .debug_info 0x000000000001057f 0x78 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/libhal.a(int_asm--set_intclear.o) + .debug_info 0x00000000000105f7 0x8f /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(FreeRTOS-openocd.o) + .debug_info 0x0000000000010686 0xd4b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(port.o) + .debug_info 0x00000000000113d1 0x226e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(queue.o) + .debug_info 0x000000000001363f 0x5da9 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + .debug_info 0x00000000000193e8 0x1405 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(timers.o) + .debug_info 0x000000000001a7ed 0xd4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(xtensa_init.o) + .debug_info 0x000000000001a8c1 0x42d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(xtensa_intr.o) + .debug_info 0x000000000001acee 0xd2 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(portasm.o) + .debug_info 0x000000000001adc0 0xd9 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(xtensa_context.o) + .debug_info 0x000000000001ae99 0xda /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(xtensa_intr_asm.o) + .debug_info 0x000000000001af73 0xd5 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(xtensa_vectors.o) + .debug_info 0x000000000001b048 0x2a1 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(list.o) + .debug_info 0x000000000001b2e9 0xe1 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(xtensa_vector_defaults.o) + .debug_info 0x000000000001b3ca 0xb53 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/heap/libheap.a(heap_caps_init.o) + .debug_info 0x000000000001bf1d 0x11e4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/heap/libheap.a(heap_caps.o) + .debug_info 0x000000000001d101 0x2564 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/heap/libheap.a(multi_heap.o) + .debug_info 0x000000000001f665 0x1164 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/log/liblog.a(log.o) + .debug_info 0x00000000000207c9 0x175f /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/main/libmain.a(app_main.o) + .debug_info 0x0000000000021f28 0x19b /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-assert.o) + .debug_info 0x00000000000220c3 0x946 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-fiprintf.o) + .debug_info 0x0000000000022a09 0xa0b /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-fopen.o) + .debug_info 0x0000000000023414 0xa8e /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-fputs.o) + .debug_info 0x0000000000023ea2 0x93f /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-fseek.o) + .debug_info 0x00000000000247e1 0xd7f /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-fseeko.o) + .debug_info 0x0000000000025560 0x95b /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-printf.o) + .debug_info 0x0000000000025ebb 0x9e3 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-puts.o) + .debug_info 0x000000000002689e 0x9d7 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-reent.o) + .debug_info 0x0000000000027275 0x99f /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-snprintf.o) + .debug_info 0x0000000000027c14 0x973 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-sprintf.o) + .debug_info 0x0000000000028587 0x22fe /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-svfprintf.o) + .debug_info 0x000000000002a885 0x1f4e /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-vfiprintf.o) + .debug_info 0x000000000002c7d3 0x2605 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-vfprintf.o) + .debug_info 0x000000000002edd8 0x93d /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-vprintf.o) + .debug_info 0x000000000002f715 0x11d3 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-dtoa.o) + .debug_info 0x00000000000308e8 0x85e /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-flags.o) + .debug_info 0x0000000000031146 0x161f /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-mprec.o) + .debug_info 0x0000000000032765 0x1b9 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-s_frexp.o) + .debug_info 0x000000000003291e 0x1c54 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-svfiprintf.o) + .debug_info 0x0000000000034572 0x142 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libm.a(lib_a-s_fpclassify.o) + .debug_info 0x00000000000346b4 0x7a1 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/newlib/libnewlib.a(locks.o) + .debug_info 0x0000000000034e55 0x830 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/newlib/libnewlib.a(reent_init.o) + .debug_info 0x0000000000035685 0xf03 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/newlib/libnewlib.a(syscall_table.o) + .debug_info 0x0000000000036588 0xab9 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/newlib/libnewlib.a(syscalls.o) + .debug_info 0x0000000000037041 0xf26 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/newlib/libnewlib.a(time.o) + .debug_info 0x0000000000037f67 0xbdec /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + .debug_info 0x0000000000043d53 0x6bef /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_storage.o) + .debug_info 0x000000000004a942 0x3128 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_item_hash_list.o) + .debug_info 0x000000000004da6a 0x6b06 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_page.o) + .debug_info 0x0000000000054570 0x5dcb /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_pagemanager.o) + .debug_info 0x000000000005a33b 0x2330 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_types.o) + .debug_info 0x000000000005c66b 0x186e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/pthread/libpthread.a(pthread.o) + .debug_info 0x000000000005ded9 0x74f /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/pthread/libpthread.a(pthread_local_storage.o) + .debug_info 0x000000000005e628 0x17e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(cpu_util.o) + .debug_info 0x000000000005e7a6 0x163f /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_clk.o) + .debug_info 0x000000000005fde5 0x4fa /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_init.o) + .debug_info 0x00000000000602df 0x411 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_time.o) + .debug_info 0x00000000000606f0 0x225 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(soc_memory_layout.o) + .debug_info 0x0000000000060915 0xb96 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(cache_utils.o) + .debug_info 0x00000000000614ab 0x1444 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(flash_ops.o) + .debug_info 0x00000000000628ef 0xead /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(partition.o) + .debug_info 0x000000000006379c 0xd72 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(spi_flash_rom_patch.o) + .debug_info 0x000000000006450e 0xcbd /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(flash_mmap.o) + .debug_info 0x00000000000651cb 0x468c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_lwip.o) + .debug_info 0x0000000000069857 0x25ff /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/vfs/libvfs.a(vfs.o) + .debug_info 0x000000000006be56 0x26c5 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/vfs/libvfs.a(vfs_uart.o) + .debug_info 0x000000000006e51b 0xe8 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_addsubdf3.o) + .debug_info 0x000000000006e603 0xe8 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_muldf3.o) + .debug_info 0x000000000006e6eb 0xe8 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_divdf3.o) + .debug_info 0x000000000006e7d3 0xe8 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_cmpdf2.o) + .debug_info 0x000000000006e8bb 0xe8 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_fixdfsi.o) + .debug_info 0x000000000006e9a3 0xe8 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_floatsidf.o) + .debug_info 0x000000000006ea8b 0x5c8 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_udivdi3.o) + .debug_info 0x000000000006f053 0x61d /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_umoddi3.o) + .debug_info 0x000000000006f670 0x460 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(del_op.o) + .debug_info 0x000000000006fad0 0xa2 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(del_opv.o) + .debug_info 0x000000000006fb72 0x7c3 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(new_op.o) + .debug_info 0x0000000000070335 0xf0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(new_opv.o) + .debug_info 0x0000000000070425 0x87c /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(si_class_type_info.o) + .debug_info 0x0000000000070ca1 0x48b /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(tinfo.o) + .debug_info 0x000000000007112c 0x1d7 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(bad_alloc.o) + .debug_info 0x0000000000071303 0x965 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(class_type_info.o) + .debug_info 0x0000000000071c68 0x51b /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_exception.o) + .debug_info 0x0000000000072183 0x18ed /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_personality.o) + .debug_info 0x0000000000073a70 0x96b /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_terminate.o) + .debug_info 0x00000000000743db 0x119 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_unex_handler.o) + .debug_info 0x00000000000744f4 0x353 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(new_handler.o) + .debug_info 0x0000000000074847 0x12e /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(pure.o) + .debug_info 0x0000000000074975 0xb56 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_globals.o) + .debug_info 0x00000000000754cb 0x4ac /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_term_handler.o) + .debug_info 0x0000000000075977 0x168c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/app_update/libapp_update.a(esp_ota_ops.o) + .debug_info 0x0000000000077003 0x1429 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader_support/libbootloader_support.a(esp_image_format.o) + .debug_info 0x000000000007842c 0x459 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader_support/libbootloader_support.a(bootloader_flash.o) + .debug_info 0x0000000000078885 0x386 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader_support/libbootloader_support.a(bootloader_sha.o) + .debug_info 0x0000000000078c0b 0x5fd /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(periph_ctrl.o) + .debug_info 0x0000000000079208 0xa412 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .debug_info 0x000000000008361a 0x24fe /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(timer.o) + .debug_info 0x0000000000085b18 0x62ae /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .debug_info 0x000000000008bdc6 0x2a70 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(gpio.o) + .debug_info 0x000000000008e836 0xa01 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(event_loop.o) + .debug_info 0x000000000008f237 0x56c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(fast_crypto_ops.o) + .debug_info 0x000000000008f7a3 0x822 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(wifi_init.o) + .debug_info 0x000000000008ffc5 0x1c4d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(event_default_handlers.o) + .debug_info 0x0000000000091c12 0x53 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/libhal.a(clock.o) + .debug_info 0x0000000000091c65 0x5d /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/libhal.a(windowspill_asm.o) + .debug_info 0x0000000000091cc2 0x55 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/libhal.a(interrupts--intlevel.o) + .debug_info 0x0000000000091d17 0x7a /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/libhal.a(state_asm--restore_extra_nw.o) + .debug_info 0x0000000000091d91 0x7a /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/libhal.a(state_asm--save_extra_nw.o) + .debug_info 0x0000000000091e0b 0xf23 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy.o) + .debug_info 0x0000000000092d2e 0x3874 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_ana.o) + .debug_info 0x00000000000965a2 0x4f59 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + .debug_info 0x000000000009b4fb 0x3c3f /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_cal.o) + .debug_info 0x000000000009f13a 0x290b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_client.o) + .debug_info 0x00000000000a1a45 0xff4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_msg.o) + .debug_info 0x00000000000a2a39 0x910 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_outbox.o) + .debug_info 0x00000000000a3349 0x29b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(platform_esp32_idf.o) + .debug_info 0x00000000000a35e4 0x925 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(transport.o) + .debug_info 0x00000000000a3f09 0x2239 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(transport_ssl.o) + .debug_info 0x00000000000a6142 0xdeb /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(transport_tcp.o) + .debug_info 0x00000000000a6f2d 0x2d43 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_main.o) + .debug_info 0x00000000000a9c70 0x449 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_dev.o) + .debug_info 0x00000000000aa0b9 0xe02 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(event_groups.o) + .debug_info 0x00000000000aaebb 0x1dc4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(ringbuf.o) + .debug_info 0x00000000000acc7f 0xb73 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(netdb.o) + .debug_info 0x00000000000ad7f2 0x5b73 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + .debug_info 0x00000000000b3365 0xffd /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcpip.o) + .debug_info 0x00000000000b4362 0x1d15 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcpserver.o) + .debug_info 0x00000000000b6077 0x17f /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(def.o) + .debug_info 0x00000000000b61f6 0x1a7a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dns.o) + .debug_info 0x00000000000b7c70 0x125 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(init.o) + .debug_info 0x00000000000b7d95 0x8b4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip.o) + .debug_info 0x00000000000b8649 0x295 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(memp.o) + .debug_info 0x00000000000b88de 0x160d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(netif.o) + .debug_info 0x00000000000b9eeb 0x1fb3 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(pbuf.o) + .debug_info 0x00000000000bbe9e 0x29b1 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp.o) + .debug_info 0x00000000000be84f 0x22fd /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp_in.o) + .debug_info 0x00000000000c0b4c 0x2460 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp_out.o) + .debug_info 0x00000000000c2fac 0x1645 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(timers.o) + .debug_info 0x00000000000c45f1 0x18b1 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(udp.o) + .debug_info 0x00000000000c5ea2 0x2e16 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcp.o) + .debug_info 0x00000000000c8cb8 0xdd8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(icmp.o) + .debug_info 0x00000000000c9a90 0x1332 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(igmp.o) + .debug_info 0x00000000000cadc2 0x1650 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip4.o) + .debug_info 0x00000000000cc412 0x972 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip4_addr.o) + .debug_info 0x00000000000ccd84 0xece /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(icmp6.o) + .debug_info 0x00000000000cdc52 0x1382 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip6.o) + .debug_info 0x00000000000cefd4 0x36b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip6_addr.o) + .debug_info 0x00000000000cf33f 0xf67 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip6_frag.o) + .debug_info 0x00000000000d02a6 0x10c3 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(mld6.o) + .debug_info 0x00000000000d1369 0x21f6 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(nd6.o) + .debug_info 0x00000000000d355f 0x2105 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(etharp.o) + .debug_info 0x00000000000d5664 0x80c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ethernet.o) + .debug_info 0x00000000000d5e70 0xf41 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sys_arch.o) + .debug_info 0x00000000000d6db1 0x86e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ethernetif.o) + .debug_info 0x00000000000d761f 0x92b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(wlanif.o) + .debug_info 0x00000000000d7f4a 0xc25 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(vfs_lwip.o) + .debug_info 0x00000000000d8b6f 0x2284 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_lib.o) + .debug_info 0x00000000000dadf3 0x3b1a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_msg.o) + .debug_info 0x00000000000de90d 0x779 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(netbuf.o) + .debug_info 0x00000000000df086 0x97e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(inet_chksum.o) + .debug_info 0x00000000000dfa04 0xfcb /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(raw.o) + .debug_info 0x00000000000e09cf 0x93e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ethip6.o) + .debug_info 0x00000000000e130d 0x1a42 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ctr_drbg.o) + .debug_info 0x00000000000e2d4f 0x16c3 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(entropy.o) + .debug_info 0x00000000000e4412 0x99a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(sha256.o) + .debug_info 0x00000000000e4dac 0x9fb /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(sha512.o) + .debug_info 0x00000000000e57a7 0x6e95 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + .debug_info 0x00000000000ec63c 0x3b43 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509_crt.o) + .debug_info 0x00000000000f017f 0x104 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(esp_hardware.o) + .debug_info 0x00000000000f0283 0x138a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(net_sockets.o) + .debug_info 0x00000000000f160d 0x91b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(asn1parse.o) + .debug_info 0x00000000000f1f28 0x4bec /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(bignum.o) + .debug_info 0x00000000000f6b14 0x174b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(cipher.o) + .debug_info 0x00000000000f825f 0xef1 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(cipher_wrap.o) + .debug_info 0x00000000000f9150 0x1c72 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(dhm.o) + .debug_info 0x00000000000fadc2 0xbb9 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecdh.o) + .debug_info 0x00000000000fb97b 0x5540 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp.o) + .debug_info 0x0000000000100ebb 0x4354 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp_curves.o) + .debug_info 0x000000000010520f 0x1886 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(gcm.o) + .debug_info 0x0000000000106a95 0x1521 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md.o) + .debug_info 0x0000000000107fb6 0x734 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md5.o) + .debug_info 0x00000000001086ea 0xfc1 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md_wrap.o) + .debug_info 0x00000000001096ab 0xfc1 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(oid.o) + .debug_info 0x000000000010a66c 0xe64 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pem.o) + .debug_info 0x000000000010b4d0 0xed7 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pk.o) + .debug_info 0x000000000010c3a7 0x173e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pk_wrap.o) + .debug_info 0x000000000010dae5 0x2bfb /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pkparse.o) + .debug_info 0x00000000001106e0 0x3cb0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(rsa.o) + .debug_info 0x0000000000114390 0x871 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(sha1.o) + .debug_info 0x0000000000114c01 0x5e2 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_ciphersuites.o) + .debug_info 0x00000000001151e3 0x42c5 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_cli.o) + .debug_info 0x00000000001194a8 0x4613 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_srv.o) + .debug_info 0x000000000011dabb 0x17f0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509.o) + .debug_info 0x000000000011f2ab 0x481 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(base64.o) + .debug_info 0x000000000011f72c 0x1024 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ccm.o) + .debug_info 0x0000000000120750 0x4e3 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(certs.o) + .debug_info 0x0000000000120c33 0x16dc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecdsa.o) + .debug_info 0x000000000012230f 0x194e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(hmac_drbg.o) + .debug_info 0x0000000000123c5d 0xfdb /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pkcs12.o) + .debug_info 0x0000000000124c38 0xfe0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pkcs5.o) + .debug_info 0x0000000000125c18 0xc06 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(asn1write.o) + .debug_info 0x000000000012681e 0xb6 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-errno.o) + .debug_info 0x00000000001268d4 0x94c /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-ferror.o) + .debug_info 0x0000000000127220 0xa9a /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-fgets.o) + .debug_info 0x0000000000127cba 0xaa9 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-fread.o) + .debug_info 0x0000000000128763 0x8fe /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-ftell.o) + .debug_info 0x0000000000129061 0x9e6 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-ftello.o) + .debug_info 0x0000000000129a47 0xacc /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-fwrite.o) + .debug_info 0x000000000012a513 0x8d3 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-putchar.o) + .debug_info 0x000000000012ade6 0x131 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-sysgettod.o) + .debug_info 0x000000000012af17 0x26b /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-sysstat.o) + .debug_info 0x000000000012b182 0x9d2 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-putc.o) + .debug_info 0x000000000012bb54 0x1d21 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nghttp/libnghttp.a(http_parser.o) + .debug_info 0x000000000012d875 0x2fd /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(crypto_internal-modexp.o) + .debug_info 0x000000000012db72 0x4ed /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(crypto_internal-rsa.o) + .debug_info 0x000000000012e05f 0x873 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(crypto_internal.o) + .debug_info 0x000000000012e8d2 0x1a8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(dh_group5.o) + .debug_info 0x000000000012ea7a 0x73b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(dh_groups.o) + .debug_info 0x000000000012f1b5 0x4d1 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(md5-internal.o) + .debug_info 0x000000000012f686 0x34a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(md5.o) + .debug_info 0x000000000012f9d0 0xfb6 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(ms_funcs.o) + .debug_info 0x0000000000130986 0x1ec /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(rc4.o) + .debug_info 0x0000000000130b72 0x53d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(sha1-internal.o) + .debug_info 0x00000000001310af 0x3d8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(sha1-pbkdf2.o) + .debug_info 0x0000000000131487 0x51f /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(sha1.o) + .debug_info 0x00000000001319a6 0x1f3 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(os_xtensa.o) + .debug_info 0x0000000000131b99 0x38f /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_aes-cbc.o) + .debug_info 0x0000000000131f28 0x319 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_aes-unwrap.o) + .debug_info 0x0000000000132241 0x351 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_aes-wrap.o) + .debug_info 0x0000000000132592 0x637 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_crypto_internal-cipher.o) + .debug_info 0x0000000000132bc9 0x41e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_crypto_internal-modexp.o) + .debug_info 0x0000000000132fe7 0x872 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_crypto_internal.o) + .debug_info 0x0000000000133859 0x26d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_sha256-internal.o) + .debug_info 0x0000000000133ac6 0x529 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_sha256.o) + .debug_info 0x0000000000133fef 0x2c3a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(bignum.o) + .debug_info 0x0000000000136c29 0x560 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(des-internal.o) + .debug_info 0x0000000000137189 0x4e6 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(md4-internal.o) + .debug_info 0x000000000013766f 0xe8 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_divsf3.o) + .debug_info 0x0000000000137757 0xe8 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_floatdidf.o) + .debug_info 0x000000000013783f 0xe8 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_extendsfdf2.o) + .debug_info 0x0000000000137927 0xcd /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_popcountsi2.o) + .debug_info 0x00000000001379f4 0x1959 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(unwind-dw2-xtensa.o) + .debug_info 0x000000000013934d 0x23a7 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(unwind-dw2-fde.o) + .debug_info 0x000000000013b6f4 0xe7 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(lib2funcs.o) + .debug_info 0x000000000013b7db 0x6cb /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(ets_timer_legacy.o) + .debug_info 0x000000000013bea6 0x145 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(hw_random.o) + .debug_info 0x000000000013bfeb 0x50c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(lib_printf.o) + .debug_info 0x000000000013c4f7 0x1049 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(phy_init.o) + .debug_info 0x000000000013d540 0x173 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(wifi_internal.o) + .debug_info 0x000000000013d6b3 0xf12 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(aes.o) + .debug_info 0x000000000013e5c5 0x973 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-vsnprintf.o) + .debug_info 0x000000000013ef38 0x4fc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_sleep.o) + +.debug_abbrev 0x0000000000000000 0x27aa6 + .debug_abbrev 0x0000000000000000 0x301 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/cxx/libcxx.a(cxx_exception_stubs.o) + .debug_abbrev 0x0000000000000301 0x613 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/cxx/libcxx.a(cxx_guards.o) + .debug_abbrev 0x0000000000000914 0x407 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(cpu_start.o) + .debug_abbrev 0x0000000000000d1b 0x1d4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(crosscore_int.o) + .debug_abbrev 0x0000000000000eef 0x1cd /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(dport_access.o) + .debug_abbrev 0x00000000000010bc 0x362 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(esp_timer.o) + .debug_abbrev 0x000000000000141e 0x2cd /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(esp_timer_esp32.o) + .debug_abbrev 0x00000000000016eb 0x1dc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(int_wdt.o) + .debug_abbrev 0x00000000000018c7 0x391 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(intr_alloc.o) + .debug_abbrev 0x0000000000001c58 0x225 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(ipc.o) + .debug_abbrev 0x0000000000001e7d 0x497 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(panic.o) + .debug_abbrev 0x0000000000002314 0x3d6 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(system_api.o) + .debug_abbrev 0x00000000000026ea 0x306 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(task_wdt.o) + .debug_abbrev 0x00000000000029f0 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(dport_panic_highint_hdl.o) + .debug_abbrev 0x0000000000002a04 0x129 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(brownout.o) + .debug_abbrev 0x0000000000002b2d 0x166 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(cache_err_int.o) + .debug_abbrev 0x0000000000002c93 0x27d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(clk.o) + .debug_abbrev 0x0000000000002f10 0x1bc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(freertos_hooks.o) + .debug_abbrev 0x00000000000030cc 0x14 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/libhal.a(int_asm--set_intclear.o) + .debug_abbrev 0x00000000000030e0 0x3e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(FreeRTOS-openocd.o) + .debug_abbrev 0x000000000000311e 0x3f1 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(port.o) + .debug_abbrev 0x000000000000350f 0x247 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(queue.o) + .debug_abbrev 0x0000000000003756 0x460 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + .debug_abbrev 0x0000000000003bb6 0x279 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(timers.o) + .debug_abbrev 0x0000000000003e2f 0x8b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(xtensa_init.o) + .debug_abbrev 0x0000000000003eba 0x1b6 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(xtensa_intr.o) + .debug_abbrev 0x0000000000004070 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(portasm.o) + .debug_abbrev 0x0000000000004084 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(xtensa_context.o) + .debug_abbrev 0x0000000000004098 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(xtensa_intr_asm.o) + .debug_abbrev 0x00000000000040ac 0x12 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(xtensa_vectors.o) + .debug_abbrev 0x00000000000040be 0xdc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(list.o) + .debug_abbrev 0x000000000000419a 0x14 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(xtensa_vector_defaults.o) + .debug_abbrev 0x00000000000041ae 0x269 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/heap/libheap.a(heap_caps_init.o) + .debug_abbrev 0x0000000000004417 0x329 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/heap/libheap.a(heap_caps.o) + .debug_abbrev 0x0000000000004740 0x36e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/heap/libheap.a(multi_heap.o) + .debug_abbrev 0x0000000000004aae 0x3e5 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/log/liblog.a(log.o) + .debug_abbrev 0x0000000000004e93 0x273 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/main/libmain.a(app_main.o) + .debug_abbrev 0x0000000000005106 0xc6 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-assert.o) + .debug_abbrev 0x00000000000051cc 0x1af /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-fiprintf.o) + .debug_abbrev 0x000000000000537b 0x209 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-fopen.o) + .debug_abbrev 0x0000000000005584 0x22a /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-fputs.o) + .debug_abbrev 0x00000000000057ae 0x1ff /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-fseek.o) + .debug_abbrev 0x00000000000059ad 0x272 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-fseeko.o) + .debug_abbrev 0x0000000000005c1f 0x1f0 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-printf.o) + .debug_abbrev 0x0000000000005e0f 0x1f8 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-puts.o) + .debug_abbrev 0x0000000000006007 0x1f5 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-reent.o) + .debug_abbrev 0x00000000000061fc 0x1e5 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-snprintf.o) + .debug_abbrev 0x00000000000063e1 0x1e3 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-sprintf.o) + .debug_abbrev 0x00000000000065c4 0x396 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-svfprintf.o) + .debug_abbrev 0x000000000000695a 0x3a6 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-vfiprintf.o) + .debug_abbrev 0x0000000000006d00 0x3db /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-vfprintf.o) + .debug_abbrev 0x00000000000070db 0x1eb /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-vprintf.o) + .debug_abbrev 0x00000000000072c6 0x29a /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-dtoa.o) + .debug_abbrev 0x0000000000007560 0x186 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-flags.o) + .debug_abbrev 0x00000000000076e6 0x2e9 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-mprec.o) + .debug_abbrev 0x00000000000079cf 0x101 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-s_frexp.o) + .debug_abbrev 0x0000000000007ad0 0x32b /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-svfiprintf.o) + .debug_abbrev 0x0000000000007dfb 0xc8 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libm.a(lib_a-s_fpclassify.o) + .debug_abbrev 0x0000000000007ec3 0x198 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/newlib/libnewlib.a(locks.o) + .debug_abbrev 0x000000000000805b 0x18a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/newlib/libnewlib.a(reent_init.o) + .debug_abbrev 0x00000000000081e5 0x1bf /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/newlib/libnewlib.a(syscall_table.o) + .debug_abbrev 0x00000000000083a4 0x238 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/newlib/libnewlib.a(syscalls.o) + .debug_abbrev 0x00000000000085dc 0x338 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/newlib/libnewlib.a(time.o) + .debug_abbrev 0x0000000000008914 0xbe3 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + .debug_abbrev 0x00000000000094f7 0xb7d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_storage.o) + .debug_abbrev 0x000000000000a074 0x785 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_item_hash_list.o) + .debug_abbrev 0x000000000000a7f9 0xadf /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_page.o) + .debug_abbrev 0x000000000000b2d8 0xa8f /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_pagemanager.o) + .debug_abbrev 0x000000000000bd67 0x593 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_types.o) + .debug_abbrev 0x000000000000c2fa 0x437 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/pthread/libpthread.a(pthread.o) + .debug_abbrev 0x000000000000c731 0x214 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/pthread/libpthread.a(pthread_local_storage.o) + .debug_abbrev 0x000000000000c945 0xba /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(cpu_util.o) + .debug_abbrev 0x000000000000c9ff 0x391 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_clk.o) + .debug_abbrev 0x000000000000cd90 0x185 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_init.o) + .debug_abbrev 0x000000000000cf15 0x19e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_time.o) + .debug_abbrev 0x000000000000d0b3 0x8f /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(soc_memory_layout.o) + .debug_abbrev 0x000000000000d142 0x278 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(cache_utils.o) + .debug_abbrev 0x000000000000d3ba 0x402 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(flash_ops.o) + .debug_abbrev 0x000000000000d7bc 0x2c3 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(partition.o) + .debug_abbrev 0x000000000000da7f 0x260 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(spi_flash_rom_patch.o) + .debug_abbrev 0x000000000000dcdf 0x33f /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(flash_mmap.o) + .debug_abbrev 0x000000000000e01e 0x3d5 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_lwip.o) + .debug_abbrev 0x000000000000e3f3 0x364 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/vfs/libvfs.a(vfs.o) + .debug_abbrev 0x000000000000e757 0x394 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/vfs/libvfs.a(vfs_uart.o) + .debug_abbrev 0x000000000000eaeb 0x14 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_addsubdf3.o) + .debug_abbrev 0x000000000000eaff 0x14 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_muldf3.o) + .debug_abbrev 0x000000000000eb13 0x14 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_divdf3.o) + .debug_abbrev 0x000000000000eb27 0x14 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_cmpdf2.o) + .debug_abbrev 0x000000000000eb3b 0x14 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_fixdfsi.o) + .debug_abbrev 0x000000000000eb4f 0x14 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_floatsidf.o) + .debug_abbrev 0x000000000000eb63 0x15f /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_udivdi3.o) + .debug_abbrev 0x000000000000ecc2 0x167 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_umoddi3.o) + .debug_abbrev 0x000000000000ee29 0x169 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(del_op.o) + .debug_abbrev 0x000000000000ef92 0x9e /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(del_opv.o) + .debug_abbrev 0x000000000000f030 0x2fd /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(new_op.o) + .debug_abbrev 0x000000000000f32d 0xe1 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(new_opv.o) + .debug_abbrev 0x000000000000f40e 0x37f /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(si_class_type_info.o) + .debug_abbrev 0x000000000000f78d 0x267 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(tinfo.o) + .debug_abbrev 0x000000000000f9f4 0x17d /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(bad_alloc.o) + .debug_abbrev 0x000000000000fb71 0x389 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(class_type_info.o) + .debug_abbrev 0x000000000000fefa 0x221 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_exception.o) + .debug_abbrev 0x000000000001011b 0x544 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_personality.o) + .debug_abbrev 0x000000000001065f 0x355 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_terminate.o) + .debug_abbrev 0x00000000000109b4 0xbb /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_unex_handler.o) + .debug_abbrev 0x0000000000010a6f 0x21a /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(new_handler.o) + .debug_abbrev 0x0000000000010c89 0xe0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(pure.o) + .debug_abbrev 0x0000000000010d69 0x381 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_globals.o) + .debug_abbrev 0x00000000000110ea 0x157 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_term_handler.o) + .debug_abbrev 0x0000000000011241 0x307 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/app_update/libapp_update.a(esp_ota_ops.o) + .debug_abbrev 0x0000000000011548 0x2d2 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader_support/libbootloader_support.a(esp_image_format.o) + .debug_abbrev 0x000000000001181a 0x1b3 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader_support/libbootloader_support.a(bootloader_flash.o) + .debug_abbrev 0x00000000000119cd 0x122 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader_support/libbootloader_support.a(bootloader_sha.o) + .debug_abbrev 0x0000000000011aef 0x177 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(periph_ctrl.o) + .debug_abbrev 0x0000000000011c66 0x4be /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .debug_abbrev 0x0000000000012124 0x25d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(timer.o) + .debug_abbrev 0x0000000000012381 0x363 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .debug_abbrev 0x00000000000126e4 0x35d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(gpio.o) + .debug_abbrev 0x0000000000012a41 0x220 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(event_loop.o) + .debug_abbrev 0x0000000000012c61 0xb7 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(fast_crypto_ops.o) + .debug_abbrev 0x0000000000012d18 0x165 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(wifi_init.o) + .debug_abbrev 0x0000000000012e7d 0x217 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(event_default_handlers.o) + .debug_abbrev 0x0000000000013094 0x14 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/libhal.a(clock.o) + .debug_abbrev 0x00000000000130a8 0x14 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/libhal.a(windowspill_asm.o) + .debug_abbrev 0x00000000000130bc 0x43 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/libhal.a(interrupts--intlevel.o) + .debug_abbrev 0x00000000000130ff 0x14 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/libhal.a(state_asm--restore_extra_nw.o) + .debug_abbrev 0x0000000000013113 0x14 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/libhal.a(state_asm--save_extra_nw.o) + .debug_abbrev 0x0000000000013127 0x168 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy.o) + .debug_abbrev 0x000000000001328f 0x482 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_ana.o) + .debug_abbrev 0x0000000000013711 0x526 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + .debug_abbrev 0x0000000000013c37 0x453 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_cal.o) + .debug_abbrev 0x000000000001408a 0x3ae /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_client.o) + .debug_abbrev 0x0000000000014438 0x234 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_msg.o) + .debug_abbrev 0x000000000001466c 0x1d2 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_outbox.o) + .debug_abbrev 0x000000000001483e 0x159 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(platform_esp32_idf.o) + .debug_abbrev 0x0000000000014997 0x1ac /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(transport.o) + .debug_abbrev 0x0000000000014b43 0x317 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(transport_ssl.o) + .debug_abbrev 0x0000000000014e5a 0x25a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(transport_tcp.o) + .debug_abbrev 0x00000000000150b4 0x484 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_main.o) + .debug_abbrev 0x0000000000015538 0x199 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_dev.o) + .debug_abbrev 0x00000000000156d1 0x236 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(event_groups.o) + .debug_abbrev 0x0000000000015907 0x2c9 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(ringbuf.o) + .debug_abbrev 0x0000000000015bd0 0x284 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(netdb.o) + .debug_abbrev 0x0000000000015e54 0x33d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + .debug_abbrev 0x0000000000016191 0x313 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcpip.o) + .debug_abbrev 0x00000000000164a4 0x399 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcpserver.o) + .debug_abbrev 0x000000000001683d 0x93 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(def.o) + .debug_abbrev 0x00000000000168d0 0x2e9 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dns.o) + .debug_abbrev 0x0000000000016bb9 0x71 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(init.o) + .debug_abbrev 0x0000000000016c2a 0x1be /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip.o) + .debug_abbrev 0x0000000000016de8 0x9c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(memp.o) + .debug_abbrev 0x0000000000016e84 0x319 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(netif.o) + .debug_abbrev 0x000000000001719d 0x349 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(pbuf.o) + .debug_abbrev 0x00000000000174e6 0x3ee /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp.o) + .debug_abbrev 0x00000000000178d4 0x315 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp_in.o) + .debug_abbrev 0x0000000000017be9 0x360 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp_out.o) + .debug_abbrev 0x0000000000017f49 0x2b6 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(timers.o) + .debug_abbrev 0x00000000000181ff 0x354 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(udp.o) + .debug_abbrev 0x0000000000018553 0x321 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcp.o) + .debug_abbrev 0x0000000000018874 0x29a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(icmp.o) + .debug_abbrev 0x0000000000018b0e 0x309 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(igmp.o) + .debug_abbrev 0x0000000000018e17 0x2ee /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip4.o) + .debug_abbrev 0x0000000000019105 0x26e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip4_addr.o) + .debug_abbrev 0x0000000000019373 0x26c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(icmp6.o) + .debug_abbrev 0x00000000000195df 0x2b5 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip6.o) + .debug_abbrev 0x0000000000019894 0x15a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip6_addr.o) + .debug_abbrev 0x00000000000199ee 0x28b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip6_frag.o) + .debug_abbrev 0x0000000000019c79 0x30c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(mld6.o) + .debug_abbrev 0x0000000000019f85 0x366 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(nd6.o) + .debug_abbrev 0x000000000001a2eb 0x320 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(etharp.o) + .debug_abbrev 0x000000000001a60b 0x1b3 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ethernet.o) + .debug_abbrev 0x000000000001a7be 0x296 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sys_arch.o) + .debug_abbrev 0x000000000001aa54 0x24e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ethernetif.o) + .debug_abbrev 0x000000000001aca2 0x22b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(wlanif.o) + .debug_abbrev 0x000000000001aecd 0x1fd /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(vfs_lwip.o) + .debug_abbrev 0x000000000001b0ca 0x38d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_lib.o) + .debug_abbrev 0x000000000001b457 0x39a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_msg.o) + .debug_abbrev 0x000000000001b7f1 0x1ac /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(netbuf.o) + .debug_abbrev 0x000000000001b99d 0x1ea /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(inet_chksum.o) + .debug_abbrev 0x000000000001bb87 0x2f0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(raw.o) + .debug_abbrev 0x000000000001be77 0x21a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ethip6.o) + .debug_abbrev 0x000000000001c091 0x356 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ctr_drbg.o) + .debug_abbrev 0x000000000001c3e7 0x35e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(entropy.o) + .debug_abbrev 0x000000000001c745 0x21f /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(sha256.o) + .debug_abbrev 0x000000000001c964 0x22e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(sha512.o) + .debug_abbrev 0x000000000001cb92 0x514 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + .debug_abbrev 0x000000000001d0a6 0x37f /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509_crt.o) + .debug_abbrev 0x000000000001d425 0xb8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(esp_hardware.o) + .debug_abbrev 0x000000000001d4dd 0x36a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(net_sockets.o) + .debug_abbrev 0x000000000001d847 0x1ef /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(asn1parse.o) + .debug_abbrev 0x000000000001da36 0x39b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(bignum.o) + .debug_abbrev 0x000000000001ddd1 0x3b9 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(cipher.o) + .debug_abbrev 0x000000000001e18a 0x232 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(cipher_wrap.o) + .debug_abbrev 0x000000000001e3bc 0x37e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(dhm.o) + .debug_abbrev 0x000000000001e73a 0x1be /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecdh.o) + .debug_abbrev 0x000000000001e8f8 0x32e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp.o) + .debug_abbrev 0x000000000001ec26 0x29d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp_curves.o) + .debug_abbrev 0x000000000001eec3 0x317 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(gcm.o) + .debug_abbrev 0x000000000001f1da 0x395 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md.o) + .debug_abbrev 0x000000000001f56f 0x201 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md5.o) + .debug_abbrev 0x000000000001f770 0x1d6 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md_wrap.o) + .debug_abbrev 0x000000000001f946 0x236 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(oid.o) + .debug_abbrev 0x000000000001fb7c 0x276 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pem.o) + .debug_abbrev 0x000000000001fdf2 0x32b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pk.o) + .debug_abbrev 0x000000000002011d 0x2cb /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pk_wrap.o) + .debug_abbrev 0x00000000000203e8 0x34f /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pkparse.o) + .debug_abbrev 0x0000000000020737 0x323 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(rsa.o) + .debug_abbrev 0x0000000000020a5a 0x226 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(sha1.o) + .debug_abbrev 0x0000000000020c80 0x141 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_ciphersuites.o) + .debug_abbrev 0x0000000000020dc1 0x412 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_cli.o) + .debug_abbrev 0x00000000000211d3 0x42d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_srv.o) + .debug_abbrev 0x0000000000021600 0x2ee /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509.o) + .debug_abbrev 0x00000000000218ee 0x11e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(base64.o) + .debug_abbrev 0x0000000000021a0c 0x2ba /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ccm.o) + .debug_abbrev 0x0000000000021cc6 0x8d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(certs.o) + .debug_abbrev 0x0000000000021d53 0x28c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecdsa.o) + .debug_abbrev 0x0000000000021fdf 0x384 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(hmac_drbg.o) + .debug_abbrev 0x0000000000022363 0x24f /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pkcs12.o) + .debug_abbrev 0x00000000000225b2 0x27f /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pkcs5.o) + .debug_abbrev 0x0000000000022831 0x1e6 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(asn1write.o) + .debug_abbrev 0x0000000000022a17 0x6b /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-errno.o) + .debug_abbrev 0x0000000000022a82 0x1e4 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-ferror.o) + .debug_abbrev 0x0000000000022c66 0x216 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-fgets.o) + .debug_abbrev 0x0000000000022e7c 0x250 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-fread.o) + .debug_abbrev 0x00000000000230cc 0x202 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-ftell.o) + .debug_abbrev 0x00000000000232ce 0x20b /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-ftello.o) + .debug_abbrev 0x00000000000234d9 0x248 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-fwrite.o) + .debug_abbrev 0x0000000000023721 0x1e4 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-putchar.o) + .debug_abbrev 0x0000000000023905 0xf0 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-sysgettod.o) + .debug_abbrev 0x00000000000239f5 0xf5 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-sysstat.o) + .debug_abbrev 0x0000000000023aea 0x20f /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-putc.o) + .debug_abbrev 0x0000000000023cf9 0x2a4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nghttp/libnghttp.a(http_parser.o) + .debug_abbrev 0x0000000000023f9d 0x102 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(crypto_internal-modexp.o) + .debug_abbrev 0x000000000002409f 0x104 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(crypto_internal-rsa.o) + .debug_abbrev 0x00000000000241a3 0x1f2 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(crypto_internal.o) + .debug_abbrev 0x0000000000024395 0xf1 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(dh_group5.o) + .debug_abbrev 0x0000000000024486 0x204 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(dh_groups.o) + .debug_abbrev 0x000000000002468a 0x186 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(md5-internal.o) + .debug_abbrev 0x0000000000024810 0x12d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(md5.o) + .debug_abbrev 0x000000000002493d 0x20c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(ms_funcs.o) + .debug_abbrev 0x0000000000024b49 0xee /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(rc4.o) + .debug_abbrev 0x0000000000024c37 0x1c9 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(sha1-internal.o) + .debug_abbrev 0x0000000000024e00 0x147 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(sha1-pbkdf2.o) + .debug_abbrev 0x0000000000024f47 0x13c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(sha1.o) + .debug_abbrev 0x0000000000025083 0xff /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(os_xtensa.o) + .debug_abbrev 0x0000000000025182 0x12d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_aes-cbc.o) + .debug_abbrev 0x00000000000252af 0x13e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_aes-unwrap.o) + .debug_abbrev 0x00000000000253ed 0x13c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_aes-wrap.o) + .debug_abbrev 0x0000000000025529 0x1eb /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_crypto_internal-cipher.o) + .debug_abbrev 0x0000000000025714 0x101 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_crypto_internal-modexp.o) + .debug_abbrev 0x0000000000025815 0x1d8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_crypto_internal.o) + .debug_abbrev 0x00000000000259ed 0x11c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_sha256-internal.o) + .debug_abbrev 0x0000000000025b09 0x13a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_sha256.o) + .debug_abbrev 0x0000000000025c43 0x2c3 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(bignum.o) + .debug_abbrev 0x0000000000025f06 0x1a4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(des-internal.o) + .debug_abbrev 0x00000000000260aa 0x161 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(md4-internal.o) + .debug_abbrev 0x000000000002620b 0x14 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_divsf3.o) + .debug_abbrev 0x000000000002621f 0x14 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_floatdidf.o) + .debug_abbrev 0x0000000000026233 0x14 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_extendsfdf2.o) + .debug_abbrev 0x0000000000026247 0x60 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_popcountsi2.o) + .debug_abbrev 0x00000000000262a7 0x4df /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(unwind-dw2-xtensa.o) + .debug_abbrev 0x0000000000026786 0x4f6 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(unwind-dw2-fde.o) + .debug_abbrev 0x0000000000026c7c 0x14 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(lib2funcs.o) + .debug_abbrev 0x0000000000026c90 0x1dd /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(ets_timer_legacy.o) + .debug_abbrev 0x0000000000026e6d 0xba /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(hw_random.o) + .debug_abbrev 0x0000000000026f27 0x17c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(lib_printf.o) + .debug_abbrev 0x00000000000270a3 0x2a0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(phy_init.o) + .debug_abbrev 0x0000000000027343 0xad /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(wifi_internal.o) + .debug_abbrev 0x00000000000273f0 0x2b7 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(aes.o) + .debug_abbrev 0x00000000000276a7 0x1ef /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-vsnprintf.o) + .debug_abbrev 0x0000000000027896 0x210 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_sleep.o) + +.debug_aranges 0x0000000000000000 0x79b8 + .debug_aranges + 0x0000000000000000 0x30 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/cxx/libcxx.a(cxx_exception_stubs.o) + .debug_aranges + 0x0000000000000030 0x50 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/cxx/libcxx.a(cxx_guards.o) + .debug_aranges + 0x0000000000000080 0x60 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(cpu_start.o) + .debug_aranges + 0x00000000000000e0 0x48 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(crosscore_int.o) + .debug_aranges + 0x0000000000000128 0x60 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(dport_access.o) + .debug_aranges + 0x0000000000000188 0xb0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(esp_timer.o) + .debug_aranges + 0x0000000000000238 0x50 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(esp_timer_esp32.o) + .debug_aranges + 0x0000000000000288 0x30 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(int_wdt.o) + .debug_aranges + 0x00000000000002b8 0xc8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(intr_alloc.o) + .debug_aranges + 0x0000000000000380 0x40 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(ipc.o) + .debug_aranges + 0x00000000000003c0 0xd0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(panic.o) + .debug_aranges + 0x0000000000000490 0xa0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(system_api.o) + .debug_aranges + 0x0000000000000530 0x70 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(task_wdt.o) + .debug_aranges + 0x00000000000005a0 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(dport_panic_highint_hdl.o) + .debug_aranges + 0x00000000000005c0 0x28 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(brownout.o) + .debug_aranges + 0x00000000000005e8 0x28 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(cache_err_int.o) + .debug_aranges + 0x0000000000000610 0x48 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(clk.o) + .debug_aranges + 0x0000000000000658 0x68 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(freertos_hooks.o) + .debug_aranges + 0x00000000000006c0 0x20 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/libhal.a(int_asm--set_intclear.o) + .debug_aranges + 0x00000000000006e0 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(FreeRTOS-openocd.o) + .debug_aranges + 0x00000000000006f8 0x98 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(port.o) + .debug_aranges + 0x0000000000000790 0x118 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(queue.o) + .debug_aranges + 0x00000000000008a8 0x240 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + .debug_aranges + 0x0000000000000ae8 0xc0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(timers.o) + .debug_aranges + 0x0000000000000ba8 0x28 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(xtensa_init.o) + .debug_aranges + 0x0000000000000bd0 0x30 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(xtensa_intr.o) + .debug_aranges + 0x0000000000000c00 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(portasm.o) + .debug_aranges + 0x0000000000000c20 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(xtensa_context.o) + .debug_aranges + 0x0000000000000c40 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(xtensa_intr_asm.o) + .debug_aranges + 0x0000000000000c60 0x70 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(xtensa_vectors.o) + .debug_aranges + 0x0000000000000cd0 0x40 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(list.o) + .debug_aranges + 0x0000000000000d10 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(xtensa_vector_defaults.o) + .debug_aranges + 0x0000000000000d30 0x48 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/heap/libheap.a(heap_caps_init.o) + .debug_aranges + 0x0000000000000d78 0xd0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/heap/libheap.a(heap_caps.o) + .debug_aranges + 0x0000000000000e48 0xa0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/heap/libheap.a(multi_heap.o) + .debug_aranges + 0x0000000000000ee8 0x60 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/log/liblog.a(log.o) + .debug_aranges + 0x0000000000000f48 0x40 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/main/libmain.a(app_main.o) + .debug_aranges + 0x0000000000000f88 0x20 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-assert.o) + .debug_aranges + 0x0000000000000fa8 0x20 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-fiprintf.o) + .debug_aranges + 0x0000000000000fc8 0x20 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-fopen.o) + .debug_aranges + 0x0000000000000fe8 0x20 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-fputs.o) + .debug_aranges + 0x0000000000001008 0x20 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-fseek.o) + .debug_aranges + 0x0000000000001028 0x20 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-fseeko.o) + .debug_aranges + 0x0000000000001048 0x20 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-printf.o) + .debug_aranges + 0x0000000000001068 0x20 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-puts.o) + .debug_aranges + 0x0000000000001088 0x20 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-reent.o) + .debug_aranges + 0x00000000000010a8 0x20 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-snprintf.o) + .debug_aranges + 0x00000000000010c8 0x20 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-sprintf.o) + .debug_aranges + 0x00000000000010e8 0x20 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-svfprintf.o) + .debug_aranges + 0x0000000000001108 0x20 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-vfiprintf.o) + .debug_aranges + 0x0000000000001128 0x20 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-vfprintf.o) + .debug_aranges + 0x0000000000001148 0x20 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-vprintf.o) + .debug_aranges + 0x0000000000001168 0x20 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-dtoa.o) + .debug_aranges + 0x0000000000001188 0x20 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-flags.o) + .debug_aranges + 0x00000000000011a8 0x20 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-mprec.o) + .debug_aranges + 0x00000000000011c8 0x20 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-s_frexp.o) + .debug_aranges + 0x00000000000011e8 0x20 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-svfiprintf.o) + .debug_aranges + 0x0000000000001208 0x20 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libm.a(lib_a-s_fpclassify.o) + .debug_aranges + 0x0000000000001228 0x78 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/newlib/libnewlib.a(locks.o) + .debug_aranges + 0x00000000000012a0 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/newlib/libnewlib.a(reent_init.o) + .debug_aranges + 0x00000000000012c0 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/newlib/libnewlib.a(syscall_table.o) + .debug_aranges + 0x00000000000012e0 0x68 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/newlib/libnewlib.a(syscalls.o) + .debug_aranges + 0x0000000000001348 0x98 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/newlib/libnewlib.a(time.o) + .debug_aranges + 0x00000000000013e0 0x1c0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + .debug_aranges + 0x00000000000015a0 0x78 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_storage.o) + .debug_aranges + 0x0000000000001618 0x50 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_item_hash_list.o) + .debug_aranges + 0x0000000000001668 0xf0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_page.o) + .debug_aranges + 0x0000000000001758 0x30 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_pagemanager.o) + .debug_aranges + 0x0000000000001788 0x30 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_types.o) + .debug_aranges + 0x00000000000017b8 0xf0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/pthread/libpthread.a(pthread.o) + .debug_aranges + 0x00000000000018a8 0x58 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/pthread/libpthread.a(pthread_local_storage.o) + .debug_aranges + 0x0000000000001900 0x38 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(cpu_util.o) + .debug_aranges + 0x0000000000001938 0x108 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_clk.o) + .debug_aranges + 0x0000000000001a40 0x30 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_init.o) + .debug_aranges + 0x0000000000001a70 0x50 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_time.o) + .debug_aranges + 0x0000000000001ac0 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(soc_memory_layout.o) + .debug_aranges + 0x0000000000001ad8 0x70 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(cache_utils.o) + .debug_aranges + 0x0000000000001b48 0x88 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(flash_ops.o) + .debug_aranges + 0x0000000000001bd0 0x78 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(partition.o) + .debug_aranges + 0x0000000000001c48 0xc0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(spi_flash_rom_patch.o) + .debug_aranges + 0x0000000000001d08 0x60 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(flash_mmap.o) + .debug_aranges + 0x0000000000001d68 0x1c8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_lwip.o) + .debug_aranges + 0x0000000000001f30 0x108 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/vfs/libvfs.a(vfs.o) + .debug_aranges + 0x0000000000002038 0xa0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/vfs/libvfs.a(vfs_uart.o) + .debug_aranges + 0x00000000000020d8 0x20 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_addsubdf3.o) + .debug_aranges + 0x00000000000020f8 0x20 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_muldf3.o) + .debug_aranges + 0x0000000000002118 0x20 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_divdf3.o) + .debug_aranges + 0x0000000000002138 0x20 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_cmpdf2.o) + .debug_aranges + 0x0000000000002158 0x20 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_fixdfsi.o) + .debug_aranges + 0x0000000000002178 0x20 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_floatsidf.o) + .debug_aranges + 0x0000000000002198 0x20 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_udivdi3.o) + .debug_aranges + 0x00000000000021b8 0x20 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_umoddi3.o) + .debug_aranges + 0x00000000000021d8 0x20 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(del_op.o) + .debug_aranges + 0x00000000000021f8 0x20 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(del_opv.o) + .debug_aranges + 0x0000000000002218 0x20 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(new_op.o) + .debug_aranges + 0x0000000000002238 0x20 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(new_opv.o) + .debug_aranges + 0x0000000000002258 0x48 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(si_class_type_info.o) + .debug_aranges + 0x00000000000022a0 0x40 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(tinfo.o) + .debug_aranges + 0x00000000000022e0 0x30 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(bad_alloc.o) + .debug_aranges + 0x0000000000002310 0x58 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(class_type_info.o) + .debug_aranges + 0x0000000000002368 0x68 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_exception.o) + .debug_aranges + 0x00000000000023d0 0x70 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_personality.o) + .debug_aranges + 0x0000000000002440 0x58 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_terminate.o) + .debug_aranges + 0x0000000000002498 0x18 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_unex_handler.o) + .debug_aranges + 0x00000000000024b0 0x28 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(new_handler.o) + .debug_aranges + 0x00000000000024d8 0x20 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(pure.o) + .debug_aranges + 0x00000000000024f8 0x40 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_globals.o) + .debug_aranges + 0x0000000000002538 0x18 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_term_handler.o) + .debug_aranges + 0x0000000000002550 0x88 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/app_update/libapp_update.a(esp_ota_ops.o) + .debug_aranges + 0x00000000000025d8 0x68 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader_support/libbootloader_support.a(esp_image_format.o) + .debug_aranges + 0x0000000000002640 0x40 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader_support/libbootloader_support.a(bootloader_flash.o) + .debug_aranges + 0x0000000000002680 0x30 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader_support/libbootloader_support.a(bootloader_sha.o) + .debug_aranges + 0x00000000000026b0 0x58 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(periph_ctrl.o) + .debug_aranges + 0x0000000000002708 0x330 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .debug_aranges + 0x0000000000002a38 0xa8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(timer.o) + .debug_aranges + 0x0000000000002ae0 0x1a8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .debug_aranges + 0x0000000000002c88 0xe0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(gpio.o) + .debug_aranges + 0x0000000000002d68 0x48 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(event_loop.o) + .debug_aranges + 0x0000000000002db0 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(fast_crypto_ops.o) + .debug_aranges + 0x0000000000002dc8 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(wifi_init.o) + .debug_aranges + 0x0000000000002de8 0xa0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(event_default_handlers.o) + .debug_aranges + 0x0000000000002e88 0x20 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/libhal.a(clock.o) + .debug_aranges + 0x0000000000002ea8 0x20 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/libhal.a(windowspill_asm.o) + .debug_aranges + 0x0000000000002ec8 0x18 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/libhal.a(interrupts--intlevel.o) + .debug_aranges + 0x0000000000002ee0 0x20 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/libhal.a(state_asm--restore_extra_nw.o) + .debug_aranges + 0x0000000000002f00 0x20 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/libhal.a(state_asm--save_extra_nw.o) + .debug_aranges + 0x0000000000002f20 0x30 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy.o) + .debug_aranges + 0x0000000000002f50 0x180 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_ana.o) + .debug_aranges + 0x00000000000030d0 0x280 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + .debug_aranges + 0x0000000000003350 0x158 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_cal.o) + .debug_aranges + 0x00000000000034a8 0xc0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_client.o) + .debug_aranges + 0x0000000000003568 0xc0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_msg.o) + .debug_aranges + 0x0000000000003628 0x78 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_outbox.o) + .debug_aranges + 0x00000000000036a0 0x30 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(platform_esp32_idf.o) + .debug_aranges + 0x00000000000036d0 0xa8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(transport.o) + .debug_aranges + 0x0000000000003778 0x60 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(transport_ssl.o) + .debug_aranges + 0x00000000000037d8 0x60 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(transport_tcp.o) + .debug_aranges + 0x0000000000003838 0x178 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_main.o) + .debug_aranges + 0x00000000000039b0 0x78 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_dev.o) + .debug_aranges + 0x0000000000003a28 0x68 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(event_groups.o) + .debug_aranges + 0x0000000000003a90 0x110 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(ringbuf.o) + .debug_aranges + 0x0000000000003ba0 0x38 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(netdb.o) + .debug_aranges + 0x0000000000003bd8 0x1f0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + .debug_aranges + 0x0000000000003dc8 0x88 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcpip.o) + .debug_aranges + 0x0000000000003e50 0xd0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcpserver.o) + .debug_aranges + 0x0000000000003f20 0x38 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(def.o) + .debug_aranges + 0x0000000000003f58 0xc0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dns.o) + .debug_aranges + 0x0000000000004018 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(init.o) + .debug_aranges + 0x0000000000004038 0x28 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip.o) + .debug_aranges + 0x0000000000004060 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(memp.o) + .debug_aranges + 0x0000000000004078 0xd0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(netif.o) + .debug_aranges + 0x0000000000004148 0xe0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(pbuf.o) + .debug_aranges + 0x0000000000004228 0x170 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp.o) + .debug_aranges + 0x0000000000004398 0x60 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp_in.o) + .debug_aranges + 0x00000000000043f8 0x98 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp_out.o) + .debug_aranges + 0x0000000000004490 0x88 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(timers.o) + .debug_aranges + 0x0000000000004518 0x98 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(udp.o) + .debug_aranges + 0x00000000000045b0 0x150 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcp.o) + .debug_aranges + 0x0000000000004700 0x30 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(icmp.o) + .debug_aranges + 0x0000000000004730 0xa8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(igmp.o) + .debug_aranges + 0x00000000000047d8 0x70 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip4.o) + .debug_aranges + 0x0000000000004848 0x48 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip4_addr.o) + .debug_aranges + 0x0000000000004890 0x48 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(icmp6.o) + .debug_aranges + 0x00000000000048d8 0x50 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip6.o) + .debug_aranges + 0x0000000000004928 0x30 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip6_addr.o) + .debug_aranges + 0x0000000000004958 0x38 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip6_frag.o) + .debug_aranges + 0x0000000000004990 0x80 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(mld6.o) + .debug_aranges + 0x0000000000004a10 0xd0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(nd6.o) + .debug_aranges + 0x0000000000004ae0 0xa0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(etharp.o) + .debug_aranges + 0x0000000000004b80 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ethernet.o) + .debug_aranges + 0x0000000000004ba0 0xe8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sys_arch.o) + .debug_aranges + 0x0000000000004c88 0x38 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ethernetif.o) + .debug_aranges + 0x0000000000004cc0 0x48 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(wlanif.o) + .debug_aranges + 0x0000000000004d08 0x30 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(vfs_lwip.o) + .debug_aranges + 0x0000000000004d38 0xd0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_lib.o) + .debug_aranges + 0x0000000000004e08 0x100 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_msg.o) + .debug_aranges + 0x0000000000004f08 0x60 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(netbuf.o) + .debug_aranges + 0x0000000000004f68 0x70 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(inet_chksum.o) + .debug_aranges + 0x0000000000004fd8 0x68 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(raw.o) + .debug_aranges + 0x0000000000005040 0x28 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ethip6.o) + .debug_aranges + 0x0000000000005068 0xa8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ctr_drbg.o) + .debug_aranges + 0x0000000000005110 0x98 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(entropy.o) + .debug_aranges + 0x00000000000051a8 0x68 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(sha256.o) + .debug_aranges + 0x0000000000005210 0x68 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(sha512.o) + .debug_aranges + 0x0000000000005278 0x450 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + .debug_aranges + 0x00000000000056c8 0x150 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509_crt.o) + .debug_aranges + 0x0000000000005818 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(esp_hardware.o) + .debug_aranges + 0x0000000000005838 0x88 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(net_sockets.o) + .debug_aranges + 0x00000000000058c0 0x88 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(asn1parse.o) + .debug_aranges + 0x0000000000005948 0x1d8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(bignum.o) + .debug_aranges + 0x0000000000005b20 0x100 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(cipher.o) + .debug_aranges + 0x0000000000005c20 0x88 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(cipher_wrap.o) + .debug_aranges + 0x0000000000005ca8 0x90 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(dhm.o) + .debug_aranges + 0x0000000000005d38 0x68 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecdh.o) + .debug_aranges + 0x0000000000005da0 0x1b8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp.o) + .debug_aranges + 0x0000000000005f58 0x78 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp_curves.o) + .debug_aranges + 0x0000000000005fd0 0x78 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(gcm.o) + .debug_aranges + 0x0000000000006048 0xd0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md.o) + .debug_aranges + 0x0000000000006118 0x68 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md5.o) + .debug_aranges + 0x0000000000006180 0x128 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md_wrap.o) + .debug_aranges + 0x00000000000062a8 0xd8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(oid.o) + .debug_aranges + 0x0000000000006380 0x58 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pem.o) + .debug_aranges + 0x00000000000063d8 0xa0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pk.o) + .debug_aranges + 0x0000000000006478 0x118 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pk_wrap.o) + .debug_aranges + 0x0000000000006590 0xb0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pkparse.o) + .debug_aranges + 0x0000000000006640 0xf8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(rsa.o) + .debug_aranges + 0x0000000000006738 0x68 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(sha1.o) + .debug_aranges + 0x00000000000067a0 0x58 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_ciphersuites.o) + .debug_aranges + 0x00000000000067f8 0x138 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_cli.o) + .debug_aranges + 0x0000000000006930 0x130 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_srv.o) + .debug_aranges + 0x0000000000006a60 0xc0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509.o) + .debug_aranges + 0x0000000000006b20 0x30 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(base64.o) + .debug_aranges + 0x0000000000006b50 0x58 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ccm.o) + .debug_aranges + 0x0000000000006ba8 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(certs.o) + .debug_aranges + 0x0000000000006bc0 0x78 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecdsa.o) + .debug_aranges + 0x0000000000006c38 0x98 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(hmac_drbg.o) + .debug_aranges + 0x0000000000006cd0 0x50 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pkcs12.o) + .debug_aranges + 0x0000000000006d20 0x38 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pkcs5.o) + .debug_aranges + 0x0000000000006d58 0x88 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(asn1write.o) + .debug_aranges + 0x0000000000006de0 0x20 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-errno.o) + .debug_aranges + 0x0000000000006e00 0x20 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-ferror.o) + .debug_aranges + 0x0000000000006e20 0x20 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-fgets.o) + .debug_aranges + 0x0000000000006e40 0x20 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-fread.o) + .debug_aranges + 0x0000000000006e60 0x20 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-ftell.o) + .debug_aranges + 0x0000000000006e80 0x20 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-ftello.o) + .debug_aranges + 0x0000000000006ea0 0x20 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-fwrite.o) + .debug_aranges + 0x0000000000006ec0 0x20 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-putchar.o) + .debug_aranges + 0x0000000000006ee0 0x20 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-sysgettod.o) + .debug_aranges + 0x0000000000006f00 0x20 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-sysstat.o) + .debug_aranges + 0x0000000000006f20 0x20 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-putc.o) + .debug_aranges + 0x0000000000006f40 0x98 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nghttp/libnghttp.a(http_parser.o) + .debug_aranges + 0x0000000000006fd8 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(crypto_internal-modexp.o) + .debug_aranges + 0x0000000000006ff8 0x60 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(crypto_internal-rsa.o) + .debug_aranges + 0x0000000000007058 0x40 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(crypto_internal.o) + .debug_aranges + 0x0000000000007098 0x30 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(dh_group5.o) + .debug_aranges + 0x00000000000070c8 0x30 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(dh_groups.o) + .debug_aranges + 0x00000000000070f8 0x40 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(md5-internal.o) + .debug_aranges + 0x0000000000007138 0x28 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(md5.o) + .debug_aranges + 0x0000000000007160 0x98 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(ms_funcs.o) + .debug_aranges + 0x00000000000071f8 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(rc4.o) + .debug_aranges + 0x0000000000007218 0x40 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(sha1-internal.o) + .debug_aranges + 0x0000000000007258 0x28 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(sha1-pbkdf2.o) + .debug_aranges + 0x0000000000007280 0x30 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(sha1.o) + .debug_aranges + 0x00000000000072b0 0x30 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(os_xtensa.o) + .debug_aranges + 0x00000000000072e0 0x28 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_aes-cbc.o) + .debug_aranges + 0x0000000000007308 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_aes-unwrap.o) + .debug_aranges + 0x0000000000007328 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_aes-wrap.o) + .debug_aranges + 0x0000000000007348 0x38 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_crypto_internal-cipher.o) + .debug_aranges + 0x0000000000007380 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_crypto_internal-modexp.o) + .debug_aranges + 0x00000000000073a0 0x30 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_crypto_internal.o) + .debug_aranges + 0x00000000000073d0 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_sha256-internal.o) + .debug_aranges + 0x00000000000073f0 0x30 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_sha256.o) + .debug_aranges + 0x0000000000007420 0x1e8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(bignum.o) + .debug_aranges + 0x0000000000007608 0x38 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(des-internal.o) + .debug_aranges + 0x0000000000007640 0x48 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(md4-internal.o) + .debug_aranges + 0x0000000000007688 0x20 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_divsf3.o) + .debug_aranges + 0x00000000000076a8 0x20 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_floatdidf.o) + .debug_aranges + 0x00000000000076c8 0x20 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_extendsfdf2.o) + .debug_aranges + 0x00000000000076e8 0x20 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_popcountsi2.o) + .debug_aranges + 0x0000000000007708 0x20 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(unwind-dw2-xtensa.o) + .debug_aranges + 0x0000000000007728 0x20 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(unwind-dw2-fde.o) + .debug_aranges + 0x0000000000007748 0x20 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(lib2funcs.o) + .debug_aranges + 0x0000000000007768 0x58 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(ets_timer_legacy.o) + .debug_aranges + 0x00000000000077c0 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(hw_random.o) + .debug_aranges + 0x00000000000077e0 0x68 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(lib_printf.o) + .debug_aranges + 0x0000000000007848 0x70 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(phy_init.o) + .debug_aranges + 0x00000000000078b8 0x30 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(wifi_internal.o) + .debug_aranges + 0x00000000000078e8 0x78 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(aes.o) + .debug_aranges + 0x0000000000007960 0x20 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-vsnprintf.o) + .debug_aranges + 0x0000000000007980 0x38 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_sleep.o) + +.debug_ranges 0x0000000000000000 0x7d90 + .debug_ranges 0x0000000000000000 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/cxx/libcxx.a(cxx_exception_stubs.o) + .debug_ranges 0x0000000000000020 0x40 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/cxx/libcxx.a(cxx_guards.o) + .debug_ranges 0x0000000000000060 0x50 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(cpu_start.o) + .debug_ranges 0x00000000000000b0 0x38 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(crosscore_int.o) + .debug_ranges 0x00000000000000e8 0x50 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(dport_access.o) + .debug_ranges 0x0000000000000138 0xa0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(esp_timer.o) + .debug_ranges 0x00000000000001d8 0x40 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(esp_timer_esp32.o) + .debug_ranges 0x0000000000000218 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(int_wdt.o) + .debug_ranges 0x0000000000000238 0x100 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(intr_alloc.o) + .debug_ranges 0x0000000000000338 0x30 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(ipc.o) + .debug_ranges 0x0000000000000368 0xc0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(panic.o) + .debug_ranges 0x0000000000000428 0x90 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(system_api.o) + .debug_ranges 0x00000000000004b8 0x78 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(task_wdt.o) + .debug_ranges 0x0000000000000530 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(brownout.o) + .debug_ranges 0x0000000000000548 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(cache_err_int.o) + .debug_ranges 0x0000000000000560 0x38 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(clk.o) + .debug_ranges 0x0000000000000598 0x70 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(freertos_hooks.o) + .debug_ranges 0x0000000000000608 0xa0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(port.o) + .debug_ranges 0x00000000000006a8 0x108 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(queue.o) + .debug_ranges 0x00000000000007b0 0x2c8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + .debug_ranges 0x0000000000000a78 0xb0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(timers.o) + .debug_ranges 0x0000000000000b28 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(xtensa_init.o) + .debug_ranges 0x0000000000000b40 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(xtensa_intr.o) + .debug_ranges 0x0000000000000b60 0x68 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(xtensa_vectors.o) + .debug_ranges 0x0000000000000bc8 0x30 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(list.o) + .debug_ranges 0x0000000000000bf8 0x80 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/heap/libheap.a(heap_caps_init.o) + .debug_ranges 0x0000000000000c78 0x158 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/heap/libheap.a(heap_caps.o) + .debug_ranges 0x0000000000000dd0 0xe0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/heap/libheap.a(multi_heap.o) + .debug_ranges 0x0000000000000eb0 0x50 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/log/liblog.a(log.o) + .debug_ranges 0x0000000000000f00 0x30 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/main/libmain.a(app_main.o) + .debug_ranges 0x0000000000000f30 0x80 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-svfprintf.o) + .debug_ranges 0x0000000000000fb0 0x68 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-vfiprintf.o) + .debug_ranges 0x0000000000001018 0x98 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-vfprintf.o) + .debug_ranges 0x00000000000010b0 0x18 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-dtoa.o) + .debug_ranges 0x00000000000010c8 0x18 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-s_frexp.o) + .debug_ranges 0x00000000000010e0 0x50 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-svfiprintf.o) + .debug_ranges 0x0000000000001130 0x68 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/newlib/libnewlib.a(locks.o) + .debug_ranges 0x0000000000001198 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/newlib/libnewlib.a(reent_init.o) + .debug_ranges 0x00000000000011a8 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/newlib/libnewlib.a(syscall_table.o) + .debug_ranges 0x00000000000011b8 0x58 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/newlib/libnewlib.a(syscalls.o) + .debug_ranges 0x0000000000001210 0x88 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/newlib/libnewlib.a(time.o) + .debug_ranges 0x0000000000001298 0x1b0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + .debug_ranges 0x0000000000001448 0x80 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_storage.o) + .debug_ranges 0x00000000000014c8 0x40 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_item_hash_list.o) + .debug_ranges 0x0000000000001508 0x2a0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_page.o) + .debug_ranges 0x00000000000017a8 0xb0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_pagemanager.o) + .debug_ranges 0x0000000000001858 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_types.o) + .debug_ranges 0x0000000000001878 0x128 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/pthread/libpthread.a(pthread.o) + .debug_ranges 0x00000000000019a0 0x48 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/pthread/libpthread.a(pthread_local_storage.o) + .debug_ranges 0x00000000000019e8 0x28 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(cpu_util.o) + .debug_ranges 0x0000000000001a10 0x128 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_clk.o) + .debug_ranges 0x0000000000001b38 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_init.o) + .debug_ranges 0x0000000000001b58 0x40 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_time.o) + .debug_ranges 0x0000000000001b98 0x60 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(cache_utils.o) + .debug_ranges 0x0000000000001bf8 0xc0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(flash_ops.o) + .debug_ranges 0x0000000000001cb8 0x98 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(partition.o) + .debug_ranges 0x0000000000001d50 0xb0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(spi_flash_rom_patch.o) + .debug_ranges 0x0000000000001e00 0xe0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(flash_mmap.o) + .debug_ranges 0x0000000000001ee0 0x1e8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_lwip.o) + .debug_ranges 0x00000000000020c8 0x110 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/vfs/libvfs.a(vfs.o) + .debug_ranges 0x00000000000021d8 0xc0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/vfs/libvfs.a(vfs_uart.o) + .debug_ranges 0x0000000000002298 0x60 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_udivdi3.o) + .debug_ranges 0x00000000000022f8 0x78 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_umoddi3.o) + .debug_ranges 0x0000000000002370 0x10 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(del_op.o) + .debug_ranges 0x0000000000002380 0x10 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(del_opv.o) + .debug_ranges 0x0000000000002390 0x28 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(new_op.o) + .debug_ranges 0x00000000000023b8 0x10 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(new_opv.o) + .debug_ranges 0x00000000000023c8 0x38 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(si_class_type_info.o) + .debug_ranges 0x0000000000002400 0x30 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(tinfo.o) + .debug_ranges 0x0000000000002430 0x20 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(bad_alloc.o) + .debug_ranges 0x0000000000002450 0x68 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(class_type_info.o) + .debug_ranges 0x00000000000024b8 0x58 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_exception.o) + .debug_ranges 0x0000000000002510 0xa8 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_personality.o) + .debug_ranges 0x00000000000025b8 0x48 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_terminate.o) + .debug_ranges 0x0000000000002600 0x18 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(new_handler.o) + .debug_ranges 0x0000000000002618 0x10 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(pure.o) + .debug_ranges 0x0000000000002628 0x68 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_globals.o) + .debug_ranges 0x0000000000002690 0xd8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/app_update/libapp_update.a(esp_ota_ops.o) + .debug_ranges 0x0000000000002768 0x88 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader_support/libbootloader_support.a(esp_image_format.o) + .debug_ranges 0x00000000000027f0 0x30 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader_support/libbootloader_support.a(bootloader_flash.o) + .debug_ranges 0x0000000000002820 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader_support/libbootloader_support.a(bootloader_sha.o) + .debug_ranges 0x0000000000002840 0x48 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(periph_ctrl.o) + .debug_ranges 0x0000000000002888 0x320 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .debug_ranges 0x0000000000002ba8 0x98 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(timer.o) + .debug_ranges 0x0000000000002c40 0x198 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .debug_ranges 0x0000000000002dd8 0xd0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(gpio.o) + .debug_ranges 0x0000000000002ea8 0x38 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(event_loop.o) + .debug_ranges 0x0000000000002ee0 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(wifi_init.o) + .debug_ranges 0x0000000000002ef0 0x90 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(event_default_handlers.o) + .debug_ranges 0x0000000000002f80 0x20 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy.o) + .debug_ranges 0x0000000000002fa0 0x188 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_ana.o) + .debug_ranges 0x0000000000003128 0x470 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + .debug_ranges 0x0000000000003598 0x148 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_cal.o) + .debug_ranges 0x00000000000036e0 0xb0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_client.o) + .debug_ranges 0x0000000000003790 0xd0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_msg.o) + .debug_ranges 0x0000000000003860 0xc8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_outbox.o) + .debug_ranges 0x0000000000003928 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(platform_esp32_idf.o) + .debug_ranges 0x0000000000003948 0x98 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(transport.o) + .debug_ranges 0x00000000000039e0 0x50 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(transport_ssl.o) + .debug_ranges 0x0000000000003a30 0x50 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(transport_tcp.o) + .debug_ranges 0x0000000000003a80 0x180 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_main.o) + .debug_ranges 0x0000000000003c00 0x68 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_dev.o) + .debug_ranges 0x0000000000003c68 0x70 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(event_groups.o) + .debug_ranges 0x0000000000003cd8 0x130 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(ringbuf.o) + .debug_ranges 0x0000000000003e08 0x40 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(netdb.o) + .debug_ranges 0x0000000000003e48 0x260 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + .debug_ranges 0x00000000000040a8 0x78 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcpip.o) + .debug_ranges 0x0000000000004120 0xc0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcpserver.o) + .debug_ranges 0x00000000000041e0 0x28 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(def.o) + .debug_ranges 0x0000000000004208 0xe0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dns.o) + .debug_ranges 0x00000000000042e8 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(init.o) + .debug_ranges 0x00000000000042f8 0x30 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip.o) + .debug_ranges 0x0000000000004328 0xd8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(netif.o) + .debug_ranges 0x0000000000004400 0x130 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(pbuf.o) + .debug_ranges 0x0000000000004530 0x1b0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp.o) + .debug_ranges 0x00000000000046e0 0x50 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp_in.o) + .debug_ranges 0x0000000000004730 0xd8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp_out.o) + .debug_ranges 0x0000000000004808 0x78 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(timers.o) + .debug_ranges 0x0000000000004880 0xa0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(udp.o) + .debug_ranges 0x0000000000004920 0x140 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcp.o) + .debug_ranges 0x0000000000004a60 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(icmp.o) + .debug_ranges 0x0000000000004a80 0xb0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(igmp.o) + .debug_ranges 0x0000000000004b30 0xf0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip4.o) + .debug_ranges 0x0000000000004c20 0x38 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip4_addr.o) + .debug_ranges 0x0000000000004c58 0x38 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(icmp6.o) + .debug_ranges 0x0000000000004c90 0x58 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip6.o) + .debug_ranges 0x0000000000004ce8 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip6_addr.o) + .debug_ranges 0x0000000000004d08 0x28 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip6_frag.o) + .debug_ranges 0x0000000000004d30 0x88 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(mld6.o) + .debug_ranges 0x0000000000004db8 0xf0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(nd6.o) + .debug_ranges 0x0000000000004ea8 0x110 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(etharp.o) + .debug_ranges 0x0000000000004fb8 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ethernet.o) + .debug_ranges 0x0000000000004fc8 0xd8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sys_arch.o) + .debug_ranges 0x00000000000050a0 0x28 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ethernetif.o) + .debug_ranges 0x00000000000050c8 0x38 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(wlanif.o) + .debug_ranges 0x0000000000005100 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(vfs_lwip.o) + .debug_ranges 0x0000000000005120 0xc0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_lib.o) + .debug_ranges 0x00000000000051e0 0x138 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_msg.o) + .debug_ranges 0x0000000000005318 0x50 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(netbuf.o) + .debug_ranges 0x0000000000005368 0x60 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(inet_chksum.o) + .debug_ranges 0x00000000000053c8 0x58 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(raw.o) + .debug_ranges 0x0000000000005420 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ethip6.o) + .debug_ranges 0x0000000000005438 0x98 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ctr_drbg.o) + .debug_ranges 0x00000000000054d0 0x88 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(entropy.o) + .debug_ranges 0x0000000000005558 0x58 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(sha256.o) + .debug_ranges 0x00000000000055b0 0x58 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(sha512.o) + .debug_ranges 0x0000000000005608 0x4e0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + .debug_ranges 0x0000000000005ae8 0x170 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509_crt.o) + .debug_ranges 0x0000000000005c58 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(esp_hardware.o) + .debug_ranges 0x0000000000005c68 0x90 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(net_sockets.o) + .debug_ranges 0x0000000000005cf8 0x78 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(asn1parse.o) + .debug_ranges 0x0000000000005d70 0x210 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(bignum.o) + .debug_ranges 0x0000000000005f80 0x150 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(cipher.o) + .debug_ranges 0x00000000000060d0 0x78 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(cipher_wrap.o) + .debug_ranges 0x0000000000006148 0x80 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(dhm.o) + .debug_ranges 0x00000000000061c8 0x58 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecdh.o) + .debug_ranges 0x0000000000006220 0x1a8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp.o) + .debug_ranges 0x00000000000063c8 0x68 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp_curves.o) + .debug_ranges 0x0000000000006430 0xb0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(gcm.o) + .debug_ranges 0x00000000000064e0 0xc0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md.o) + .debug_ranges 0x00000000000065a0 0x58 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md5.o) + .debug_ranges 0x00000000000065f8 0x118 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md_wrap.o) + .debug_ranges 0x0000000000006710 0xc8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(oid.o) + .debug_ranges 0x00000000000067d8 0x48 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pem.o) + .debug_ranges 0x0000000000006820 0xa8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pk.o) + .debug_ranges 0x00000000000068c8 0x108 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pk_wrap.o) + .debug_ranges 0x00000000000069d0 0xa0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pkparse.o) + .debug_ranges 0x0000000000006a70 0x100 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(rsa.o) + .debug_ranges 0x0000000000006b70 0x58 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(sha1.o) + .debug_ranges 0x0000000000006bc8 0x60 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_ciphersuites.o) + .debug_ranges 0x0000000000006c28 0x140 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_cli.o) + .debug_ranges 0x0000000000006d68 0x168 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_srv.o) + .debug_ranges 0x0000000000006ed0 0xe0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509.o) + .debug_ranges 0x0000000000006fb0 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(base64.o) + .debug_ranges 0x0000000000006fd0 0x78 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ccm.o) + .debug_ranges 0x0000000000007048 0x80 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecdsa.o) + .debug_ranges 0x00000000000070c8 0x88 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(hmac_drbg.o) + .debug_ranges 0x0000000000007150 0x40 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pkcs12.o) + .debug_ranges 0x0000000000007190 0x28 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pkcs5.o) + .debug_ranges 0x00000000000071b8 0x90 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(asn1write.o) + .debug_ranges 0x0000000000007248 0x160 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nghttp/libnghttp.a(http_parser.o) + .debug_ranges 0x00000000000073a8 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(crypto_internal-modexp.o) + .debug_ranges 0x00000000000073b8 0x50 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(crypto_internal-rsa.o) + .debug_ranges 0x0000000000007408 0x30 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(crypto_internal.o) + .debug_ranges 0x0000000000007438 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(dh_group5.o) + .debug_ranges 0x0000000000007458 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(dh_groups.o) + .debug_ranges 0x0000000000007478 0x30 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(md5-internal.o) + .debug_ranges 0x00000000000074a8 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(md5.o) + .debug_ranges 0x00000000000074c0 0xb8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(ms_funcs.o) + .debug_ranges 0x0000000000007578 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(rc4.o) + .debug_ranges 0x0000000000007588 0x30 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(sha1-internal.o) + .debug_ranges 0x00000000000075b8 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(sha1-pbkdf2.o) + .debug_ranges 0x00000000000075d0 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(sha1.o) + .debug_ranges 0x00000000000075f0 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(os_xtensa.o) + .debug_ranges 0x0000000000007610 0x18 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_aes-cbc.o) + .debug_ranges 0x0000000000007628 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_aes-unwrap.o) + .debug_ranges 0x0000000000007638 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_aes-wrap.o) + .debug_ranges 0x0000000000007648 0x28 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_crypto_internal-cipher.o) + .debug_ranges 0x0000000000007670 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_crypto_internal-modexp.o) + .debug_ranges 0x0000000000007680 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_crypto_internal.o) + .debug_ranges 0x00000000000076a0 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_sha256-internal.o) + .debug_ranges 0x00000000000076b0 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_sha256.o) + .debug_ranges 0x00000000000076d0 0x1f0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(bignum.o) + .debug_ranges 0x00000000000078c0 0x28 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(des-internal.o) + .debug_ranges 0x00000000000078e8 0x38 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(md4-internal.o) + .debug_ranges 0x0000000000007920 0x80 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(unwind-dw2-xtensa.o) + .debug_ranges 0x00000000000079a0 0x230 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(unwind-dw2-fde.o) + .debug_ranges 0x0000000000007bd0 0x48 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(ets_timer_legacy.o) + .debug_ranges 0x0000000000007c18 0x10 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(hw_random.o) + .debug_ranges 0x0000000000007c28 0x58 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(lib_printf.o) + .debug_ranges 0x0000000000007c80 0x60 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(phy_init.o) + .debug_ranges 0x0000000000007ce0 0x20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(wifi_internal.o) + .debug_ranges 0x0000000000007d00 0x68 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(aes.o) + .debug_ranges 0x0000000000007d68 0x28 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_sleep.o) + +.debug_line 0x0000000000000000 0x95d64 + .debug_line 0x0000000000000000 0x337 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/cxx/libcxx.a(cxx_exception_stubs.o) + .debug_line 0x0000000000000337 0x957 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/cxx/libcxx.a(cxx_guards.o) + .debug_line 0x0000000000000c8e 0xaec /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(cpu_start.o) + .debug_line 0x000000000000177a 0x2fe /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(crosscore_int.o) + .debug_line 0x0000000000001a78 0x40f /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(dport_access.o) + .debug_line 0x0000000000001e87 0x8f3 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(esp_timer.o) + .debug_line 0x000000000000277a 0x69b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(esp_timer_esp32.o) + .debug_line 0x0000000000002e15 0x3df /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(int_wdt.o) + .debug_line 0x00000000000031f4 0xe20 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(intr_alloc.o) + .debug_line 0x0000000000004014 0x376 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(ipc.o) + .debug_line 0x000000000000438a 0xac1 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(panic.o) + .debug_line 0x0000000000004e4b 0x9c5 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(system_api.o) + .debug_line 0x0000000000005810 0x956 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(task_wdt.o) + .debug_line 0x0000000000006166 0x25f /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(dport_panic_highint_hdl.o) + .debug_line 0x00000000000063c5 0x328 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(brownout.o) + .debug_line 0x00000000000066ed 0x359 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(cache_err_int.o) + .debug_line 0x0000000000006a46 0x559 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(clk.o) + .debug_line 0x0000000000006f9f 0x4da /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(freertos_hooks.o) + .debug_line 0x0000000000007479 0x6a /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/libhal.a(int_asm--set_intclear.o) + .debug_line 0x00000000000074e3 0x71 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(FreeRTOS-openocd.o) + .debug_line 0x0000000000007554 0x640 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(port.o) + .debug_line 0x0000000000007b94 0xef1 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(queue.o) + .debug_line 0x0000000000008a85 0x29c1 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + .debug_line 0x000000000000b446 0x7d9 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(timers.o) + .debug_line 0x000000000000bc1f 0xec /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(xtensa_init.o) + .debug_line 0x000000000000bd0b 0x320 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(xtensa_intr.o) + .debug_line 0x000000000000c02b 0x445 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(portasm.o) + .debug_line 0x000000000000c470 0x326 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(xtensa_context.o) + .debug_line 0x000000000000c796 0xed /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(xtensa_intr_asm.o) + .debug_line 0x000000000000c883 0x9cb /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(xtensa_vectors.o) + .debug_line 0x000000000000d24e 0x292 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(list.o) + .debug_line 0x000000000000d4e0 0xd5 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(xtensa_vector_defaults.o) + .debug_line 0x000000000000d5b5 0x840 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/heap/libheap.a(heap_caps_init.o) + .debug_line 0x000000000000ddf5 0xa28 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/heap/libheap.a(heap_caps.o) + .debug_line 0x000000000000e81d 0x1138 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/heap/libheap.a(multi_heap.o) + .debug_line 0x000000000000f955 0x8ce /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/log/liblog.a(log.o) + .debug_line 0x0000000000010223 0x6db /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/main/libmain.a(app_main.o) + .debug_line 0x00000000000108fe 0x150 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-assert.o) + .debug_line 0x0000000000010a4e 0x25c /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-fiprintf.o) + .debug_line 0x0000000000010caa 0x2d6 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-fopen.o) + .debug_line 0x0000000000010f80 0x301 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-fputs.o) + .debug_line 0x0000000000011281 0x216 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-fseek.o) + .debug_line 0x0000000000011497 0x5e6 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-fseeko.o) + .debug_line 0x0000000000011a7d 0x2b0 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-printf.o) + .debug_line 0x0000000000011d2d 0x2dc /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-puts.o) + .debug_line 0x0000000000012009 0x2ec /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-reent.o) + .debug_line 0x00000000000122f5 0x315 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-snprintf.o) + .debug_line 0x000000000001260a 0x2c7 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-sprintf.o) + .debug_line 0x00000000000128d1 0x2e07 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-svfprintf.o) + .debug_line 0x00000000000156d8 0x2539 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-vfiprintf.o) + .debug_line 0x0000000000017c11 0x2fc4 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-vfprintf.o) + .debug_line 0x000000000001abd5 0x275 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-vprintf.o) + .debug_line 0x000000000001ae4a 0xfde /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-dtoa.o) + .debug_line 0x000000000001be28 0x234 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-flags.o) + .debug_line 0x000000000001c05c 0xdbc /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-mprec.o) + .debug_line 0x000000000001ce18 0x1e6 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-s_frexp.o) + .debug_line 0x000000000001cffe 0x244f /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-svfiprintf.o) + .debug_line 0x000000000001f44d 0x179 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libm.a(lib_a-s_fpclassify.o) + .debug_line 0x000000000001f5c6 0x428 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/newlib/libnewlib.a(locks.o) + .debug_line 0x000000000001f9ee 0x17e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/newlib/libnewlib.a(reent_init.o) + .debug_line 0x000000000001fb6c 0x24d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/newlib/libnewlib.a(syscall_table.o) + .debug_line 0x000000000001fdb9 0x2c4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/newlib/libnewlib.a(syscalls.o) + .debug_line 0x000000000002007d 0x5bb /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/newlib/libnewlib.a(time.o) + .debug_line 0x0000000000020638 0x1a72 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + .debug_line 0x00000000000220aa 0xca2 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_storage.o) + .debug_line 0x0000000000022d4c 0x819 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_item_hash_list.o) + .debug_line 0x0000000000023565 0x1a88 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_page.o) + .debug_line 0x0000000000024fed 0xd7a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_pagemanager.o) + .debug_line 0x0000000000025d67 0x5bc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_types.o) + .debug_line 0x0000000000026323 0xaff /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/pthread/libpthread.a(pthread.o) + .debug_line 0x0000000000026e22 0x505 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/pthread/libpthread.a(pthread_local_storage.o) + .debug_line 0x0000000000027327 0x1a8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(cpu_util.o) + .debug_line 0x00000000000274cf 0xd0f /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_clk.o) + .debug_line 0x00000000000281de 0x4a7 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_init.o) + .debug_line 0x0000000000028685 0x3ca /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_time.o) + .debug_line 0x0000000000028a4f 0x1d9 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(soc_memory_layout.o) + .debug_line 0x0000000000028c28 0x656 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(cache_utils.o) + .debug_line 0x000000000002927e 0xa82 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(flash_ops.o) + .debug_line 0x0000000000029d00 0x800 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(partition.o) + .debug_line 0x000000000002a500 0xb48 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(spi_flash_rom_patch.o) + .debug_line 0x000000000002b048 0x9a4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(flash_mmap.o) + .debug_line 0x000000000002b9ec 0x1bf1 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_lwip.o) + .debug_line 0x000000000002d5dd 0xf31 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/vfs/libvfs.a(vfs.o) + .debug_line 0x000000000002e50e 0x859 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/vfs/libvfs.a(vfs_uart.o) + .debug_line 0x000000000002ed67 0x6be /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_addsubdf3.o) + .debug_line 0x000000000002f425 0x4af /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_muldf3.o) + .debug_line 0x000000000002f8d4 0x4cc /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_divdf3.o) + .debug_line 0x000000000002fda0 0x3ac /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_cmpdf2.o) + .debug_line 0x000000000003014c 0x124 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_fixdfsi.o) + .debug_line 0x0000000000030270 0x106 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_floatsidf.o) + .debug_line 0x0000000000030376 0x195 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_udivdi3.o) + .debug_line 0x000000000003050b 0x1e2 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_umoddi3.o) + .debug_line 0x00000000000306ed 0x27e /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(del_op.o) + .debug_line 0x000000000003096b 0x13e /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(del_opv.o) + .debug_line 0x0000000000030aa9 0x36b /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(new_op.o) + .debug_line 0x0000000000030e14 0x14a /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(new_opv.o) + .debug_line 0x0000000000030f5e 0x300 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(si_class_type_info.o) + .debug_line 0x000000000003125e 0x1c8 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(tinfo.o) + .debug_line 0x0000000000031426 0x16c /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(bad_alloc.o) + .debug_line 0x0000000000031592 0x35a /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(class_type_info.o) + .debug_line 0x00000000000318ec 0x2aa /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_exception.o) + .debug_line 0x0000000000031b96 0x9a6 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_personality.o) + .debug_line 0x000000000003253c 0x42e /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_terminate.o) + .debug_line 0x000000000003296a 0x1bb /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_unex_handler.o) + .debug_line 0x0000000000032b25 0x1f3 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(new_handler.o) + .debug_line 0x0000000000032d18 0x1cc /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(pure.o) + .debug_line 0x0000000000032ee4 0x4ef /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_globals.o) + .debug_line 0x00000000000333d3 0x2a6 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_term_handler.o) + .debug_line 0x0000000000033679 0xbf1 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/app_update/libapp_update.a(esp_ota_ops.o) + .debug_line 0x000000000003426a 0xa58 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader_support/libbootloader_support.a(esp_image_format.o) + .debug_line 0x0000000000034cc2 0x405 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader_support/libbootloader_support.a(bootloader_flash.o) + .debug_line 0x00000000000350c7 0x2fb /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader_support/libbootloader_support.a(bootloader_sha.o) + .debug_line 0x00000000000353c2 0x59a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(periph_ctrl.o) + .debug_line 0x000000000003595c 0x2b42 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .debug_line 0x000000000003849e 0xa2e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(timer.o) + .debug_line 0x0000000000038ecc 0x23b3 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .debug_line 0x000000000003b27f 0xf64 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(gpio.o) + .debug_line 0x000000000003c1e3 0x4db /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(event_loop.o) + .debug_line 0x000000000003c6be 0xc9 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(fast_crypto_ops.o) + .debug_line 0x000000000003c787 0x2ff /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(wifi_init.o) + .debug_line 0x000000000003ca86 0xa43 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(event_default_handlers.o) + .debug_line 0x000000000003d4c9 0x92 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/libhal.a(clock.o) + .debug_line 0x000000000003d55b 0x2ef /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/libhal.a(windowspill_asm.o) + .debug_line 0x000000000003d84a 0x50 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/libhal.a(interrupts--intlevel.o) + .debug_line 0x000000000003d89a 0x66 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/libhal.a(state_asm--restore_extra_nw.o) + .debug_line 0x000000000003d900 0x66 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/libhal.a(state_asm--save_extra_nw.o) + .debug_line 0x000000000003d966 0xd9 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy.o) + .debug_line 0x000000000003da3f 0x18d1 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_ana.o) + .debug_line 0x000000000003f310 0x2ba8 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + .debug_line 0x0000000000041eb8 0x20a3 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_cal.o) + .debug_line 0x0000000000043f5b 0x10d5 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_client.o) + .debug_line 0x0000000000045030 0x8ad /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_msg.o) + .debug_line 0x00000000000458dd 0x6c3 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_outbox.o) + .debug_line 0x0000000000045fa0 0x26b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(platform_esp32_idf.o) + .debug_line 0x000000000004620b 0x522 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(transport.o) + .debug_line 0x000000000004672d 0x8bf /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(transport_ssl.o) + .debug_line 0x0000000000046fec 0x688 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(transport_tcp.o) + .debug_line 0x0000000000047674 0x146d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_main.o) + .debug_line 0x0000000000048ae1 0x3db /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_dev.o) + .debug_line 0x0000000000048ebc 0x728 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(event_groups.o) + .debug_line 0x00000000000495e4 0xd4a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(ringbuf.o) + .debug_line 0x000000000004a32e 0x6e2 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(netdb.o) + .debug_line 0x000000000004aa10 0x378a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + .debug_line 0x000000000004e19a 0x69b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcpip.o) + .debug_line 0x000000000004e835 0xf23 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcpserver.o) + .debug_line 0x000000000004f758 0x1f8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(def.o) + .debug_line 0x000000000004f950 0xffa /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dns.o) + .debug_line 0x000000000005094a 0x182 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(init.o) + .debug_line 0x0000000000050acc 0x2b1 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip.o) + .debug_line 0x0000000000050d7d 0x227 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(memp.o) + .debug_line 0x0000000000050fa4 0xb42 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(netif.o) + .debug_line 0x0000000000051ae6 0xeb7 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(pbuf.o) + .debug_line 0x000000000005299d 0x1fec /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp.o) + .debug_line 0x0000000000054989 0x1945 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp_in.o) + .debug_line 0x00000000000562ce 0x11da /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp_out.o) + .debug_line 0x00000000000574a8 0x6ea /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(timers.o) + .debug_line 0x0000000000057b92 0x11e3 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(udp.o) + .debug_line 0x0000000000058d75 0x1897 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcp.o) + .debug_line 0x000000000005a60c 0x40d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(icmp.o) + .debug_line 0x000000000005aa19 0xa9c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(igmp.o) + .debug_line 0x000000000005b4b5 0x97f /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip4.o) + .debug_line 0x000000000005be34 0x624 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip4_addr.o) + .debug_line 0x000000000005c458 0x451 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(icmp6.o) + .debug_line 0x000000000005c8a9 0xcee /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip6.o) + .debug_line 0x000000000005d597 0x5b8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip6_addr.o) + .debug_line 0x000000000005db4f 0x7d4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip6_frag.o) + .debug_line 0x000000000005e323 0xa23 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(mld6.o) + .debug_line 0x000000000005ed46 0x1eb8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(nd6.o) + .debug_line 0x0000000000060bfe 0xdb6 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(etharp.o) + .debug_line 0x00000000000619b4 0x371 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ethernet.o) + .debug_line 0x0000000000061d25 0x8a0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sys_arch.o) + .debug_line 0x00000000000625c5 0x44b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ethernetif.o) + .debug_line 0x0000000000062a10 0x46d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(wlanif.o) + .debug_line 0x0000000000062e7d 0x430 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(vfs_lwip.o) + .debug_line 0x00000000000632ad 0xdce /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_lib.o) + .debug_line 0x000000000006407b 0x1f3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_msg.o) + .debug_line 0x0000000000065fb6 0x52d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(netbuf.o) + .debug_line 0x00000000000664e3 0x65f /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(inet_chksum.o) + .debug_line 0x0000000000066b42 0x9df /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(raw.o) + .debug_line 0x0000000000067521 0x34f /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ethip6.o) + .debug_line 0x0000000000067870 0xa13 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ctr_drbg.o) + .debug_line 0x0000000000068283 0x7b9 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(entropy.o) + .debug_line 0x0000000000068a3c 0x6d7 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(sha256.o) + .debug_line 0x0000000000069113 0x6f3 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(sha512.o) + .debug_line 0x0000000000069806 0x37f6 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + .debug_line 0x000000000006cffc 0x2047 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509_crt.o) + .debug_line 0x000000000006f043 0xf3 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(esp_hardware.o) + .debug_line 0x000000000006f136 0x915 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(net_sockets.o) + .debug_line 0x000000000006fa4b 0x6de /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(asn1parse.o) + .debug_line 0x0000000000070129 0x23cc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(bignum.o) + .debug_line 0x00000000000724f5 0xe40 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(cipher.o) + .debug_line 0x0000000000073335 0x477 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(cipher_wrap.o) + .debug_line 0x00000000000737ac 0x900 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(dhm.o) + .debug_line 0x00000000000740ac 0x45e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecdh.o) + .debug_line 0x000000000007450a 0x2151 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp.o) + .debug_line 0x000000000007665b 0x1b83 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp_curves.o) + .debug_line 0x00000000000781de 0xb8f /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(gcm.o) + .debug_line 0x0000000000078d6d 0x842 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md.o) + .debug_line 0x00000000000795af 0x677 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md5.o) + .debug_line 0x0000000000079c26 0x584 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md_wrap.o) + .debug_line 0x000000000007a1aa 0x77c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(oid.o) + .debug_line 0x000000000007a926 0x7ac /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pem.o) + .debug_line 0x000000000007b0d2 0x6ea /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pk.o) + .debug_line 0x000000000007b7bc 0x6e4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pk_wrap.o) + .debug_line 0x000000000007bea0 0xf9c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pkparse.o) + .debug_line 0x000000000007ce3c 0x16a9 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(rsa.o) + .debug_line 0x000000000007e4e5 0x75d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(sha1.o) + .debug_line 0x000000000007ec42 0x303 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_ciphersuites.o) + .debug_line 0x000000000007ef45 0x1def /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_cli.o) + .debug_line 0x0000000000080d34 0x1fcf /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_srv.o) + .debug_line 0x0000000000082d03 0xd94 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509.o) + .debug_line 0x0000000000083a97 0x518 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(base64.o) + .debug_line 0x0000000000083faf 0x68f /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ccm.o) + .debug_line 0x000000000008463e 0xcd /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(certs.o) + .debug_line 0x000000000008470b 0x670 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecdsa.o) + .debug_line 0x0000000000084d7b 0x7d5 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(hmac_drbg.o) + .debug_line 0x0000000000085550 0x506 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pkcs12.o) + .debug_line 0x0000000000085a56 0x5b0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pkcs5.o) + .debug_line 0x0000000000086006 0x80b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(asn1write.o) + .debug_line 0x0000000000086811 0xcc /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-errno.o) + .debug_line 0x00000000000868dd 0x29b /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-ferror.o) + .debug_line 0x0000000000086b78 0x363 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-fgets.o) + .debug_line 0x0000000000086edb 0x364 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-fread.o) + .debug_line 0x000000000008723f 0x216 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-ftell.o) + .debug_line 0x0000000000087455 0x333 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-ftello.o) + .debug_line 0x0000000000087788 0x312 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-fwrite.o) + .debug_line 0x0000000000087a9a 0x250 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-putchar.o) + .debug_line 0x0000000000087cea 0x136 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-sysgettod.o) + .debug_line 0x0000000000087e20 0x140 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-sysstat.o) + .debug_line 0x0000000000087f60 0x2e1 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-putc.o) + .debug_line 0x0000000000088241 0x23ae /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nghttp/libnghttp.a(http_parser.o) + .debug_line 0x000000000008a5ef 0x2a1 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(crypto_internal-modexp.o) + .debug_line 0x000000000008a890 0x37a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(crypto_internal-rsa.o) + .debug_line 0x000000000008ac0a 0x573 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(crypto_internal.o) + .debug_line 0x000000000008b17d 0x133 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(dh_group5.o) + .debug_line 0x000000000008b2b0 0x517 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(dh_groups.o) + .debug_line 0x000000000008b7c7 0x50c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(md5-internal.o) + .debug_line 0x000000000008bcd3 0x311 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(md5.o) + .debug_line 0x000000000008bfe4 0x733 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(ms_funcs.o) + .debug_line 0x000000000008c717 0x2cc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(rc4.o) + .debug_line 0x000000000008c9e3 0x474 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(sha1-internal.o) + .debug_line 0x000000000008ce57 0x307 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(sha1-pbkdf2.o) + .debug_line 0x000000000008d15e 0x3b9 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(sha1.o) + .debug_line 0x000000000008d517 0x320 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(os_xtensa.o) + .debug_line 0x000000000008d837 0x2c3 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_aes-cbc.o) + .debug_line 0x000000000008dafa 0x2ca /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_aes-unwrap.o) + .debug_line 0x000000000008ddc4 0x2a6 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_aes-wrap.o) + .debug_line 0x000000000008e06a 0x4fa /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_crypto_internal-cipher.o) + .debug_line 0x000000000008e564 0x28f /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_crypto_internal-modexp.o) + .debug_line 0x000000000008e7f3 0x555 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_crypto_internal.o) + .debug_line 0x000000000008ed48 0x242 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_sha256-internal.o) + .debug_line 0x000000000008ef8a 0x3a1 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_sha256.o) + .debug_line 0x000000000008f32b 0x1c58 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(bignum.o) + .debug_line 0x0000000000090f83 0x5c0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(des-internal.o) + .debug_line 0x0000000000091543 0x4a7 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(md4-internal.o) + .debug_line 0x00000000000919ea 0x136 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_divsf3.o) + .debug_line 0x0000000000091b20 0x196 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_floatdidf.o) + .debug_line 0x0000000000091cb6 0x154 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_extendsfdf2.o) + .debug_line 0x0000000000091e0a 0xa2 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_popcountsi2.o) + .debug_line 0x0000000000091eac 0xa4e /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(unwind-dw2-xtensa.o) + .debug_line 0x00000000000928fa 0x10bd /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(unwind-dw2-fde.o) + .debug_line 0x00000000000939b7 0x158 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(lib2funcs.o) + .debug_line 0x0000000000093b0f 0x329 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(ets_timer_legacy.o) + .debug_line 0x0000000000093e38 0x1ad /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(hw_random.o) + .debug_line 0x0000000000093fe5 0x38a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(lib_printf.o) + .debug_line 0x000000000009436f 0x7fd /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(phy_init.o) + .debug_line 0x0000000000094b6c 0x15b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(wifi_internal.o) + .debug_line 0x0000000000094cc7 0x826 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(aes.o) + .debug_line 0x00000000000954ed 0x2bc /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-vsnprintf.o) + .debug_line 0x00000000000957a9 0x5bb /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_sleep.o) + +.debug_str 0x0000000000000000 0x35cc0 + .debug_str 0x0000000000000000 0x973 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/cxx/libcxx.a(cxx_exception_stubs.o) + 0xae5 (size before relaxing) + .debug_str 0x0000000000000973 0x1b8e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/cxx/libcxx.a(cxx_guards.o) + 0x27e2 (size before relaxing) + .debug_str 0x0000000000002501 0x9bb /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(cpu_start.o) + 0xeac (size before relaxing) + .debug_str 0x0000000000002ebc 0x138 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(crosscore_int.o) + 0x349 (size before relaxing) + .debug_str 0x0000000000002ff4 0x1d1 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(dport_access.o) + 0x462 (size before relaxing) + .debug_str 0x00000000000031c5 0x315 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(esp_timer.o) + 0xa9b (size before relaxing) + .debug_str 0x00000000000034da 0x23c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(esp_timer_esp32.o) + 0x5b2 (size before relaxing) + .debug_str 0x0000000000003716 0x635 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(int_wdt.o) + 0x87e (size before relaxing) + .debug_str 0x0000000000003d4b 0x3d1 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(intr_alloc.o) + 0x799 (size before relaxing) + .debug_str 0x000000000000411c 0x142 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(ipc.o) + 0x3e7 (size before relaxing) + .debug_str 0x000000000000425e 0x37b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(panic.o) + 0xa74 (size before relaxing) + .debug_str 0x00000000000045d9 0x33b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(system_api.o) + 0xa88 (size before relaxing) + .debug_str 0x0000000000004914 0x211 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(task_wdt.o) + 0xab7 (size before relaxing) + .debug_str 0x0000000000004b25 0x70 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(brownout.o) + 0x27b (size before relaxing) + .debug_str 0x0000000000004b95 0x5d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(cache_err_int.o) + 0x2c4 (size before relaxing) + .debug_str 0x0000000000004bf2 0x327 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(clk.o) + 0x9da (size before relaxing) + .debug_str 0x0000000000004f19 0x1a5 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(freertos_hooks.o) + 0x429 (size before relaxing) + .debug_str 0x00000000000050be 0xc5 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(FreeRTOS-openocd.o) + 0x1cc (size before relaxing) + .debug_str 0x0000000000005183 0x387 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(port.o) + 0x69f (size before relaxing) + .debug_str 0x000000000000550a 0x657 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(queue.o) + 0xa30 (size before relaxing) + .debug_str 0x0000000000005b61 0xcc3 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + 0x18fa (size before relaxing) + .debug_str 0x0000000000006824 0x4ca /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(timers.o) + 0x973 (size before relaxing) + .debug_str 0x0000000000006cee 0x6b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(xtensa_init.o) + 0x193 (size before relaxing) + .debug_str 0x0000000000006d59 0xb9 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(xtensa_intr.o) + 0x2e4 (size before relaxing) + .debug_str 0x0000000000006e12 0x86 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(list.o) + 0x301 (size before relaxing) + .debug_str 0x0000000000006e98 0x2e2 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/heap/libheap.a(heap_caps_init.o) + 0x5d6 (size before relaxing) + .debug_str 0x000000000000717a 0x3bd /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/heap/libheap.a(heap_caps.o) + 0x70f (size before relaxing) + .debug_str 0x0000000000007537 0x299 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/heap/libheap.a(multi_heap.o) + 0x659 (size before relaxing) + .debug_str 0x00000000000077d0 0x351 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/log/liblog.a(log.o) + 0x6c2 (size before relaxing) + .debug_str 0x0000000000007b21 0xdf2 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/main/libmain.a(app_main.o) + 0x116c (size before relaxing) + .debug_str 0x0000000000008913 0xce /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-assert.o) + 0x1a3 (size before relaxing) + .debug_str 0x00000000000089e1 0xa1 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-fiprintf.o) + 0x580 (size before relaxing) + .debug_str 0x0000000000008a82 0xc4 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-fopen.o) + 0x5cd (size before relaxing) + .debug_str 0x0000000000008b46 0xd1 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-fputs.o) + 0x60f (size before relaxing) + .debug_str 0x0000000000008c17 0x39 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-fseek.o) + 0x542 (size before relaxing) + .debug_str 0x0000000000008c50 0x132 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-fseeko.o) + 0x70c (size before relaxing) + .debug_str 0x0000000000008d82 0x3f /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-printf.o) + 0x57c (size before relaxing) + .debug_str 0x0000000000008dc1 0x2f /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-puts.o) + 0x5bd (size before relaxing) + .debug_str 0x0000000000008df0 0xa2 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-reent.o) + 0x54f (size before relaxing) + .debug_str 0x0000000000008e92 0x44 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-snprintf.o) + 0x58c (size before relaxing) + .debug_str 0x0000000000008ed6 0x35 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-sprintf.o) + 0x57d (size before relaxing) + .debug_str 0x0000000000008f0b 0x3f0 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-svfprintf.o) + 0xa7c (size before relaxing) + .debug_str 0x00000000000092fb 0x50 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-vfiprintf.o) + 0xab2 (size before relaxing) + .debug_str 0x000000000000934b 0x9 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-vfprintf.o) + 0xb72 (size before relaxing) + .debug_str 0x0000000000009354 0x35 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-vprintf.o) + 0x585 (size before relaxing) + .debug_str 0x0000000000009389 0x138 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-dtoa.o) + 0x67d (size before relaxing) + .debug_str 0x00000000000094c1 0x2d /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-flags.o) + 0x51e (size before relaxing) + .debug_str 0x00000000000094ee 0x94 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-mprec.o) + 0x637 (size before relaxing) + .debug_str 0x0000000000009582 0xbc /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-s_frexp.o) + 0x1ba (size before relaxing) + .debug_str 0x000000000000963e 0x28 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-svfiprintf.o) + 0x9d7 (size before relaxing) + .debug_str 0x0000000000009666 0x73 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libm.a(lib_a-s_fpclassify.o) + 0x191 (size before relaxing) + .debug_str 0x00000000000096d9 0x165 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/newlib/libnewlib.a(locks.o) + 0x488 (size before relaxing) + .debug_str 0x000000000000983e 0x49 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/newlib/libnewlib.a(reent_init.o) + 0x529 (size before relaxing) + .debug_str 0x0000000000009887 0x146 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/newlib/libnewlib.a(syscall_table.o) + 0x8f3 (size before relaxing) + .debug_str 0x00000000000099cd 0x56 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/newlib/libnewlib.a(syscalls.o) + 0x639 (size before relaxing) + .debug_str 0x0000000000009a23 0x1fb /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/newlib/libnewlib.a(time.o) + 0x947 (size before relaxing) + .debug_str 0x0000000000009c1e 0x6027 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + 0x83c1 (size before relaxing) + .debug_str 0x000000000000fc45 0x12ae /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_storage.o) + 0x64ac (size before relaxing) + .debug_str 0x0000000000010ef3 0x597 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_item_hash_list.o) + 0x277e (size before relaxing) + .debug_str 0x000000000001148a 0x9e8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_page.o) + 0x37e6 (size before relaxing) + .debug_str 0x0000000000011e72 0x719 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_pagemanager.o) + 0x527d (size before relaxing) + .debug_str 0x000000000001258b 0x4f /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_types.o) + 0x1a44 (size before relaxing) + .debug_str 0x00000000000125da 0x518 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/pthread/libpthread.a(pthread.o) + 0xa0d (size before relaxing) + .debug_str 0x0000000000012af2 0x1a7 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/pthread/libpthread.a(pthread_local_storage.o) + 0x453 (size before relaxing) + .debug_str 0x0000000000012c99 0x48 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(cpu_util.o) + 0x1b9 (size before relaxing) + .debug_str 0x0000000000012ce1 0x46c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_clk.o) + 0x976 (size before relaxing) + .debug_str 0x000000000001314d 0xbf /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_init.o) + 0x2bc (size before relaxing) + .debug_str 0x000000000001320c 0x104 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_time.o) + 0x3ab (size before relaxing) + .debug_str 0x0000000000013310 0x51 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(soc_memory_layout.o) + 0x28b (size before relaxing) + .debug_str 0x0000000000013361 0x279 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(cache_utils.o) + 0x56f (size before relaxing) + .debug_str 0x00000000000135da 0x4ee /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(flash_ops.o) + 0xcdc (size before relaxing) + .debug_str 0x0000000000013ac8 0x288 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(partition.o) + 0xa32 (size before relaxing) + .debug_str 0x0000000000013d50 0x497 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(spi_flash_rom_patch.o) + 0x79e (size before relaxing) + .debug_str 0x00000000000141e7 0x1e9 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(flash_mmap.o) + 0x676 (size before relaxing) + .debug_str 0x00000000000143d0 0x180f /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_lwip.o) + 0x237d (size before relaxing) + .debug_str 0x0000000000015bdf 0x400 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/vfs/libvfs.a(vfs.o) + 0xb22 (size before relaxing) + .debug_str 0x0000000000015fdf 0x837 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/vfs/libvfs.a(vfs_uart.o) + 0xe2d (size before relaxing) + .debug_str 0x0000000000016816 0x1a8 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_udivdi3.o) + 0x266 (size before relaxing) + .debug_str 0x00000000000169be 0xa /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_umoddi3.o) + 0x266 (size before relaxing) + .debug_str 0x00000000000169c8 0x14e /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(del_op.o) + 0x2d1 (size before relaxing) + .debug_str 0x0000000000016b16 0xd7 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(del_opv.o) + 0x193 (size before relaxing) + .debug_str 0x0000000000016bed 0x158 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(new_op.o) + 0x6d6 (size before relaxing) + .debug_str 0x0000000000016d45 0x114 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(new_opv.o) + 0x1dc (size before relaxing) + .debug_str 0x0000000000016e59 0x675 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(si_class_type_info.o) + 0x7c5 (size before relaxing) + .debug_str 0x00000000000174ce 0x2b0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(tinfo.o) + 0x432 (size before relaxing) + .debug_str 0x000000000001777e 0x13f /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(bad_alloc.o) + 0x21d (size before relaxing) + .debug_str 0x00000000000178bd 0x38e /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(class_type_info.o) + 0x7bb (size before relaxing) + .debug_str 0x0000000000017c4b 0x3aa /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_exception.o) + 0x4eb (size before relaxing) + .debug_str 0x0000000000017ff5 0x998 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_personality.o) + 0xcde (size before relaxing) + .debug_str 0x000000000001898d 0x22a /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_terminate.o) + 0x8fc (size before relaxing) + .debug_str 0x0000000000018bb7 0xe7 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_unex_handler.o) + 0x274 (size before relaxing) + .debug_str 0x0000000000018c9e 0x134 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(new_handler.o) + 0x564 (size before relaxing) + .debug_str 0x0000000000018dd2 0xe7 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(pure.o) + 0x23f (size before relaxing) + .debug_str 0x0000000000018eb9 0x285 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_globals.o) + 0x879 (size before relaxing) + .debug_str 0x000000000001913e 0xe7 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_term_handler.o) + 0x379 (size before relaxing) + .debug_str 0x0000000000019225 0x461 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/app_update/libapp_update.a(esp_ota_ops.o) + 0xd29 (size before relaxing) + .debug_str 0x0000000000019686 0x427 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader_support/libbootloader_support.a(esp_image_format.o) + 0x9ee (size before relaxing) + .debug_str 0x0000000000019aad 0xa9 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader_support/libbootloader_support.a(bootloader_flash.o) + 0x45c (size before relaxing) + .debug_str 0x0000000000019b56 0xe9 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader_support/libbootloader_support.a(bootloader_sha.o) + 0x2c5 (size before relaxing) + .debug_str 0x0000000000019c3f 0x150 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(periph_ctrl.o) + 0x572 (size before relaxing) + .debug_str 0x0000000000019d8f 0x36eb /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + 0x3fc7 (size before relaxing) + .debug_str 0x000000000001d47a 0x346 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(timer.o) + 0xc98 (size before relaxing) + .debug_str 0x000000000001d7c0 0xcb1 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + 0x1b21 (size before relaxing) + .debug_str 0x000000000001e471 0x4d7 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(gpio.o) + 0xe5d (size before relaxing) + .debug_str 0x000000000001e948 0x114 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(event_loop.o) + 0xabb (size before relaxing) + .debug_str 0x000000000001ea5c 0x386 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(fast_crypto_ops.o) + 0x669 (size before relaxing) + .debug_str 0x000000000001ede2 0x82 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(wifi_init.o) + 0xa9d (size before relaxing) + .debug_str 0x000000000001ee64 0x344 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(event_default_handlers.o) + 0xed7 (size before relaxing) + .debug_str 0x000000000001f1a8 0x4f /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/libhal.a(interrupts--intlevel.o) + 0x82 (size before relaxing) + .debug_str 0x000000000001f1f7 0x84c /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy.o) + 0x96a (size before relaxing) + .debug_str 0x000000000001fa43 0xb1e /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_ana.o) + 0x161b (size before relaxing) + .debug_str 0x0000000000020561 0xe85 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + 0x202b (size before relaxing) + .debug_str 0x00000000000213e6 0x765 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_cal.o) + 0x1a71 (size before relaxing) + .debug_str 0x0000000000021b4b 0xb0e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_client.o) + 0x10f6 (size before relaxing) + .debug_str 0x0000000000022659 0x1cc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_msg.o) + 0x740 (size before relaxing) + .debug_str 0x0000000000022825 0x10f /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_outbox.o) + 0x428 (size before relaxing) + .debug_str 0x0000000000022934 0x7f /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(platform_esp32_idf.o) + 0x2db (size before relaxing) + .debug_str 0x00000000000229b3 0x12e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(transport.o) + 0x494 (size before relaxing) + .debug_str 0x0000000000022ae1 0xe0a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(transport_ssl.o) + 0x13f7 (size before relaxing) + .debug_str 0x00000000000238eb 0x1d0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(transport_tcp.o) + 0x69c (size before relaxing) + .debug_str 0x0000000000023abb 0xcbe /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_main.o) + 0x1bf1 (size before relaxing) + .debug_str 0x0000000000024779 0x49 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_dev.o) + 0x384 (size before relaxing) + .debug_str 0x00000000000247c2 0x257 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(event_groups.o) + 0x6b6 (size before relaxing) + .debug_str 0x0000000000024a19 0x465 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(ringbuf.o) + 0x8f0 (size before relaxing) + .debug_str 0x0000000000024e7e 0x2a8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(netdb.o) + 0x72f (size before relaxing) + .debug_str 0x0000000000025126 0xe47 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + 0x17cf (size before relaxing) + .debug_str 0x0000000000025f6d 0x20a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcpip.o) + 0x8dd (size before relaxing) + .debug_str 0x0000000000026177 0x3f4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcpserver.o) + 0x12d7 (size before relaxing) + .debug_str 0x000000000002656b 0x4e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(def.o) + 0x208 (size before relaxing) + .debug_str 0x00000000000265b9 0x375 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dns.o) + 0xab0 (size before relaxing) + .debug_str 0x000000000002692e 0x72 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(init.o) + 0x1fe (size before relaxing) + .debug_str 0x00000000000269a0 0x152 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip.o) + 0x6d2 (size before relaxing) + .debug_str 0x0000000000026af2 0x153 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(memp.o) + 0x404 (size before relaxing) + .debug_str 0x0000000000026c45 0x2c3 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(netif.o) + 0xb96 (size before relaxing) + .debug_str 0x0000000000026f08 0x295 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(pbuf.o) + 0xc8e (size before relaxing) + .debug_str 0x000000000002719d 0x58e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp.o) + 0xf20 (size before relaxing) + .debug_str 0x000000000002772b 0x209 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp_in.o) + 0xdde (size before relaxing) + .debug_str 0x0000000000027934 0x15b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp_out.o) + 0xc52 (size before relaxing) + .debug_str 0x0000000000027a8f 0x1a3 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(timers.o) + 0xcca (size before relaxing) + .debug_str 0x0000000000027c32 0x28c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(udp.o) + 0xcfb (size before relaxing) + .debug_str 0x0000000000027ebe 0x3a2 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcp.o) + 0xe3a (size before relaxing) + .debug_str 0x0000000000028260 0xc8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(icmp.o) + 0x770 (size before relaxing) + .debug_str 0x0000000000028328 0x1d7 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(igmp.o) + 0x991 (size before relaxing) + .debug_str 0x00000000000284ff 0x137 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip4.o) + 0xb78 (size before relaxing) + .debug_str 0x0000000000028636 0x9a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip4_addr.o) + 0x63c (size before relaxing) + .debug_str 0x00000000000286d0 0x2f9 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(icmp6.o) + 0x9c1 (size before relaxing) + .debug_str 0x00000000000289c9 0x208 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip6.o) + 0x983 (size before relaxing) + .debug_str 0x0000000000028bd1 0xbc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip6_addr.o) + 0x2fa (size before relaxing) + .debug_str 0x0000000000028c8d 0x13c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip6_frag.o) + 0x8fe (size before relaxing) + .debug_str 0x0000000000028dc9 0x106 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(mld6.o) + 0xa98 (size before relaxing) + .debug_str 0x0000000000028ecf 0x444 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(nd6.o) + 0xf40 (size before relaxing) + .debug_str 0x0000000000029313 0x345 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(etharp.o) + 0xc39 (size before relaxing) + .debug_str 0x0000000000029658 0x76 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ethernet.o) + 0x61c (size before relaxing) + .debug_str 0x00000000000296ce 0x18d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sys_arch.o) + 0x85c (size before relaxing) + .debug_str 0x000000000002985b 0xa4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ethernetif.o) + 0x5d1 (size before relaxing) + .debug_str 0x00000000000298ff 0xc6 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(wlanif.o) + 0x5f3 (size before relaxing) + .debug_str 0x00000000000299c5 0x72 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(vfs_lwip.o) + 0x58a (size before relaxing) + .debug_str 0x0000000000029a37 0x124 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_lib.o) + 0xfd4 (size before relaxing) + .debug_str 0x0000000000029b5b 0x30b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_msg.o) + 0x13ab (size before relaxing) + .debug_str 0x0000000000029e66 0x82 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(netbuf.o) + 0x4fb (size before relaxing) + .debug_str 0x0000000000029ee8 0x125 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(inet_chksum.o) + 0x3ee (size before relaxing) + .debug_str 0x000000000002a00d 0x8a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(raw.o) + 0x911 (size before relaxing) + .debug_str 0x000000000002a097 0x65 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ethip6.o) + 0x5db (size before relaxing) + .debug_str 0x000000000002a0fc 0x34f /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ctr_drbg.o) + 0x9c4 (size before relaxing) + .debug_str 0x000000000002a44b 0x258 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(entropy.o) + 0x95d (size before relaxing) + .debug_str 0x000000000002a6a3 0x107 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(sha256.o) + 0x3c0 (size before relaxing) + .debug_str 0x000000000002a7aa 0x105 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(sha512.o) + 0x3c0 (size before relaxing) + .debug_str 0x000000000002a8af 0x229f /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + 0x342c (size before relaxing) + .debug_str 0x000000000002cb4e 0x813 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509_crt.o) + 0x1324 (size before relaxing) + .debug_str 0x000000000002d361 0x5d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(esp_hardware.o) + 0x1ed (size before relaxing) + .debug_str 0x000000000002d3be 0x17b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(net_sockets.o) + 0x6ea (size before relaxing) + .debug_str 0x000000000002d539 0x127 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(asn1parse.o) + 0x3f5 (size before relaxing) + .debug_str 0x000000000002d660 0x4a9 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(bignum.o) + 0xb39 (size before relaxing) + .debug_str 0x000000000002db09 0x4e9 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(cipher.o) + 0xfe7 (size before relaxing) + .debug_str 0x000000000002dff2 0x376 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(cipher_wrap.o) + 0xebd (size before relaxing) + .debug_str 0x000000000002e368 0x18a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(dhm.o) + 0x99a (size before relaxing) + .debug_str 0x000000000002e4f2 0x283 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecdh.o) + 0x694 (size before relaxing) + .debug_str 0x000000000002e775 0x485 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp.o) + 0xc78 (size before relaxing) + .debug_str 0x000000000002ebfa 0x4a1 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp_curves.o) + 0x956 (size before relaxing) + .debug_str 0x000000000002f09b 0xe0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(gcm.o) + 0xcb7 (size before relaxing) + .debug_str 0x000000000002f17b 0x1f6 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md.o) + 0x9a0 (size before relaxing) + .debug_str 0x000000000002f371 0xbc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md5.o) + 0x366 (size before relaxing) + .debug_str 0x000000000002f42d 0x295 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md_wrap.o) + 0x8bd (size before relaxing) + .debug_str 0x000000000002f6c2 0x3b1 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(oid.o) + 0xe13 (size before relaxing) + .debug_str 0x000000000002fa73 0x104 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pem.o) + 0x9f9 (size before relaxing) + .debug_str 0x000000000002fb77 0x33f /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pk.o) + 0x7f5 (size before relaxing) + .debug_str 0x000000000002feb6 0x373 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pk_wrap.o) + 0xae6 (size before relaxing) + .debug_str 0x0000000000030229 0x26c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pkparse.o) + 0x1494 (size before relaxing) + .debug_str 0x0000000000030495 0x2d5 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(rsa.o) + 0xa65 (size before relaxing) + .debug_str 0x000000000003076a 0x9b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(sha1.o) + 0x387 (size before relaxing) + .debug_str 0x0000000000030805 0x16a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_ciphersuites.o) + 0xc24 (size before relaxing) + .debug_str 0x000000000003096f 0x550 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_cli.o) + 0x26e3 (size before relaxing) + .debug_str 0x0000000000030ebf 0x3ed /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_srv.o) + 0x29c5 (size before relaxing) + .debug_str 0x00000000000312ac 0x1c1 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509.o) + 0xa18 (size before relaxing) + .debug_str 0x000000000003146d 0xa3 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(base64.o) + 0x28c (size before relaxing) + .debug_str 0x0000000000031510 0x77 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ccm.o) + 0xbd6 (size before relaxing) + .debug_str 0x0000000000031587 0x497 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(certs.o) + 0x595 (size before relaxing) + .debug_str 0x0000000000031a1e 0x1be /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecdsa.o) + 0x995 (size before relaxing) + .debug_str 0x0000000000031bdc 0x1eb /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(hmac_drbg.o) + 0xa80 (size before relaxing) + .debug_str 0x0000000000031dc7 0x10c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pkcs12.o) + 0xd48 (size before relaxing) + .debug_str 0x0000000000031ed3 0x124 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pkcs5.o) + 0xdb5 (size before relaxing) + .debug_str 0x0000000000031ff7 0x1b9 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(asn1write.o) + 0x44e (size before relaxing) + .debug_str 0x00000000000321b0 0x85 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-errno.o) + 0x168 (size before relaxing) + .debug_str 0x0000000000032235 0x29 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-ferror.o) + 0x5b1 (size before relaxing) + .debug_str 0x000000000003225e 0x31 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-fgets.o) + 0x5d2 (size before relaxing) + .debug_str 0x000000000003228f 0x31 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-fread.o) + 0x5e2 (size before relaxing) + .debug_str 0x00000000000322c0 0x3b /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-ftell.o) + 0x534 (size before relaxing) + .debug_str 0x00000000000322fb 0x30 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-ftello.o) + 0x5be (size before relaxing) + .debug_str 0x000000000003232b 0x33 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-fwrite.o) + 0x60f (size before relaxing) + .debug_str 0x000000000003235e 0x3d /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-putchar.o) + 0x541 (size before relaxing) + .debug_str 0x000000000003239b 0xa2 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-sysgettod.o) + 0x1c4 (size before relaxing) + .debug_str 0x000000000003243d 0x33 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-sysstat.o) + 0x268 (size before relaxing) + .debug_str 0x0000000000032470 0x36 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-putc.o) + 0x5bf (size before relaxing) + .debug_str 0x00000000000324a6 0xf50 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nghttp/libnghttp.a(http_parser.o) + 0x1237 (size before relaxing) + .debug_str 0x00000000000333f6 0x175 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(crypto_internal-modexp.o) + 0x2cb (size before relaxing) + .debug_str 0x000000000003356b 0x25d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(crypto_internal-rsa.o) + 0x3ff (size before relaxing) + .debug_str 0x00000000000337c8 0xe7 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(crypto_internal.o) + 0x39f (size before relaxing) + .debug_str 0x00000000000338af 0xc0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(dh_group5.o) + 0x23c (size before relaxing) + .debug_str 0x000000000003396f 0x112 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(dh_groups.o) + 0x424 (size before relaxing) + .debug_str 0x0000000000033a81 0x7a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(md5-internal.o) + 0x26c (size before relaxing) + .debug_str 0x0000000000033afb 0x6c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(md5.o) + 0x242 (size before relaxing) + .debug_str 0x0000000000033b67 0x39a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(ms_funcs.o) + 0x61c (size before relaxing) + .debug_str 0x0000000000033f01 0x58 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(rc4.o) + 0x217 (size before relaxing) + .debug_str 0x0000000000033f59 0x96 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(sha1-internal.o) + 0x2b7 (size before relaxing) + .debug_str 0x0000000000033fef 0xb4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(sha1-pbkdf2.o) + 0x28b (size before relaxing) + .debug_str 0x00000000000340a3 0x5d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(sha1.o) + 0x280 (size before relaxing) + .debug_str 0x0000000000034100 0x7b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(os_xtensa.o) + 0x258 (size before relaxing) + .debug_str 0x000000000003417b 0x93 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_aes-cbc.o) + 0x299 (size before relaxing) + .debug_str 0x000000000003420e 0x84 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_aes-unwrap.o) + 0x282 (size before relaxing) + .debug_str 0x0000000000034292 0x80 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_aes-wrap.o) + 0x285 (size before relaxing) + .debug_str 0x0000000000034312 0x111 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_crypto_internal-cipher.o) + 0x3ee (size before relaxing) + .debug_str 0x0000000000034423 0x8c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_crypto_internal-modexp.o) + 0x326 (size before relaxing) + .debug_str 0x00000000000344af 0xc0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_crypto_internal.o) + 0x3aa (size before relaxing) + .debug_str 0x000000000003456f 0x7c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_sha256-internal.o) + 0x2c6 (size before relaxing) + .debug_str 0x00000000000345eb 0xae /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_sha256.o) + 0x2c7 (size before relaxing) + .debug_str 0x0000000000034699 0x329 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(bignum.o) + 0x601 (size before relaxing) + .debug_str 0x00000000000349c2 0xbf /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(des-internal.o) + 0x29e (size before relaxing) + .debug_str 0x0000000000034a81 0xab /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(md4-internal.o) + 0x2b4 (size before relaxing) + .debug_str 0x0000000000034b2c 0x71 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_popcountsi2.o) + 0x1f0 (size before relaxing) + .debug_str 0x0000000000034b9d 0x43b /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(unwind-dw2-xtensa.o) + 0x8f2 (size before relaxing) + .debug_str 0x0000000000034fd8 0x43a /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(unwind-dw2-fde.o) + 0x7af (size before relaxing) + .debug_str 0x0000000000035412 0x160 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(ets_timer_legacy.o) + 0x436 (size before relaxing) + .debug_str 0x0000000000035572 0x69 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(hw_random.o) + 0x1cb (size before relaxing) + .debug_str 0x00000000000355db 0xba /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(lib_printf.o) + 0x2e1 (size before relaxing) + .debug_str 0x0000000000035695 0x2bf /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(phy_init.o) + 0xa24 (size before relaxing) + .debug_str 0x0000000000035954 0x70 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(wifi_internal.o) + 0x193 (size before relaxing) + .debug_str 0x00000000000359c4 0x10b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(aes.o) + 0x433 (size before relaxing) + .debug_str 0x0000000000035acf 0x39 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-vsnprintf.o) + 0x58f (size before relaxing) + .debug_str 0x0000000000035b08 0x1b8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_sleep.o) + 0x445 (size before relaxing) + +.comment 0x0000000000000000 0x12e + .comment 0x0000000000000000 0x3a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/cxx/libcxx.a(cxx_exception_stubs.o) + 0x3b (size before relaxing) + .comment 0x000000000000003a 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/cxx/libcxx.a(cxx_guards.o) + .comment 0x000000000000003a 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(cpu_start.o) + .comment 0x000000000000003a 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(crosscore_int.o) + .comment 0x000000000000003a 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(dport_access.o) + .comment 0x000000000000003a 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(esp_timer.o) + .comment 0x000000000000003a 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(esp_timer_esp32.o) + .comment 0x000000000000003a 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(int_wdt.o) + .comment 0x000000000000003a 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(intr_alloc.o) + .comment 0x000000000000003a 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(ipc.o) + .comment 0x000000000000003a 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(panic.o) + .comment 0x000000000000003a 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(system_api.o) + .comment 0x000000000000003a 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(task_wdt.o) + .comment 0x000000000000003a 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(brownout.o) + .comment 0x000000000000003a 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(cache_err_int.o) + .comment 0x000000000000003a 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(clk.o) + .comment 0x000000000000003a 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(freertos_hooks.o) + .comment 0x000000000000003a 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(FreeRTOS-openocd.o) + .comment 0x000000000000003a 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(port.o) + .comment 0x000000000000003a 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(queue.o) + .comment 0x000000000000003a 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + .comment 0x000000000000003a 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(timers.o) + .comment 0x000000000000003a 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(xtensa_init.o) + .comment 0x000000000000003a 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(xtensa_intr.o) + .comment 0x000000000000003a 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(list.o) + .comment 0x000000000000003a 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/heap/libheap.a(heap_caps_init.o) + .comment 0x000000000000003a 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/heap/libheap.a(heap_caps.o) + .comment 0x000000000000003a 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/heap/libheap.a(multi_heap.o) + .comment 0x000000000000003a 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/log/liblog.a(log.o) + .comment 0x000000000000003a 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/main/libmain.a(app_main.o) + .comment 0x000000000000003a 0x3a /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-assert.o) + 0x3b (size before relaxing) + .comment 0x0000000000000074 0x3b /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-fiprintf.o) + .comment 0x0000000000000074 0x3b /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-fopen.o) + .comment 0x0000000000000074 0x3b /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-fputs.o) + .comment 0x0000000000000074 0x3b /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-fseek.o) + .comment 0x0000000000000074 0x3b /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-fseeko.o) + .comment 0x0000000000000074 0x3b /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-printf.o) + .comment 0x0000000000000074 0x3b /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-puts.o) + .comment 0x0000000000000074 0x3b /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-reent.o) + .comment 0x0000000000000074 0x3b /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-snprintf.o) + .comment 0x0000000000000074 0x3b /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-sprintf.o) + .comment 0x0000000000000074 0x3b /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-svfprintf.o) + .comment 0x0000000000000074 0x3b /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-vfiprintf.o) + .comment 0x0000000000000074 0x3b /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-vfprintf.o) + .comment 0x0000000000000074 0x3b /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-vprintf.o) + .comment 0x0000000000000074 0x3b /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-dtoa.o) + .comment 0x0000000000000074 0x3b /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-flags.o) + .comment 0x0000000000000074 0x3b /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-mprec.o) + .comment 0x0000000000000074 0x3b /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-s_frexp.o) + .comment 0x0000000000000074 0x3b /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-svfiprintf.o) + .comment 0x0000000000000074 0x40 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libm.a(lib_a-s_fpclassify.o) + 0x41 (size before relaxing) + .comment 0x00000000000000b4 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/newlib/libnewlib.a(locks.o) + .comment 0x00000000000000b4 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/newlib/libnewlib.a(reent_init.o) + .comment 0x00000000000000b4 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/newlib/libnewlib.a(syscall_table.o) + .comment 0x00000000000000b4 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/newlib/libnewlib.a(syscalls.o) + .comment 0x00000000000000b4 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/newlib/libnewlib.a(time.o) + .comment 0x00000000000000b4 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + .comment 0x00000000000000b4 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_storage.o) + .comment 0x00000000000000b4 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_item_hash_list.o) + .comment 0x00000000000000b4 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_page.o) + .comment 0x00000000000000b4 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_pagemanager.o) + .comment 0x00000000000000b4 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_types.o) + .comment 0x00000000000000b4 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/pthread/libpthread.a(pthread.o) + .comment 0x00000000000000b4 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/pthread/libpthread.a(pthread_local_storage.o) + .comment 0x00000000000000b4 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(cpu_util.o) + .comment 0x00000000000000b4 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_clk.o) + .comment 0x00000000000000b4 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_init.o) + .comment 0x00000000000000b4 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_time.o) + .comment 0x00000000000000b4 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(soc_memory_layout.o) + .comment 0x00000000000000b4 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(cache_utils.o) + .comment 0x00000000000000b4 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(flash_ops.o) + .comment 0x00000000000000b4 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(partition.o) + .comment 0x00000000000000b4 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(spi_flash_rom_patch.o) + .comment 0x00000000000000b4 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(flash_mmap.o) + .comment 0x00000000000000b4 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_lwip.o) + .comment 0x00000000000000b4 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/vfs/libvfs.a(vfs.o) + .comment 0x00000000000000b4 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/vfs/libvfs.a(vfs_uart.o) + .comment 0x00000000000000b4 0x3b /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_udivdi3.o) + .comment 0x00000000000000b4 0x3b /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_umoddi3.o) + .comment 0x00000000000000b4 0x3b /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(del_op.o) + .comment 0x00000000000000b4 0x3b /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(del_opv.o) + .comment 0x00000000000000b4 0x3b /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(new_op.o) + .comment 0x00000000000000b4 0x3b /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(new_opv.o) + .comment 0x00000000000000b4 0x3b /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(si_class_type_info.o) + .comment 0x00000000000000b4 0x3b /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(tinfo.o) + .comment 0x00000000000000b4 0x3b /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(bad_alloc.o) + .comment 0x00000000000000b4 0x3b /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(class_type_info.o) + .comment 0x00000000000000b4 0x3b /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_exception.o) + .comment 0x00000000000000b4 0x3b /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_personality.o) + .comment 0x00000000000000b4 0x3b /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_terminate.o) + .comment 0x00000000000000b4 0x3b /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_unex_handler.o) + .comment 0x00000000000000b4 0x3b /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(new_handler.o) + .comment 0x00000000000000b4 0x3b /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(pure.o) + .comment 0x00000000000000b4 0x3b /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_globals.o) + .comment 0x00000000000000b4 0x3b /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_term_handler.o) + .comment 0x00000000000000b4 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/app_update/libapp_update.a(esp_ota_ops.o) + .comment 0x00000000000000b4 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader_support/libbootloader_support.a(esp_image_format.o) + .comment 0x00000000000000b4 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader_support/libbootloader_support.a(bootloader_flash.o) + .comment 0x00000000000000b4 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader_support/libbootloader_support.a(bootloader_sha.o) + .comment 0x00000000000000b4 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(periph_ctrl.o) + .comment 0x00000000000000b4 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .comment 0x00000000000000b4 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(timer.o) + .comment 0x00000000000000b4 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .comment 0x00000000000000b4 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(gpio.o) + .comment 0x00000000000000b4 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(event_loop.o) + .comment 0x00000000000000b4 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(fast_crypto_ops.o) + .comment 0x00000000000000b4 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(wifi_init.o) + .comment 0x00000000000000b4 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(event_default_handlers.o) + .comment 0x00000000000000b4 0x40 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/libhal.a(interrupts--intlevel.o) + 0x41 (size before relaxing) + .comment 0x00000000000000f4 0x3a /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + 0x3b (size before relaxing) + .comment 0x000000000000012e 0x3b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211.o) + .comment 0x000000000000012e 0x3b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_crypto.o) + .comment 0x000000000000012e 0x3b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_crypto_ccmp.o) + .comment 0x000000000000012e 0x3b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_debug.o) + .comment 0x000000000000012e 0x3b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_hostap.o) + .comment 0x000000000000012e 0x3b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ht.o) + .comment 0x000000000000012e 0x3b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ie_vendor.o) + .comment 0x000000000000012e 0x3b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_input.o) + .comment 0x000000000000012e 0x3b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + .comment 0x000000000000012e 0x3b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_mesh_quick.o) + .comment 0x000000000000012e 0x3b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_misc.o) + .comment 0x000000000000012e 0x3b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_nvs.o) + .comment 0x000000000000012e 0x3b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_output.o) + .comment 0x000000000000012e 0x3b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_phy.o) + .comment 0x000000000000012e 0x3b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_power.o) + .comment 0x000000000000012e 0x3b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_proto.o) + .comment 0x000000000000012e 0x3b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_regdomain.o) + .comment 0x000000000000012e 0x3b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_rfid.o) + .comment 0x000000000000012e 0x3b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_scan.o) + .comment 0x000000000000012e 0x3b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_sta.o) + .comment 0x000000000000012e 0x3b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_timer.o) + .comment 0x000000000000012e 0x3b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_chm.o) + .comment 0x000000000000012e 0x3b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_cnx.o) + .comment 0x000000000000012e 0x3b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_action.o) + .comment 0x000000000000012e 0x3b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_action_vendor.o) + .comment 0x000000000000012e 0x3b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ets.o) + .comment 0x000000000000012e 0x3b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + .comment 0x000000000000012e 0x3b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(lmac.o) + .comment 0x000000000000012e 0x3b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + .comment 0x000000000000012e 0x3b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm_for_bcn_only_mode.o) + .comment 0x000000000000012e 0x3b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + .comment 0x000000000000012e 0x3b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp_debug.o) + .comment 0x000000000000012e 0x3b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(rate_control.o) + .comment 0x000000000000012e 0x3b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(trc.o) + .comment 0x000000000000012e 0x3b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(wdev.o) + .comment 0x000000000000012e 0x3b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(esf_buf.o) + .comment 0x000000000000012e 0x3b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(common.o) + .comment 0x000000000000012e 0x3b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_auth.o) + .comment 0x000000000000012e 0x3b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_auth_ie.o) + .comment 0x000000000000012e 0x3b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa.o) + .comment 0x000000000000012e 0x3b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_common.o) + .comment 0x000000000000012e 0x3b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_debug.o) + .comment 0x000000000000012e 0x3b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_ie.o) + .comment 0x000000000000012e 0x3b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_main.o) + .comment 0x000000000000012e 0x3b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpas_glue.o) + .comment 0x000000000000012e 0x3b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(ap_config.o) + .comment 0x000000000000012e 0x3b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libcoexist.a(coexist.o) + .comment 0x000000000000012e 0x3b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps.o) + .comment 0x000000000000012e 0x3b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_common.o) + .comment 0x000000000000012e 0x3b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_dev_attr.o) + .comment 0x000000000000012e 0x3b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_enrollee.o) + .comment 0x000000000000012e 0x3b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_registrar.o) + .comment 0x000000000000012e 0x3b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_validate.o) + .comment 0x000000000000012e 0x3b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(eap_common.o) + .comment 0x000000000000012e 0x3b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(uuid.o) + .comment 0x000000000000012e 0x3b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_attr_build.o) + .comment 0x000000000000012e 0x3b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_attr_parse.o) + .comment 0x000000000000012e 0x3b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_attr_process.o) + .comment 0x000000000000012e 0x3b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap.o) + .comment 0x000000000000012e 0x3b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_peap.o) + .comment 0x000000000000012e 0x3b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_tls_common.o) + .comment 0x000000000000012e 0x3b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_tls.o) + .comment 0x000000000000012e 0x3b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_ttls.o) + .comment 0x000000000000012e 0x3b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(mschapv2.o) + .comment 0x000000000000012e 0x3b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tls_internal.o) + .comment 0x000000000000012e 0x3b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_client.o) + .comment 0x000000000000012e 0x3b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_client_read.o) + .comment 0x000000000000012e 0x3b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_client_write.o) + .comment 0x000000000000012e 0x3b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_common.o) + .comment 0x000000000000012e 0x3b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_cred.o) + .comment 0x000000000000012e 0x3b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_record.o) + .comment 0x000000000000012e 0x3b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(x509v3.o) + .comment 0x000000000000012e 0x3b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(asn1.o) + .comment 0x000000000000012e 0x3b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(base64.o) + .comment 0x000000000000012e 0x3b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_mschapv2.o) + .comment 0x000000000000012e 0x3b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_peap_common.o) + .comment 0x000000000000012e 0x3b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy.o) + .comment 0x000000000000012e 0x3b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_ana.o) + .comment 0x000000000000012e 0x3b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + .comment 0x000000000000012e 0x3b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_cal.o) + .comment 0x000000000000012e 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_client.o) + .comment 0x000000000000012e 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_msg.o) + .comment 0x000000000000012e 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_outbox.o) + .comment 0x000000000000012e 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(platform_esp32_idf.o) + .comment 0x000000000000012e 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(transport.o) + .comment 0x000000000000012e 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(transport_ssl.o) + .comment 0x000000000000012e 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(transport_tcp.o) + .comment 0x000000000000012e 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_main.o) + .comment 0x000000000000012e 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_dev.o) + .comment 0x000000000000012e 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(event_groups.o) + .comment 0x000000000000012e 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(ringbuf.o) + .comment 0x000000000000012e 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(netdb.o) + .comment 0x000000000000012e 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + .comment 0x000000000000012e 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcpip.o) + .comment 0x000000000000012e 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcpserver.o) + .comment 0x000000000000012e 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(def.o) + .comment 0x000000000000012e 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dns.o) + .comment 0x000000000000012e 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(init.o) + .comment 0x000000000000012e 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip.o) + .comment 0x000000000000012e 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(memp.o) + .comment 0x000000000000012e 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(netif.o) + .comment 0x000000000000012e 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(pbuf.o) + .comment 0x000000000000012e 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp.o) + .comment 0x000000000000012e 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp_in.o) + .comment 0x000000000000012e 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp_out.o) + .comment 0x000000000000012e 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(timers.o) + .comment 0x000000000000012e 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(udp.o) + .comment 0x000000000000012e 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcp.o) + .comment 0x000000000000012e 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(icmp.o) + .comment 0x000000000000012e 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(igmp.o) + .comment 0x000000000000012e 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip4.o) + .comment 0x000000000000012e 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip4_addr.o) + .comment 0x000000000000012e 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(icmp6.o) + .comment 0x000000000000012e 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip6.o) + .comment 0x000000000000012e 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip6_addr.o) + .comment 0x000000000000012e 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip6_frag.o) + .comment 0x000000000000012e 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(mld6.o) + .comment 0x000000000000012e 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(nd6.o) + .comment 0x000000000000012e 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(etharp.o) + .comment 0x000000000000012e 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ethernet.o) + .comment 0x000000000000012e 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sys_arch.o) + .comment 0x000000000000012e 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ethernetif.o) + .comment 0x000000000000012e 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(wlanif.o) + .comment 0x000000000000012e 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(vfs_lwip.o) + .comment 0x000000000000012e 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_lib.o) + .comment 0x000000000000012e 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_msg.o) + .comment 0x000000000000012e 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(netbuf.o) + .comment 0x000000000000012e 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(inet_chksum.o) + .comment 0x000000000000012e 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(raw.o) + .comment 0x000000000000012e 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ethip6.o) + .comment 0x000000000000012e 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ctr_drbg.o) + .comment 0x000000000000012e 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(entropy.o) + .comment 0x000000000000012e 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(sha256.o) + .comment 0x000000000000012e 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(sha512.o) + .comment 0x000000000000012e 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + .comment 0x000000000000012e 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509_crt.o) + .comment 0x000000000000012e 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(esp_hardware.o) + .comment 0x000000000000012e 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(net_sockets.o) + .comment 0x000000000000012e 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(asn1parse.o) + .comment 0x000000000000012e 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(bignum.o) + .comment 0x000000000000012e 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(cipher.o) + .comment 0x000000000000012e 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(cipher_wrap.o) + .comment 0x000000000000012e 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(dhm.o) + .comment 0x000000000000012e 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecdh.o) + .comment 0x000000000000012e 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp.o) + .comment 0x000000000000012e 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp_curves.o) + .comment 0x000000000000012e 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(gcm.o) + .comment 0x000000000000012e 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md.o) + .comment 0x000000000000012e 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md5.o) + .comment 0x000000000000012e 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md_wrap.o) + .comment 0x000000000000012e 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(oid.o) + .comment 0x000000000000012e 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pem.o) + .comment 0x000000000000012e 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pk.o) + .comment 0x000000000000012e 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pk_wrap.o) + .comment 0x000000000000012e 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pkparse.o) + .comment 0x000000000000012e 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(rsa.o) + .comment 0x000000000000012e 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(sha1.o) + .comment 0x000000000000012e 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_ciphersuites.o) + .comment 0x000000000000012e 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_cli.o) + .comment 0x000000000000012e 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_srv.o) + .comment 0x000000000000012e 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509.o) + .comment 0x000000000000012e 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(base64.o) + .comment 0x000000000000012e 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ccm.o) + .comment 0x000000000000012e 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(certs.o) + .comment 0x000000000000012e 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecdsa.o) + .comment 0x000000000000012e 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(hmac_drbg.o) + .comment 0x000000000000012e 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pkcs12.o) + .comment 0x000000000000012e 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pkcs5.o) + .comment 0x000000000000012e 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(asn1write.o) + .comment 0x000000000000012e 0x3b /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-errno.o) + .comment 0x000000000000012e 0x3b /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-ferror.o) + .comment 0x000000000000012e 0x3b /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-fgets.o) + .comment 0x000000000000012e 0x3b /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-fread.o) + .comment 0x000000000000012e 0x3b /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-ftell.o) + .comment 0x000000000000012e 0x3b /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-ftello.o) + .comment 0x000000000000012e 0x3b /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-fwrite.o) + .comment 0x000000000000012e 0x3b /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-putchar.o) + .comment 0x000000000000012e 0x3b /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-sysgettod.o) + .comment 0x000000000000012e 0x3b /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-sysstat.o) + .comment 0x000000000000012e 0x3b /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-putc.o) + .comment 0x000000000000012e 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nghttp/libnghttp.a(http_parser.o) + .comment 0x000000000000012e 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(crypto_internal-modexp.o) + .comment 0x000000000000012e 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(crypto_internal-rsa.o) + .comment 0x000000000000012e 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(crypto_internal.o) + .comment 0x000000000000012e 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(dh_group5.o) + .comment 0x000000000000012e 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(dh_groups.o) + .comment 0x000000000000012e 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(md5-internal.o) + .comment 0x000000000000012e 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(md5.o) + .comment 0x000000000000012e 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(ms_funcs.o) + .comment 0x000000000000012e 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(rc4.o) + .comment 0x000000000000012e 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(sha1-internal.o) + .comment 0x000000000000012e 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(sha1-pbkdf2.o) + .comment 0x000000000000012e 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(sha1.o) + .comment 0x000000000000012e 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(os_xtensa.o) + .comment 0x000000000000012e 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_aes-cbc.o) + .comment 0x000000000000012e 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_aes-unwrap.o) + .comment 0x000000000000012e 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_aes-wrap.o) + .comment 0x000000000000012e 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_crypto_internal-cipher.o) + .comment 0x000000000000012e 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_crypto_internal-modexp.o) + .comment 0x000000000000012e 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_crypto_internal.o) + .comment 0x000000000000012e 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_sha256-internal.o) + .comment 0x000000000000012e 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_sha256.o) + .comment 0x000000000000012e 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(bignum.o) + .comment 0x000000000000012e 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(des-internal.o) + .comment 0x000000000000012e 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(md4-internal.o) + .comment 0x000000000000012e 0x3b /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_popcountsi2.o) + .comment 0x000000000000012e 0x3b /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(unwind-dw2-xtensa.o) + .comment 0x000000000000012e 0x3b /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(unwind-dw2-fde.o) + .comment 0x000000000000012e 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(ets_timer_legacy.o) + .comment 0x000000000000012e 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(hw_random.o) + .comment 0x000000000000012e 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(lib_printf.o) + .comment 0x000000000000012e 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(phy_init.o) + .comment 0x000000000000012e 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(wifi_internal.o) + .comment 0x000000000000012e 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(aes.o) + .comment 0x000000000000012e 0x3b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libcore.a(misc_nvs.o) + .comment 0x000000000000012e 0x3b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(bt_bb.o) + .comment 0x000000000000012e 0x3b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(pm.o) + .comment 0x000000000000012e 0x3b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(rtc_analog.o) + .comment 0x000000000000012e 0x3b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(rtc.o) + .comment 0x000000000000012e 0x3b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_crypto_tkip.o) + .comment 0x000000000000012e 0x3b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_crypto_wep.o) + .comment 0x000000000000012e 0x3b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpabuf.o) + .comment 0x000000000000012e 0x3b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(pkcs1.o) + .comment 0x000000000000012e 0x3b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(pkcs8.o) + .comment 0x000000000000012e 0x3b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(rsa.o) + .comment 0x000000000000012e 0x3b /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(pkcs5.o) + .comment 0x000000000000012e 0x3b /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-vsnprintf.o) + .comment 0x000000000000012e 0x3b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_sleep.o) + +.xtensa.info 0x0000000000000000 0x38 + .xtensa.info 0x0000000000000000 0x38 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/cxx/libcxx.a(cxx_exception_stubs.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/cxx/libcxx.a(cxx_guards.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(cpu_start.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(crosscore_int.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(dport_access.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(esp_timer.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(esp_timer_esp32.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(int_wdt.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(intr_alloc.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(ipc.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(panic.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(system_api.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(task_wdt.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(dport_panic_highint_hdl.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(brownout.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(cache_err_int.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(clk.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(freertos_hooks.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/libhal.a(int_asm--set_intclear.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(FreeRTOS-openocd.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(port.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(queue.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(timers.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(xtensa_init.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(xtensa_intr.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(portasm.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(xtensa_context.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(xtensa_intr_asm.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(xtensa_vectors.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(list.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(xtensa_vector_defaults.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/heap/libheap.a(heap_caps_init.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/heap/libheap.a(heap_caps.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/heap/libheap.a(multi_heap.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/log/liblog.a(log.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/main/libmain.a(app_main.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-assert.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-fiprintf.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-fopen.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-fputs.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-fseek.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-fseeko.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-printf.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-puts.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-reent.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-snprintf.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-sprintf.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-svfprintf.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-vfiprintf.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-vfprintf.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-vprintf.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-dtoa.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-flags.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-mprec.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-s_frexp.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-svfiprintf.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libm.a(lib_a-s_fpclassify.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/newlib/libnewlib.a(locks.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/newlib/libnewlib.a(reent_init.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/newlib/libnewlib.a(syscall_table.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/newlib/libnewlib.a(syscalls.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/newlib/libnewlib.a(time.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_storage.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_item_hash_list.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_page.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_pagemanager.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_types.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/pthread/libpthread.a(pthread.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/pthread/libpthread.a(pthread_local_storage.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(cpu_util.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_clk.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_init.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_time.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(soc_memory_layout.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(cache_utils.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(flash_ops.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(partition.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(spi_flash_rom_patch.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(flash_mmap.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_lwip.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/vfs/libvfs.a(vfs.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/vfs/libvfs.a(vfs_uart.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_addsubdf3.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_muldf3.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_divdf3.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_cmpdf2.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_fixdfsi.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_floatsidf.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_udivdi3.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_umoddi3.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(del_op.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(del_opv.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(new_op.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(new_opv.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(si_class_type_info.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(tinfo.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(bad_alloc.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(class_type_info.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_exception.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_personality.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_terminate.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_unex_handler.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(new_handler.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(pure.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_globals.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_term_handler.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/app_update/libapp_update.a(esp_ota_ops.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader_support/libbootloader_support.a(esp_image_format.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader_support/libbootloader_support.a(bootloader_flash.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader_support/libbootloader_support.a(bootloader_sha.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(periph_ctrl.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(timer.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(gpio.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(event_loop.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(fast_crypto_ops.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(wifi_init.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(event_default_handlers.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/libhal.a(clock.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/libhal.a(windowspill_asm.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/libhal.a(interrupts--intlevel.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/libhal.a(state_asm--restore_extra_nw.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/libhal.a(state_asm--save_extra_nw.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_api.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_crypto.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_crypto_ccmp.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_debug.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_hostap.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ht.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ie_vendor.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_input.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ioctl.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_mesh_quick.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_misc.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_nvs.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_output.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_phy.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_power.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_proto.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_regdomain.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_rfid.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_scan.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_sta.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_timer.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_chm.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(wl_cnx.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_action.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_action_vendor.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_ets.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(if_hwctrl.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(lmac.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pm_for_bcn_only_mode.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(pp_debug.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(rate_control.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(trc.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(wdev.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libpp.a(esf_buf.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(common.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_auth.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_auth_ie.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_common.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_debug.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_ie.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpa_main.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpas_glue.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(ap_config.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libcoexist.a(coexist.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_common.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_dev_attr.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_enrollee.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_registrar.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_validate.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(eap_common.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(uuid.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_attr_build.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_attr_parse.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwps.a(wps_attr_process.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_peap.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_tls_common.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_tls.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_ttls.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(mschapv2.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tls_internal.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_client.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_client_read.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_client_write.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_common.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_cred.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(tlsv1_record.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(x509v3.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(asn1.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(base64.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_mschapv2.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(eap_peap_common.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_ana.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_cal.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_client.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_msg.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_outbox.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(platform_esp32_idf.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(transport.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(transport_ssl.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(transport_tcp.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_main.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_dev.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(event_groups.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(ringbuf.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(netdb.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcpip.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcpserver.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(def.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dns.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(init.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(memp.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(netif.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(pbuf.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp_in.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp_out.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(timers.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(udp.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcp.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(icmp.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(igmp.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip4.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip4_addr.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(icmp6.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip6.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip6_addr.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip6_frag.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(mld6.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(nd6.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(etharp.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ethernet.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sys_arch.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ethernetif.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(wlanif.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(vfs_lwip.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_lib.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_msg.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(netbuf.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(inet_chksum.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(raw.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ethip6.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ctr_drbg.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(entropy.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(sha256.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(sha512.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509_crt.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(esp_hardware.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(net_sockets.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(asn1parse.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(bignum.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(cipher.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(cipher_wrap.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(dhm.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecdh.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp_curves.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(gcm.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md5.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md_wrap.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(oid.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pem.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pk.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pk_wrap.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pkparse.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(rsa.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(sha1.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_ciphersuites.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_cli.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_srv.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(base64.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ccm.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(certs.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecdsa.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(hmac_drbg.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pkcs12.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pkcs5.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(asn1write.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-errno.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-ferror.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-fgets.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-fread.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-ftell.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-ftello.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-fwrite.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-putchar.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-sysgettod.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-sysstat.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-putc.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nghttp/libnghttp.a(http_parser.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(crypto_internal-modexp.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(crypto_internal-rsa.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(crypto_internal.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(dh_group5.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(dh_groups.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(md5-internal.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(md5.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(ms_funcs.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(rc4.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(sha1-internal.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(sha1-pbkdf2.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(sha1.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(os_xtensa.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_aes-cbc.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_aes-unwrap.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_aes-wrap.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_crypto_internal-cipher.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_crypto_internal-modexp.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_crypto_internal.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_sha256-internal.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_sha256.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(bignum.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(des-internal.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(md4-internal.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_divsf3.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_floatdidf.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_extendsfdf2.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_popcountsi2.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(unwind-dw2-xtensa.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(unwind-dw2-fde.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(lib2funcs.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(ets_timer_legacy.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(hw_random.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(lib_printf.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(phy_init.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(wifi_internal.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(aes.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libcore.a(misc_nvs.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(bt_bb.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(pm.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(rtc_analog.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/librtc.a(rtc.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_crypto_tkip.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libnet80211.a(ieee80211_crypto_wep.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa.a(wpabuf.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(pkcs1.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(pkcs8.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(rsa.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libwpa2.a(pkcs5.o) + .xtensa.info 0x0000000000000038 0x0 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-vsnprintf.o) + .xtensa.info 0x0000000000000038 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_sleep.o) + +.xt.lit._ZN3nvs4ItemC5EhNS_8ItemTypeEhPKc + 0x0000000000000000 0x0 + .xt.lit._ZN3nvs4ItemC5EhNS_8ItemTypeEhPKc + 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_page.o) + 0x8 (size before relaxing) + +.xt.prop._ZN3nvs4ItemC5EhNS_8ItemTypeEhPKc + 0x0000000000000000 0x0 + .xt.prop._ZN3nvs4ItemC5EhNS_8ItemTypeEhPKc + 0x0000000000000000 0x0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_page.o) + 0xc (size before relaxing) + +.xt.prop._ZN3nvs4ItemC2EhNS_8ItemTypeEhPKc + 0x0000000000000000 0x6c + .xt.prop._ZN3nvs4ItemC2EhNS_8ItemTypeEhPKc + 0x0000000000000000 0x6c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_page.o) + +.xt.prop._ZTISt9exception + 0x0000000000000000 0xc + .xt.prop._ZTISt9exception + 0x0000000000000000 0xc /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(new_op.o) + +.xt.prop._ZTISt9bad_alloc + 0x0000000000000000 0xc + .xt.prop._ZTISt9bad_alloc + 0x0000000000000000 0xc /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(new_op.o) + +.xt.prop._ZTVN10__cxxabiv120__si_class_type_infoE + 0x0000000000000000 0xc + .xt.prop._ZTVN10__cxxabiv120__si_class_type_infoE + 0x0000000000000000 0xc /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(si_class_type_info.o) + +.xt.prop._ZTVSt9bad_alloc + 0x0000000000000000 0xc + .xt.prop._ZTVSt9bad_alloc + 0x0000000000000000 0xc /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(bad_alloc.o) + +.xt.prop._ZTVN10__cxxabiv117__class_type_infoE + 0x0000000000000000 0xc + .xt.prop._ZTVN10__cxxabiv117__class_type_infoE + 0x0000000000000000 0xc /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(class_type_info.o) + +.debug_loc 0x0000000000000000 0x9053c + .debug_loc 0x0000000000000000 0x234 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/cxx/libcxx.a(cxx_guards.o) + .debug_loc 0x0000000000000234 0x217 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(cpu_start.o) + .debug_loc 0x000000000000044b 0xa2 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(crosscore_int.o) + .debug_loc 0x00000000000004ed 0xe7 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(dport_access.o) + .debug_loc 0x00000000000005d4 0x4e3 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(esp_timer.o) + .debug_loc 0x0000000000000ab7 0x2c3 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(esp_timer_esp32.o) + .debug_loc 0x0000000000000d7a 0x1e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(int_wdt.o) + .debug_loc 0x0000000000000d98 0x1020 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(intr_alloc.o) + .debug_loc 0x0000000000001db8 0x19a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(ipc.o) + .debug_loc 0x0000000000001f52 0x451 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(panic.o) + .debug_loc 0x00000000000023a3 0x45e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(system_api.o) + .debug_loc 0x0000000000002801 0x36b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(task_wdt.o) + .debug_loc 0x0000000000002b6c 0x31 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(brownout.o) + .debug_loc 0x0000000000002b9d 0xde /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(cache_err_int.o) + .debug_loc 0x0000000000002c7b 0x213 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(clk.o) + .debug_loc 0x0000000000002e8e 0x27b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(freertos_hooks.o) + .debug_loc 0x0000000000003109 0x4d2 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(port.o) + .debug_loc 0x00000000000035db 0x10f0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(queue.o) + .debug_loc 0x00000000000046cb 0x22ad /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(tasks.o) + .debug_loc 0x0000000000006978 0x62f /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(timers.o) + .debug_loc 0x0000000000006fa7 0x15c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(xtensa_intr.o) + .debug_loc 0x0000000000007103 0x81 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(list.o) + .debug_loc 0x0000000000007184 0x689 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/heap/libheap.a(heap_caps_init.o) + .debug_loc 0x000000000000780d 0x9c5 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/heap/libheap.a(heap_caps.o) + .debug_loc 0x00000000000081d2 0x2a7b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/heap/libheap.a(multi_heap.o) + .debug_loc 0x000000000000ac4d 0x89c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/log/liblog.a(log.o) + .debug_loc 0x000000000000b4e9 0x1bc /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/main/libmain.a(app_main.o) + .debug_loc 0x000000000000b6a5 0x21 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-assert.o) + .debug_loc 0x000000000000b6c6 0x42 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-fiprintf.o) + .debug_loc 0x000000000000b708 0xe4 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-fopen.o) + .debug_loc 0x000000000000b7ec 0x81 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-fputs.o) + .debug_loc 0x000000000000b86d 0x76 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-fseek.o) + .debug_loc 0x000000000000b8e3 0x322 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-fseeko.o) + .debug_loc 0x000000000000bc05 0x42 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-printf.o) + .debug_loc 0x000000000000bc47 0x9b /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-puts.o) + .debug_loc 0x000000000000bce2 0x3c /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-reent.o) + .debug_loc 0x000000000000bd1e 0x171 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-snprintf.o) + .debug_loc 0x000000000000be8f 0x89 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-sprintf.o) + .debug_loc 0x000000000000bf18 0x3da2 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-svfprintf.o) + .debug_loc 0x000000000000fcba 0x221f /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-vfiprintf.o) + .debug_loc 0x0000000000011ed9 0x3f32 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-vfprintf.o) + .debug_loc 0x0000000000015e0b 0x42 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-vprintf.o) + .debug_loc 0x0000000000015e4d 0x159b /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-dtoa.o) + .debug_loc 0x00000000000173e8 0x10f /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-flags.o) + .debug_loc 0x00000000000174f7 0x14fb /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-mprec.o) + .debug_loc 0x00000000000189f2 0xc8 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-s_frexp.o) + .debug_loc 0x0000000000018aba 0x2434 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-svfiprintf.o) + .debug_loc 0x000000000001aeee 0x59 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libm.a(lib_a-s_fpclassify.o) + .debug_loc 0x000000000001af47 0x1fa /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/newlib/libnewlib.a(locks.o) + .debug_loc 0x000000000001b141 0xe7 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/newlib/libnewlib.a(syscalls.o) + .debug_loc 0x000000000001b228 0x237 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/newlib/libnewlib.a(time.o) + .debug_loc 0x000000000001b45f 0x1ef0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_api.o) + .debug_loc 0x000000000001d34f 0xdde /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_storage.o) + .debug_loc 0x000000000001e12d 0x40e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_item_hash_list.o) + .debug_loc 0x000000000001e53b 0x2aae /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_page.o) + .debug_loc 0x0000000000020fe9 0xf9e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_pagemanager.o) + .debug_loc 0x0000000000021f87 0x126 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nvs_flash/libnvs_flash.a(nvs_types.o) + .debug_loc 0x00000000000220ad 0xb85 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/pthread/libpthread.a(pthread.o) + .debug_loc 0x0000000000022c32 0x3f5 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/pthread/libpthread.a(pthread_local_storage.o) + .debug_loc 0x0000000000023027 0x13 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(cpu_util.o) + .debug_loc 0x000000000002303a 0xa0a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_clk.o) + .debug_loc 0x0000000000023a44 0x2d2 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_init.o) + .debug_loc 0x0000000000023d16 0x1ca /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_time.o) + .debug_loc 0x0000000000023ee0 0x35d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(cache_utils.o) + .debug_loc 0x000000000002423d 0xa82 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(flash_ops.o) + .debug_loc 0x0000000000024cbf 0x5b8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(partition.o) + .debug_loc 0x0000000000025277 0xa78 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(spi_flash_rom_patch.o) + .debug_loc 0x0000000000025cef 0xaf3 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/spi_flash/libspi_flash.a(flash_mmap.o) + .debug_loc 0x00000000000267e2 0x14b3 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/tcpip_adapter/libtcpip_adapter.a(tcpip_adapter_lwip.o) + .debug_loc 0x0000000000027c95 0x112a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/vfs/libvfs.a(vfs.o) + .debug_loc 0x0000000000028dbf 0x440 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/vfs/libvfs.a(vfs_uart.o) + .debug_loc 0x00000000000291ff 0x9e8 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_udivdi3.o) + .debug_loc 0x0000000000029be7 0x950 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_umoddi3.o) + .debug_loc 0x000000000002a537 0x87 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(new_op.o) + .debug_loc 0x000000000002a5be 0x21 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(new_opv.o) + .debug_loc 0x000000000002a5df 0x1e8 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(si_class_type_info.o) + .debug_loc 0x000000000002a7c7 0x84 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(tinfo.o) + .debug_loc 0x000000000002a84b 0x21 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(bad_alloc.o) + .debug_loc 0x000000000002a86c 0x1ec /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(class_type_info.o) + .debug_loc 0x000000000002aa58 0x42 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_exception.o) + .debug_loc 0x000000000002aa9a 0xab8 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_personality.o) + .debug_loc 0x000000000002b552 0x42 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_terminate.o) + .debug_loc 0x000000000002b594 0x21 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(new_handler.o) + .debug_loc 0x000000000002b5b5 0x112 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/lib/libstdc++.a(eh_globals.o) + .debug_loc 0x000000000002b6c7 0x946 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/app_update/libapp_update.a(esp_ota_ops.o) + .debug_loc 0x000000000002c00d 0xb50 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader_support/libbootloader_support.a(esp_image_format.o) + .debug_loc 0x000000000002cb5d 0x186 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader_support/libbootloader_support.a(bootloader_flash.o) + .debug_loc 0x000000000002cce3 0x1e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/bootloader_support/libbootloader_support.a(bootloader_sha.o) + .debug_loc 0x000000000002cd01 0x17d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(periph_ctrl.o) + .debug_loc 0x000000000002ce7e 0x2377 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(rtc_module.o) + .debug_loc 0x000000000002f1f5 0xa6c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(timer.o) + .debug_loc 0x000000000002fc61 0x1f1e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(uart.o) + .debug_loc 0x0000000000031b7f 0xcd0 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/driver/libdriver.a(gpio.o) + .debug_loc 0x000000000003284f 0x18f /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(event_loop.o) + .debug_loc 0x00000000000329de 0x21 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(wifi_init.o) + .debug_loc 0x00000000000329ff 0x6d1 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(event_default_handlers.o) + .debug_loc 0x00000000000330d0 0x21 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy.o) + .debug_loc 0x00000000000330f1 0x11cb /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_ana.o) + .debug_loc 0x00000000000342bc 0x31f2 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7.o) + .debug_loc 0x00000000000374ae 0x2756 /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/lib/libphy.a(phy_chip_v7_cal.o) + .debug_loc 0x0000000000039c04 0xa79 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_client.o) + .debug_loc 0x000000000003a67d 0xe4f /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_msg.o) + .debug_loc 0x000000000003b4cc 0x387 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(mqtt_outbox.o) + .debug_loc 0x000000000003b853 0x21 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(platform_esp32_idf.o) + .debug_loc 0x000000000003b874 0x3df /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(transport.o) + .debug_loc 0x000000000003bc53 0x611 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(transport_ssl.o) + .debug_loc 0x000000000003c264 0x57e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/espmqtt/libespmqtt.a(transport_tcp.o) + .debug_loc 0x000000000003c7e2 0x95e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_main.o) + .debug_loc 0x000000000003d140 0x6b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/ethernet/libethernet.a(emac_dev.o) + .debug_loc 0x000000000003d1ab 0x546 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(event_groups.o) + .debug_loc 0x000000000003d6f1 0xdf4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/freertos/libfreertos.a(ringbuf.o) + .debug_loc 0x000000000003e4e5 0x5c3 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(netdb.o) + .debug_loc 0x000000000003eaa8 0x43b8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sockets.o) + .debug_loc 0x0000000000042e60 0x29f /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcpip.o) + .debug_loc 0x00000000000430ff 0x129a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcpserver.o) + .debug_loc 0x0000000000044399 0x84 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(def.o) + .debug_loc 0x000000000004441d 0x1149 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dns.o) + .debug_loc 0x0000000000045566 0xb6 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip.o) + .debug_loc 0x000000000004561c 0x71a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(netif.o) + .debug_loc 0x0000000000045d36 0x104d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(pbuf.o) + .debug_loc 0x0000000000046d83 0x1309 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp.o) + .debug_loc 0x000000000004808c 0xc5c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp_in.o) + .debug_loc 0x0000000000048ce8 0x109f /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(tcp_out.o) + .debug_loc 0x0000000000049d87 0x23d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(timers.o) + .debug_loc 0x0000000000049fc4 0xd19 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(udp.o) + .debug_loc 0x000000000004acdd 0xffe /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(dhcp.o) + .debug_loc 0x000000000004bcdb 0x16f /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(icmp.o) + .debug_loc 0x000000000004be4a 0x65d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(igmp.o) + .debug_loc 0x000000000004c4a7 0x747 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip4.o) + .debug_loc 0x000000000004cbee 0x616 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip4_addr.o) + .debug_loc 0x000000000004d204 0x1ba /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(icmp6.o) + .debug_loc 0x000000000004d3be 0x8d2 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip6.o) + .debug_loc 0x000000000004dc90 0x4e8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip6_addr.o) + .debug_loc 0x000000000004e178 0x4ac /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ip6_frag.o) + .debug_loc 0x000000000004e624 0x418 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(mld6.o) + .debug_loc 0x000000000004ea3c 0x143b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(nd6.o) + .debug_loc 0x000000000004fe77 0x133a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(etharp.o) + .debug_loc 0x00000000000511b1 0x5d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ethernet.o) + .debug_loc 0x000000000005120e 0x5a7 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(sys_arch.o) + .debug_loc 0x00000000000517b5 0x157 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ethernetif.o) + .debug_loc 0x000000000005190c 0x176 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(wlanif.o) + .debug_loc 0x0000000000051a82 0x6b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(vfs_lwip.o) + .debug_loc 0x0000000000051aed 0xbb8 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_lib.o) + .debug_loc 0x00000000000526a5 0x1309 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(api_msg.o) + .debug_loc 0x00000000000539ae 0x19f /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(netbuf.o) + .debug_loc 0x0000000000053b4d 0x789 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(inet_chksum.o) + .debug_loc 0x00000000000542d6 0x712 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(raw.o) + .debug_loc 0x00000000000549e8 0x138 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/lwip/liblwip.a(ethip6.o) + .debug_loc 0x0000000000054b20 0x813 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ctr_drbg.o) + .debug_loc 0x0000000000055333 0x796 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(entropy.o) + .debug_loc 0x0000000000055ac9 0xf7c /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(sha256.o) + .debug_loc 0x0000000000056a45 0xcc3 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(sha512.o) + .debug_loc 0x0000000000057708 0x3d56 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_tls.o) + .debug_loc 0x000000000005b45e 0x29ff /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509_crt.o) + .debug_loc 0x000000000005de5d 0x21 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(esp_hardware.o) + .debug_loc 0x000000000005de7e 0xd79 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(net_sockets.o) + .debug_loc 0x000000000005ebf7 0x7e9 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(asn1parse.o) + .debug_loc 0x000000000005f3e0 0x3b7e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(bignum.o) + .debug_loc 0x0000000000062f5e 0x17e4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(cipher.o) + .debug_loc 0x0000000000064742 0x126 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(cipher_wrap.o) + .debug_loc 0x0000000000064868 0xdae /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(dhm.o) + .debug_loc 0x0000000000065616 0x5cb /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecdh.o) + .debug_loc 0x0000000000065be1 0x265e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp.o) + .debug_loc 0x000000000006823f 0x5d88 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecp_curves.o) + .debug_loc 0x000000000006dfc7 0xd15 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(gcm.o) + .debug_loc 0x000000000006ecdc 0x8d7 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md.o) + .debug_loc 0x000000000006f5b3 0x94d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(md5.o) + .debug_loc 0x000000000006ff00 0xa37 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(oid.o) + .debug_loc 0x0000000000070937 0x89a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pem.o) + .debug_loc 0x00000000000711d1 0x8a3 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pk.o) + .debug_loc 0x0000000000071a74 0x5c4 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pk_wrap.o) + .debug_loc 0x0000000000072038 0x161b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pkparse.o) + .debug_loc 0x0000000000073653 0x2765 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(rsa.o) + .debug_loc 0x0000000000075db8 0x1a22 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(sha1.o) + .debug_loc 0x00000000000777da 0x264 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_ciphersuites.o) + .debug_loc 0x0000000000077a3e 0x2c83 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_cli.o) + .debug_loc 0x000000000007a6c1 0x3322 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ssl_srv.o) + .debug_loc 0x000000000007d9e3 0x1399 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(x509.o) + .debug_loc 0x000000000007ed7c 0x564 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(base64.o) + .debug_loc 0x000000000007f2e0 0x9d9 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ccm.o) + .debug_loc 0x000000000007fcb9 0x7f2 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(ecdsa.o) + .debug_loc 0x00000000000804ab 0x6d5 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(hmac_drbg.o) + .debug_loc 0x0000000000080b80 0x794 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pkcs12.o) + .debug_loc 0x0000000000081314 0x52d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(pkcs5.o) + .debug_loc 0x0000000000081841 0xf1b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/mbedtls/libmbedtls.a(asn1write.o) + .debug_loc 0x000000000008275c 0x31 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-ferror.o) + .debug_loc 0x000000000008278d 0x209 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-fgets.o) + .debug_loc 0x0000000000082996 0x146 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-fread.o) + .debug_loc 0x0000000000082adc 0x76 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-ftell.o) + .debug_loc 0x0000000000082b52 0x103 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-ftello.o) + .debug_loc 0x0000000000082c55 0x163 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-fwrite.o) + .debug_loc 0x0000000000082db8 0x42 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-putchar.o) + .debug_loc 0x0000000000082dfa 0x21 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-sysgettod.o) + .debug_loc 0x0000000000082e1b 0x21 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-sysstat.o) + .debug_loc 0x0000000000082e3c 0x138 /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-putc.o) + .debug_loc 0x0000000000082f74 0x2fbd /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/nghttp/libnghttp.a(http_parser.o) + .debug_loc 0x0000000000085f31 0x16b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(crypto_internal-modexp.o) + .debug_loc 0x000000000008609c 0x142 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(crypto_internal-rsa.o) + .debug_loc 0x00000000000861de 0x333 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(crypto_internal.o) + .debug_loc 0x0000000000086511 0x5b /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(dh_group5.o) + .debug_loc 0x000000000008656c 0x384 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(dh_groups.o) + .debug_loc 0x00000000000868f0 0x480 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(md5-internal.o) + .debug_loc 0x0000000000086d70 0x16a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(md5.o) + .debug_loc 0x0000000000086eda 0x640 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(ms_funcs.o) + .debug_loc 0x000000000008751a 0x1d5 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(rc4.o) + .debug_loc 0x00000000000876ef 0x5a2 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(sha1-internal.o) + .debug_loc 0x0000000000087c91 0x212 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(sha1-pbkdf2.o) + .debug_loc 0x0000000000087ea3 0x2c5 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(sha1.o) + .debug_loc 0x0000000000088168 0x93 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(os_xtensa.o) + .debug_loc 0x00000000000881fb 0x80 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_aes-cbc.o) + .debug_loc 0x000000000008827b 0x12d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_aes-unwrap.o) + .debug_loc 0x00000000000883a8 0xdf /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_aes-wrap.o) + .debug_loc 0x0000000000088487 0x40d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_crypto_internal-cipher.o) + .debug_loc 0x0000000000088894 0x56 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_crypto_internal-modexp.o) + .debug_loc 0x00000000000888ea 0x3ea /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_crypto_internal.o) + .debug_loc 0x0000000000088cd4 0x40 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_sha256-internal.o) + .debug_loc 0x0000000000088d14 0x23a /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(fast_sha256.o) + .debug_loc 0x0000000000088f4e 0x28ca /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(bignum.o) + .debug_loc 0x000000000008b818 0x92d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(des-internal.o) + .debug_loc 0x000000000008c145 0x37d /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/wpa_supplicant/libwpa_supplicant.a(md4-internal.o) + .debug_loc 0x000000000008c4c2 0xa5 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(_popcountsi2.o) + .debug_loc 0x000000000008c567 0x1160 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(unwind-dw2-xtensa.o) + .debug_loc 0x000000000008d6c7 0x1c62 /Volumes/tools/esp32/compiler/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/libgcc.a(unwind-dw2-fde.o) + .debug_loc 0x000000000008f329 0xda /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(ets_timer_legacy.o) + .debug_loc 0x000000000008f403 0x79 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(hw_random.o) + .debug_loc 0x000000000008f47c 0x17e /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(lib_printf.o) + .debug_loc 0x000000000008f5fa 0x2fb /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(phy_init.o) + .debug_loc 0x000000000008f8f5 0x63 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(wifi_internal.o) + .debug_loc 0x000000000008f958 0xa63 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/esp32/libesp32.a(aes.o) + .debug_loc 0x00000000000903bb 0xed /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/lib/libc.a(lib_a-vsnprintf.o) + .debug_loc 0x00000000000904a8 0x94 /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/soc/libsoc.a(rtc_sleep.o) diff --git a/examples/mqtt_tcp/build/newlib/component_project_vars.mk b/examples/mqtt_tcp/build/newlib/component_project_vars.mk new file mode 100644 index 0000000..afab8bb --- /dev/null +++ b/examples/mqtt_tcp/build/newlib/component_project_vars.mk @@ -0,0 +1,7 @@ +# Automatically generated build file. Do not edit. +COMPONENT_INCLUDES += $(IDF_PATH)/components/newlib/platform_include $(IDF_PATH)/components/newlib/include +COMPONENT_LDFLAGS += -L$(BUILD_DIR_BASE)/newlib $(IDF_PATH)/components/newlib/lib/libc.a $(IDF_PATH)/components/newlib/lib/libm.a -lnewlib +COMPONENT_LINKER_DEPS += $(IDF_PATH)/components/newlib/lib/libc.a $(IDF_PATH)/components/newlib/lib/libm.a +COMPONENT_SUBMODULES += +COMPONENT_LIBRARIES += newlib +component-newlib-build: diff --git a/examples/mqtt_tcp/build/newlib/locks.d b/examples/mqtt_tcp/build/newlib/locks.d new file mode 100644 index 0000000..4bbb31f --- /dev/null +++ b/examples/mqtt_tcp/build/newlib/locks.d @@ -0,0 +1,252 @@ +locks.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/./locks.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/cpu.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/cpu.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/./locks.c: diff --git a/examples/mqtt_tcp/build/newlib/reent_init.d b/examples/mqtt_tcp/build/newlib/reent_init.d new file mode 100644 index 0000000..87c3c5a --- /dev/null +++ b/examples/mqtt_tcp/build/newlib/reent_init.d @@ -0,0 +1,51 @@ +reent_init.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/./reent_init.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/./reent_init.c: diff --git a/examples/mqtt_tcp/build/newlib/syscall_table.d b/examples/mqtt_tcp/build/newlib/syscall_table.d new file mode 100644 index 0000000..3994387 --- /dev/null +++ b/examples/mqtt_tcp/build/newlib/syscall_table.d @@ -0,0 +1,135 @@ +syscall_table.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/./syscall_table.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/signal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/signal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/libc_stubs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/esp_vfs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/dirent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/dirent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/esp_newlib.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/signal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/signal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/libc_stubs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/esp_vfs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/dirent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/dirent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/esp_newlib.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/./syscall_table.c: diff --git a/examples/mqtt_tcp/build/newlib/syscalls.d b/examples/mqtt_tcp/build/newlib/syscalls.d new file mode 100644 index 0000000..4ed040e --- /dev/null +++ b/examples/mqtt_tcp/build/newlib/syscalls.d @@ -0,0 +1,246 @@ +syscalls.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/./syscalls.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/./syscalls.c: diff --git a/examples/mqtt_tcp/build/newlib/time.d b/examples/mqtt_tcp/build/newlib/time.d new file mode 100644 index 0000000..ff1597f --- /dev/null +++ b/examples/mqtt_tcp/build/newlib/time.d @@ -0,0 +1,282 @@ +time.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/./time.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/times.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/rtc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_clk.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_cntl_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/frc_timer_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/times.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/rtc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_clk.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_cntl_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/frc_timer_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/./time.c: diff --git a/examples/mqtt_tcp/build/nghttp/component_project_vars.mk b/examples/mqtt_tcp/build/nghttp/component_project_vars.mk new file mode 100644 index 0000000..90d9024 --- /dev/null +++ b/examples/mqtt_tcp/build/nghttp/component_project_vars.mk @@ -0,0 +1,7 @@ +# Automatically generated build file. Do not edit. +COMPONENT_INCLUDES += $(IDF_PATH)/components/nghttp/port/include $(IDF_PATH)/components/nghttp/nghttp2/lib/includes +COMPONENT_LDFLAGS += -L$(BUILD_DIR_BASE)/nghttp -lnghttp +COMPONENT_LINKER_DEPS += +COMPONENT_SUBMODULES += $(IDF_PATH)/components/nghttp/nghttp2 +COMPONENT_LIBRARIES += nghttp +component-nghttp-build: diff --git a/examples/mqtt_tcp/build/nghttp/nghttp2/lib/nghttp2_buf.d b/examples/mqtt_tcp/build/nghttp/nghttp2/lib/nghttp2_buf.d new file mode 100644 index 0000000..664c892 --- /dev/null +++ b/examples/mqtt_tcp/build/nghttp/nghttp2/lib/nghttp2_buf.d @@ -0,0 +1,105 @@ +nghttp2/lib/nghttp2_buf.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_buf.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_buf.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/port/include/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/includes/nghttp2/nghttp2.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/inttypes.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/port/include/nghttp2/nghttp2ver.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_mem.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_helper.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_debug.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_buf.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/port/include/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/includes/nghttp2/nghttp2.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/inttypes.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/port/include/nghttp2/nghttp2ver.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_mem.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_helper.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_debug.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_buf.c: diff --git a/examples/mqtt_tcp/build/nghttp/nghttp2/lib/nghttp2_callbacks.d b/examples/mqtt_tcp/build/nghttp/nghttp2/lib/nghttp2_callbacks.d new file mode 100644 index 0000000..2e16c7a --- /dev/null +++ b/examples/mqtt_tcp/build/nghttp/nghttp2/lib/nghttp2_callbacks.d @@ -0,0 +1,93 @@ +nghttp2/lib/nghttp2_callbacks.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_callbacks.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_callbacks.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/port/include/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/includes/nghttp2/nghttp2.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/inttypes.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/port/include/nghttp2/nghttp2ver.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_callbacks.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/port/include/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/includes/nghttp2/nghttp2.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/inttypes.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/port/include/nghttp2/nghttp2ver.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_callbacks.c: diff --git a/examples/mqtt_tcp/build/nghttp/nghttp2/lib/nghttp2_debug.d b/examples/mqtt_tcp/build/nghttp/nghttp2/lib/nghttp2_debug.d new file mode 100644 index 0000000..dccf312 --- /dev/null +++ b/examples/mqtt_tcp/build/nghttp/nghttp2/lib/nghttp2_debug.d @@ -0,0 +1,93 @@ +nghttp2/lib/nghttp2_debug.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_debug.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_debug.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/port/include/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/includes/nghttp2/nghttp2.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/inttypes.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/port/include/nghttp2/nghttp2ver.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_debug.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/port/include/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/includes/nghttp2/nghttp2.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/inttypes.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/port/include/nghttp2/nghttp2ver.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_debug.c: diff --git a/examples/mqtt_tcp/build/nghttp/nghttp2/lib/nghttp2_frame.d b/examples/mqtt_tcp/build/nghttp/nghttp2/lib/nghttp2_frame.d new file mode 100644 index 0000000..5185dba --- /dev/null +++ b/examples/mqtt_tcp/build/nghttp/nghttp2/lib/nghttp2_frame.d @@ -0,0 +1,138 @@ +nghttp2/lib/nghttp2_frame.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_frame.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_frame.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/port/include/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/includes/nghttp2/nghttp2.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/inttypes.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/port/include/nghttp2/nghttp2ver.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_hd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_hd_huffman.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_buf.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_mem.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_rcbuf.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_helper.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_net.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_priority_spec.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_debug.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_frame.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/port/include/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/includes/nghttp2/nghttp2.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/inttypes.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/port/include/nghttp2/nghttp2ver.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_hd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_hd_huffman.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_buf.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_mem.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_rcbuf.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_helper.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_net.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_priority_spec.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_debug.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_frame.c: diff --git a/examples/mqtt_tcp/build/nghttp/nghttp2/lib/nghttp2_hd.d b/examples/mqtt_tcp/build/nghttp/nghttp2/lib/nghttp2_hd.d new file mode 100644 index 0000000..0e41efe --- /dev/null +++ b/examples/mqtt_tcp/build/nghttp/nghttp2/lib/nghttp2_hd.d @@ -0,0 +1,123 @@ +nghttp2/lib/nghttp2_hd.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_hd.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_hd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/port/include/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/includes/nghttp2/nghttp2.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/inttypes.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/port/include/nghttp2/nghttp2ver.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_hd_huffman.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_buf.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_mem.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_rcbuf.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_helper.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_debug.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_hd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/port/include/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/includes/nghttp2/nghttp2.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/inttypes.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/port/include/nghttp2/nghttp2ver.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_hd_huffman.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_buf.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_mem.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_rcbuf.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_helper.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_debug.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_hd.c: diff --git a/examples/mqtt_tcp/build/nghttp/nghttp2/lib/nghttp2_hd_huffman.d b/examples/mqtt_tcp/build/nghttp/nghttp2/lib/nghttp2_hd_huffman.d new file mode 100644 index 0000000..867d112 --- /dev/null +++ b/examples/mqtt_tcp/build/nghttp/nghttp2/lib/nghttp2_hd_huffman.d @@ -0,0 +1,117 @@ +nghttp2/lib/nghttp2_hd_huffman.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_hd_huffman.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_hd_huffman.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/port/include/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/includes/nghttp2/nghttp2.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/inttypes.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/port/include/nghttp2/nghttp2ver.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_hd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_buf.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_mem.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_rcbuf.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_hd_huffman.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/port/include/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/includes/nghttp2/nghttp2.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/inttypes.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/port/include/nghttp2/nghttp2ver.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_hd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_buf.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_mem.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_rcbuf.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_hd_huffman.c: diff --git a/examples/mqtt_tcp/build/nghttp/nghttp2/lib/nghttp2_hd_huffman_data.d b/examples/mqtt_tcp/build/nghttp/nghttp2/lib/nghttp2_hd_huffman_data.d new file mode 100644 index 0000000..387105e --- /dev/null +++ b/examples/mqtt_tcp/build/nghttp/nghttp2/lib/nghttp2_hd_huffman_data.d @@ -0,0 +1,93 @@ +nghttp2/lib/nghttp2_hd_huffman_data.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_hd_huffman_data.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_hd_huffman.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/port/include/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/includes/nghttp2/nghttp2.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/inttypes.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/port/include/nghttp2/nghttp2ver.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_hd_huffman.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/port/include/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/includes/nghttp2/nghttp2.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/inttypes.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/port/include/nghttp2/nghttp2ver.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_hd_huffman_data.c: diff --git a/examples/mqtt_tcp/build/nghttp/nghttp2/lib/nghttp2_helper.d b/examples/mqtt_tcp/build/nghttp/nghttp2/lib/nghttp2_helper.d new file mode 100644 index 0000000..4c240f2 --- /dev/null +++ b/examples/mqtt_tcp/build/nghttp/nghttp2/lib/nghttp2_helper.d @@ -0,0 +1,108 @@ +nghttp2/lib/nghttp2_helper.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_helper.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_helper.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/port/include/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/includes/nghttp2/nghttp2.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/inttypes.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/port/include/nghttp2/nghttp2ver.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_mem.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_net.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_helper.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/port/include/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/includes/nghttp2/nghttp2.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/inttypes.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/port/include/nghttp2/nghttp2ver.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_mem.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_net.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_helper.c: diff --git a/examples/mqtt_tcp/build/nghttp/nghttp2/lib/nghttp2_http.d b/examples/mqtt_tcp/build/nghttp/nghttp2/lib/nghttp2_http.d new file mode 100644 index 0000000..5c3ed7a --- /dev/null +++ b/examples/mqtt_tcp/build/nghttp/nghttp2/lib/nghttp2_http.d @@ -0,0 +1,144 @@ +nghttp2/lib/nghttp2_http.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_http.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_http.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/port/include/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/includes/nghttp2/nghttp2.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/inttypes.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/port/include/nghttp2/nghttp2ver.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_session.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_mem.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_frame.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_hd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_hd_huffman.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_buf.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_rcbuf.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_stream.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_outbound_item.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_pq.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_callbacks.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_helper.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_http.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/port/include/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/includes/nghttp2/nghttp2.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/inttypes.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/port/include/nghttp2/nghttp2ver.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_session.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_mem.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_frame.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_hd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_hd_huffman.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_buf.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_rcbuf.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_stream.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_outbound_item.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_pq.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_callbacks.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_helper.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_http.c: diff --git a/examples/mqtt_tcp/build/nghttp/nghttp2/lib/nghttp2_map.d b/examples/mqtt_tcp/build/nghttp/nghttp2/lib/nghttp2_map.d new file mode 100644 index 0000000..162e641 --- /dev/null +++ b/examples/mqtt_tcp/build/nghttp/nghttp2/lib/nghttp2_map.d @@ -0,0 +1,99 @@ +nghttp2/lib/nghttp2_map.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_map.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/port/include/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/includes/nghttp2/nghttp2.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/inttypes.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/port/include/nghttp2/nghttp2ver.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_mem.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/port/include/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/includes/nghttp2/nghttp2.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/inttypes.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/port/include/nghttp2/nghttp2ver.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_mem.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_map.c: diff --git a/examples/mqtt_tcp/build/nghttp/nghttp2/lib/nghttp2_mem.d b/examples/mqtt_tcp/build/nghttp/nghttp2/lib/nghttp2_mem.d new file mode 100644 index 0000000..7174ae1 --- /dev/null +++ b/examples/mqtt_tcp/build/nghttp/nghttp2/lib/nghttp2_mem.d @@ -0,0 +1,93 @@ +nghttp2/lib/nghttp2_mem.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_mem.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_mem.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/port/include/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/includes/nghttp2/nghttp2.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/inttypes.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/port/include/nghttp2/nghttp2ver.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_mem.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/port/include/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/includes/nghttp2/nghttp2.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/inttypes.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/port/include/nghttp2/nghttp2ver.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_mem.c: diff --git a/examples/mqtt_tcp/build/nghttp/nghttp2/lib/nghttp2_npn.d b/examples/mqtt_tcp/build/nghttp/nghttp2/lib/nghttp2_npn.d new file mode 100644 index 0000000..ab5a4ea --- /dev/null +++ b/examples/mqtt_tcp/build/nghttp/nghttp2/lib/nghttp2_npn.d @@ -0,0 +1,93 @@ +nghttp2/lib/nghttp2_npn.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_npn.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_npn.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/port/include/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/includes/nghttp2/nghttp2.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/inttypes.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/port/include/nghttp2/nghttp2ver.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_npn.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/port/include/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/includes/nghttp2/nghttp2.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/inttypes.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/port/include/nghttp2/nghttp2ver.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_npn.c: diff --git a/examples/mqtt_tcp/build/nghttp/nghttp2/lib/nghttp2_option.d b/examples/mqtt_tcp/build/nghttp/nghttp2/lib/nghttp2_option.d new file mode 100644 index 0000000..4afc88c --- /dev/null +++ b/examples/mqtt_tcp/build/nghttp/nghttp2/lib/nghttp2_option.d @@ -0,0 +1,132 @@ +nghttp2/lib/nghttp2_option.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_option.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_option.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/port/include/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/includes/nghttp2/nghttp2.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/inttypes.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/port/include/nghttp2/nghttp2ver.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_session.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_mem.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_frame.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_hd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_hd_huffman.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_buf.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_rcbuf.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_stream.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_outbound_item.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_pq.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_callbacks.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_option.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/port/include/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/includes/nghttp2/nghttp2.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/inttypes.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/port/include/nghttp2/nghttp2ver.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_session.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_mem.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_frame.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_hd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_hd_huffman.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_buf.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_rcbuf.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_stream.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_outbound_item.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_pq.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_callbacks.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_option.c: diff --git a/examples/mqtt_tcp/build/nghttp/nghttp2/lib/nghttp2_outbound_item.d b/examples/mqtt_tcp/build/nghttp/nghttp2/lib/nghttp2_outbound_item.d new file mode 100644 index 0000000..b268920 --- /dev/null +++ b/examples/mqtt_tcp/build/nghttp/nghttp2/lib/nghttp2_outbound_item.d @@ -0,0 +1,123 @@ +nghttp2/lib/nghttp2_outbound_item.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_outbound_item.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_outbound_item.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/port/include/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/includes/nghttp2/nghttp2.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/inttypes.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/port/include/nghttp2/nghttp2ver.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_frame.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_hd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_hd_huffman.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_buf.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_mem.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_rcbuf.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_outbound_item.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/port/include/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/includes/nghttp2/nghttp2.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/inttypes.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/port/include/nghttp2/nghttp2ver.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_frame.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_hd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_hd_huffman.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_buf.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_mem.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_rcbuf.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_outbound_item.c: diff --git a/examples/mqtt_tcp/build/nghttp/nghttp2/lib/nghttp2_pq.d b/examples/mqtt_tcp/build/nghttp/nghttp2/lib/nghttp2_pq.d new file mode 100644 index 0000000..9b3d118 --- /dev/null +++ b/examples/mqtt_tcp/build/nghttp/nghttp2/lib/nghttp2_pq.d @@ -0,0 +1,111 @@ +nghttp2/lib/nghttp2_pq.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_pq.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_pq.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/port/include/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/includes/nghttp2/nghttp2.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/inttypes.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/port/include/nghttp2/nghttp2ver.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_mem.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_helper.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_pq.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/port/include/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/includes/nghttp2/nghttp2.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/inttypes.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/port/include/nghttp2/nghttp2ver.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_mem.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_helper.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_pq.c: diff --git a/examples/mqtt_tcp/build/nghttp/nghttp2/lib/nghttp2_priority_spec.d b/examples/mqtt_tcp/build/nghttp/nghttp2/lib/nghttp2_priority_spec.d new file mode 100644 index 0000000..55e40a2 --- /dev/null +++ b/examples/mqtt_tcp/build/nghttp/nghttp2/lib/nghttp2_priority_spec.d @@ -0,0 +1,93 @@ +nghttp2/lib/nghttp2_priority_spec.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_priority_spec.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_priority_spec.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/port/include/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/includes/nghttp2/nghttp2.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/inttypes.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/port/include/nghttp2/nghttp2ver.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_priority_spec.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/port/include/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/includes/nghttp2/nghttp2.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/inttypes.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/port/include/nghttp2/nghttp2ver.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_priority_spec.c: diff --git a/examples/mqtt_tcp/build/nghttp/nghttp2/lib/nghttp2_queue.d b/examples/mqtt_tcp/build/nghttp/nghttp2/lib/nghttp2_queue.d new file mode 100644 index 0000000..bab925f --- /dev/null +++ b/examples/mqtt_tcp/build/nghttp/nghttp2/lib/nghttp2_queue.d @@ -0,0 +1,102 @@ +nghttp2/lib/nghttp2_queue.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_queue.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/port/include/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/includes/nghttp2/nghttp2.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/inttypes.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/port/include/nghttp2/nghttp2ver.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/port/include/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/includes/nghttp2/nghttp2.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/inttypes.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/port/include/nghttp2/nghttp2ver.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_queue.c: diff --git a/examples/mqtt_tcp/build/nghttp/nghttp2/lib/nghttp2_rcbuf.d b/examples/mqtt_tcp/build/nghttp/nghttp2/lib/nghttp2_rcbuf.d new file mode 100644 index 0000000..63b46c6 --- /dev/null +++ b/examples/mqtt_tcp/build/nghttp/nghttp2/lib/nghttp2_rcbuf.d @@ -0,0 +1,108 @@ +nghttp2/lib/nghttp2_rcbuf.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_rcbuf.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_rcbuf.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/port/include/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/includes/nghttp2/nghttp2.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/inttypes.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/port/include/nghttp2/nghttp2ver.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_mem.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_helper.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_rcbuf.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/port/include/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/includes/nghttp2/nghttp2.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/inttypes.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/port/include/nghttp2/nghttp2ver.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_mem.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_helper.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_rcbuf.c: diff --git a/examples/mqtt_tcp/build/nghttp/nghttp2/lib/nghttp2_session.d b/examples/mqtt_tcp/build/nghttp/nghttp2/lib/nghttp2_session.d new file mode 100644 index 0000000..8121776 --- /dev/null +++ b/examples/mqtt_tcp/build/nghttp/nghttp2/lib/nghttp2_session.d @@ -0,0 +1,156 @@ +nghttp2/lib/nghttp2_session.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_session.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_session.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/port/include/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/includes/nghttp2/nghttp2.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/inttypes.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/port/include/nghttp2/nghttp2ver.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_mem.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_frame.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_hd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_hd_huffman.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_buf.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_rcbuf.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_stream.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_outbound_item.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_pq.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_callbacks.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_helper.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_net.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_priority_spec.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_option.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_http.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_debug.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_session.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/port/include/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/includes/nghttp2/nghttp2.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/inttypes.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/port/include/nghttp2/nghttp2ver.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_mem.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_frame.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_hd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_hd_huffman.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_buf.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_rcbuf.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_stream.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_outbound_item.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_pq.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_callbacks.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_helper.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_net.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_priority_spec.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_option.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_http.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_debug.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_session.c: diff --git a/examples/mqtt_tcp/build/nghttp/nghttp2/lib/nghttp2_stream.d b/examples/mqtt_tcp/build/nghttp/nghttp2/lib/nghttp2_stream.d new file mode 100644 index 0000000..98aed9b --- /dev/null +++ b/examples/mqtt_tcp/build/nghttp/nghttp2/lib/nghttp2_stream.d @@ -0,0 +1,144 @@ +nghttp2/lib/nghttp2_stream.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_stream.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_stream.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/port/include/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/includes/nghttp2/nghttp2.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/inttypes.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/port/include/nghttp2/nghttp2ver.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_outbound_item.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_frame.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_hd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_hd_huffman.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_buf.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_mem.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_rcbuf.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_pq.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_session.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_callbacks.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_helper.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_debug.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_stream.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/port/include/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/includes/nghttp2/nghttp2.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/inttypes.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/port/include/nghttp2/nghttp2ver.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_outbound_item.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_frame.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_hd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_hd_huffman.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_buf.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_mem.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_rcbuf.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_pq.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_session.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_callbacks.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_helper.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_debug.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_stream.c: diff --git a/examples/mqtt_tcp/build/nghttp/nghttp2/lib/nghttp2_submit.d b/examples/mqtt_tcp/build/nghttp/nghttp2/lib/nghttp2_submit.d new file mode 100644 index 0000000..6b26bab --- /dev/null +++ b/examples/mqtt_tcp/build/nghttp/nghttp2/lib/nghttp2_submit.d @@ -0,0 +1,147 @@ +nghttp2/lib/nghttp2_submit.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_submit.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_submit.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/port/include/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/includes/nghttp2/nghttp2.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/inttypes.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/port/include/nghttp2/nghttp2ver.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_session.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_mem.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_frame.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_hd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_hd_huffman.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_buf.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_rcbuf.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_stream.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_outbound_item.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_pq.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_callbacks.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_helper.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_priority_spec.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_submit.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/port/include/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/includes/nghttp2/nghttp2.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/inttypes.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/port/include/nghttp2/nghttp2ver.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_session.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_mem.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_frame.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_hd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_hd_huffman.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_buf.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_rcbuf.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_stream.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_outbound_item.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_pq.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_callbacks.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_helper.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_priority_spec.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_submit.c: diff --git a/examples/mqtt_tcp/build/nghttp/nghttp2/lib/nghttp2_version.d b/examples/mqtt_tcp/build/nghttp/nghttp2/lib/nghttp2_version.d new file mode 100644 index 0000000..1c569a9 --- /dev/null +++ b/examples/mqtt_tcp/build/nghttp/nghttp2/lib/nghttp2_version.d @@ -0,0 +1,90 @@ +nghttp2/lib/nghttp2_version.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_version.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/port/include/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/includes/nghttp2/nghttp2.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/inttypes.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/port/include/nghttp2/nghttp2ver.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/port/include/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/includes/nghttp2/nghttp2.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/inttypes.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/port/include/nghttp2/nghttp2ver.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/nghttp2/lib/nghttp2_version.c: diff --git a/examples/mqtt_tcp/build/nghttp/port/http_parser.d b/examples/mqtt_tcp/build/nghttp/port/http_parser.d new file mode 100644 index 0000000..f3dc2df --- /dev/null +++ b/examples/mqtt_tcp/build/nghttp/port/http_parser.d @@ -0,0 +1,90 @@ +port/http_parser.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/port/http_parser.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/port/include/http_parser.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/ctype.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/port/include/http_parser.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/ctype.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/nghttp/port/http_parser.c: diff --git a/examples/mqtt_tcp/build/nvs_flash/component_project_vars.mk b/examples/mqtt_tcp/build/nvs_flash/component_project_vars.mk new file mode 100644 index 0000000..8121770 --- /dev/null +++ b/examples/mqtt_tcp/build/nvs_flash/component_project_vars.mk @@ -0,0 +1,7 @@ +# Automatically generated build file. Do not edit. +COMPONENT_INCLUDES += $(IDF_PATH)/components/nvs_flash/include +COMPONENT_LDFLAGS += -L$(BUILD_DIR_BASE)/nvs_flash -lnvs_flash +COMPONENT_LINKER_DEPS += +COMPONENT_SUBMODULES += +COMPONENT_LIBRARIES += nvs_flash +component-nvs_flash-build: diff --git a/examples/mqtt_tcp/build/nvs_flash/src/nvs_api.d b/examples/mqtt_tcp/build/nvs_flash/src/nvs_api.d new file mode 100644 index 0000000..7622829 --- /dev/null +++ b/examples/mqtt_tcp/build/nvs_flash/src/nvs_api.d @@ -0,0 +1,231 @@ +src/nvs_api.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nvs_flash/src/nvs_api.cpp \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nvs_flash/src/nvs.hpp \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nvs_flash/include/nvs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nvs_flash/src/nvs_types.hpp \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nvs_flash/src/compressed_enum_table.hpp \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nvs_flash/src/nvs_page.hpp \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/spi_flash/include/esp_spi_flash.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nvs_flash/src/intrusive_list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nvs_flash/src/nvs_item_hash_list.hpp \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nvs_flash/src/nvs_pagemanager.hpp \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nvs_flash/src/nvs_storage.hpp \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nvs_flash/include/nvs_flash.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nvs_flash/include/nvs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nvs_flash/src/nvs_platform.hpp \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/spi_flash/include/esp_partition.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/spi_flash/include/esp_spi_flash.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nvs_flash/src/nvs.hpp: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nvs_flash/include/nvs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nvs_flash/src/nvs_types.hpp: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nvs_flash/src/compressed_enum_table.hpp: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nvs_flash/src/nvs_page.hpp: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/spi_flash/include/esp_spi_flash.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nvs_flash/src/intrusive_list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nvs_flash/src/nvs_item_hash_list.hpp: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nvs_flash/src/nvs_pagemanager.hpp: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nvs_flash/src/nvs_storage.hpp: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nvs_flash/include/nvs_flash.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nvs_flash/include/nvs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nvs_flash/src/nvs_platform.hpp: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/spi_flash/include/esp_partition.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/spi_flash/include/esp_spi_flash.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/nvs_flash/src/nvs_api.cpp: diff --git a/examples/mqtt_tcp/build/nvs_flash/src/nvs_item_hash_list.d b/examples/mqtt_tcp/build/nvs_flash/src/nvs_item_hash_list.d new file mode 100644 index 0000000..149005e --- /dev/null +++ b/examples/mqtt_tcp/build/nvs_flash/src/nvs_item_hash_list.d @@ -0,0 +1,99 @@ +src/nvs_item_hash_list.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nvs_flash/src/nvs_item_hash_list.cpp \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nvs_flash/src/nvs_item_hash_list.hpp \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nvs_flash/include/nvs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nvs_flash/src/nvs_types.hpp \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nvs_flash/src/compressed_enum_table.hpp \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nvs_flash/src/intrusive_list.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nvs_flash/src/nvs_item_hash_list.hpp: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nvs_flash/include/nvs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nvs_flash/src/nvs_types.hpp: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nvs_flash/src/compressed_enum_table.hpp: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nvs_flash/src/intrusive_list.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/nvs_flash/src/nvs_item_hash_list.cpp: diff --git a/examples/mqtt_tcp/build/nvs_flash/src/nvs_page.d b/examples/mqtt_tcp/build/nvs_flash/src/nvs_page.d new file mode 100644 index 0000000..51809dd --- /dev/null +++ b/examples/mqtt_tcp/build/nvs_flash/src/nvs_page.d @@ -0,0 +1,108 @@ +src/nvs_page.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nvs_flash/src/nvs_page.cpp \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nvs_flash/src/nvs_page.hpp \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nvs_flash/include/nvs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nvs_flash/src/nvs_types.hpp \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nvs_flash/src/compressed_enum_table.hpp \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/spi_flash/include/esp_spi_flash.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nvs_flash/src/intrusive_list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nvs_flash/src/nvs_item_hash_list.hpp \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/crc.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nvs_flash/src/nvs_page.hpp: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nvs_flash/include/nvs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nvs_flash/src/nvs_types.hpp: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nvs_flash/src/compressed_enum_table.hpp: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/spi_flash/include/esp_spi_flash.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nvs_flash/src/intrusive_list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nvs_flash/src/nvs_item_hash_list.hpp: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/crc.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/nvs_flash/src/nvs_page.cpp: diff --git a/examples/mqtt_tcp/build/nvs_flash/src/nvs_pagemanager.d b/examples/mqtt_tcp/build/nvs_flash/src/nvs_pagemanager.d new file mode 100644 index 0000000..5f51c56 --- /dev/null +++ b/examples/mqtt_tcp/build/nvs_flash/src/nvs_pagemanager.d @@ -0,0 +1,36 @@ +src/nvs_pagemanager.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nvs_flash/src/nvs_pagemanager.cpp \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nvs_flash/src/nvs_pagemanager.hpp \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nvs_flash/src/nvs_types.hpp \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nvs_flash/include/nvs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nvs_flash/src/compressed_enum_table.hpp \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nvs_flash/src/nvs_page.hpp \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/spi_flash/include/esp_spi_flash.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nvs_flash/src/intrusive_list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nvs_flash/src/nvs_item_hash_list.hpp + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nvs_flash/src/nvs_pagemanager.hpp: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nvs_flash/src/nvs_types.hpp: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nvs_flash/include/nvs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nvs_flash/src/compressed_enum_table.hpp: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nvs_flash/src/nvs_page.hpp: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/spi_flash/include/esp_spi_flash.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nvs_flash/src/intrusive_list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nvs_flash/src/nvs_item_hash_list.hpp: +/Volumes/tools/esp32/sdk/esp-idf-github/components/nvs_flash/src/nvs_pagemanager.cpp: diff --git a/examples/mqtt_tcp/build/nvs_flash/src/nvs_storage.d b/examples/mqtt_tcp/build/nvs_flash/src/nvs_storage.d new file mode 100644 index 0000000..5e24e6f --- /dev/null +++ b/examples/mqtt_tcp/build/nvs_flash/src/nvs_storage.d @@ -0,0 +1,60 @@ +src/nvs_storage.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nvs_flash/src/nvs_storage.cpp \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nvs_flash/src/nvs_storage.hpp \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nvs_flash/src/nvs.hpp \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nvs_flash/include/nvs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nvs_flash/src/nvs_types.hpp \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nvs_flash/src/compressed_enum_table.hpp \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nvs_flash/src/nvs_page.hpp \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/spi_flash/include/esp_spi_flash.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nvs_flash/src/intrusive_list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nvs_flash/src/nvs_item_hash_list.hpp \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nvs_flash/src/nvs_pagemanager.hpp + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nvs_flash/src/nvs_storage.hpp: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nvs_flash/src/nvs.hpp: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nvs_flash/include/nvs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nvs_flash/src/nvs_types.hpp: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nvs_flash/src/compressed_enum_table.hpp: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nvs_flash/src/nvs_page.hpp: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/spi_flash/include/esp_spi_flash.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nvs_flash/src/intrusive_list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nvs_flash/src/nvs_item_hash_list.hpp: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nvs_flash/src/nvs_pagemanager.hpp: +/Volumes/tools/esp32/sdk/esp-idf-github/components/nvs_flash/src/nvs_storage.cpp: diff --git a/examples/mqtt_tcp/build/nvs_flash/src/nvs_types.d b/examples/mqtt_tcp/build/nvs_flash/src/nvs_types.d new file mode 100644 index 0000000..f45ceff --- /dev/null +++ b/examples/mqtt_tcp/build/nvs_flash/src/nvs_types.d @@ -0,0 +1,24 @@ +src/nvs_types.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nvs_flash/src/nvs_types.cpp \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nvs_flash/src/nvs_types.hpp \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nvs_flash/include/nvs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/nvs_flash/src/compressed_enum_table.hpp \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/crc.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nvs_flash/src/nvs_types.hpp: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nvs_flash/include/nvs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/nvs_flash/src/compressed_enum_table.hpp: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/crc.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/nvs_flash/src/nvs_types.cpp: diff --git a/examples/mqtt_tcp/build/openssl/component_project_vars.mk b/examples/mqtt_tcp/build/openssl/component_project_vars.mk new file mode 100644 index 0000000..67dcecd --- /dev/null +++ b/examples/mqtt_tcp/build/openssl/component_project_vars.mk @@ -0,0 +1,7 @@ +# Automatically generated build file. Do not edit. +COMPONENT_INCLUDES += $(IDF_PATH)/components/openssl/include +COMPONENT_LDFLAGS += -L$(BUILD_DIR_BASE)/openssl -lopenssl +COMPONENT_LINKER_DEPS += +COMPONENT_SUBMODULES += +COMPONENT_LIBRARIES += openssl +component-openssl-build: diff --git a/examples/mqtt_tcp/build/openssl/library/ssl_cert.d b/examples/mqtt_tcp/build/openssl/library/ssl_cert.d new file mode 100644 index 0000000..7370f36 --- /dev/null +++ b/examples/mqtt_tcp/build/openssl/library/ssl_cert.d @@ -0,0 +1,135 @@ +library/ssl_cert.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/library/ssl_cert.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/internal/ssl_cert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/internal/ssl_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/internal/ssl_code.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/internal/ssl3.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/internal/tls1.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/internal/x509_vfy.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/internal/ssl_pkey.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/internal/ssl_x509.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/internal/ssl_stack.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/internal/ssl_dbg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/platform/ssl_opt.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/platform/ssl_port.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/malloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/malloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/platform/ssl_port.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/internal/ssl_cert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/internal/ssl_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/internal/ssl_code.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/internal/ssl3.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/internal/tls1.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/internal/x509_vfy.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/internal/ssl_pkey.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/internal/ssl_x509.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/internal/ssl_stack.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/internal/ssl_dbg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/platform/ssl_opt.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/platform/ssl_port.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/malloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/malloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/platform/ssl_port.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/library/ssl_cert.c: diff --git a/examples/mqtt_tcp/build/openssl/library/ssl_lib.d b/examples/mqtt_tcp/build/openssl/library/ssl_lib.d new file mode 100644 index 0000000..1754a3c --- /dev/null +++ b/examples/mqtt_tcp/build/openssl/library/ssl_lib.d @@ -0,0 +1,138 @@ +library/ssl_lib.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/library/ssl_lib.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/internal/ssl_lib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/internal/ssl_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/internal/ssl_code.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/internal/ssl3.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/internal/tls1.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/internal/x509_vfy.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/internal/ssl_pkey.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/internal/ssl_x509.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/internal/ssl_stack.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/internal/ssl_cert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/internal/ssl_dbg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/platform/ssl_opt.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/platform/ssl_port.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/malloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/malloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/platform/ssl_port.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/internal/ssl_lib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/internal/ssl_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/internal/ssl_code.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/internal/ssl3.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/internal/tls1.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/internal/x509_vfy.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/internal/ssl_pkey.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/internal/ssl_x509.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/internal/ssl_stack.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/internal/ssl_cert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/internal/ssl_dbg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/platform/ssl_opt.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/platform/ssl_port.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/malloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/malloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/platform/ssl_port.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/library/ssl_lib.c: diff --git a/examples/mqtt_tcp/build/openssl/library/ssl_methods.d b/examples/mqtt_tcp/build/openssl/library/ssl_methods.d new file mode 100644 index 0000000..3cdd712 --- /dev/null +++ b/examples/mqtt_tcp/build/openssl/library/ssl_methods.d @@ -0,0 +1,123 @@ +library/ssl_methods.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/library/ssl_methods.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/internal/ssl_methods.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/internal/ssl_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/internal/ssl_code.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/internal/ssl3.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/internal/tls1.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/internal/x509_vfy.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/platform/ssl_pm.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/internal/ssl_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/platform/ssl_port.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/malloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/malloc.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/internal/ssl_methods.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/internal/ssl_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/internal/ssl_code.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/internal/ssl3.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/internal/tls1.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/internal/x509_vfy.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/platform/ssl_pm.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/internal/ssl_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/platform/ssl_port.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/malloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/malloc.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/library/ssl_methods.c: diff --git a/examples/mqtt_tcp/build/openssl/library/ssl_pkey.d b/examples/mqtt_tcp/build/openssl/library/ssl_pkey.d new file mode 100644 index 0000000..27a0057 --- /dev/null +++ b/examples/mqtt_tcp/build/openssl/library/ssl_pkey.d @@ -0,0 +1,129 @@ +library/ssl_pkey.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/library/ssl_pkey.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/internal/ssl_pkey.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/internal/ssl_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/internal/ssl_code.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/internal/ssl3.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/internal/tls1.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/internal/x509_vfy.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/internal/ssl_methods.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/internal/ssl_dbg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/platform/ssl_opt.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/platform/ssl_port.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/malloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/malloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/platform/ssl_port.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/internal/ssl_pkey.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/internal/ssl_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/internal/ssl_code.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/internal/ssl3.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/internal/tls1.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/internal/x509_vfy.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/internal/ssl_methods.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/internal/ssl_dbg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/platform/ssl_opt.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/platform/ssl_port.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/malloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/malloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/platform/ssl_port.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/library/ssl_pkey.c: diff --git a/examples/mqtt_tcp/build/openssl/library/ssl_stack.d b/examples/mqtt_tcp/build/openssl/library/ssl_stack.d new file mode 100644 index 0000000..13b6029 --- /dev/null +++ b/examples/mqtt_tcp/build/openssl/library/ssl_stack.d @@ -0,0 +1,126 @@ +library/ssl_stack.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/library/ssl_stack.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/internal/ssl_stack.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/internal/ssl_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/internal/ssl_code.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/internal/ssl3.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/internal/tls1.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/internal/x509_vfy.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/internal/ssl_dbg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/platform/ssl_opt.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/platform/ssl_port.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/malloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/malloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/platform/ssl_port.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/internal/ssl_stack.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/internal/ssl_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/internal/ssl_code.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/internal/ssl3.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/internal/tls1.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/internal/x509_vfy.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/internal/ssl_dbg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/platform/ssl_opt.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/platform/ssl_port.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/malloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/malloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/platform/ssl_port.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/library/ssl_stack.c: diff --git a/examples/mqtt_tcp/build/openssl/library/ssl_x509.d b/examples/mqtt_tcp/build/openssl/library/ssl_x509.d new file mode 100644 index 0000000..5dc294a --- /dev/null +++ b/examples/mqtt_tcp/build/openssl/library/ssl_x509.d @@ -0,0 +1,132 @@ +library/ssl_x509.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/library/ssl_x509.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/internal/ssl_x509.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/internal/ssl_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/internal/ssl_code.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/internal/ssl3.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/internal/tls1.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/internal/x509_vfy.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/internal/ssl_stack.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/internal/ssl_methods.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/internal/ssl_dbg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/platform/ssl_opt.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/platform/ssl_port.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/malloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/malloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/platform/ssl_port.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/internal/ssl_x509.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/internal/ssl_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/internal/ssl_code.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/internal/ssl3.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/internal/tls1.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/internal/x509_vfy.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/internal/ssl_stack.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/internal/ssl_methods.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/internal/ssl_dbg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/platform/ssl_opt.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/platform/ssl_port.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/malloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/malloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/platform/ssl_port.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/library/ssl_x509.c: diff --git a/examples/mqtt_tcp/build/openssl/platform/ssl_pm.d b/examples/mqtt_tcp/build/openssl/platform/ssl_pm.d new file mode 100644 index 0000000..f697db8 --- /dev/null +++ b/examples/mqtt_tcp/build/openssl/platform/ssl_pm.d @@ -0,0 +1,243 @@ +platform/ssl_pm.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/platform/ssl_pm.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/platform/ssl_pm.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/internal/ssl_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/internal/ssl_code.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/internal/ssl3.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/internal/tls1.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/internal/x509_vfy.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/platform/ssl_port.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/malloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/malloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/platform/ssl_port.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/internal/ssl_dbg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/platform/ssl_opt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/platform/ssl_port.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform_time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/net_sockets.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ssl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/bignum.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ssl_ciphersuites.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/pk.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/md.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/rsa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecdsa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/cipher.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/x509_crt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/x509.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/asn1.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/x509_crl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/dhm.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecdh.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/debug.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/entropy.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/sha512.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ctr_drbg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/aes.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/aes_alt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/hwcrypto/aes.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/aes.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/error.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/certs.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/platform/ssl_pm.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/internal/ssl_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/internal/ssl_code.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/internal/ssl3.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/internal/tls1.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/internal/x509_vfy.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/platform/ssl_port.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/malloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/malloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/platform/ssl_port.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/internal/ssl_dbg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/platform/ssl_opt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/platform/ssl_port.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/platform_time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/net_sockets.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ssl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/bignum.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ssl_ciphersuites.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/pk.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/md.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/rsa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecdsa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/cipher.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/x509_crt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/x509.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/asn1.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/x509_crl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/dhm.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ecdh.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/debug.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/entropy.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/sha512.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/ctr_drbg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/aes.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/aes_alt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/hwcrypto/aes.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/aes.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/error.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/certs.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/platform/ssl_pm.c: diff --git a/examples/mqtt_tcp/build/openssl/platform/ssl_port.d b/examples/mqtt_tcp/build/openssl/platform/ssl_port.d new file mode 100644 index 0000000..852b8a5 --- /dev/null +++ b/examples/mqtt_tcp/build/openssl/platform/ssl_port.d @@ -0,0 +1,99 @@ +platform/ssl_port.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/platform/ssl_port.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/platform/ssl_port.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/malloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/malloc.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/include/platform/ssl_port.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/malloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/malloc.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/openssl/platform/ssl_port.c: diff --git a/examples/mqtt_tcp/build/partition_table/component_project_vars.mk b/examples/mqtt_tcp/build/partition_table/component_project_vars.mk new file mode 100644 index 0000000..2bea1a3 --- /dev/null +++ b/examples/mqtt_tcp/build/partition_table/component_project_vars.mk @@ -0,0 +1 @@ +# COMPONENT_CONFIG_ONLY target sets no variables here diff --git a/examples/mqtt_tcp/build/partitions_singleapp.bin b/examples/mqtt_tcp/build/partitions_singleapp.bin new file mode 100644 index 0000000..b8fa03b Binary files /dev/null and b/examples/mqtt_tcp/build/partitions_singleapp.bin differ diff --git a/examples/mqtt_tcp/build/pthread/component_project_vars.mk b/examples/mqtt_tcp/build/pthread/component_project_vars.mk new file mode 100644 index 0000000..6ee037e --- /dev/null +++ b/examples/mqtt_tcp/build/pthread/component_project_vars.mk @@ -0,0 +1,7 @@ +# Automatically generated build file. Do not edit. +COMPONENT_INCLUDES += $(IDF_PATH)/components/pthread/include +COMPONENT_LDFLAGS += -L$(BUILD_DIR_BASE)/pthread -lpthread +COMPONENT_LINKER_DEPS += +COMPONENT_SUBMODULES += +COMPONENT_LIBRARIES += pthread +component-pthread-build: diff --git a/examples/mqtt_tcp/build/pthread/pthread.d b/examples/mqtt_tcp/build/pthread/pthread.d new file mode 100644 index 0000000..205c7dc --- /dev/null +++ b/examples/mqtt_tcp/build/pthread/pthread.d @@ -0,0 +1,282 @@ +pthread.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/pthread/./pthread.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/pthread.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/pthread/./pthread_internal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/pthread.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/pthread/./pthread_internal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/pthread/./pthread.c: diff --git a/examples/mqtt_tcp/build/pthread/pthread_cond_var.d b/examples/mqtt_tcp/build/pthread/pthread_cond_var.d new file mode 100644 index 0000000..53ba98b --- /dev/null +++ b/examples/mqtt_tcp/build/pthread/pthread_cond_var.d @@ -0,0 +1,285 @@ +pthread_cond_var.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/pthread/./pthread_cond_var.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/pthread.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/pthread.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/pthread/./pthread_cond_var.c: diff --git a/examples/mqtt_tcp/build/pthread/pthread_local_storage.d b/examples/mqtt_tcp/build/pthread/pthread_local_storage.d new file mode 100644 index 0000000..578966c --- /dev/null +++ b/examples/mqtt_tcp/build/pthread/pthread_local_storage.d @@ -0,0 +1,276 @@ +pthread_local_storage.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/pthread/./pthread_local_storage.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/pthread.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/pthread/./pthread_internal.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/pthread.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/pthread/./pthread_internal.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/pthread/./pthread_local_storage.c: diff --git a/examples/mqtt_tcp/build/sdmmc/component_project_vars.mk b/examples/mqtt_tcp/build/sdmmc/component_project_vars.mk new file mode 100644 index 0000000..69fc493 --- /dev/null +++ b/examples/mqtt_tcp/build/sdmmc/component_project_vars.mk @@ -0,0 +1,7 @@ +# Automatically generated build file. Do not edit. +COMPONENT_INCLUDES += $(IDF_PATH)/components/sdmmc/include +COMPONENT_LDFLAGS += -L$(BUILD_DIR_BASE)/sdmmc -lsdmmc +COMPONENT_LINKER_DEPS += +COMPONENT_SUBMODULES += +COMPONENT_LIBRARIES += sdmmc +component-sdmmc-build: diff --git a/examples/mqtt_tcp/build/sdmmc/sdmmc_cmd.d b/examples/mqtt_tcp/build/sdmmc/sdmmc_cmd.d new file mode 100644 index 0000000..d3ffc79 --- /dev/null +++ b/examples/mqtt_tcp/build/sdmmc/sdmmc_cmd.d @@ -0,0 +1,270 @@ +sdmmc_cmd.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/sdmmc/./sdmmc_cmd.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/sdmmc_defs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/sdmmc_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/sdmmc/include/sdmmc_cmd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/param.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/syslimits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/endian.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/param.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/sdmmc_defs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/sdmmc_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/sdmmc/include/sdmmc_cmd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/param.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/syslimits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/endian.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/param.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/sdmmc/./sdmmc_cmd.c: diff --git a/examples/mqtt_tcp/build/soc/component_project_vars.mk b/examples/mqtt_tcp/build/soc/component_project_vars.mk new file mode 100644 index 0000000..eb433cc --- /dev/null +++ b/examples/mqtt_tcp/build/soc/component_project_vars.mk @@ -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: diff --git a/examples/mqtt_tcp/build/soc/esp32/cpu_util.d b/examples/mqtt_tcp/build/soc/esp32/cpu_util.d new file mode 100644 index 0000000..72eef10 --- /dev/null +++ b/examples/mqtt_tcp/build/soc/esp32/cpu_util.d @@ -0,0 +1,87 @@ +esp32/cpu_util.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/cpu_util.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/cpu.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_cntl_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/cpu.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_cntl_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/cpu_util.c: diff --git a/examples/mqtt_tcp/build/soc/esp32/rtc_clk.d b/examples/mqtt_tcp/build/soc/esp32/rtc_clk.d new file mode 100644 index 0000000..345d59d --- /dev/null +++ b/examples/mqtt_tcp/build/soc/esp32/rtc_clk.d @@ -0,0 +1,159 @@ +esp32/rtc_clk.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/rtc_clk.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/rtc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/uart.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/uart_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_cntl_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/sens_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_access.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_dport_access.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/efuse_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/apb_ctrl_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/i2c_rtc_clk.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/i2c_apll.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/i2c_bbpll.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/soc_log.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/core-macros.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/rtc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/uart.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/uart_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_cntl_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/sens_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_access.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_dport_access.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/efuse_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/apb_ctrl_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/i2c_rtc_clk.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/i2c_apll.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/i2c_bbpll.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/soc_log.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/core-macros.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/rtc_clk.c: diff --git a/examples/mqtt_tcp/build/soc/esp32/rtc_init.d b/examples/mqtt_tcp/build/soc/esp32/rtc_init.d new file mode 100644 index 0000000..eb4218b --- /dev/null +++ b/examples/mqtt_tcp/build/soc/esp32/rtc_init.d @@ -0,0 +1,99 @@ +esp32/rtc_init.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/rtc_init.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_cntl_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_access.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_dport_access.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/efuse_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_cntl_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_access.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_dport_access.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/efuse_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/rtc_init.c: diff --git a/examples/mqtt_tcp/build/soc/esp32/rtc_pm.d b/examples/mqtt_tcp/build/soc/esp32/rtc_pm.d new file mode 100644 index 0000000..8b7ac11 --- /dev/null +++ b/examples/mqtt_tcp/build/soc/esp32/rtc_pm.d @@ -0,0 +1,81 @@ +esp32/rtc_pm.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/rtc_pm.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_cntl_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_cntl_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/rtc_pm.c: diff --git a/examples/mqtt_tcp/build/soc/esp32/rtc_sleep.d b/examples/mqtt_tcp/build/soc/esp32/rtc_sleep.d new file mode 100644 index 0000000..47da6b0 --- /dev/null +++ b/examples/mqtt_tcp/build/soc/esp32/rtc_sleep.d @@ -0,0 +1,111 @@ +esp32/rtc_sleep.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/rtc_sleep.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_cntl_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_access.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_dport_access.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/i2s_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/timer_group_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/bb_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/nrx_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/fe_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_cntl_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_access.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_dport_access.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/i2s_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/timer_group_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/bb_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/nrx_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/fe_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/rtc_sleep.c: diff --git a/examples/mqtt_tcp/build/soc/esp32/rtc_time.d b/examples/mqtt_tcp/build/soc/esp32/rtc_time.d new file mode 100644 index 0000000..ed63f58 --- /dev/null +++ b/examples/mqtt_tcp/build/soc/esp32/rtc_time.d @@ -0,0 +1,87 @@ +esp32/rtc_time.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/rtc_time.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_cntl_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/timer_group_reg.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_cntl_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/timer_group_reg.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/rtc_time.c: diff --git a/examples/mqtt_tcp/build/soc/esp32/soc_memory_layout.d b/examples/mqtt_tcp/build/soc/esp32/soc_memory_layout.d new file mode 100644 index 0000000..c1b21e1 --- /dev/null +++ b/examples/mqtt_tcp/build/soc/esp32/soc_memory_layout.d @@ -0,0 +1,84 @@ +esp32/soc_memory_layout.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/soc_memory_layout.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/soc_memory_layout.c: diff --git a/examples/mqtt_tcp/build/spi_flash/cache_utils.d b/examples/mqtt_tcp/build/spi_flash/cache_utils.d new file mode 100644 index 0000000..e5886df --- /dev/null +++ b/examples/mqtt_tcp/build/spi_flash/cache_utils.d @@ -0,0 +1,282 @@ +cache_utils.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/spi_flash/./cache_utils.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/spi_flash.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/spi_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/cache.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_access.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_dport_access.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_access.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_ipc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/spi_flash/include/esp_spi_flash.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/spi_flash.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/spi_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/cache.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_access.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_dport_access.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_access.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_ipc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/spi_flash/include/esp_spi_flash.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/spi_flash/./cache_utils.c: diff --git a/examples/mqtt_tcp/build/spi_flash/component_project_vars.mk b/examples/mqtt_tcp/build/spi_flash/component_project_vars.mk new file mode 100644 index 0000000..8da0fe7 --- /dev/null +++ b/examples/mqtt_tcp/build/spi_flash/component_project_vars.mk @@ -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: diff --git a/examples/mqtt_tcp/build/spi_flash/flash_mmap.d b/examples/mqtt_tcp/build/spi_flash/flash_mmap.d new file mode 100644 index 0000000..2452533 --- /dev/null +++ b/examples/mqtt_tcp/build/spi_flash/flash_mmap.d @@ -0,0 +1,297 @@ +flash_mmap.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/spi_flash/./flash_mmap.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/spi_flash.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/spi_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/cache.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_access.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_dport_access.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_access.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_ipc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/spi_flash/include/esp_spi_flash.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include/esp_flash_encrypt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/efuse_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/spi_flash/./cache_utils.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_spiram.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/queue.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/spi_flash.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/spi_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/cache.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_access.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_dport_access.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_access.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_ipc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/spi_flash/include/esp_spi_flash.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include/esp_flash_encrypt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/efuse_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/spi_flash/./cache_utils.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_spiram.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/queue.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/spi_flash/./flash_mmap.c: diff --git a/examples/mqtt_tcp/build/spi_flash/flash_ops.d b/examples/mqtt_tcp/build/spi_flash/flash_ops.d new file mode 100644 index 0000000..4fc3d7c --- /dev/null +++ b/examples/mqtt_tcp/build/spi_flash/flash_ops.d @@ -0,0 +1,315 @@ +flash_ops.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/spi_flash/./flash_ops.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/param.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/syslimits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/endian.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/param.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/spi_flash.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/spi_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/cache.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_access.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_dport_access.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_access.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_ipc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/spi_flash/include/esp_spi_flash.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_clk.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include/esp_flash_partitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_flash_data_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/app_update/include/esp_ota_ops.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/spi_flash/include/esp_partition.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/spi_flash/include/esp_spi_flash.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/spi_flash/./cache_utils.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/param.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/syslimits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/endian.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/param.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/spi_flash.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/spi_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/cache.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_access.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_dport_access.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_access.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_ipc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/spi_flash/include/esp_spi_flash.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_clk.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include/esp_flash_partitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_flash_data_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/app_update/include/esp_ota_ops.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/spi_flash/include/esp_partition.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/spi_flash/include/esp_spi_flash.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/spi_flash/./cache_utils.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/spi_flash/./flash_ops.c: diff --git a/examples/mqtt_tcp/build/spi_flash/partition.d b/examples/mqtt_tcp/build/spi_flash/partition.d new file mode 100644 index 0000000..1c43157 --- /dev/null +++ b/examples/mqtt_tcp/build/spi_flash/partition.d @@ -0,0 +1,132 @@ +partition.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/spi_flash/./partition.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_flash_data_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/spi_flash/include/esp_spi_flash.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/spi_flash/include/esp_partition.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/spi_flash/include/esp_spi_flash.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include/esp_flash_encrypt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/efuse_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/queue.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_flash_data_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/spi_flash/include/esp_spi_flash.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/spi_flash/include/esp_partition.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/spi_flash/include/esp_spi_flash.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include/esp_flash_encrypt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/efuse_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/queue.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/spi_flash/./partition.c: diff --git a/examples/mqtt_tcp/build/spi_flash/spi_flash_rom_patch.d b/examples/mqtt_tcp/build/spi_flash/spi_flash_rom_patch.d new file mode 100644 index 0000000..89b2bf5 --- /dev/null +++ b/examples/mqtt_tcp/build/spi_flash/spi_flash_rom_patch.d @@ -0,0 +1,93 @@ +spi_flash_rom_patch.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/spi_flash/./spi_flash_rom_patch.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/spi_flash.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/spi_reg.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/spi_flash.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/spi_reg.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/spi_flash/./spi_flash_rom_patch.c: diff --git a/examples/mqtt_tcp/build/spiffs/component_project_vars.mk b/examples/mqtt_tcp/build/spiffs/component_project_vars.mk new file mode 100644 index 0000000..84ab10d --- /dev/null +++ b/examples/mqtt_tcp/build/spiffs/component_project_vars.mk @@ -0,0 +1,7 @@ +# Automatically generated build file. Do not edit. +COMPONENT_INCLUDES += $(IDF_PATH)/components/spiffs/include +COMPONENT_LDFLAGS += -L$(BUILD_DIR_BASE)/spiffs -lspiffs +COMPONENT_LINKER_DEPS += +COMPONENT_SUBMODULES += $(IDF_PATH)/components/spiffs/spiffs +COMPONENT_LIBRARIES += spiffs +component-spiffs-build: diff --git a/examples/mqtt_tcp/build/spiffs/esp_spiffs.d b/examples/mqtt_tcp/build/spiffs/esp_spiffs.d new file mode 100644 index 0000000..2043672 --- /dev/null +++ b/examples/mqtt_tcp/build/spiffs/esp_spiffs.d @@ -0,0 +1,324 @@ +esp_spiffs.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/spiffs/./esp_spiffs.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/spiffs/include/esp_spiffs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/spiffs/spiffs/src/spiffs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/spiffs/include/spiffs_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/spiffs/spiffs/src/spiffs_nucleus.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/spi_flash/include/esp_partition.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/spi_flash/include/esp_spi_flash.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/spi_flash/include/esp_spi_flash.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include/esp_image_format.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include/esp_flash_partitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_flash_data_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/dirent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/dirent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/esp_vfs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/spi_flash.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/spi_reg.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/spiffs/include/esp_spiffs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/spiffs/spiffs/src/spiffs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/spiffs/include/spiffs_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/spiffs/spiffs/src/spiffs_nucleus.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/spi_flash/include/esp_partition.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/spi_flash/include/esp_spi_flash.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/spi_flash/include/esp_spi_flash.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include/esp_image_format.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/bootloader_support/include/esp_flash_partitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_flash_data_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/dirent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/dirent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/esp_vfs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/spi_flash.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/spi_reg.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/spiffs/./esp_spiffs.c: diff --git a/examples/mqtt_tcp/build/spiffs/spiffs/src/spiffs_cache.d b/examples/mqtt_tcp/build/spiffs/spiffs/src/spiffs_cache.d new file mode 100644 index 0000000..f4325f2 --- /dev/null +++ b/examples/mqtt_tcp/build/spiffs/spiffs/src/spiffs_cache.d @@ -0,0 +1,117 @@ +spiffs/src/spiffs_cache.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/spiffs/spiffs/src/spiffs_cache.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/spiffs/spiffs/src/spiffs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/spiffs/include/spiffs_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/spiffs/spiffs/src/spiffs_nucleus.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/spiffs/spiffs/src/spiffs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/spiffs/include/spiffs_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/spiffs/spiffs/src/spiffs_nucleus.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/spiffs/spiffs/src/spiffs_cache.c: diff --git a/examples/mqtt_tcp/build/spiffs/spiffs/src/spiffs_check.d b/examples/mqtt_tcp/build/spiffs/spiffs/src/spiffs_check.d new file mode 100644 index 0000000..7d01eb2 --- /dev/null +++ b/examples/mqtt_tcp/build/spiffs/spiffs/src/spiffs_check.d @@ -0,0 +1,117 @@ +spiffs/src/spiffs_check.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/spiffs/spiffs/src/spiffs_check.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/spiffs/spiffs/src/spiffs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/spiffs/include/spiffs_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/spiffs/spiffs/src/spiffs_nucleus.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/spiffs/spiffs/src/spiffs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/spiffs/include/spiffs_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/spiffs/spiffs/src/spiffs_nucleus.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/spiffs/spiffs/src/spiffs_check.c: diff --git a/examples/mqtt_tcp/build/spiffs/spiffs/src/spiffs_gc.d b/examples/mqtt_tcp/build/spiffs/spiffs/src/spiffs_gc.d new file mode 100644 index 0000000..ba68c72 --- /dev/null +++ b/examples/mqtt_tcp/build/spiffs/spiffs/src/spiffs_gc.d @@ -0,0 +1,117 @@ +spiffs/src/spiffs_gc.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/spiffs/spiffs/src/spiffs_gc.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/spiffs/spiffs/src/spiffs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/spiffs/include/spiffs_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/spiffs/spiffs/src/spiffs_nucleus.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/spiffs/spiffs/src/spiffs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/spiffs/include/spiffs_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/spiffs/spiffs/src/spiffs_nucleus.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/spiffs/spiffs/src/spiffs_gc.c: diff --git a/examples/mqtt_tcp/build/spiffs/spiffs/src/spiffs_hydrogen.d b/examples/mqtt_tcp/build/spiffs/spiffs/src/spiffs_hydrogen.d new file mode 100644 index 0000000..4a388f6 --- /dev/null +++ b/examples/mqtt_tcp/build/spiffs/spiffs/src/spiffs_hydrogen.d @@ -0,0 +1,117 @@ +spiffs/src/spiffs_hydrogen.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/spiffs/spiffs/src/spiffs_hydrogen.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/spiffs/spiffs/src/spiffs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/spiffs/include/spiffs_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/spiffs/spiffs/src/spiffs_nucleus.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/spiffs/spiffs/src/spiffs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/spiffs/include/spiffs_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/spiffs/spiffs/src/spiffs_nucleus.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/spiffs/spiffs/src/spiffs_hydrogen.c: diff --git a/examples/mqtt_tcp/build/spiffs/spiffs/src/spiffs_nucleus.d b/examples/mqtt_tcp/build/spiffs/spiffs/src/spiffs_nucleus.d new file mode 100644 index 0000000..a9d9c57 --- /dev/null +++ b/examples/mqtt_tcp/build/spiffs/spiffs/src/spiffs_nucleus.d @@ -0,0 +1,117 @@ +spiffs/src/spiffs_nucleus.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/spiffs/spiffs/src/spiffs_nucleus.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/spiffs/spiffs/src/spiffs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/spiffs/include/spiffs_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/spiffs/spiffs/src/spiffs_nucleus.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/spiffs/spiffs/src/spiffs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/spiffs/include/spiffs_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/spiffs/spiffs/src/spiffs_nucleus.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/spiffs/spiffs/src/spiffs_nucleus.c: diff --git a/examples/mqtt_tcp/build/tcpip_adapter/component_project_vars.mk b/examples/mqtt_tcp/build/tcpip_adapter/component_project_vars.mk new file mode 100644 index 0000000..04012ae --- /dev/null +++ b/examples/mqtt_tcp/build/tcpip_adapter/component_project_vars.mk @@ -0,0 +1,7 @@ +# Automatically generated build file. Do not edit. +COMPONENT_INCLUDES += $(IDF_PATH)/components/tcpip_adapter/include +COMPONENT_LDFLAGS += -L$(BUILD_DIR_BASE)/tcpip_adapter -ltcpip_adapter +COMPONENT_LINKER_DEPS += +COMPONENT_SUBMODULES += +COMPONENT_LIBRARIES += tcpip_adapter +component-tcpip_adapter-build: diff --git a/examples/mqtt_tcp/build/tcpip_adapter/tcpip_adapter_lwip.d b/examples/mqtt_tcp/build/tcpip_adapter/tcpip_adapter_lwip.d new file mode 100644 index 0000000..94a17a7 --- /dev/null +++ b/examples/mqtt_tcp/build/tcpip_adapter/tcpip_adapter_lwip.d @@ -0,0 +1,432 @@ +tcpip_adapter_lwip.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/tcpip_adapter/./tcpip_adapter_lwip.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/tcpip_adapter/include/tcpip_adapter.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_wifi_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_interface.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/apps/dhcpserver.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/inet.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/tcpip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/timers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/netif.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/pbuf.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/stats.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/memp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_std.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_priv.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/dhcp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/udp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/nd6.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/tcpip_priv.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/dns.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/netif/wlanif.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_wifi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_wifi_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_wifi_crypto_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_event.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_wifi_internal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/netif/ethernetif.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/apps/dhcpserver_options.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_event.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/tcpip_adapter/include/tcpip_adapter.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_wifi_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_interface.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/def.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6_addr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/apps/dhcpserver.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/inet.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/tcpip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/timers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/netif.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/pbuf.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/stats.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/memp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_std.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/memp_priv.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/dhcp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/udp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip4.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/ip6.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/nd6.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/priv/tcpip_priv.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/dns.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/netif/wlanif.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_wifi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_wifi_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_wifi_crypto_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_event.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_wifi_internal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/netif/ethernetif.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/apps/dhcpserver_options.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_event.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/tcpip_adapter/./tcpip_adapter_lwip.c: diff --git a/examples/mqtt_tcp/build/ulp/component_project_vars.mk b/examples/mqtt_tcp/build/ulp/component_project_vars.mk new file mode 100644 index 0000000..70ea3b1 --- /dev/null +++ b/examples/mqtt_tcp/build/ulp/component_project_vars.mk @@ -0,0 +1,7 @@ +# Automatically generated build file. Do not edit. +COMPONENT_INCLUDES += $(IDF_PATH)/components/ulp/include +COMPONENT_LDFLAGS += -L$(BUILD_DIR_BASE)/ulp -lulp +COMPONENT_LINKER_DEPS += +COMPONENT_SUBMODULES += +COMPONENT_LIBRARIES += ulp +component-ulp-build: diff --git a/examples/mqtt_tcp/build/ulp/ulp.d b/examples/mqtt_tcp/build/ulp/ulp.d new file mode 100644 index 0000000..3d90d53 --- /dev/null +++ b/examples/mqtt_tcp/build/ulp/ulp.d @@ -0,0 +1,125 @@ +ulp.o: /Volumes/tools/esp32/sdk/esp-idf-github/components/ulp/./ulp.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_clk.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/ulp/include/esp32/ulp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_cntl_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/sens_reg.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_clk.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/ulp/include/esp32/ulp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_cntl_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/sens_reg.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/ulp/./ulp.c: diff --git a/examples/mqtt_tcp/build/ulp/ulp_macro.d b/examples/mqtt_tcp/build/ulp/ulp_macro.d new file mode 100644 index 0000000..e936f95 --- /dev/null +++ b/examples/mqtt_tcp/build/ulp/ulp_macro.d @@ -0,0 +1,120 @@ +ulp_macro.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/ulp/./ulp_macro.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/ulp/include/esp32/ulp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_cntl_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/sens_reg.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/ulp/include/esp32/ulp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_cntl_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/sens_reg.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/ulp/./ulp_macro.c: diff --git a/examples/mqtt_tcp/build/vfs/component_project_vars.mk b/examples/mqtt_tcp/build/vfs/component_project_vars.mk new file mode 100644 index 0000000..19c9249 --- /dev/null +++ b/examples/mqtt_tcp/build/vfs/component_project_vars.mk @@ -0,0 +1,7 @@ +# Automatically generated build file. Do not edit. +COMPONENT_INCLUDES += $(IDF_PATH)/components/vfs/include +COMPONENT_LDFLAGS += -L$(BUILD_DIR_BASE)/vfs -lvfs +COMPONENT_LINKER_DEPS += +COMPONENT_SUBMODULES += +COMPONENT_LIBRARIES += vfs +component-vfs-build: diff --git a/examples/mqtt_tcp/build/vfs/vfs.d b/examples/mqtt_tcp/build/vfs/vfs.d new file mode 100644 index 0000000..d2ca70b --- /dev/null +++ b/examples/mqtt_tcp/build/vfs/vfs.d @@ -0,0 +1,137 @@ +vfs.o: /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/./vfs.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/dirent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/dirent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/esp_vfs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/dirent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/dirent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/esp_vfs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/./vfs.c: diff --git a/examples/mqtt_tcp/build/vfs/vfs_uart.d b/examples/mqtt_tcp/build/vfs/vfs_uart.d new file mode 100644 index 0000000..cfa245f --- /dev/null +++ b/examples/mqtt_tcp/build/vfs/vfs_uart.d @@ -0,0 +1,312 @@ +vfs_uart.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/./vfs_uart.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/esp_vfs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/dirent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/dirent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/esp_vfs_dev.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/esp_vfs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/uart_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/uart.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/uart_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/periph_ctrl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_access.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_dport_access.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/ringbuf.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/uart_channel.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/esp_vfs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/dirent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/dirent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/esp_vfs_dev.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/esp_vfs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/uart_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/uart.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/uart_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/periph_ctrl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_access.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_dport_access.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/ringbuf.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/uart_channel.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/./vfs_uart.c: diff --git a/examples/mqtt_tcp/build/wear_levelling/Partition.d b/examples/mqtt_tcp/build/wear_levelling/Partition.d new file mode 100644 index 0000000..0424b39 --- /dev/null +++ b/examples/mqtt_tcp/build/wear_levelling/Partition.d @@ -0,0 +1,111 @@ +Partition.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wear_levelling/./Partition.cpp \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wear_levelling/private_include/Partition.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wear_levelling/private_include/Flash_Access.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/spi_flash/include/esp_partition.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/spi_flash/include/esp_spi_flash.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wear_levelling/private_include/Partition.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wear_levelling/private_include/Flash_Access.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/spi_flash/include/esp_partition.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/spi_flash/include/esp_spi_flash.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/wear_levelling/./Partition.cpp: diff --git a/examples/mqtt_tcp/build/wear_levelling/SPI_Flash.d b/examples/mqtt_tcp/build/wear_levelling/SPI_Flash.d new file mode 100644 index 0000000..c9384c7 --- /dev/null +++ b/examples/mqtt_tcp/build/wear_levelling/SPI_Flash.d @@ -0,0 +1,108 @@ +SPI_Flash.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wear_levelling/./SPI_Flash.cpp \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wear_levelling/private_include/SPI_Flash.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wear_levelling/private_include/Flash_Access.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/spi_flash/include/esp_spi_flash.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wear_levelling/private_include/SPI_Flash.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wear_levelling/private_include/Flash_Access.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/spi_flash/include/esp_spi_flash.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/wear_levelling/./SPI_Flash.cpp: diff --git a/examples/mqtt_tcp/build/wear_levelling/WL_Ext_Perf.d b/examples/mqtt_tcp/build/wear_levelling/WL_Ext_Perf.d new file mode 100644 index 0000000..b9c8474 --- /dev/null +++ b/examples/mqtt_tcp/build/wear_levelling/WL_Ext_Perf.d @@ -0,0 +1,117 @@ +WL_Ext_Perf.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wear_levelling/./WL_Ext_Perf.cpp \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wear_levelling/private_include/WL_Ext_Perf.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wear_levelling/private_include/WL_Flash.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wear_levelling/private_include/Flash_Access.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wear_levelling/private_include/WL_Config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wear_levelling/private_include/WL_State.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wear_levelling/private_include/WL_Ext_Cfg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wear_levelling/private_include/WL_Ext_Perf.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wear_levelling/private_include/WL_Flash.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wear_levelling/private_include/Flash_Access.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wear_levelling/private_include/WL_Config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wear_levelling/private_include/WL_State.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wear_levelling/private_include/WL_Ext_Cfg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/wear_levelling/./WL_Ext_Perf.cpp: diff --git a/examples/mqtt_tcp/build/wear_levelling/WL_Ext_Safe.d b/examples/mqtt_tcp/build/wear_levelling/WL_Ext_Safe.d new file mode 100644 index 0000000..7dcafa3 --- /dev/null +++ b/examples/mqtt_tcp/build/wear_levelling/WL_Ext_Safe.d @@ -0,0 +1,120 @@ +WL_Ext_Safe.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wear_levelling/./WL_Ext_Safe.cpp \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wear_levelling/private_include/WL_Ext_Safe.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wear_levelling/private_include/WL_Flash.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wear_levelling/private_include/Flash_Access.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wear_levelling/private_include/WL_Config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wear_levelling/private_include/WL_State.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wear_levelling/private_include/WL_Ext_Cfg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wear_levelling/private_include/WL_Ext_Perf.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wear_levelling/private_include/WL_Ext_Safe.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wear_levelling/private_include/WL_Flash.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wear_levelling/private_include/Flash_Access.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wear_levelling/private_include/WL_Config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wear_levelling/private_include/WL_State.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wear_levelling/private_include/WL_Ext_Cfg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wear_levelling/private_include/WL_Ext_Perf.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/wear_levelling/./WL_Ext_Safe.cpp: diff --git a/examples/mqtt_tcp/build/wear_levelling/WL_Flash.d b/examples/mqtt_tcp/build/wear_levelling/WL_Flash.d new file mode 100644 index 0000000..7089082 --- /dev/null +++ b/examples/mqtt_tcp/build/wear_levelling/WL_Flash.d @@ -0,0 +1,120 @@ +WL_Flash.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wear_levelling/./WL_Flash.cpp \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wear_levelling/private_include/WL_Flash.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wear_levelling/private_include/Flash_Access.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wear_levelling/private_include/WL_Config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wear_levelling/private_include/WL_State.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wear_levelling/./crc32.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wear_levelling/private_include/WL_Flash.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wear_levelling/private_include/Flash_Access.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wear_levelling/private_include/WL_Config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wear_levelling/private_include/WL_State.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wear_levelling/./crc32.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/wear_levelling/./WL_Flash.cpp: diff --git a/examples/mqtt_tcp/build/wear_levelling/component_project_vars.mk b/examples/mqtt_tcp/build/wear_levelling/component_project_vars.mk new file mode 100644 index 0000000..f995f86 --- /dev/null +++ b/examples/mqtt_tcp/build/wear_levelling/component_project_vars.mk @@ -0,0 +1,7 @@ +# Automatically generated build file. Do not edit. +COMPONENT_INCLUDES += $(IDF_PATH)/components/wear_levelling/include +COMPONENT_LDFLAGS += -L$(BUILD_DIR_BASE)/wear_levelling -lwear_levelling +COMPONENT_LINKER_DEPS += +COMPONENT_SUBMODULES += +COMPONENT_LIBRARIES += wear_levelling +component-wear_levelling-build: diff --git a/examples/mqtt_tcp/build/wear_levelling/crc32.d b/examples/mqtt_tcp/build/wear_levelling/crc32.d new file mode 100644 index 0000000..bb3d3e7 --- /dev/null +++ b/examples/mqtt_tcp/build/wear_levelling/crc32.d @@ -0,0 +1,21 @@ +crc32.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wear_levelling/./crc32.cpp \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wear_levelling/./crc32.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/crc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wear_levelling/./crc32.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/crc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/wear_levelling/./crc32.cpp: diff --git a/examples/mqtt_tcp/build/wear_levelling/wear_levelling.d b/examples/mqtt_tcp/build/wear_levelling/wear_levelling.d new file mode 100644 index 0000000..ac6c996 --- /dev/null +++ b/examples/mqtt_tcp/build/wear_levelling/wear_levelling.d @@ -0,0 +1,147 @@ +wear_levelling.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wear_levelling/./wear_levelling.cpp \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wear_levelling/include/wear_levelling.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/spi_flash/include/esp_partition.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/spi_flash/include/esp_spi_flash.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wear_levelling/private_include/WL_Config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wear_levelling/private_include/Flash_Access.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wear_levelling/private_include/WL_Ext_Cfg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wear_levelling/private_include/WL_Config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wear_levelling/private_include/WL_Flash.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wear_levelling/private_include/WL_State.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wear_levelling/private_include/WL_Ext_Perf.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wear_levelling/private_include/WL_Flash.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wear_levelling/private_include/WL_Ext_Cfg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wear_levelling/private_include/WL_Ext_Safe.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wear_levelling/private_include/WL_Ext_Perf.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wear_levelling/private_include/SPI_Flash.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wear_levelling/private_include/Partition.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wear_levelling/include/wear_levelling.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/spi_flash/include/esp_partition.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/spi_flash/include/esp_spi_flash.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wear_levelling/private_include/WL_Config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wear_levelling/private_include/Flash_Access.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wear_levelling/private_include/WL_Ext_Cfg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wear_levelling/private_include/WL_Config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wear_levelling/private_include/WL_Flash.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wear_levelling/private_include/WL_State.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wear_levelling/private_include/WL_Ext_Perf.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wear_levelling/private_include/WL_Flash.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wear_levelling/private_include/WL_Ext_Cfg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wear_levelling/private_include/WL_Ext_Safe.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wear_levelling/private_include/WL_Ext_Perf.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wear_levelling/private_include/SPI_Flash.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wear_levelling/private_include/Partition.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/wear_levelling/./wear_levelling.cpp: diff --git a/examples/mqtt_tcp/build/wpa_supplicant/component_project_vars.mk b/examples/mqtt_tcp/build/wpa_supplicant/component_project_vars.mk new file mode 100644 index 0000000..70733a6 --- /dev/null +++ b/examples/mqtt_tcp/build/wpa_supplicant/component_project_vars.mk @@ -0,0 +1,7 @@ +# Automatically generated build file. Do not edit. +COMPONENT_INCLUDES += $(IDF_PATH)/components/wpa_supplicant/include $(IDF_PATH)/components/wpa_supplicant/port/include $(IDF_PATH)/components/wpa_supplicant/../esp32/include +COMPONENT_LDFLAGS += -L$(BUILD_DIR_BASE)/wpa_supplicant -lwpa_supplicant +COMPONENT_LINKER_DEPS += +COMPONENT_SUBMODULES += +COMPONENT_LIBRARIES += wpa_supplicant +component-wpa_supplicant-build: diff --git a/examples/mqtt_tcp/build/wpa_supplicant/port/os_xtensa.d b/examples/mqtt_tcp/build/wpa_supplicant/port/os_xtensa.d new file mode 100644 index 0000000..5123c78 --- /dev/null +++ b/examples/mqtt_tcp/build/wpa_supplicant/port/os_xtensa.d @@ -0,0 +1,321 @@ +port/os_xtensa.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/port/os_xtensa.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/common.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/port/include/os.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/endian.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/common.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/port/include/os.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/endian.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/port/os_xtensa.c: diff --git a/examples/mqtt_tcp/build/wpa_supplicant/src/crypto/aes-cbc.d b/examples/mqtt_tcp/build/wpa_supplicant/src/crypto/aes-cbc.d new file mode 100644 index 0000000..d9d7c3b --- /dev/null +++ b/examples/mqtt_tcp/build/wpa_supplicant/src/crypto/aes-cbc.d @@ -0,0 +1,330 @@ +src/crypto/aes-cbc.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/src/crypto/aes-cbc.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/includes.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/common.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/port/include/os.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/endian.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/aes.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/aes_wrap.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/includes.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/common.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/port/include/os.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/endian.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/aes.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/aes_wrap.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/src/crypto/aes-cbc.c: diff --git a/examples/mqtt_tcp/build/wpa_supplicant/src/crypto/aes-internal-dec.d b/examples/mqtt_tcp/build/wpa_supplicant/src/crypto/aes-internal-dec.d new file mode 100644 index 0000000..af30c2e --- /dev/null +++ b/examples/mqtt_tcp/build/wpa_supplicant/src/crypto/aes-internal-dec.d @@ -0,0 +1,333 @@ +src/crypto/aes-internal-dec.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/src/crypto/aes-internal-dec.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/includes.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/common.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/port/include/os.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/endian.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/crypto.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/aes_i.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/aes.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/includes.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/common.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/port/include/os.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/endian.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/crypto.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/aes_i.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/aes.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/src/crypto/aes-internal-dec.c: diff --git a/examples/mqtt_tcp/build/wpa_supplicant/src/crypto/aes-internal-enc.d b/examples/mqtt_tcp/build/wpa_supplicant/src/crypto/aes-internal-enc.d new file mode 100644 index 0000000..7251805 --- /dev/null +++ b/examples/mqtt_tcp/build/wpa_supplicant/src/crypto/aes-internal-enc.d @@ -0,0 +1,333 @@ +src/crypto/aes-internal-enc.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/src/crypto/aes-internal-enc.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/includes.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/common.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/port/include/os.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/endian.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/crypto.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/aes_i.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/aes.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/includes.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/common.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/port/include/os.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/endian.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/crypto.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/aes_i.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/aes.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/src/crypto/aes-internal-enc.c: diff --git a/examples/mqtt_tcp/build/wpa_supplicant/src/crypto/aes-internal.d b/examples/mqtt_tcp/build/wpa_supplicant/src/crypto/aes-internal.d new file mode 100644 index 0000000..ddbc4f4 --- /dev/null +++ b/examples/mqtt_tcp/build/wpa_supplicant/src/crypto/aes-internal.d @@ -0,0 +1,333 @@ +src/crypto/aes-internal.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/src/crypto/aes-internal.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/includes.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/common.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/port/include/os.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/endian.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/crypto.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/aes_i.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/aes.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/includes.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/common.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/port/include/os.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/endian.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/crypto.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/aes_i.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/aes.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/src/crypto/aes-internal.c: diff --git a/examples/mqtt_tcp/build/wpa_supplicant/src/crypto/aes-unwrap.d b/examples/mqtt_tcp/build/wpa_supplicant/src/crypto/aes-unwrap.d new file mode 100644 index 0000000..646ebdd --- /dev/null +++ b/examples/mqtt_tcp/build/wpa_supplicant/src/crypto/aes-unwrap.d @@ -0,0 +1,330 @@ +src/crypto/aes-unwrap.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/src/crypto/aes-unwrap.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/includes.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/common.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/port/include/os.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/endian.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/aes.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/aes_wrap.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/includes.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/common.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/port/include/os.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/endian.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/aes.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/aes_wrap.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/src/crypto/aes-unwrap.c: diff --git a/examples/mqtt_tcp/build/wpa_supplicant/src/crypto/aes-wrap.d b/examples/mqtt_tcp/build/wpa_supplicant/src/crypto/aes-wrap.d new file mode 100644 index 0000000..2844cb0 --- /dev/null +++ b/examples/mqtt_tcp/build/wpa_supplicant/src/crypto/aes-wrap.d @@ -0,0 +1,330 @@ +src/crypto/aes-wrap.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/src/crypto/aes-wrap.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/includes.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/common.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/port/include/os.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/endian.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/aes.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/aes_wrap.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/includes.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/common.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/port/include/os.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/endian.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/aes.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/aes_wrap.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/src/crypto/aes-wrap.c: diff --git a/examples/mqtt_tcp/build/wpa_supplicant/src/crypto/bignum.d b/examples/mqtt_tcp/build/wpa_supplicant/src/crypto/bignum.d new file mode 100644 index 0000000..3946734 --- /dev/null +++ b/examples/mqtt_tcp/build/wpa_supplicant/src/crypto/bignum.d @@ -0,0 +1,336 @@ +src/crypto/bignum.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/src/crypto/bignum.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/includes.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/common.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/port/include/os.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/endian.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/wpa/wpabuf.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/wpa/wpa_debug.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/src/crypto/bignum.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/src/crypto/libtommath.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/includes.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/common.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/port/include/os.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/endian.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/wpa/wpabuf.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/wpa/wpa_debug.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/src/crypto/bignum.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/src/crypto/libtommath.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/src/crypto/bignum.c: diff --git a/examples/mqtt_tcp/build/wpa_supplicant/src/crypto/crypto_internal-cipher.d b/examples/mqtt_tcp/build/wpa_supplicant/src/crypto/crypto_internal-cipher.d new file mode 100644 index 0000000..790be43 --- /dev/null +++ b/examples/mqtt_tcp/build/wpa_supplicant/src/crypto/crypto_internal-cipher.d @@ -0,0 +1,327 @@ +src/crypto/crypto_internal-cipher.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/src/crypto/crypto_internal-cipher.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/common.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/port/include/os.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/endian.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/crypto.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/aes.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/common.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/port/include/os.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/endian.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/crypto.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/aes.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/src/crypto/crypto_internal-cipher.c: diff --git a/examples/mqtt_tcp/build/wpa_supplicant/src/crypto/crypto_internal-modexp.d b/examples/mqtt_tcp/build/wpa_supplicant/src/crypto/crypto_internal-modexp.d new file mode 100644 index 0000000..b430e8e --- /dev/null +++ b/examples/mqtt_tcp/build/wpa_supplicant/src/crypto/crypto_internal-modexp.d @@ -0,0 +1,330 @@ +src/crypto/crypto_internal-modexp.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/src/crypto/crypto_internal-modexp.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/includes.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/common.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/port/include/os.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/endian.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/src/crypto/bignum.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/crypto.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/includes.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/common.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/port/include/os.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/endian.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/src/crypto/bignum.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/crypto.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/src/crypto/crypto_internal-modexp.c: diff --git a/examples/mqtt_tcp/build/wpa_supplicant/src/crypto/crypto_internal-rsa.d b/examples/mqtt_tcp/build/wpa_supplicant/src/crypto/crypto_internal-rsa.d new file mode 100644 index 0000000..d340810 --- /dev/null +++ b/examples/mqtt_tcp/build/wpa_supplicant/src/crypto/crypto_internal-rsa.d @@ -0,0 +1,342 @@ +src/crypto/crypto_internal-rsa.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/src/crypto/crypto_internal-rsa.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/common.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/port/include/os.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/endian.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/crypto.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/wpa/includes.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/wpa/common.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/wpa/wpa_debug.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/wpa2/tls/rsa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/wpa2/tls/pkcs1.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/wpa2/tls/pkcs8.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/common.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/port/include/os.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/endian.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/crypto.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/wpa/includes.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/wpa/common.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/wpa/wpa_debug.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/wpa2/tls/rsa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/wpa2/tls/pkcs1.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/wpa2/tls/pkcs8.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/src/crypto/crypto_internal-rsa.c: diff --git a/examples/mqtt_tcp/build/wpa_supplicant/src/crypto/crypto_internal.d b/examples/mqtt_tcp/build/wpa_supplicant/src/crypto/crypto_internal.d new file mode 100644 index 0000000..e36a438 --- /dev/null +++ b/examples/mqtt_tcp/build/wpa_supplicant/src/crypto/crypto_internal.d @@ -0,0 +1,333 @@ +src/crypto/crypto_internal.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/src/crypto/crypto_internal.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/includes.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/common.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/port/include/os.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/endian.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/crypto.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/sha1_i.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/md5_i.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/includes.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/common.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/port/include/os.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/endian.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/crypto.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/sha1_i.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/md5_i.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/src/crypto/crypto_internal.c: diff --git a/examples/mqtt_tcp/build/wpa_supplicant/src/crypto/des-internal.d b/examples/mqtt_tcp/build/wpa_supplicant/src/crypto/des-internal.d new file mode 100644 index 0000000..56094af --- /dev/null +++ b/examples/mqtt_tcp/build/wpa_supplicant/src/crypto/des-internal.d @@ -0,0 +1,342 @@ +src/crypto/des-internal.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/src/crypto/des-internal.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/wpa/includes.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/wpa/common.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/port/include/os.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/endian.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/port/include/endian.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/port/include/byteswap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/port/include/byteswap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/wpa/wpabuf.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/wpa/wpa_debug.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/crypto.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/wpa/includes.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/wpa/common.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/port/include/os.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/endian.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/port/include/endian.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/port/include/byteswap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/port/include/byteswap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/wpa/wpabuf.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/wpa/wpa_debug.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/crypto.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/src/crypto/des-internal.c: diff --git a/examples/mqtt_tcp/build/wpa_supplicant/src/crypto/dh_group5.d b/examples/mqtt_tcp/build/wpa_supplicant/src/crypto/dh_group5.d new file mode 100644 index 0000000..dceba19 --- /dev/null +++ b/examples/mqtt_tcp/build/wpa_supplicant/src/crypto/dh_group5.d @@ -0,0 +1,330 @@ +src/crypto/dh_group5.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/src/crypto/dh_group5.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/includes.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/common.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/port/include/os.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/endian.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/dh_groups.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/dh_group5.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/includes.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/common.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/port/include/os.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/endian.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/dh_groups.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/dh_group5.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/src/crypto/dh_group5.c: diff --git a/examples/mqtt_tcp/build/wpa_supplicant/src/crypto/dh_groups.d b/examples/mqtt_tcp/build/wpa_supplicant/src/crypto/dh_groups.d new file mode 100644 index 0000000..6928d2f --- /dev/null +++ b/examples/mqtt_tcp/build/wpa_supplicant/src/crypto/dh_groups.d @@ -0,0 +1,342 @@ +src/crypto/dh_groups.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/src/crypto/dh_groups.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/includes.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/common.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/port/include/os.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/endian.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/crypto.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/random.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/dh_groups.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/wpa/wpabuf.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/wpa/wpa_debug.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_wifi_crypto_types.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/includes.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/common.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/port/include/os.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/endian.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/crypto.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/random.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/dh_groups.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/wpa/wpabuf.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/wpa/wpa_debug.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_wifi_crypto_types.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/src/crypto/dh_groups.c: diff --git a/examples/mqtt_tcp/build/wpa_supplicant/src/crypto/md4-internal.d b/examples/mqtt_tcp/build/wpa_supplicant/src/crypto/md4-internal.d new file mode 100644 index 0000000..ffaffaf --- /dev/null +++ b/examples/mqtt_tcp/build/wpa_supplicant/src/crypto/md4-internal.d @@ -0,0 +1,327 @@ +src/crypto/md4-internal.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/src/crypto/md4-internal.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/includes.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/common.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/port/include/os.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/endian.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/crypto.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/includes.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/common.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/port/include/os.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/endian.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/crypto.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/src/crypto/md4-internal.c: diff --git a/examples/mqtt_tcp/build/wpa_supplicant/src/crypto/md5-internal.d b/examples/mqtt_tcp/build/wpa_supplicant/src/crypto/md5-internal.d new file mode 100644 index 0000000..332ea25 --- /dev/null +++ b/examples/mqtt_tcp/build/wpa_supplicant/src/crypto/md5-internal.d @@ -0,0 +1,333 @@ +src/crypto/md5-internal.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/src/crypto/md5-internal.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/includes.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/common.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/port/include/os.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/endian.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/md5.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/md5_i.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/crypto.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/includes.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/common.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/port/include/os.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/endian.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/md5.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/md5_i.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/crypto.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/src/crypto/md5-internal.c: diff --git a/examples/mqtt_tcp/build/wpa_supplicant/src/crypto/md5.d b/examples/mqtt_tcp/build/wpa_supplicant/src/crypto/md5.d new file mode 100644 index 0000000..00c0680 --- /dev/null +++ b/examples/mqtt_tcp/build/wpa_supplicant/src/crypto/md5.d @@ -0,0 +1,330 @@ +src/crypto/md5.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/src/crypto/md5.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/includes.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/common.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/port/include/os.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/endian.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/md5.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/crypto.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/includes.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/common.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/port/include/os.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/endian.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/md5.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/crypto.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/src/crypto/md5.c: diff --git a/examples/mqtt_tcp/build/wpa_supplicant/src/crypto/ms_funcs.d b/examples/mqtt_tcp/build/wpa_supplicant/src/crypto/ms_funcs.d new file mode 100644 index 0000000..0ebe16c --- /dev/null +++ b/examples/mqtt_tcp/build/wpa_supplicant/src/crypto/ms_funcs.d @@ -0,0 +1,348 @@ +src/crypto/ms_funcs.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/src/crypto/ms_funcs.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/wpa/includes.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/wpa/common.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/port/include/os.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/endian.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/port/include/endian.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/port/include/byteswap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/port/include/byteswap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/wpa/wpabuf.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/wpa/wpa_debug.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/sha1.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/ms_funcs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/crypto.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/wpa/includes.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/wpa/common.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/port/include/os.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/endian.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/port/include/endian.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/port/include/byteswap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/port/include/byteswap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/wpa/wpabuf.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/wpa/wpa_debug.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/sha1.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/ms_funcs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/crypto.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/src/crypto/ms_funcs.c: diff --git a/examples/mqtt_tcp/build/wpa_supplicant/src/crypto/rc4.d b/examples/mqtt_tcp/build/wpa_supplicant/src/crypto/rc4.d new file mode 100644 index 0000000..9cd6eaa --- /dev/null +++ b/examples/mqtt_tcp/build/wpa_supplicant/src/crypto/rc4.d @@ -0,0 +1,327 @@ +src/crypto/rc4.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/src/crypto/rc4.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/includes.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/common.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/port/include/os.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/endian.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/crypto.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/includes.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/common.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/port/include/os.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/endian.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/crypto.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/src/crypto/rc4.c: diff --git a/examples/mqtt_tcp/build/wpa_supplicant/src/crypto/sha1-internal.d b/examples/mqtt_tcp/build/wpa_supplicant/src/crypto/sha1-internal.d new file mode 100644 index 0000000..ae82b66 --- /dev/null +++ b/examples/mqtt_tcp/build/wpa_supplicant/src/crypto/sha1-internal.d @@ -0,0 +1,336 @@ +src/crypto/sha1-internal.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/src/crypto/sha1-internal.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/includes.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/common.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/port/include/os.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/endian.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/sha1.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/sha1_i.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/md5.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/crypto.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/includes.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/common.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/port/include/os.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/endian.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/sha1.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/sha1_i.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/md5.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/crypto.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/src/crypto/sha1-internal.c: diff --git a/examples/mqtt_tcp/build/wpa_supplicant/src/crypto/sha1-pbkdf2.d b/examples/mqtt_tcp/build/wpa_supplicant/src/crypto/sha1-pbkdf2.d new file mode 100644 index 0000000..1de6d48 --- /dev/null +++ b/examples/mqtt_tcp/build/wpa_supplicant/src/crypto/sha1-pbkdf2.d @@ -0,0 +1,333 @@ +src/crypto/sha1-pbkdf2.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/src/crypto/sha1-pbkdf2.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/includes.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/common.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/port/include/os.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/endian.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/sha1.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/md5.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/crypto.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/includes.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/common.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/port/include/os.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/endian.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/sha1.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/md5.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/crypto.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/src/crypto/sha1-pbkdf2.c: diff --git a/examples/mqtt_tcp/build/wpa_supplicant/src/crypto/sha1.d b/examples/mqtt_tcp/build/wpa_supplicant/src/crypto/sha1.d new file mode 100644 index 0000000..434eebf --- /dev/null +++ b/examples/mqtt_tcp/build/wpa_supplicant/src/crypto/sha1.d @@ -0,0 +1,330 @@ +src/crypto/sha1.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/src/crypto/sha1.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/includes.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/common.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/port/include/os.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/endian.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/sha1.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/crypto.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/includes.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/common.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/port/include/os.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/endian.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/sha1.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/crypto.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/src/crypto/sha1.c: diff --git a/examples/mqtt_tcp/build/wpa_supplicant/src/crypto/sha256-internal.d b/examples/mqtt_tcp/build/wpa_supplicant/src/crypto/sha256-internal.d new file mode 100644 index 0000000..ee0f5e6 --- /dev/null +++ b/examples/mqtt_tcp/build/wpa_supplicant/src/crypto/sha256-internal.d @@ -0,0 +1,330 @@ +src/crypto/sha256-internal.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/src/crypto/sha256-internal.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/includes.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/common.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/port/include/os.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/endian.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/sha256.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/crypto.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/includes.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/common.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/port/include/os.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/endian.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/sha256.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/crypto.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/src/crypto/sha256-internal.c: diff --git a/examples/mqtt_tcp/build/wpa_supplicant/src/crypto/sha256.d b/examples/mqtt_tcp/build/wpa_supplicant/src/crypto/sha256.d new file mode 100644 index 0000000..afa87d2 --- /dev/null +++ b/examples/mqtt_tcp/build/wpa_supplicant/src/crypto/sha256.d @@ -0,0 +1,330 @@ +src/crypto/sha256.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/src/crypto/sha256.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/includes.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/common.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/port/include/os.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/endian.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/sha256.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/crypto.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/includes.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/common.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/port/include/os.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/endian.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/sha256.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/crypto.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/src/crypto/sha256.c: diff --git a/examples/mqtt_tcp/build/wpa_supplicant/src/fast_crypto/fast_aes-cbc.d b/examples/mqtt_tcp/build/wpa_supplicant/src/fast_crypto/fast_aes-cbc.d new file mode 100644 index 0000000..7564ee8 --- /dev/null +++ b/examples/mqtt_tcp/build/wpa_supplicant/src/fast_crypto/fast_aes-cbc.d @@ -0,0 +1,348 @@ +src/fast_crypto/fast_aes-cbc.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/src/fast_crypto/fast_aes-cbc.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/includes.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/common.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/port/include/os.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/endian.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/aes.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/aes_wrap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/aes.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/aes_alt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/hwcrypto/aes.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/aes.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/includes.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/common.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/port/include/os.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/endian.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/aes.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/aes_wrap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/aes.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/aes_alt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/hwcrypto/aes.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/aes.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/src/fast_crypto/fast_aes-cbc.c: diff --git a/examples/mqtt_tcp/build/wpa_supplicant/src/fast_crypto/fast_aes-unwrap.d b/examples/mqtt_tcp/build/wpa_supplicant/src/fast_crypto/fast_aes-unwrap.d new file mode 100644 index 0000000..561aac1 --- /dev/null +++ b/examples/mqtt_tcp/build/wpa_supplicant/src/fast_crypto/fast_aes-unwrap.d @@ -0,0 +1,342 @@ +src/fast_crypto/fast_aes-unwrap.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/src/fast_crypto/fast_aes-unwrap.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/includes.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/common.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/port/include/os.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/endian.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/aes.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/aes_alt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/hwcrypto/aes.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/aes.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/includes.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/common.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/port/include/os.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/endian.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/aes.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/aes_alt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/hwcrypto/aes.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/aes.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/src/fast_crypto/fast_aes-unwrap.c: diff --git a/examples/mqtt_tcp/build/wpa_supplicant/src/fast_crypto/fast_aes-wrap.d b/examples/mqtt_tcp/build/wpa_supplicant/src/fast_crypto/fast_aes-wrap.d new file mode 100644 index 0000000..62dd4ee --- /dev/null +++ b/examples/mqtt_tcp/build/wpa_supplicant/src/fast_crypto/fast_aes-wrap.d @@ -0,0 +1,348 @@ +src/fast_crypto/fast_aes-wrap.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/src/fast_crypto/fast_aes-wrap.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/includes.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/common.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/port/include/os.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/endian.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/aes.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/aes_wrap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/aes.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/aes_alt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/hwcrypto/aes.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/aes.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/includes.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/common.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/port/include/os.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/endian.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/aes.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/aes_wrap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/aes.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/aes_alt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/hwcrypto/aes.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/aes.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/src/fast_crypto/fast_aes-wrap.c: diff --git a/examples/mqtt_tcp/build/wpa_supplicant/src/fast_crypto/fast_crypto_internal-cipher.d b/examples/mqtt_tcp/build/wpa_supplicant/src/fast_crypto/fast_crypto_internal-cipher.d new file mode 100644 index 0000000..15b08a2 --- /dev/null +++ b/examples/mqtt_tcp/build/wpa_supplicant/src/fast_crypto/fast_crypto_internal-cipher.d @@ -0,0 +1,345 @@ +src/fast_crypto/fast_crypto_internal-cipher.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/src/fast_crypto/fast_crypto_internal-cipher.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/common.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/port/include/os.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/endian.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/crypto.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/aes.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/aes.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/aes_alt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/hwcrypto/aes.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/aes.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/common.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/port/include/os.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/endian.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/crypto.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/aes.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/aes.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/aes_alt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/hwcrypto/aes.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/aes.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/src/fast_crypto/fast_crypto_internal-cipher.c: diff --git a/examples/mqtt_tcp/build/wpa_supplicant/src/fast_crypto/fast_crypto_internal-modexp.d b/examples/mqtt_tcp/build/wpa_supplicant/src/fast_crypto/fast_crypto_internal-modexp.d new file mode 100644 index 0000000..8bc6b4d --- /dev/null +++ b/examples/mqtt_tcp/build/wpa_supplicant/src/fast_crypto/fast_crypto_internal-modexp.d @@ -0,0 +1,339 @@ +src/fast_crypto/fast_crypto_internal-modexp.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/src/fast_crypto/fast_crypto_internal-modexp.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/includes.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/common.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/port/include/os.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/endian.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/crypto.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/bignum.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/bignum.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/includes.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/common.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/port/include/os.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/endian.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/crypto.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/bignum.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/bignum.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/src/fast_crypto/fast_crypto_internal-modexp.c: diff --git a/examples/mqtt_tcp/build/wpa_supplicant/src/fast_crypto/fast_crypto_internal.d b/examples/mqtt_tcp/build/wpa_supplicant/src/fast_crypto/fast_crypto_internal.d new file mode 100644 index 0000000..7998ef4 --- /dev/null +++ b/examples/mqtt_tcp/build/wpa_supplicant/src/fast_crypto/fast_crypto_internal.d @@ -0,0 +1,342 @@ +src/fast_crypto/fast_crypto_internal.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/src/fast_crypto/fast_crypto_internal.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/includes.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/common.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/port/include/os.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/endian.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/crypto.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/sha1_i.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/md5_i.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/sha256.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/includes.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/common.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/port/include/os.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/endian.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/crypto.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/sha1_i.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/md5_i.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/sha256.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/src/fast_crypto/fast_crypto_internal.c: diff --git a/examples/mqtt_tcp/build/wpa_supplicant/src/fast_crypto/fast_sha256-internal.d b/examples/mqtt_tcp/build/wpa_supplicant/src/fast_crypto/fast_sha256-internal.d new file mode 100644 index 0000000..04de3b9 --- /dev/null +++ b/examples/mqtt_tcp/build/wpa_supplicant/src/fast_crypto/fast_sha256-internal.d @@ -0,0 +1,333 @@ +src/fast_crypto/fast_sha256-internal.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/src/fast_crypto/fast_sha256-internal.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/includes.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/common.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/port/include/os.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/endian.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/sha256.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/includes.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/common.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/port/include/os.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/endian.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/sha256.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/port/include/mbedtls/esp_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/mbedtls/include/mbedtls/check_config.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/src/fast_crypto/fast_sha256-internal.c: diff --git a/examples/mqtt_tcp/build/wpa_supplicant/src/fast_crypto/fast_sha256.d b/examples/mqtt_tcp/build/wpa_supplicant/src/fast_crypto/fast_sha256.d new file mode 100644 index 0000000..906ea5a --- /dev/null +++ b/examples/mqtt_tcp/build/wpa_supplicant/src/fast_crypto/fast_sha256.d @@ -0,0 +1,330 @@ +src/fast_crypto/fast_sha256.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/src/fast_crypto/fast_sha256.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/includes.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/common.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/port/include/os.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/endian.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/sha256.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/crypto.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/includes.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/common.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/port/include/os.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/string.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/mem.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/opt.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/lwipopts.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/unistd.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/time.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_default_fcntl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stat.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/vfs/include/sys/ioctl.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_sleep.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_struct.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/rtc_io_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/io_mux_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/gpio_sig_map.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/gpio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr_alloc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/driver/include/driver/touch_pad.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_intr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_api.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/hal.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_context.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/tie.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/corebits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/system.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-frames.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtensa-versions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-matmap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/touch_channel.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/debug.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/lwip/arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/cc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/errno.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/sys_arch.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOS.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/FreeRTOSConfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/xtensa_config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/projdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portable.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/deprecated_definitions.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portmacro.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/tie/xt_core.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/specreg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/xtruntime-core-state.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_crosscore_int.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_timer.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/esp_heap_caps.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/heap/include/multi_heap.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/include/soc/soc_memory_layout.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/portbenchmark.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/mpu_wrappers.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/task.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/limits.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/list.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/semphr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/freertos/include/freertos/queue.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/lwip/include/lwip/port/arch/vfs_lwip.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/endian.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/sha256.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/include/crypto/crypto.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/wpa_supplicant/src/fast_crypto/fast_sha256.c: diff --git a/examples/mqtt_tcp/build/xtensa-debug-module/component_project_vars.mk b/examples/mqtt_tcp/build/xtensa-debug-module/component_project_vars.mk new file mode 100644 index 0000000..ce4fe97 --- /dev/null +++ b/examples/mqtt_tcp/build/xtensa-debug-module/component_project_vars.mk @@ -0,0 +1,7 @@ +# Automatically generated build file. Do not edit. +COMPONENT_INCLUDES += $(IDF_PATH)/components/xtensa-debug-module/include +COMPONENT_LDFLAGS += -L$(BUILD_DIR_BASE)/xtensa-debug-module -lxtensa-debug-module +COMPONENT_LINKER_DEPS += +COMPONENT_SUBMODULES += +COMPONENT_LIBRARIES += xtensa-debug-module +component-xtensa-debug-module-build: diff --git a/examples/mqtt_tcp/build/xtensa-debug-module/eri.d b/examples/mqtt_tcp/build/xtensa-debug-module/eri.d new file mode 100644 index 0000000..0b030d8 --- /dev/null +++ b/examples/mqtt_tcp/build/xtensa-debug-module/eri.d @@ -0,0 +1,18 @@ +eri.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/xtensa-debug-module/./eri.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/xtensa-debug-module/include/eri.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/xtensa-debug-module/include/eri.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/xtensa-debug-module/./eri.c: diff --git a/examples/mqtt_tcp/build/xtensa-debug-module/trax.d b/examples/mqtt_tcp/build/xtensa-debug-module/trax.d new file mode 100644 index 0000000..918b7c2 --- /dev/null +++ b/examples/mqtt_tcp/build/xtensa-debug-module/trax.d @@ -0,0 +1,129 @@ +trax.o: \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/xtensa-debug-module/./trax.c \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_reg.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h \ + /Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_access.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_dport_access.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/xtensa-debug-module/include/eri.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/xtensa-debug-module/include/xtensa-debug-module.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/xtensa-debug-module/include/trax.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/xtensa-debug-module/include/eri.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/xtensa-debug-module/include/xtensa-debug-module.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h \ + /Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/newlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/config.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/ieeefp.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/features.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/xtensa/config/core-isa.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/cdefs.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_default_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/reent.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/_ansi.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/_types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/lock.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/types.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/sched.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/stdio.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_reg.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdint.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/sys/_intsup.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/platform_include/assert.h: + +/Users/TuanPM/Projects/2018/tuanpm/esp32-mqtt/components/espmqtt/examples/mqtt_tcp/build/include/sdkconfig.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/machine/stdlib.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/alloca.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/newlib/include/assert.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/dport_access.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_attr.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_dport_access.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/esp_err.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/xtensa-debug-module/include/eri.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/xtensa-debug-module/include/xtensa-debug-module.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/xtensa-debug-module/include/trax.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/xtensa-debug-module/include/eri.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/xtensa-debug-module/include/xtensa-debug-module.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/esp32/include/rom/ets_sys.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/soc/esp32/include/soc/soc.h: + +/Volumes/tools/esp32/sdk/esp-idf-github/components/log/include/esp_log_internal.h: +/Volumes/tools/esp32/sdk/esp-idf-github/components/xtensa-debug-module/./trax.c: diff --git a/examples/mqtt_tcp/main/Kconfig.projbuild b/examples/mqtt_tcp/main/Kconfig.projbuild new file mode 100644 index 0000000..1c9c2e6 --- /dev/null +++ b/examples/mqtt_tcp/main/Kconfig.projbuild @@ -0,0 +1,15 @@ +menu "MQTT Application sample" + +config WIFI_SSID + string "WiFi SSID" + default "myssid" + help + SSID (network name) for the example to connect to. + +config WIFI_PASSWORD + string "WiFi Password" + default "mypassword" + help + WiFi password (WPA or WPA2) for the example to use. + +endmenu diff --git a/examples/mqtt_tcp/main/app_main.c b/examples/mqtt_tcp/main/app_main.c new file mode 100755 index 0000000..aa618fa --- /dev/null +++ b/examples/mqtt_tcp/main/app_main.c @@ -0,0 +1,143 @@ +#include +#include +#include +#include +#include "esp_wifi.h" +#include "esp_system.h" +#include "nvs_flash.h" +#include "esp_event_loop.h" + +#include "freertos/FreeRTOS.h" +#include "freertos/task.h" +#include "freertos/semphr.h" +#include "freertos/queue.h" +#include "freertos/event_groups.h" + +#include "lwip/sockets.h" +#include "lwip/dns.h" +#include "lwip/netdb.h" + +#include "esp_log.h" +#include "mqtt_client.h" + +static const char *TAG = "MQTT_SAMPLE"; + +static EventGroupHandle_t wifi_event_group; +const static int CONNECTED_BIT = BIT0; + + +static esp_err_t mqtt_event_handler(esp_mqtt_event_handle_t event) +{ + esp_mqtt_client_handle_t client = event->client; + int msg_id; + // your_context_t *context = event->context; + switch (event->event_id) { + case MQTT_EVENT_CONNECTED: + ESP_LOGI(TAG, "MQTT_EVENT_CONNECTED"); + msg_id = esp_mqtt_client_subscribe(client, "/topic/qos0", 0); + ESP_LOGI(TAG, "sent subscribe successful, msg_id=%d", msg_id); + + msg_id = esp_mqtt_client_subscribe(client, "/topic/qos1", 1); + ESP_LOGI(TAG, "sent subscribe successful, msg_id=%d", msg_id); + + msg_id = esp_mqtt_client_unsubscribe(client, "/topic/qos1"); + ESP_LOGI(TAG, "sent unsubscribe successful, msg_id=%d", msg_id); + break; + case MQTT_EVENT_DISCONNECTED: + ESP_LOGI(TAG, "MQTT_EVENT_DISCONNECTED"); + break; + + case MQTT_EVENT_SUBSCRIBED: + ESP_LOGI(TAG, "MQTT_EVENT_SUBSCRIBED, msg_id=%d", event->msg_id); + msg_id = esp_mqtt_client_publish(client, "/topic/qos0", "data", 0, 0, 0); + ESP_LOGI(TAG, "sent publish successful, msg_id=%d", msg_id); + break; + case MQTT_EVENT_UNSUBSCRIBED: + ESP_LOGI(TAG, "MQTT_EVENT_UNSUBSCRIBED, msg_id=%d", event->msg_id); + break; + case MQTT_EVENT_PUBLISHED: + ESP_LOGI(TAG, "MQTT_EVENT_PUBLISHED, msg_id=%d", event->msg_id); + break; + case MQTT_EVENT_DATA: + ESP_LOGI(TAG, "MQTT_EVENT_DATA"); + vTaskDelay(500/portTICK_RATE_MS); + msg_id = esp_mqtt_client_publish(client, "/topic/qos0", "data", 0, 0, 0); + ESP_LOGI(TAG, "sent publish successful, msg_id=%d", msg_id); + break; + case MQTT_EVENT_ERROR: + ESP_LOGI(TAG, "MQTT_EVENT_ERROR"); + break; + } + return ESP_OK; +} + +static esp_err_t wifi_event_handler(void *ctx, system_event_t *event) +{ + switch (event->event_id) { + case SYSTEM_EVENT_STA_START: + esp_wifi_connect(); + break; + case SYSTEM_EVENT_STA_GOT_IP: + xEventGroupSetBits(wifi_event_group, CONNECTED_BIT); + + break; + case SYSTEM_EVENT_STA_DISCONNECTED: + esp_wifi_connect(); + xEventGroupClearBits(wifi_event_group, CONNECTED_BIT); + break; + default: + break; + } + return ESP_OK; +} + +static void wifi_init(void) +{ + tcpip_adapter_init(); + wifi_event_group = xEventGroupCreate(); + ESP_ERROR_CHECK(esp_event_loop_init(wifi_event_handler, NULL)); + wifi_init_config_t cfg = WIFI_INIT_CONFIG_DEFAULT(); + ESP_ERROR_CHECK(esp_wifi_init(&cfg)); + ESP_ERROR_CHECK(esp_wifi_set_storage(WIFI_STORAGE_RAM)); + wifi_config_t wifi_config = { + .sta = { + .ssid = CONFIG_WIFI_SSID, + .password = CONFIG_WIFI_PASSWORD, + }, + }; + ESP_ERROR_CHECK(esp_wifi_set_mode(WIFI_MODE_STA)); + ESP_ERROR_CHECK(esp_wifi_set_config(ESP_IF_WIFI_STA, &wifi_config)); + ESP_LOGI(TAG, "start the WIFI SSID:[%s] password:[%s]", CONFIG_WIFI_SSID, "******"); + ESP_ERROR_CHECK(esp_wifi_start()); +} + +static void mqtt_app_start(void) +{ + const esp_mqtt_client_config_t mqtt_cfg = { + .uri = "mqtt://iot.eclipse.org", + .event_handle = mqtt_event_handler, + // .user_context = (void *)your_context + }; + + esp_mqtt_client_handle_t client = esp_mqtt_client_init(&mqtt_cfg); + esp_mqtt_client_start(client); +} + +void app_main() +{ + ESP_LOGI(TAG, "[APP] Startup.."); + ESP_LOGI(TAG, "[APP] Free memory: %d bytes", esp_get_free_heap_size()); + ESP_LOGI(TAG, "[APP] IDF version: %s", esp_get_idf_version()); + + esp_log_level_set("*", ESP_LOG_INFO); + esp_log_level_set("MQTT_CLIENT", ESP_LOG_VERBOSE); + esp_log_level_set("TRANSPORT_TCP", ESP_LOG_VERBOSE); + esp_log_level_set("TRANSPORT_SSL", ESP_LOG_VERBOSE); + esp_log_level_set("TRANSPORT", ESP_LOG_VERBOSE); + esp_log_level_set("OUTBOX", ESP_LOG_VERBOSE); + + nvs_flash_init(); + wifi_init(); + vTaskDelay(10000/portTICK_RATE_MS); + mqtt_app_start(); +} diff --git a/examples/mqtt_tcp/main/component.mk b/examples/mqtt_tcp/main/component.mk new file mode 100644 index 0000000..e69de29 diff --git a/examples/mqtt_tcp/sdkconfig b/examples/mqtt_tcp/sdkconfig new file mode 100644 index 0000000..b3de1a2 --- /dev/null +++ b/examples/mqtt_tcp/sdkconfig @@ -0,0 +1,538 @@ +# +# Automatically generated file; DO NOT EDIT. +# Espressif IoT Development Framework Configuration +# + +# +# SDK tool configuration +# +CONFIG_TOOLPREFIX="xtensa-esp32-elf-" +CONFIG_PYTHON="python" +CONFIG_MAKE_WARN_UNDEFINED_VARIABLES=y + +# +# Bootloader config +# +CONFIG_LOG_BOOTLOADER_LEVEL_NONE= +CONFIG_LOG_BOOTLOADER_LEVEL_ERROR= +CONFIG_LOG_BOOTLOADER_LEVEL_WARN= +CONFIG_LOG_BOOTLOADER_LEVEL_INFO=y +CONFIG_LOG_BOOTLOADER_LEVEL_DEBUG= +CONFIG_LOG_BOOTLOADER_LEVEL_VERBOSE= +CONFIG_LOG_BOOTLOADER_LEVEL=3 +CONFIG_BOOTLOADER_VDDSDIO_BOOST=y + +# +# Security features +# +CONFIG_SECURE_BOOT_ENABLED= +CONFIG_FLASH_ENCRYPTION_ENABLED= + +# +# Serial flasher config +# +CONFIG_ESPTOOLPY_PORT="/dev/tty.SLAB_USBtoUART" +CONFIG_ESPTOOLPY_BAUD_115200B= +CONFIG_ESPTOOLPY_BAUD_230400B= +CONFIG_ESPTOOLPY_BAUD_921600B=y +CONFIG_ESPTOOLPY_BAUD_2MB= +CONFIG_ESPTOOLPY_BAUD_OTHER= +CONFIG_ESPTOOLPY_BAUD_OTHER_VAL=115200 +CONFIG_ESPTOOLPY_BAUD=921600 +CONFIG_ESPTOOLPY_COMPRESSED=y +CONFIG_FLASHMODE_QIO= +CONFIG_FLASHMODE_QOUT= +CONFIG_FLASHMODE_DIO=y +CONFIG_FLASHMODE_DOUT= +CONFIG_ESPTOOLPY_FLASHMODE="dio" +CONFIG_ESPTOOLPY_FLASHFREQ_80M= +CONFIG_ESPTOOLPY_FLASHFREQ_40M=y +CONFIG_ESPTOOLPY_FLASHFREQ_26M= +CONFIG_ESPTOOLPY_FLASHFREQ_20M= +CONFIG_ESPTOOLPY_FLASHFREQ="40m" +CONFIG_ESPTOOLPY_FLASHSIZE_1MB= +CONFIG_ESPTOOLPY_FLASHSIZE_2MB=y +CONFIG_ESPTOOLPY_FLASHSIZE_4MB= +CONFIG_ESPTOOLPY_FLASHSIZE_8MB= +CONFIG_ESPTOOLPY_FLASHSIZE_16MB= +CONFIG_ESPTOOLPY_FLASHSIZE="2MB" +CONFIG_ESPTOOLPY_FLASHSIZE_DETECT=y +CONFIG_ESPTOOLPY_BEFORE_RESET=y +CONFIG_ESPTOOLPY_BEFORE_NORESET= +CONFIG_ESPTOOLPY_BEFORE="default_reset" +CONFIG_ESPTOOLPY_AFTER_RESET=y +CONFIG_ESPTOOLPY_AFTER_NORESET= +CONFIG_ESPTOOLPY_AFTER="hard_reset" +CONFIG_MONITOR_BAUD_9600B= +CONFIG_MONITOR_BAUD_57600B= +CONFIG_MONITOR_BAUD_115200B=y +CONFIG_MONITOR_BAUD_230400B= +CONFIG_MONITOR_BAUD_921600B= +CONFIG_MONITOR_BAUD_2MB= +CONFIG_MONITOR_BAUD_OTHER= +CONFIG_MONITOR_BAUD_OTHER_VAL=115200 +CONFIG_MONITOR_BAUD=115200 + +# +# MQTT Application sample +# +CONFIG_WIFI_SSID="bichthao" +CONFIG_WIFI_PASSWORD="chipphon" + +# +# Partition Table +# +CONFIG_PARTITION_TABLE_SINGLE_APP=y +CONFIG_PARTITION_TABLE_TWO_OTA= +CONFIG_PARTITION_TABLE_CUSTOM= +CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions.csv" +CONFIG_PARTITION_TABLE_CUSTOM_APP_BIN_OFFSET=0x10000 +CONFIG_PARTITION_TABLE_FILENAME="partitions_singleapp.csv" +CONFIG_APP_OFFSET=0x10000 + +# +# Compiler options +# +CONFIG_OPTIMIZATION_LEVEL_DEBUG=y +CONFIG_OPTIMIZATION_LEVEL_RELEASE= +CONFIG_OPTIMIZATION_ASSERTIONS_ENABLED=y +CONFIG_OPTIMIZATION_ASSERTIONS_SILENT= +CONFIG_OPTIMIZATION_ASSERTIONS_DISABLED= +CONFIG_CXX_EXCEPTIONS= +CONFIG_STACK_CHECK_NONE=y +CONFIG_STACK_CHECK_NORM= +CONFIG_STACK_CHECK_STRONG= +CONFIG_STACK_CHECK_ALL= +CONFIG_STACK_CHECK= + +# +# Component config +# + +# +# Application Level Tracing +# +CONFIG_ESP32_APPTRACE_DEST_TRAX= +CONFIG_ESP32_APPTRACE_DEST_NONE=y +CONFIG_ESP32_APPTRACE_ENABLE= +CONFIG_ESP32_APPTRACE_LOCK_ENABLE=y + +# +# FreeRTOS SystemView Tracing +# +CONFIG_AWS_IOT_SDK= + +# +# Bluetooth +# +CONFIG_BT_ENABLED= +CONFIG_BTDM_CONTROLLER_PINNED_TO_CORE=0 +CONFIG_BT_RESERVE_DRAM=0 + +# +# ESP32-specific +# +CONFIG_ESP32_DEFAULT_CPU_FREQ_80= +CONFIG_ESP32_DEFAULT_CPU_FREQ_160=y +CONFIG_ESP32_DEFAULT_CPU_FREQ_240= +CONFIG_ESP32_DEFAULT_CPU_FREQ_MHZ=160 +CONFIG_MEMMAP_SMP=y +CONFIG_SPIRAM_SUPPORT= +CONFIG_MEMMAP_TRACEMEM= +CONFIG_MEMMAP_TRACEMEM_TWOBANKS= +CONFIG_ESP32_TRAX= +CONFIG_TRACEMEM_RESERVE_DRAM=0x0 +CONFIG_ESP32_ENABLE_COREDUMP_TO_FLASH= +CONFIG_ESP32_ENABLE_COREDUMP_TO_UART= +CONFIG_ESP32_ENABLE_COREDUMP_TO_NONE=y +CONFIG_ESP32_ENABLE_COREDUMP= +CONFIG_TWO_UNIVERSAL_MAC_ADDRESS= +CONFIG_FOUR_UNIVERSAL_MAC_ADDRESS=y +CONFIG_NUMBER_OF_UNIVERSAL_MAC_ADDRESS=4 +CONFIG_SYSTEM_EVENT_QUEUE_SIZE=32 +CONFIG_SYSTEM_EVENT_TASK_STACK_SIZE=2048 +CONFIG_MAIN_TASK_STACK_SIZE=3584 +CONFIG_IPC_TASK_STACK_SIZE=1024 +CONFIG_TIMER_TASK_STACK_SIZE=3584 +CONFIG_NEWLIB_STDOUT_LINE_ENDING_CRLF=y +CONFIG_NEWLIB_STDOUT_LINE_ENDING_LF= +CONFIG_NEWLIB_STDOUT_LINE_ENDING_CR= +CONFIG_NEWLIB_STDIN_LINE_ENDING_CRLF= +CONFIG_NEWLIB_STDIN_LINE_ENDING_LF= +CONFIG_NEWLIB_STDIN_LINE_ENDING_CR=y +CONFIG_NEWLIB_NANO_FORMAT= +CONFIG_CONSOLE_UART_DEFAULT=y +CONFIG_CONSOLE_UART_CUSTOM= +CONFIG_CONSOLE_UART_NONE= +CONFIG_CONSOLE_UART_NUM=0 +CONFIG_CONSOLE_UART_BAUDRATE=115200 +CONFIG_ULP_COPROC_ENABLED= +CONFIG_ULP_COPROC_RESERVE_MEM=0 +CONFIG_ESP32_PANIC_PRINT_HALT= +CONFIG_ESP32_PANIC_PRINT_REBOOT=y +CONFIG_ESP32_PANIC_SILENT_REBOOT= +CONFIG_ESP32_PANIC_GDBSTUB= +CONFIG_ESP32_DEBUG_OCDAWARE=y +CONFIG_INT_WDT=y +CONFIG_INT_WDT_TIMEOUT_MS=300 +CONFIG_INT_WDT_CHECK_CPU1=y +CONFIG_TASK_WDT=y +CONFIG_TASK_WDT_PANIC= +CONFIG_TASK_WDT_TIMEOUT_S=5 +CONFIG_TASK_WDT_CHECK_IDLE_TASK_CPU0=y +CONFIG_TASK_WDT_CHECK_IDLE_TASK_CPU1=y +CONFIG_BROWNOUT_DET=y +CONFIG_BROWNOUT_DET_LVL_SEL_0=y +CONFIG_BROWNOUT_DET_LVL_SEL_1= +CONFIG_BROWNOUT_DET_LVL_SEL_2= +CONFIG_BROWNOUT_DET_LVL_SEL_3= +CONFIG_BROWNOUT_DET_LVL_SEL_4= +CONFIG_BROWNOUT_DET_LVL_SEL_5= +CONFIG_BROWNOUT_DET_LVL_SEL_6= +CONFIG_BROWNOUT_DET_LVL_SEL_7= +CONFIG_BROWNOUT_DET_LVL=0 +CONFIG_ESP32_TIME_SYSCALL_USE_RTC_FRC1=y +CONFIG_ESP32_TIME_SYSCALL_USE_RTC= +CONFIG_ESP32_TIME_SYSCALL_USE_FRC1= +CONFIG_ESP32_TIME_SYSCALL_USE_NONE= +CONFIG_ESP32_RTC_CLOCK_SOURCE_INTERNAL_RC=y +CONFIG_ESP32_RTC_CLOCK_SOURCE_EXTERNAL_CRYSTAL= +CONFIG_ESP32_RTC_CLK_CAL_CYCLES=1024 +CONFIG_ESP32_DEEP_SLEEP_WAKEUP_DELAY=2000 +CONFIG_ESP32_XTAL_FREQ_40=y +CONFIG_ESP32_XTAL_FREQ_26= +CONFIG_ESP32_XTAL_FREQ_AUTO= +CONFIG_ESP32_XTAL_FREQ=40 +CONFIG_DISABLE_BASIC_ROM_CONSOLE= +CONFIG_NO_BLOBS= +CONFIG_ESP_TIMER_PROFILING= +CONFIG_COMPATIBLE_PRE_V2_1_BOOTLOADERS= + +# +# Wi-Fi +# +CONFIG_ESP32_WIFI_STATIC_RX_BUFFER_NUM=10 +CONFIG_ESP32_WIFI_DYNAMIC_RX_BUFFER_NUM=32 +CONFIG_ESP32_WIFI_STATIC_TX_BUFFER= +CONFIG_ESP32_WIFI_DYNAMIC_TX_BUFFER=y +CONFIG_ESP32_WIFI_TX_BUFFER_TYPE=1 +CONFIG_ESP32_WIFI_DYNAMIC_TX_BUFFER_NUM=32 +CONFIG_ESP32_WIFI_AMPDU_TX_ENABLED=y +CONFIG_ESP32_WIFI_TX_BA_WIN=6 +CONFIG_ESP32_WIFI_AMPDU_RX_ENABLED=y +CONFIG_ESP32_WIFI_RX_BA_WIN=6 +CONFIG_ESP32_WIFI_NVS_ENABLED=y + +# +# PHY +# +CONFIG_ESP32_PHY_CALIBRATION_AND_DATA_STORAGE=y +CONFIG_ESP32_PHY_INIT_DATA_IN_PARTITION= +CONFIG_ESP32_PHY_MAX_WIFI_TX_POWER=20 +CONFIG_ESP32_PHY_MAX_TX_POWER=20 + +# +# Power Management +# +CONFIG_PM_ENABLE= + +# +# Ethernet +# +CONFIG_DMA_RX_BUF_NUM=10 +CONFIG_DMA_TX_BUF_NUM=10 +CONFIG_EMAC_L2_TO_L3_RX_BUF_MODE= +CONFIG_EMAC_TASK_PRIORITY=20 + +# +# FAT Filesystem support +# +CONFIG_FATFS_CODEPAGE_DYNAMIC= +CONFIG_FATFS_CODEPAGE_437=y +CONFIG_FATFS_CODEPAGE_720= +CONFIG_FATFS_CODEPAGE_737= +CONFIG_FATFS_CODEPAGE_771= +CONFIG_FATFS_CODEPAGE_775= +CONFIG_FATFS_CODEPAGE_850= +CONFIG_FATFS_CODEPAGE_852= +CONFIG_FATFS_CODEPAGE_855= +CONFIG_FATFS_CODEPAGE_857= +CONFIG_FATFS_CODEPAGE_860= +CONFIG_FATFS_CODEPAGE_861= +CONFIG_FATFS_CODEPAGE_862= +CONFIG_FATFS_CODEPAGE_863= +CONFIG_FATFS_CODEPAGE_864= +CONFIG_FATFS_CODEPAGE_865= +CONFIG_FATFS_CODEPAGE_866= +CONFIG_FATFS_CODEPAGE_869= +CONFIG_FATFS_CODEPAGE_932= +CONFIG_FATFS_CODEPAGE_936= +CONFIG_FATFS_CODEPAGE_949= +CONFIG_FATFS_CODEPAGE_950= +CONFIG_FATFS_CODEPAGE=437 +CONFIG_FATFS_LFN_NONE=y +CONFIG_FATFS_LFN_HEAP= +CONFIG_FATFS_LFN_STACK= +CONFIG_FATFS_FS_LOCK=0 +CONFIG_FATFS_TIMEOUT_MS=10000 +CONFIG_FATFS_PER_FILE_CACHE=y + +# +# FreeRTOS +# +CONFIG_FREERTOS_UNICORE= +CONFIG_FREERTOS_CORETIMER_0=y +CONFIG_FREERTOS_CORETIMER_1= +CONFIG_FREERTOS_HZ=100 +CONFIG_FREERTOS_ASSERT_ON_UNTESTED_FUNCTION=y +CONFIG_FREERTOS_CHECK_STACKOVERFLOW_NONE= +CONFIG_FREERTOS_CHECK_STACKOVERFLOW_PTRVAL= +CONFIG_FREERTOS_CHECK_STACKOVERFLOW_CANARY=y +CONFIG_FREERTOS_WATCHPOINT_END_OF_STACK= +CONFIG_FREERTOS_INTERRUPT_BACKTRACE=y +CONFIG_FREERTOS_THREAD_LOCAL_STORAGE_POINTERS=1 +CONFIG_FREERTOS_ASSERT_FAIL_ABORT=y +CONFIG_FREERTOS_ASSERT_FAIL_PRINT_CONTINUE= +CONFIG_FREERTOS_ASSERT_DISABLE= +CONFIG_FREERTOS_IDLE_TASK_STACKSIZE=1024 +CONFIG_FREERTOS_ISR_STACKSIZE=1536 +CONFIG_FREERTOS_LEGACY_HOOKS= +CONFIG_FREERTOS_MAX_TASK_NAME_LEN=16 +CONFIG_SUPPORT_STATIC_ALLOCATION= +CONFIG_TIMER_TASK_PRIORITY=1 +CONFIG_TIMER_TASK_STACK_DEPTH=2048 +CONFIG_TIMER_QUEUE_LENGTH=10 +CONFIG_FREERTOS_QUEUE_REGISTRY_SIZE=0 +CONFIG_FREERTOS_USE_TRACE_FACILITY= +CONFIG_FREERTOS_GENERATE_RUN_TIME_STATS= +CONFIG_FREERTOS_DEBUG_INTERNALS= + +# +# Heap memory debugging +# +CONFIG_HEAP_POISONING_DISABLED=y +CONFIG_HEAP_POISONING_LIGHT= +CONFIG_HEAP_POISONING_COMPREHENSIVE= +CONFIG_HEAP_TRACING= + +# +# libsodium +# +CONFIG_LIBSODIUM_USE_MBEDTLS_SHA=y + +# +# Log output +# +CONFIG_LOG_DEFAULT_LEVEL_NONE= +CONFIG_LOG_DEFAULT_LEVEL_ERROR= +CONFIG_LOG_DEFAULT_LEVEL_WARN= +CONFIG_LOG_DEFAULT_LEVEL_INFO= +CONFIG_LOG_DEFAULT_LEVEL_DEBUG=y +CONFIG_LOG_DEFAULT_LEVEL_VERBOSE= +CONFIG_LOG_DEFAULT_LEVEL=4 +CONFIG_LOG_COLORS=y + +# +# LWIP +# +CONFIG_L2_TO_L3_COPY= +CONFIG_LWIP_IRAM_OPTIMIZATION= +CONFIG_LWIP_MAX_SOCKETS=10 +CONFIG_LWIP_SO_REUSE=y +CONFIG_LWIP_SO_REUSE_RXTOALL=y +CONFIG_LWIP_SO_RCVBUF= +CONFIG_LWIP_DHCP_MAX_NTP_SERVERS=1 +CONFIG_LWIP_IP_FRAG= +CONFIG_LWIP_IP_REASSEMBLY= +CONFIG_LWIP_STATS= +CONFIG_LWIP_ETHARP_TRUST_IP_MAC=y +CONFIG_TCPIP_RECVMBOX_SIZE=32 +CONFIG_LWIP_DHCP_DOES_ARP_CHECK=y + +# +# DHCP server +# +CONFIG_LWIP_DHCPS_LEASE_UNIT=60 +CONFIG_LWIP_DHCPS_MAX_STATION_NUM=8 +CONFIG_LWIP_AUTOIP= +CONFIG_LWIP_NETIF_LOOPBACK=y +CONFIG_LWIP_LOOPBACK_MAX_PBUFS=8 + +# +# TCP +# +CONFIG_LWIP_MAX_ACTIVE_TCP=16 +CONFIG_LWIP_MAX_LISTENING_TCP=16 +CONFIG_TCP_MAXRTX=12 +CONFIG_TCP_SYNMAXRTX=6 +CONFIG_TCP_MSS=1436 +CONFIG_TCP_MSL=60000 +CONFIG_TCP_SND_BUF_DEFAULT=5744 +CONFIG_TCP_WND_DEFAULT=5744 +CONFIG_TCP_RECVMBOX_SIZE=6 +CONFIG_TCP_QUEUE_OOSEQ=y +CONFIG_TCP_OVERSIZE_MSS=y +CONFIG_TCP_OVERSIZE_QUARTER_MSS= +CONFIG_TCP_OVERSIZE_DISABLE= + +# +# UDP +# +CONFIG_LWIP_MAX_UDP_PCBS=16 +CONFIG_UDP_RECVMBOX_SIZE=6 +CONFIG_TCPIP_TASK_STACK_SIZE=2560 +CONFIG_PPP_SUPPORT= + +# +# ICMP +# +CONFIG_LWIP_MULTICAST_PING= +CONFIG_LWIP_BROADCAST_PING= + +# +# LWIP RAW API +# +CONFIG_LWIP_MAX_RAW_PCBS=16 + +# +# mbedTLS +# +CONFIG_MBEDTLS_SSL_MAX_CONTENT_LEN=16384 +CONFIG_MBEDTLS_DEBUG= +CONFIG_MBEDTLS_HARDWARE_AES=y +CONFIG_MBEDTLS_HARDWARE_MPI= +CONFIG_MBEDTLS_HARDWARE_SHA= +CONFIG_MBEDTLS_HAVE_TIME=y +CONFIG_MBEDTLS_HAVE_TIME_DATE= +CONFIG_MBEDTLS_TLS_SERVER_AND_CLIENT=y +CONFIG_MBEDTLS_TLS_SERVER_ONLY= +CONFIG_MBEDTLS_TLS_CLIENT_ONLY= +CONFIG_MBEDTLS_TLS_DISABLED= +CONFIG_MBEDTLS_TLS_SERVER=y +CONFIG_MBEDTLS_TLS_CLIENT=y +CONFIG_MBEDTLS_TLS_ENABLED=y + +# +# TLS Key Exchange Methods +# +CONFIG_MBEDTLS_PSK_MODES= +CONFIG_MBEDTLS_KEY_EXCHANGE_RSA=y +CONFIG_MBEDTLS_KEY_EXCHANGE_DHE_RSA=y +CONFIG_MBEDTLS_KEY_EXCHANGE_ELLIPTIC_CURVE=y +CONFIG_MBEDTLS_KEY_EXCHANGE_ECDHE_RSA=y +CONFIG_MBEDTLS_KEY_EXCHANGE_ECDHE_ECDSA=y +CONFIG_MBEDTLS_KEY_EXCHANGE_ECDH_ECDSA=y +CONFIG_MBEDTLS_KEY_EXCHANGE_ECDH_RSA=y +CONFIG_MBEDTLS_SSL_RENEGOTIATION=y +CONFIG_MBEDTLS_SSL_PROTO_SSL3= +CONFIG_MBEDTLS_SSL_PROTO_TLS1=y +CONFIG_MBEDTLS_SSL_PROTO_TLS1_1=y +CONFIG_MBEDTLS_SSL_PROTO_TLS1_2=y +CONFIG_MBEDTLS_SSL_PROTO_DTLS= +CONFIG_MBEDTLS_SSL_ALPN=y +CONFIG_MBEDTLS_SSL_SESSION_TICKETS=y + +# +# Symmetric Ciphers +# +CONFIG_MBEDTLS_AES_C=y +CONFIG_MBEDTLS_CAMELLIA_C= +CONFIG_MBEDTLS_DES_C= +CONFIG_MBEDTLS_RC4_DISABLED=y +CONFIG_MBEDTLS_RC4_ENABLED_NO_DEFAULT= +CONFIG_MBEDTLS_RC4_ENABLED= +CONFIG_MBEDTLS_BLOWFISH_C= +CONFIG_MBEDTLS_XTEA_C= +CONFIG_MBEDTLS_CCM_C=y +CONFIG_MBEDTLS_GCM_C=y +CONFIG_MBEDTLS_RIPEMD160_C= + +# +# Certificates +# +CONFIG_MBEDTLS_PEM_PARSE_C=y +CONFIG_MBEDTLS_PEM_WRITE_C=y +CONFIG_MBEDTLS_X509_CRL_PARSE_C=y +CONFIG_MBEDTLS_X509_CSR_PARSE_C=y +CONFIG_MBEDTLS_ECP_C=y +CONFIG_MBEDTLS_ECDH_C=y +CONFIG_MBEDTLS_ECDSA_C=y +CONFIG_MBEDTLS_ECP_DP_SECP192R1_ENABLED=y +CONFIG_MBEDTLS_ECP_DP_SECP224R1_ENABLED=y +CONFIG_MBEDTLS_ECP_DP_SECP256R1_ENABLED=y +CONFIG_MBEDTLS_ECP_DP_SECP384R1_ENABLED=y +CONFIG_MBEDTLS_ECP_DP_SECP521R1_ENABLED=y +CONFIG_MBEDTLS_ECP_DP_SECP192K1_ENABLED=y +CONFIG_MBEDTLS_ECP_DP_SECP224K1_ENABLED=y +CONFIG_MBEDTLS_ECP_DP_SECP256K1_ENABLED=y +CONFIG_MBEDTLS_ECP_DP_BP256R1_ENABLED=y +CONFIG_MBEDTLS_ECP_DP_BP384R1_ENABLED=y +CONFIG_MBEDTLS_ECP_DP_BP512R1_ENABLED=y +CONFIG_MBEDTLS_ECP_DP_CURVE25519_ENABLED=y +CONFIG_MBEDTLS_ECP_NIST_OPTIM=y + +# +# OpenSSL +# +CONFIG_OPENSSL_DEBUG= +CONFIG_OPENSSL_ASSERT_DO_NOTHING=y +CONFIG_OPENSSL_ASSERT_EXIT= + +# +# PThreads +# +CONFIG_ESP32_PTHREAD_TASK_PRIO_DEFAULT=5 +CONFIG_ESP32_PTHREAD_TASK_STACK_SIZE_DEFAULT=3072 + +# +# SPI Flash driver +# +CONFIG_SPI_FLASH_VERIFY_WRITE= +CONFIG_SPI_FLASH_ENABLE_COUNTERS= +CONFIG_SPI_FLASH_ROM_DRIVER_PATCH=y +CONFIG_SPI_FLASH_WRITING_DANGEROUS_REGIONS_ABORTS=y +CONFIG_SPI_FLASH_WRITING_DANGEROUS_REGIONS_FAILS= +CONFIG_SPI_FLASH_WRITING_DANGEROUS_REGIONS_ALLOWED= + +# +# SPIFFS Configuration +# +CONFIG_SPIFFS_MAX_PARTITIONS=3 + +# +# SPIFFS Cache Configuration +# +CONFIG_SPIFFS_CACHE=y +CONFIG_SPIFFS_CACHE_WR=y +CONFIG_SPIFFS_CACHE_STATS= +CONFIG_SPIFFS_PAGE_CHECK=y +CONFIG_SPIFFS_GC_MAX_RUNS=10 +CONFIG_SPIFFS_GC_STATS= +CONFIG_SPIFFS_PAGE_SIZE=256 +CONFIG_SPIFFS_OBJ_NAME_LEN=32 +CONFIG_SPIFFS_USE_MAGIC=y +CONFIG_SPIFFS_USE_MAGIC_LENGTH=y +CONFIG_SPIFFS_META_LENGTH=4 +CONFIG_SPIFFS_USE_MTIME=y + +# +# Debug Configuration +# +CONFIG_SPIFFS_DBG= +CONFIG_SPIFFS_API_DBG= +CONFIG_SPIFFS_GC_DBG= +CONFIG_SPIFFS_CACHE_DBG= +CONFIG_SPIFFS_CHECK_DBG= +CONFIG_SPIFFS_TEST_VISUALISATION= + +# +# tcpip adapter +# +CONFIG_IP_LOST_TIMER_INTERVAL=120 + +# +# Wear Levelling +# +CONFIG_WL_SECTOR_SIZE_512= +CONFIG_WL_SECTOR_SIZE_4096=y +CONFIG_WL_SECTOR_SIZE=4096 diff --git a/examples/mqtt_tcp/sdkconfig.old b/examples/mqtt_tcp/sdkconfig.old new file mode 100644 index 0000000..4a1ee1c --- /dev/null +++ b/examples/mqtt_tcp/sdkconfig.old @@ -0,0 +1,538 @@ +# +# Automatically generated file; DO NOT EDIT. +# Espressif IoT Development Framework Configuration +# + +# +# SDK tool configuration +# +CONFIG_TOOLPREFIX="xtensa-esp32-elf-" +CONFIG_PYTHON="python" +CONFIG_MAKE_WARN_UNDEFINED_VARIABLES=y + +# +# Bootloader config +# +CONFIG_LOG_BOOTLOADER_LEVEL_NONE= +CONFIG_LOG_BOOTLOADER_LEVEL_ERROR= +CONFIG_LOG_BOOTLOADER_LEVEL_WARN= +CONFIG_LOG_BOOTLOADER_LEVEL_INFO=y +CONFIG_LOG_BOOTLOADER_LEVEL_DEBUG= +CONFIG_LOG_BOOTLOADER_LEVEL_VERBOSE= +CONFIG_LOG_BOOTLOADER_LEVEL=3 +CONFIG_BOOTLOADER_VDDSDIO_BOOST=y + +# +# Security features +# +CONFIG_SECURE_BOOT_ENABLED= +CONFIG_FLASH_ENCRYPTION_ENABLED= + +# +# Serial flasher config +# +CONFIG_ESPTOOLPY_PORT="/dev/tty.SLAB_USBtoUART" +CONFIG_ESPTOOLPY_BAUD_115200B= +CONFIG_ESPTOOLPY_BAUD_230400B= +CONFIG_ESPTOOLPY_BAUD_921600B=y +CONFIG_ESPTOOLPY_BAUD_2MB= +CONFIG_ESPTOOLPY_BAUD_OTHER= +CONFIG_ESPTOOLPY_BAUD_OTHER_VAL=115200 +CONFIG_ESPTOOLPY_BAUD=921600 +CONFIG_ESPTOOLPY_COMPRESSED=y +CONFIG_FLASHMODE_QIO= +CONFIG_FLASHMODE_QOUT= +CONFIG_FLASHMODE_DIO=y +CONFIG_FLASHMODE_DOUT= +CONFIG_ESPTOOLPY_FLASHMODE="dio" +CONFIG_ESPTOOLPY_FLASHFREQ_80M= +CONFIG_ESPTOOLPY_FLASHFREQ_40M=y +CONFIG_ESPTOOLPY_FLASHFREQ_26M= +CONFIG_ESPTOOLPY_FLASHFREQ_20M= +CONFIG_ESPTOOLPY_FLASHFREQ="40m" +CONFIG_ESPTOOLPY_FLASHSIZE_1MB= +CONFIG_ESPTOOLPY_FLASHSIZE_2MB=y +CONFIG_ESPTOOLPY_FLASHSIZE_4MB= +CONFIG_ESPTOOLPY_FLASHSIZE_8MB= +CONFIG_ESPTOOLPY_FLASHSIZE_16MB= +CONFIG_ESPTOOLPY_FLASHSIZE="2MB" +CONFIG_ESPTOOLPY_FLASHSIZE_DETECT=y +CONFIG_ESPTOOLPY_BEFORE_RESET=y +CONFIG_ESPTOOLPY_BEFORE_NORESET= +CONFIG_ESPTOOLPY_BEFORE="default_reset" +CONFIG_ESPTOOLPY_AFTER_RESET=y +CONFIG_ESPTOOLPY_AFTER_NORESET= +CONFIG_ESPTOOLPY_AFTER="hard_reset" +CONFIG_MONITOR_BAUD_9600B= +CONFIG_MONITOR_BAUD_57600B= +CONFIG_MONITOR_BAUD_115200B=y +CONFIG_MONITOR_BAUD_230400B= +CONFIG_MONITOR_BAUD_921600B= +CONFIG_MONITOR_BAUD_2MB= +CONFIG_MONITOR_BAUD_OTHER= +CONFIG_MONITOR_BAUD_OTHER_VAL=115200 +CONFIG_MONITOR_BAUD=115200 + +# +# MQTT Application sample +# +CONFIG_WIFI_SSID="bichthao" +CONFIG_WIFI_PASSWORD="chipphon" + +# +# Partition Table +# +CONFIG_PARTITION_TABLE_SINGLE_APP=y +CONFIG_PARTITION_TABLE_TWO_OTA= +CONFIG_PARTITION_TABLE_CUSTOM= +CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions.csv" +CONFIG_PARTITION_TABLE_CUSTOM_APP_BIN_OFFSET=0x10000 +CONFIG_PARTITION_TABLE_FILENAME="partitions_singleapp.csv" +CONFIG_APP_OFFSET=0x10000 + +# +# Compiler options +# +CONFIG_OPTIMIZATION_LEVEL_DEBUG=y +CONFIG_OPTIMIZATION_LEVEL_RELEASE= +CONFIG_OPTIMIZATION_ASSERTIONS_ENABLED=y +CONFIG_OPTIMIZATION_ASSERTIONS_SILENT= +CONFIG_OPTIMIZATION_ASSERTIONS_DISABLED= +CONFIG_CXX_EXCEPTIONS= +CONFIG_STACK_CHECK_NONE=y +CONFIG_STACK_CHECK_NORM= +CONFIG_STACK_CHECK_STRONG= +CONFIG_STACK_CHECK_ALL= +CONFIG_STACK_CHECK= + +# +# Component config +# + +# +# Application Level Tracing +# +CONFIG_ESP32_APPTRACE_DEST_TRAX= +CONFIG_ESP32_APPTRACE_DEST_NONE=y +CONFIG_ESP32_APPTRACE_ENABLE= +CONFIG_ESP32_APPTRACE_LOCK_ENABLE=y + +# +# FreeRTOS SystemView Tracing +# +CONFIG_AWS_IOT_SDK= + +# +# Bluetooth +# +CONFIG_BT_ENABLED= +CONFIG_BTDM_CONTROLLER_PINNED_TO_CORE=0 +CONFIG_BT_RESERVE_DRAM=0 + +# +# ESP32-specific +# +CONFIG_ESP32_DEFAULT_CPU_FREQ_80= +CONFIG_ESP32_DEFAULT_CPU_FREQ_160=y +CONFIG_ESP32_DEFAULT_CPU_FREQ_240= +CONFIG_ESP32_DEFAULT_CPU_FREQ_MHZ=160 +CONFIG_MEMMAP_SMP=y +CONFIG_SPIRAM_SUPPORT= +CONFIG_MEMMAP_TRACEMEM= +CONFIG_MEMMAP_TRACEMEM_TWOBANKS= +CONFIG_ESP32_TRAX= +CONFIG_TRACEMEM_RESERVE_DRAM=0x0 +CONFIG_ESP32_ENABLE_COREDUMP_TO_FLASH= +CONFIG_ESP32_ENABLE_COREDUMP_TO_UART= +CONFIG_ESP32_ENABLE_COREDUMP_TO_NONE=y +CONFIG_ESP32_ENABLE_COREDUMP= +CONFIG_TWO_UNIVERSAL_MAC_ADDRESS= +CONFIG_FOUR_UNIVERSAL_MAC_ADDRESS=y +CONFIG_NUMBER_OF_UNIVERSAL_MAC_ADDRESS=4 +CONFIG_SYSTEM_EVENT_QUEUE_SIZE=32 +CONFIG_SYSTEM_EVENT_TASK_STACK_SIZE=2048 +CONFIG_MAIN_TASK_STACK_SIZE=3584 +CONFIG_IPC_TASK_STACK_SIZE=1024 +CONFIG_TIMER_TASK_STACK_SIZE=3584 +CONFIG_NEWLIB_STDOUT_LINE_ENDING_CRLF=y +CONFIG_NEWLIB_STDOUT_LINE_ENDING_LF= +CONFIG_NEWLIB_STDOUT_LINE_ENDING_CR= +CONFIG_NEWLIB_STDIN_LINE_ENDING_CRLF= +CONFIG_NEWLIB_STDIN_LINE_ENDING_LF= +CONFIG_NEWLIB_STDIN_LINE_ENDING_CR=y +CONFIG_NEWLIB_NANO_FORMAT= +CONFIG_CONSOLE_UART_DEFAULT=y +CONFIG_CONSOLE_UART_CUSTOM= +CONFIG_CONSOLE_UART_NONE= +CONFIG_CONSOLE_UART_NUM=0 +CONFIG_CONSOLE_UART_BAUDRATE=115200 +CONFIG_ULP_COPROC_ENABLED= +CONFIG_ULP_COPROC_RESERVE_MEM=0 +CONFIG_ESP32_PANIC_PRINT_HALT= +CONFIG_ESP32_PANIC_PRINT_REBOOT=y +CONFIG_ESP32_PANIC_SILENT_REBOOT= +CONFIG_ESP32_PANIC_GDBSTUB= +CONFIG_ESP32_DEBUG_OCDAWARE=y +CONFIG_INT_WDT=y +CONFIG_INT_WDT_TIMEOUT_MS=300 +CONFIG_INT_WDT_CHECK_CPU1=y +CONFIG_TASK_WDT=y +CONFIG_TASK_WDT_PANIC= +CONFIG_TASK_WDT_TIMEOUT_S=5 +CONFIG_TASK_WDT_CHECK_IDLE_TASK_CPU0=y +CONFIG_TASK_WDT_CHECK_IDLE_TASK_CPU1=y +CONFIG_BROWNOUT_DET=y +CONFIG_BROWNOUT_DET_LVL_SEL_0=y +CONFIG_BROWNOUT_DET_LVL_SEL_1= +CONFIG_BROWNOUT_DET_LVL_SEL_2= +CONFIG_BROWNOUT_DET_LVL_SEL_3= +CONFIG_BROWNOUT_DET_LVL_SEL_4= +CONFIG_BROWNOUT_DET_LVL_SEL_5= +CONFIG_BROWNOUT_DET_LVL_SEL_6= +CONFIG_BROWNOUT_DET_LVL_SEL_7= +CONFIG_BROWNOUT_DET_LVL=0 +CONFIG_ESP32_TIME_SYSCALL_USE_RTC_FRC1=y +CONFIG_ESP32_TIME_SYSCALL_USE_RTC= +CONFIG_ESP32_TIME_SYSCALL_USE_FRC1= +CONFIG_ESP32_TIME_SYSCALL_USE_NONE= +CONFIG_ESP32_RTC_CLOCK_SOURCE_INTERNAL_RC=y +CONFIG_ESP32_RTC_CLOCK_SOURCE_EXTERNAL_CRYSTAL= +CONFIG_ESP32_RTC_CLK_CAL_CYCLES=1024 +CONFIG_ESP32_DEEP_SLEEP_WAKEUP_DELAY=2000 +CONFIG_ESP32_XTAL_FREQ_40=y +CONFIG_ESP32_XTAL_FREQ_26= +CONFIG_ESP32_XTAL_FREQ_AUTO= +CONFIG_ESP32_XTAL_FREQ=40 +CONFIG_DISABLE_BASIC_ROM_CONSOLE= +CONFIG_NO_BLOBS= +CONFIG_ESP_TIMER_PROFILING= +CONFIG_COMPATIBLE_PRE_V2_1_BOOTLOADERS= + +# +# Wi-Fi +# +CONFIG_ESP32_WIFI_STATIC_RX_BUFFER_NUM=10 +CONFIG_ESP32_WIFI_DYNAMIC_RX_BUFFER_NUM=32 +CONFIG_ESP32_WIFI_STATIC_TX_BUFFER= +CONFIG_ESP32_WIFI_DYNAMIC_TX_BUFFER=y +CONFIG_ESP32_WIFI_TX_BUFFER_TYPE=1 +CONFIG_ESP32_WIFI_DYNAMIC_TX_BUFFER_NUM=32 +CONFIG_ESP32_WIFI_AMPDU_TX_ENABLED=y +CONFIG_ESP32_WIFI_TX_BA_WIN=6 +CONFIG_ESP32_WIFI_AMPDU_RX_ENABLED=y +CONFIG_ESP32_WIFI_RX_BA_WIN=6 +CONFIG_ESP32_WIFI_NVS_ENABLED=y + +# +# PHY +# +CONFIG_ESP32_PHY_CALIBRATION_AND_DATA_STORAGE=y +CONFIG_ESP32_PHY_INIT_DATA_IN_PARTITION= +CONFIG_ESP32_PHY_MAX_WIFI_TX_POWER=20 +CONFIG_ESP32_PHY_MAX_TX_POWER=20 + +# +# Power Management +# +CONFIG_PM_ENABLE= + +# +# Ethernet +# +CONFIG_DMA_RX_BUF_NUM=10 +CONFIG_DMA_TX_BUF_NUM=10 +CONFIG_EMAC_L2_TO_L3_RX_BUF_MODE= +CONFIG_EMAC_TASK_PRIORITY=20 + +# +# FAT Filesystem support +# +CONFIG_FATFS_CODEPAGE_DYNAMIC= +CONFIG_FATFS_CODEPAGE_437=y +CONFIG_FATFS_CODEPAGE_720= +CONFIG_FATFS_CODEPAGE_737= +CONFIG_FATFS_CODEPAGE_771= +CONFIG_FATFS_CODEPAGE_775= +CONFIG_FATFS_CODEPAGE_850= +CONFIG_FATFS_CODEPAGE_852= +CONFIG_FATFS_CODEPAGE_855= +CONFIG_FATFS_CODEPAGE_857= +CONFIG_FATFS_CODEPAGE_860= +CONFIG_FATFS_CODEPAGE_861= +CONFIG_FATFS_CODEPAGE_862= +CONFIG_FATFS_CODEPAGE_863= +CONFIG_FATFS_CODEPAGE_864= +CONFIG_FATFS_CODEPAGE_865= +CONFIG_FATFS_CODEPAGE_866= +CONFIG_FATFS_CODEPAGE_869= +CONFIG_FATFS_CODEPAGE_932= +CONFIG_FATFS_CODEPAGE_936= +CONFIG_FATFS_CODEPAGE_949= +CONFIG_FATFS_CODEPAGE_950= +CONFIG_FATFS_CODEPAGE=437 +CONFIG_FATFS_LFN_NONE=y +CONFIG_FATFS_LFN_HEAP= +CONFIG_FATFS_LFN_STACK= +CONFIG_FATFS_FS_LOCK=0 +CONFIG_FATFS_TIMEOUT_MS=10000 +CONFIG_FATFS_PER_FILE_CACHE=y + +# +# FreeRTOS +# +CONFIG_FREERTOS_UNICORE= +CONFIG_FREERTOS_CORETIMER_0=y +CONFIG_FREERTOS_CORETIMER_1= +CONFIG_FREERTOS_HZ=100 +CONFIG_FREERTOS_ASSERT_ON_UNTESTED_FUNCTION=y +CONFIG_FREERTOS_CHECK_STACKOVERFLOW_NONE= +CONFIG_FREERTOS_CHECK_STACKOVERFLOW_PTRVAL= +CONFIG_FREERTOS_CHECK_STACKOVERFLOW_CANARY=y +CONFIG_FREERTOS_WATCHPOINT_END_OF_STACK= +CONFIG_FREERTOS_INTERRUPT_BACKTRACE=y +CONFIG_FREERTOS_THREAD_LOCAL_STORAGE_POINTERS=1 +CONFIG_FREERTOS_ASSERT_FAIL_ABORT=y +CONFIG_FREERTOS_ASSERT_FAIL_PRINT_CONTINUE= +CONFIG_FREERTOS_ASSERT_DISABLE= +CONFIG_FREERTOS_IDLE_TASK_STACKSIZE=1024 +CONFIG_FREERTOS_ISR_STACKSIZE=1536 +CONFIG_FREERTOS_LEGACY_HOOKS= +CONFIG_FREERTOS_MAX_TASK_NAME_LEN=16 +CONFIG_SUPPORT_STATIC_ALLOCATION= +CONFIG_TIMER_TASK_PRIORITY=1 +CONFIG_TIMER_TASK_STACK_DEPTH=2048 +CONFIG_TIMER_QUEUE_LENGTH=10 +CONFIG_FREERTOS_QUEUE_REGISTRY_SIZE=0 +CONFIG_FREERTOS_USE_TRACE_FACILITY= +CONFIG_FREERTOS_GENERATE_RUN_TIME_STATS= +CONFIG_FREERTOS_DEBUG_INTERNALS= + +# +# Heap memory debugging +# +CONFIG_HEAP_POISONING_DISABLED=y +CONFIG_HEAP_POISONING_LIGHT= +CONFIG_HEAP_POISONING_COMPREHENSIVE= +CONFIG_HEAP_TRACING= + +# +# libsodium +# +CONFIG_LIBSODIUM_USE_MBEDTLS_SHA=y + +# +# Log output +# +CONFIG_LOG_DEFAULT_LEVEL_NONE= +CONFIG_LOG_DEFAULT_LEVEL_ERROR= +CONFIG_LOG_DEFAULT_LEVEL_WARN= +CONFIG_LOG_DEFAULT_LEVEL_INFO=y +CONFIG_LOG_DEFAULT_LEVEL_DEBUG= +CONFIG_LOG_DEFAULT_LEVEL_VERBOSE= +CONFIG_LOG_DEFAULT_LEVEL=3 +CONFIG_LOG_COLORS=y + +# +# LWIP +# +CONFIG_L2_TO_L3_COPY= +CONFIG_LWIP_IRAM_OPTIMIZATION= +CONFIG_LWIP_MAX_SOCKETS=10 +CONFIG_LWIP_SO_REUSE=y +CONFIG_LWIP_SO_REUSE_RXTOALL=y +CONFIG_LWIP_SO_RCVBUF= +CONFIG_LWIP_DHCP_MAX_NTP_SERVERS=1 +CONFIG_LWIP_IP_FRAG= +CONFIG_LWIP_IP_REASSEMBLY= +CONFIG_LWIP_STATS= +CONFIG_LWIP_ETHARP_TRUST_IP_MAC=y +CONFIG_TCPIP_RECVMBOX_SIZE=32 +CONFIG_LWIP_DHCP_DOES_ARP_CHECK=y + +# +# DHCP server +# +CONFIG_LWIP_DHCPS_LEASE_UNIT=60 +CONFIG_LWIP_DHCPS_MAX_STATION_NUM=8 +CONFIG_LWIP_AUTOIP= +CONFIG_LWIP_NETIF_LOOPBACK=y +CONFIG_LWIP_LOOPBACK_MAX_PBUFS=8 + +# +# TCP +# +CONFIG_LWIP_MAX_ACTIVE_TCP=16 +CONFIG_LWIP_MAX_LISTENING_TCP=16 +CONFIG_TCP_MAXRTX=12 +CONFIG_TCP_SYNMAXRTX=6 +CONFIG_TCP_MSS=1436 +CONFIG_TCP_MSL=60000 +CONFIG_TCP_SND_BUF_DEFAULT=5744 +CONFIG_TCP_WND_DEFAULT=5744 +CONFIG_TCP_RECVMBOX_SIZE=6 +CONFIG_TCP_QUEUE_OOSEQ=y +CONFIG_TCP_OVERSIZE_MSS=y +CONFIG_TCP_OVERSIZE_QUARTER_MSS= +CONFIG_TCP_OVERSIZE_DISABLE= + +# +# UDP +# +CONFIG_LWIP_MAX_UDP_PCBS=16 +CONFIG_UDP_RECVMBOX_SIZE=6 +CONFIG_TCPIP_TASK_STACK_SIZE=2048 +CONFIG_PPP_SUPPORT= + +# +# ICMP +# +CONFIG_LWIP_MULTICAST_PING= +CONFIG_LWIP_BROADCAST_PING= + +# +# LWIP RAW API +# +CONFIG_LWIP_MAX_RAW_PCBS=16 + +# +# mbedTLS +# +CONFIG_MBEDTLS_SSL_MAX_CONTENT_LEN=16384 +CONFIG_MBEDTLS_DEBUG= +CONFIG_MBEDTLS_HARDWARE_AES=y +CONFIG_MBEDTLS_HARDWARE_MPI= +CONFIG_MBEDTLS_HARDWARE_SHA= +CONFIG_MBEDTLS_HAVE_TIME=y +CONFIG_MBEDTLS_HAVE_TIME_DATE= +CONFIG_MBEDTLS_TLS_SERVER_AND_CLIENT=y +CONFIG_MBEDTLS_TLS_SERVER_ONLY= +CONFIG_MBEDTLS_TLS_CLIENT_ONLY= +CONFIG_MBEDTLS_TLS_DISABLED= +CONFIG_MBEDTLS_TLS_SERVER=y +CONFIG_MBEDTLS_TLS_CLIENT=y +CONFIG_MBEDTLS_TLS_ENABLED=y + +# +# TLS Key Exchange Methods +# +CONFIG_MBEDTLS_PSK_MODES= +CONFIG_MBEDTLS_KEY_EXCHANGE_RSA=y +CONFIG_MBEDTLS_KEY_EXCHANGE_DHE_RSA=y +CONFIG_MBEDTLS_KEY_EXCHANGE_ELLIPTIC_CURVE=y +CONFIG_MBEDTLS_KEY_EXCHANGE_ECDHE_RSA=y +CONFIG_MBEDTLS_KEY_EXCHANGE_ECDHE_ECDSA=y +CONFIG_MBEDTLS_KEY_EXCHANGE_ECDH_ECDSA=y +CONFIG_MBEDTLS_KEY_EXCHANGE_ECDH_RSA=y +CONFIG_MBEDTLS_SSL_RENEGOTIATION=y +CONFIG_MBEDTLS_SSL_PROTO_SSL3= +CONFIG_MBEDTLS_SSL_PROTO_TLS1=y +CONFIG_MBEDTLS_SSL_PROTO_TLS1_1=y +CONFIG_MBEDTLS_SSL_PROTO_TLS1_2=y +CONFIG_MBEDTLS_SSL_PROTO_DTLS= +CONFIG_MBEDTLS_SSL_ALPN=y +CONFIG_MBEDTLS_SSL_SESSION_TICKETS=y + +# +# Symmetric Ciphers +# +CONFIG_MBEDTLS_AES_C=y +CONFIG_MBEDTLS_CAMELLIA_C= +CONFIG_MBEDTLS_DES_C= +CONFIG_MBEDTLS_RC4_DISABLED=y +CONFIG_MBEDTLS_RC4_ENABLED_NO_DEFAULT= +CONFIG_MBEDTLS_RC4_ENABLED= +CONFIG_MBEDTLS_BLOWFISH_C= +CONFIG_MBEDTLS_XTEA_C= +CONFIG_MBEDTLS_CCM_C=y +CONFIG_MBEDTLS_GCM_C=y +CONFIG_MBEDTLS_RIPEMD160_C= + +# +# Certificates +# +CONFIG_MBEDTLS_PEM_PARSE_C=y +CONFIG_MBEDTLS_PEM_WRITE_C=y +CONFIG_MBEDTLS_X509_CRL_PARSE_C=y +CONFIG_MBEDTLS_X509_CSR_PARSE_C=y +CONFIG_MBEDTLS_ECP_C=y +CONFIG_MBEDTLS_ECDH_C=y +CONFIG_MBEDTLS_ECDSA_C=y +CONFIG_MBEDTLS_ECP_DP_SECP192R1_ENABLED=y +CONFIG_MBEDTLS_ECP_DP_SECP224R1_ENABLED=y +CONFIG_MBEDTLS_ECP_DP_SECP256R1_ENABLED=y +CONFIG_MBEDTLS_ECP_DP_SECP384R1_ENABLED=y +CONFIG_MBEDTLS_ECP_DP_SECP521R1_ENABLED=y +CONFIG_MBEDTLS_ECP_DP_SECP192K1_ENABLED=y +CONFIG_MBEDTLS_ECP_DP_SECP224K1_ENABLED=y +CONFIG_MBEDTLS_ECP_DP_SECP256K1_ENABLED=y +CONFIG_MBEDTLS_ECP_DP_BP256R1_ENABLED=y +CONFIG_MBEDTLS_ECP_DP_BP384R1_ENABLED=y +CONFIG_MBEDTLS_ECP_DP_BP512R1_ENABLED=y +CONFIG_MBEDTLS_ECP_DP_CURVE25519_ENABLED=y +CONFIG_MBEDTLS_ECP_NIST_OPTIM=y + +# +# OpenSSL +# +CONFIG_OPENSSL_DEBUG= +CONFIG_OPENSSL_ASSERT_DO_NOTHING=y +CONFIG_OPENSSL_ASSERT_EXIT= + +# +# PThreads +# +CONFIG_ESP32_PTHREAD_TASK_PRIO_DEFAULT=5 +CONFIG_ESP32_PTHREAD_TASK_STACK_SIZE_DEFAULT=3072 + +# +# SPI Flash driver +# +CONFIG_SPI_FLASH_VERIFY_WRITE= +CONFIG_SPI_FLASH_ENABLE_COUNTERS= +CONFIG_SPI_FLASH_ROM_DRIVER_PATCH=y +CONFIG_SPI_FLASH_WRITING_DANGEROUS_REGIONS_ABORTS=y +CONFIG_SPI_FLASH_WRITING_DANGEROUS_REGIONS_FAILS= +CONFIG_SPI_FLASH_WRITING_DANGEROUS_REGIONS_ALLOWED= + +# +# SPIFFS Configuration +# +CONFIG_SPIFFS_MAX_PARTITIONS=3 + +# +# SPIFFS Cache Configuration +# +CONFIG_SPIFFS_CACHE=y +CONFIG_SPIFFS_CACHE_WR=y +CONFIG_SPIFFS_CACHE_STATS= +CONFIG_SPIFFS_PAGE_CHECK=y +CONFIG_SPIFFS_GC_MAX_RUNS=10 +CONFIG_SPIFFS_GC_STATS= +CONFIG_SPIFFS_PAGE_SIZE=256 +CONFIG_SPIFFS_OBJ_NAME_LEN=32 +CONFIG_SPIFFS_USE_MAGIC=y +CONFIG_SPIFFS_USE_MAGIC_LENGTH=y +CONFIG_SPIFFS_META_LENGTH=4 +CONFIG_SPIFFS_USE_MTIME=y + +# +# Debug Configuration +# +CONFIG_SPIFFS_DBG= +CONFIG_SPIFFS_API_DBG= +CONFIG_SPIFFS_GC_DBG= +CONFIG_SPIFFS_CACHE_DBG= +CONFIG_SPIFFS_CHECK_DBG= +CONFIG_SPIFFS_TEST_VISUALISATION= + +# +# tcpip adapter +# +CONFIG_IP_LOST_TIMER_INTERVAL=120 + +# +# Wear Levelling +# +CONFIG_WL_SECTOR_SIZE_512= +CONFIG_WL_SECTOR_SIZE_4096=y +CONFIG_WL_SECTOR_SIZE=4096 diff --git a/include/mqtt.h b/include/mqtt.h deleted file mode 100755 index 5be407b..0000000 --- a/include/mqtt.h +++ /dev/null @@ -1,126 +0,0 @@ -#ifndef _MQTT_H_ -#define _MQTT_H_ - -#include -#include -#include - -#include "freertos/FreeRTOS.h" -#include "freertos/queue.h" - -#include "mqtt_config.h" -#include "mqtt_msg.h" -#include "ringbuf.h" - -#if defined(CONFIG_MQTT_SECURITY_ON) -#include "openssl/ssl.h" -#endif - -typedef struct mqtt_client mqtt_client; -typedef struct mqtt_event_data_t mqtt_event_data_t; - -/** - * \return True on connect success, false on error - */ -typedef bool (* mqtt_connect_callback)(mqtt_client *client); -/** - */ -typedef void (* mqtt_disconnect_callback)(mqtt_client *client); -/** - * \param[out] buffer Pointer to buffer to fill - * \param[in] len Number of bytes to read - * \param[in] timeout_ms Time to wait for completion, or 0 for no timeout - * \return Number of bytes read, less than 0 on error - */ -typedef int (* mqtt_read_callback)(mqtt_client *client, void *buffer, int len, int timeout_ms); -/** - * \param[in] buffer Pointer to buffer to write - * \param[in] len Number of bytes to write - * \param[in] timeout_ms Time to wait for completion, or 0 for no timeout - * \return Number of bytes written, less than 0 on error - */ -typedef int (* mqtt_write_callback)(mqtt_client *client, const void *buffer, int len, int timeout_ms); -typedef void (* mqtt_event_callback)(mqtt_client *client, mqtt_event_data_t *event_data); - -typedef struct mqtt_settings { - mqtt_connect_callback connect_cb; - mqtt_disconnect_callback disconnect_cb; - - mqtt_read_callback read_cb; - mqtt_write_callback write_cb; - - mqtt_event_callback connected_cb; - mqtt_event_callback disconnected_cb; - - mqtt_event_callback subscribe_cb; - mqtt_event_callback publish_cb; - mqtt_event_callback data_cb; - - char host[CONFIG_MQTT_MAX_HOST_LEN]; - uint32_t port; - char client_id[CONFIG_MQTT_MAX_CLIENT_LEN]; - char username[CONFIG_MQTT_MAX_USERNAME_LEN]; - char password[CONFIG_MQTT_MAX_PASSWORD_LEN]; - char lwt_topic[CONFIG_MQTT_MAX_LWT_TOPIC]; - char lwt_msg[CONFIG_MQTT_MAX_LWT_MSG]; - uint32_t lwt_msg_len; - uint32_t lwt_qos; - uint32_t lwt_retain; - uint32_t clean_session; - uint32_t keepalive; - bool auto_reconnect; -} mqtt_settings; - -typedef struct mqtt_event_data_t -{ - uint8_t type; - const char* topic; - const char* data; - uint16_t topic_length; - uint16_t data_length; - uint16_t data_offset; - uint16_t data_total_length; -} mqtt_event_data_t; - -typedef struct mqtt_state_t -{ - uint16_t port; - int auto_reconnect; - mqtt_connect_info_t* connect_info; - uint8_t* in_buffer; - uint8_t* out_buffer; - int in_buffer_length; - int out_buffer_length; - uint16_t message_length; - uint16_t message_length_read; - mqtt_message_t* outbound_message; - mqtt_connection_t mqtt_connection; - uint16_t pending_msg_id; - int pending_msg_type; - int pending_publish_qos; -} mqtt_state_t; - -typedef struct mqtt_client { - int socket; - -#if defined(CONFIG_MQTT_SECURITY_ON) // ENABLE MQTT OVER SSL - SSL_CTX *ctx; - SSL *ssl; -#endif - - mqtt_settings *settings; - mqtt_state_t mqtt_state; - mqtt_connect_info_t connect_info; - QueueHandle_t xSendingQueue; - RINGBUF send_rb; - uint32_t keepalive_tick; -} mqtt_client; - -mqtt_client *mqtt_start(mqtt_settings *mqtt_info); -void mqtt_stop(); -void mqtt_task(void *pvParameters); -void mqtt_subscribe(mqtt_client *client, const char *topic, uint8_t qos); -void mqtt_unsubscribe(mqtt_client *client, const char *topic); -void mqtt_publish(mqtt_client* client, const char *topic, const char *data, int len, int qos, int retain); -void mqtt_destroy(); -#endif diff --git a/include/mqtt_client.h b/include/mqtt_client.h new file mode 100755 index 0000000..6572958 --- /dev/null +++ b/include/mqtt_client.h @@ -0,0 +1,77 @@ +#ifndef _MQTT_CLIENT_H_ +#define _MQTT_CLIENT_H_ + +#include +#include +#include + +#include "mqtt_config.h" + + +typedef struct esp_mqtt_client* esp_mqtt_client_handle_t; + + +typedef enum { + MQTT_EVENT_ERROR = 0, + MQTT_EVENT_CONNECTED, + MQTT_EVENT_DISCONNECTED, + MQTT_EVENT_SUBSCRIBED, + MQTT_EVENT_UNSUBSCRIBED, + MQTT_EVENT_PUBLISHED, + MQTT_EVENT_DATA, +} esp_mqtt_event_id_t; + +typedef struct { + esp_mqtt_event_id_t event_id; + esp_mqtt_client_handle_t client; + void *user_context; + char *data; + int data_len; + char *topic; + int topic_len; + int msg_id; +} esp_mqtt_event_t; + +typedef esp_mqtt_event_t* esp_mqtt_event_handle_t; + + +/** + * \return True on connect success, false on error + */ +typedef esp_err_t (* mqtt_event_callback_t)(esp_mqtt_event_handle_t event); + + +typedef struct { + mqtt_event_callback_t event_handle; + char host[MQTT_MAX_HOST_LEN]; + char uri[MQTT_MAX_HOST_LEN]; + uint32_t port; + char client_id[MQTT_MAX_CLIENT_LEN]; + char username[MQTT_MAX_USERNAME_LEN]; + char password[MQTT_MAX_PASSWORD_LEN]; + char lwt_topic[MQTT_MAX_LWT_TOPIC]; + char lwt_msg[MQTT_MAX_LWT_MSG]; + int lwt_msg_len; + int lwt_qos; + int lwt_retain; + int clean_session; + int keepalive; + bool auto_reconnect; + void *user_context; + int task_prio; + int task_stack; + int buffer_size; + char *cert_pem; +} esp_mqtt_client_config_t; + +esp_mqtt_client_handle_t esp_mqtt_client_init(const esp_mqtt_client_config_t *config); +esp_err_t esp_mqtt_client_set_uri(esp_mqtt_client_handle_t client, const char *uri); + +esp_err_t esp_mqtt_client_start(esp_mqtt_client_handle_t client); +esp_err_t esp_mqtt_client_stop(esp_mqtt_client_handle_t client); +esp_err_t esp_mqtt_client_subscribe(esp_mqtt_client_handle_t client, const char *topic, int qos); +esp_err_t esp_mqtt_client_unsubscribe(esp_mqtt_client_handle_t client, const char *topic); +int esp_mqtt_client_publish(esp_mqtt_client_handle_t client, const char *topic, const char *data, int len, int qos, int retain); +esp_err_t esp_mqtt_client_destroy(esp_mqtt_client_handle_t client); + +#endif diff --git a/include/mqtt_config.h b/include/mqtt_config.h index bab429e..ea02ea7 100644 --- a/include/mqtt_config.h +++ b/include/mqtt_config.h @@ -1,44 +1,21 @@ #ifndef _MQTT_CONFIG_H_ #define _MQTT_CONFIG_H_ -#include "sdkconfig.h" -#include - -#define CONFIG_MQTT_PROTOCOL_311 1 -#define CONFIG_MQTT_SECURITY_ON 1 -#define CONFIG_MQTT_PRIORITY 5 -#define CONFIG_MQTT_LOG_ERROR_ON -#define CONFIG_MQTT_LOG_WARN_ON -#define CONFIG_MQTT_LOG_INFO_ON -#define CONFIG_MQTT_RECONNECT_TIMEOUT 60 -#define CONFIG_MQTT_QUEUE_BUFFER_SIZE_WORD 1024 -#define CONFIG_MQTT_BUFFER_SIZE_BYTE 1024 -#define CONFIG_MQTT_MAX_HOST_LEN 64 -#define CONFIG_MQTT_MAX_CLIENT_LEN 32 -#define CONFIG_MQTT_MAX_USERNAME_LEN 32 -#define CONFIG_MQTT_MAX_PASSWORD_LEN 32 -#define CONFIG_MQTT_MAX_LWT_TOPIC 32 -#define CONFIG_MQTT_MAX_LWT_MSG 32 - - - -#ifdef CONFIG_MQTT_LOG_ERROR_ON -#define mqtt_error(format, ... ) printf( "[MQTT ERROR] " format "\n", ##__VA_ARGS__) -#else -#define mqtt_error( format, ... ) -#endif -#ifdef CONFIG_MQTT_LOG_WARN_ON -#define mqtt_warn(format, ... ) printf( "[MQTT WARN] " format "\n", ##__VA_ARGS__) -#else -#define mqtt_warn( format, ... ) -#endif -#ifdef CONFIG_MQTT_LOG_INFO_ON -#define mqtt_info(format, ... ) printf( "[MQTT INFO] " format "\n", ##__VA_ARGS__) -#else -#define mqtt_info(format, ... ) -#endif - -#ifndef CONFIG_MQTT_QUEUE_BUFFER_SIZE_WORD -#define CONFIG_MQTT_QUEUE_BUFFER_SIZE_WORD 1024 -#endif - +#define MQTT_PROTOCOL_311 1 +#define MQTT_RECONNECT_TIMEOUT_MS (10*1000) +#define MQTT_QUEUE_BUFFER_SIZE_WORD 1024 +#define MQTT_BUFFER_SIZE_BYTE 1024 +#define MQTT_MAX_HOST_LEN 64 +#define MQTT_MAX_CLIENT_LEN 32 +#define MQTT_MAX_USERNAME_LEN 32 +#define MQTT_MAX_PASSWORD_LEN 32 +#define MQTT_MAX_LWT_TOPIC 32 +#define MQTT_MAX_LWT_MSG 32 +#define MQTT_TASK_PRIORITY 5 +#define MQTT_TASK_STACK (4*1024) +#define MQTT_KEEPALIVE_TICK (120) +#define MQTT_BUFFER_SIZE (1*1024) +#define MQTT_CMD_QUEUE_SIZE (10) +#define MQTT_NETWORK_TIMEOUT_MS (10000) +#define MQTT_TCP_DEFAULT_PORT (1883) +#define MQTT_SSL_DEFAULT_PORT (8883) #endif diff --git a/include/ringbuf.h b/include/ringbuf.h deleted file mode 100644 index 6444b23..0000000 --- a/include/ringbuf.h +++ /dev/null @@ -1,23 +0,0 @@ -#ifndef _RING_BUF_H_ -#define _RING_BUF_H_ - -#include - - -typedef struct{ - uint8_t* p_o; /**< Original pointer */ - uint8_t* volatile p_r; /**< Read pointer */ - uint8_t* volatile p_w; /**< Write pointer */ - volatile int32_t fill_cnt; /**< Number of filled slots */ - int32_t size; /**< Buffer size */ - int32_t block_size; -}RINGBUF; - -int32_t rb_init(RINGBUF *r, uint8_t* buf, int32_t size, int32_t block_size); -int32_t rb_put(RINGBUF *r, uint8_t* c); -int32_t rb_get(RINGBUF *r, uint8_t* c); -int32_t rb_available(RINGBUF *r); -uint32_t rb_read(RINGBUF *r, uint8_t *buf, int len); -uint32_t rb_write(RINGBUF *r, uint8_t *buf, int len); - -#endif diff --git a/lib/README.md b/lib/README.md new file mode 100644 index 0000000..be5a1bb --- /dev/null +++ b/lib/README.md @@ -0,0 +1,5 @@ +# ESP32 MQTT Library + +This is component based on ESP-IDF for ESP32 + +Full documentation and sample project: https://github.com/tuanpmt/esp32-mqtt diff --git a/include/mqtt_msg.h b/lib/include/mqtt_msg.h similarity index 79% rename from include/mqtt_msg.h rename to lib/include/mqtt_msg.h index 758aa51..4f789ba 100644 --- a/include/mqtt_msg.h +++ b/lib/include/mqtt_msg.h @@ -42,61 +42,61 @@ extern "C" { enum mqtt_message_type { - MQTT_MSG_TYPE_CONNECT = 1, - MQTT_MSG_TYPE_CONNACK = 2, - MQTT_MSG_TYPE_PUBLISH = 3, - MQTT_MSG_TYPE_PUBACK = 4, - MQTT_MSG_TYPE_PUBREC = 5, - MQTT_MSG_TYPE_PUBREL = 6, - MQTT_MSG_TYPE_PUBCOMP = 7, - MQTT_MSG_TYPE_SUBSCRIBE = 8, - MQTT_MSG_TYPE_SUBACK = 9, - MQTT_MSG_TYPE_UNSUBSCRIBE = 10, - MQTT_MSG_TYPE_UNSUBACK = 11, - MQTT_MSG_TYPE_PINGREQ = 12, - MQTT_MSG_TYPE_PINGRESP = 13, - MQTT_MSG_TYPE_DISCONNECT = 14 + MQTT_MSG_TYPE_CONNECT = 1, + MQTT_MSG_TYPE_CONNACK = 2, + MQTT_MSG_TYPE_PUBLISH = 3, + MQTT_MSG_TYPE_PUBACK = 4, + MQTT_MSG_TYPE_PUBREC = 5, + MQTT_MSG_TYPE_PUBREL = 6, + MQTT_MSG_TYPE_PUBCOMP = 7, + MQTT_MSG_TYPE_SUBSCRIBE = 8, + MQTT_MSG_TYPE_SUBACK = 9, + MQTT_MSG_TYPE_UNSUBSCRIBE = 10, + MQTT_MSG_TYPE_UNSUBACK = 11, + MQTT_MSG_TYPE_PINGREQ = 12, + MQTT_MSG_TYPE_PINGRESP = 13, + MQTT_MSG_TYPE_DISCONNECT = 14 }; enum mqtt_connect_return_code { - CONNECTION_ACCEPTED = 0, - CONNECTION_REFUSE_PROTOCOL, - CONNECTION_REFUSE_ID_REJECTED, - CONNECTION_REFUSE_SERVER_UNAVAILABLE, - CONNECTION_REFUSE_BAD_USERNAME, - CONNECTION_REFUSE_NOT_AUTHORIZED + CONNECTION_ACCEPTED = 0, + CONNECTION_REFUSE_PROTOCOL, + CONNECTION_REFUSE_ID_REJECTED, + CONNECTION_REFUSE_SERVER_UNAVAILABLE, + CONNECTION_REFUSE_BAD_USERNAME, + CONNECTION_REFUSE_NOT_AUTHORIZED }; typedef struct mqtt_message { - uint8_t* data; - uint16_t length; + uint8_t* data; + uint16_t length; } mqtt_message_t; typedef struct mqtt_connection { - mqtt_message_t message; + mqtt_message_t message; - uint16_t message_id; - uint8_t* buffer; - uint16_t buffer_length; + uint16_t message_id; + uint8_t* buffer; + uint16_t buffer_length; } mqtt_connection_t; typedef struct mqtt_connect_info { - char* client_id; - char* username; - char* password; - char* will_topic; - char* will_message; - int keepalive; - int will_length; - int will_qos; - int will_retain; - int clean_session; + char* client_id; + char* username; + char* password; + char* will_topic; + char* will_message; + int keepalive; + int will_length; + int will_qos; + int will_retain; + int clean_session; } mqtt_connect_info_t; diff --git a/lib/include/mqtt_outbox.h b/lib/include/mqtt_outbox.h new file mode 100644 index 0000000..7933b7b --- /dev/null +++ b/lib/include/mqtt_outbox.h @@ -0,0 +1,42 @@ +#ifndef _MQTT_OUTOBX_H_ +#define _MQTT_OUTOBX_H_ +#include "platform.h" + +#ifdef __cplusplus +extern "C" { +#endif + +typedef struct outbox_item { + char *buffer; + int len; + int msg_id; + int msg_type; + int tick; + int retry_count; + bool pending; + STAILQ_ENTRY(outbox_item) next; +} outbox_item_t; + +STAILQ_HEAD(outbox_list_t, outbox_item); + +typedef struct outbox_list_t * outbox_handle_t; +typedef outbox_item_t *outbox_item_handle_t; + +outbox_handle_t outbox_init(); +outbox_item_handle_t outbox_enqueue(outbox_handle_t outbox, uint8_t *data, int len, int msg_id, int msg_type, int tick); +outbox_item_handle_t outbox_dequeue(outbox_handle_t outbox); +outbox_item_handle_t outbox_get(outbox_handle_t outbox, int msg_id); +esp_err_t outbox_delete(outbox_handle_t outbox, int msg_id, int msg_type); +esp_err_t outbox_delete_msgid(outbox_handle_t outbox, int msg_id); +esp_err_t outbox_delete_msgtype(outbox_handle_t outbox, int msg_type); +esp_err_t outbox_delete_expired(outbox_handle_t outbox, int current_tick, int timeout); + +esp_err_t outbox_set_pending(outbox_handle_t outbox, int msg_id); +int outbox_get_size(outbox_handle_t outbox); +esp_err_t outbox_cleanup(outbox_handle_t outbox, int max_size); +void outbox_destroy(outbox_handle_t outbox); + +#ifdef __cplusplus +} +#endif +#endif diff --git a/lib/include/platform.h b/lib/include/platform.h new file mode 100644 index 0000000..7121609 --- /dev/null +++ b/lib/include/platform.h @@ -0,0 +1,24 @@ + +// Copyright 2015-2018 Espressif Systems (Shanghai) PTE LTD +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at + +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +#ifndef _PLATFORM_H__ +#define _PLATFORM_H__ + +//Support ESP32 +#ifdef ESP_PLATFORM +#include "platform_esp32_idf.h" +#endif + +#endif diff --git a/lib/include/platform_esp32_idf.h b/lib/include/platform_esp32_idf.h new file mode 100644 index 0000000..0368544 --- /dev/null +++ b/lib/include/platform_esp32_idf.h @@ -0,0 +1,40 @@ + +// Copyright 2015-2018 Espressif Systems (Shanghai) PTE LTD +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at + +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +#ifndef _ESP_PLATFORM_H__ +#define _ESP_PLATFORM_H__ + +#include "freertos/FreeRTOS.h" +#include "freertos/task.h" +#include "freertos/semphr.h" +#include "freertos/queue.h" + +#include "lwip/err.h" +#include "lwip/sockets.h" +#include "lwip/sys.h" +#include "lwip/netdb.h" +#include "lwip/dns.h" + +#include "rom/queue.h" +#include "esp_err.h" +#include "esp_log.h" +#include "esp_system.h" + +#define mem_assert(x) assert(x) + +char *platform_create_id_string(); +int platform_random(int max); +int platform_tick_get_ms(); +#endif diff --git a/lib/include/transport.h b/lib/include/transport.h new file mode 100644 index 0000000..7bbe07b --- /dev/null +++ b/lib/include/transport.h @@ -0,0 +1,111 @@ +// Copyright 2015-2018 Espressif Systems (Shanghai) PTE LTD +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at + +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +#ifndef _TRANSPORT_H_ +#define _TRANSPORT_H_ + +#include "platform.h" + +#ifdef __cplusplus +extern "C" { +#endif + + +typedef struct transport_list_t* transport_list_handle_t; +typedef struct transport_item_t* transport_handle_t; + +typedef int (*connect_func)(transport_handle_t t, const char *host, int port, int timeout_ms); +typedef int (*io_func)(transport_handle_t t, char *buffer, int len, int timeout_ms); +typedef int (*trans_func)(transport_handle_t t); +typedef int (*poll_func)(transport_handle_t t, int timeout_ms); + +transport_list_handle_t transport_list_init(); +esp_err_t transport_list_destroy(transport_list_handle_t head); +esp_err_t transport_list_add(transport_list_handle_t head, transport_handle_t t, const char *scheme); +esp_err_t transport_list_clean(transport_list_handle_t head); +transport_handle_t transport_list_get_transport(transport_list_handle_t head, const char *tag); + +transport_handle_t transport_init(); +int transport_destroy(transport_handle_t t); +int transport_get_default_port(transport_handle_t t); +esp_err_t transport_set_default_port(transport_handle_t t, int port); + +/** + * @brief Transport connection function, to make a connection to server + * + * @param t Transport to use + * @param[in] host Hostname + * @param[in] port Port + * @param[in] timeout_ms The timeout milliseconds + * + * @return + * - socket for will use by this transport + * - (-1) if there are any errors + */ +int transport_connect(transport_handle_t t, const char *host, int port, int timeout_ms); + +/** + * @brief Transport read function + * + * @param t Transport to use + * @param buffer The buffer + * @param[in] len The length + * @param[in] timeout_ms The timeout milliseconds + * + * @return + * - Number of bytes was read + * - (-1) if there are any errors + */ +int transport_read(transport_handle_t t, char *buffer, int len, int timeout_ms); +int transport_poll_read(transport_handle_t t, int timeout_ms); + +/** + * @brief Transport write function + * + * @param t transport + * @param buffer The buffer + * @param[in] len The length + * @param[in] timeout_ms The timeout milliseconds + * + * @return +* - Number of bytes was written + * - (-1) if there are any errors + */ +int transport_write(transport_handle_t t, char *buffer, int len, int timeout_ms); +int transport_poll_write(transport_handle_t t, int timeout_ms); + +/** + * @brief Transport close + * + * @param t transport + * + * @return + * - 0 if ok + * - (-1) if there are any errors + */ +int transport_close(transport_handle_t t); +void *transport_get_data(transport_handle_t t); +esp_err_t transport_set_data(transport_handle_t t, void *data); +esp_err_t transport_set_func(transport_handle_t t, + connect_func _connect, + io_func _read, + io_func _write, + trans_func _close, + poll_func _poll_read, + poll_func _poll_write, + trans_func _destroy); +#ifdef __cplusplus +} +#endif +#endif diff --git a/lib/include/transport_ssl.h b/lib/include/transport_ssl.h new file mode 100644 index 0000000..91cce7e --- /dev/null +++ b/lib/include/transport_ssl.h @@ -0,0 +1,47 @@ +// Copyright 2015-2018 Espressif Systems (Shanghai) PTE LTD +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at + +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +#ifndef _TRANSPORT_SSL_H_ +#define _TRANSPORT_SSL_H_ + +#include "transport.h" + +#ifdef __cplusplus +extern "C" { +#endif + + +/** + * @brief Create new SSL transport + * + * @return + * - transport + * - NULL + */ +transport_handle_t transport_ssl_init(); + +/** + * @brief Set SSL certification data (as PEM format) + * + * @param t ssl transport + * @param[in] data The pem data + * @param[in] len The length + */ +void transport_ssl_set_cert_data(transport_handle_t t, const char *data, int len); + + +#ifdef __cplusplus +} +#endif +#endif diff --git a/lib/include/transport_tcp.h b/lib/include/transport_tcp.h new file mode 100644 index 0000000..c3d555d --- /dev/null +++ b/lib/include/transport_tcp.h @@ -0,0 +1,38 @@ +// Copyright 2015-2018 Espressif Systems (Shanghai) PTE LTD +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at + +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +#ifndef _TRANSPORT_TCP_H_ +#define _TRANSPORT_TCP_H_ + +#include "transport.h" + +#ifdef __cplusplus +extern "C" { +#endif + +/** + * @brief Create TCP transport + * + * @return + * - transport + * - NULL + */ +transport_handle_t transport_tcp_init(); + + +#ifdef __cplusplus +} +#endif + +#endif diff --git a/mqtt_msg.c b/lib/mqtt_msg.c similarity index 99% rename from mqtt_msg.c rename to lib/mqtt_msg.c index 5be6fa3..5931375 100644 --- a/mqtt_msg.c +++ b/lib/mqtt_msg.c @@ -32,6 +32,8 @@ #include #include "mqtt_msg.h" #include "mqtt_config.h" +#include "platform.h" + #define MQTT_MAX_FIXED_HEADER_SIZE 3 enum mqtt_connect_flag @@ -75,8 +77,9 @@ static uint16_t append_message_id(mqtt_connection_t* connection, uint16_t messag { // If message_id is zero then we should assign one, otherwise // we'll use the one supplied by the caller - while (message_id == 0) - message_id = ++connection->message_id; + while (message_id == 0) { + message_id = platform_random(65535); + } if (connection->message.length + 2 > connection->buffer_length) return 0; diff --git a/lib/mqtt_outbox.c b/lib/mqtt_outbox.c new file mode 100644 index 0000000..c337579 --- /dev/null +++ b/lib/mqtt_outbox.c @@ -0,0 +1,159 @@ +#include "mqtt_outbox.h" +#include +#include +#include "rom/queue.h" +#include "esp_log.h" + +// typedef struct outbox_item { +// char *buffer; +// int len; +// int msg_id; +// int msg_type; +// int tick_created; +// int retry_count; +// bool pending; +// STAILQ_ENTRY(outbox) next; +// } outbox_item; + +static const char *TAG = "OUTBOX"; + +outbox_handle_t outbox_init() +{ + outbox_handle_t outbox = calloc(1, sizeof(struct outbox_list_t)); + mem_assert(outbox); + STAILQ_INIT(outbox); + return outbox; +} + +outbox_item_handle_t outbox_enqueue(outbox_handle_t outbox, uint8_t *data, int len, int msg_id, int msg_type, int tick) +{ + outbox_item_handle_t item = calloc(1, sizeof(outbox_item_t)); + mem_assert(item); + item->msg_id = msg_id; + item->msg_type = msg_type; + item->tick = tick; + item->len = len; + item->buffer = malloc(len); + mem_assert(item->buffer); + memcpy(item->buffer, data, len); + STAILQ_INSERT_TAIL(outbox, item, next); + ESP_LOGD(TAG, "ENQUEUE msgid=%d, msg_type=%d, len=%d, size=%d", msg_id, msg_type, len, outbox_get_size(outbox)); + return item; +} + +outbox_item_handle_t outbox_get(outbox_handle_t outbox, int msg_id) +{ + outbox_item_handle_t item; + STAILQ_FOREACH(item, outbox, next) { + if (item->msg_id == msg_id) { + return item; + } + } + return NULL; +} + +outbox_item_handle_t outbox_dequeue(outbox_handle_t outbox) +{ + outbox_item_handle_t item; + STAILQ_FOREACH(item, outbox, next) { + if (!item->pending) { + return item; + } + } + return NULL; +} +esp_err_t outbox_delete(outbox_handle_t outbox, int msg_id, int msg_type) +{ + outbox_item_handle_t item, tmp; + STAILQ_FOREACH_SAFE(item, outbox, next, tmp) { + if (item->msg_id == msg_id && item->msg_type == msg_type) { + STAILQ_REMOVE(outbox, item, outbox_item, next); + free(item->buffer); + free(item); + ESP_LOGD(TAG, "DELETED msgid=%d, msg_type=%d, remain size=%d", msg_id, msg_type, outbox_get_size(outbox)); + return ESP_OK; + } + + } + return ESP_FAIL; +} +esp_err_t outbox_delete_msgid(outbox_handle_t outbox, int msg_id) +{ + outbox_item_handle_t item, tmp; + STAILQ_FOREACH_SAFE(item, outbox, next, tmp) { + if (item->msg_id == msg_id) { + STAILQ_REMOVE(outbox, item, outbox_item, next); + free(item->buffer); + free(item); + } + + } + return ESP_OK; +} +esp_err_t outbox_set_pending(outbox_handle_t outbox, int msg_id) +{ + outbox_item_handle_t item = outbox_get(outbox, msg_id); + if (item) { + item->pending = true; + return ESP_OK; + } + return ESP_FAIL; +} + +esp_err_t outbox_delete_msgtype(outbox_handle_t outbox, int msg_type) +{ + outbox_item_handle_t item, tmp; + STAILQ_FOREACH_SAFE(item, outbox, next, tmp) { + if (item->msg_type == msg_type) { + STAILQ_REMOVE(outbox, item, outbox_item, next); + free(item->buffer); + free(item); + } + + } + return ESP_OK; +} + +esp_err_t outbox_delete_expired(outbox_handle_t outbox, int current_tick, int timeout) +{ + outbox_item_handle_t item, tmp; + STAILQ_FOREACH_SAFE(item, outbox, next, tmp) { + if (current_tick - item->tick > timeout) { + STAILQ_REMOVE(outbox, item, outbox_item, next); + free(item->buffer); + free(item); + } + + } + return ESP_OK; +} + +int outbox_get_size(outbox_handle_t outbox) +{ + int siz = 0; + outbox_item_handle_t item; + STAILQ_FOREACH(item, outbox, next) { + siz += item->len; + } + return siz; +} + +esp_err_t outbox_cleanup(outbox_handle_t outbox, int max_size) +{ + while(outbox_get_size(outbox) > max_size) { + outbox_item_handle_t item = outbox_dequeue(outbox); + if (item == NULL) { + return ESP_FAIL; + } + STAILQ_REMOVE(outbox, item, outbox_item, next); + free(item->buffer); + free(item); + } + return ESP_OK; +} + +void outbox_destroy(outbox_handle_t outbox) +{ + outbox_cleanup(outbox, 0); + free(outbox); +} diff --git a/lib/platform_esp32_idf.c b/lib/platform_esp32_idf.c new file mode 100644 index 0000000..daee511 --- /dev/null +++ b/lib/platform_esp32_idf.c @@ -0,0 +1,30 @@ +#include "platform.h" + +#ifdef ESP_PLATFORM +#include "esp_system.h" +#include + +char *platform_create_id_string() +{ + uint8_t mac[6]; + char *id_string = calloc(1, 32); + mem_assert(id_string); + esp_read_mac(mac, ESP_MAC_WIFI_STA); + sprintf(id_string, "ESP32_%02x%02X%02X", mac[3], mac[4], mac[5]); + return id_string; +} + +int platform_random(int max) +{ + return esp_random()%max; +} + +int platform_tick_get_ms() +{ + struct timeval te; + gettimeofday(&te, NULL); // get current time + long long milliseconds = te.tv_sec*1000LL + te.tv_usec/1000; // calculate milliseconds + // printf("milliseconds: %lld\n", milliseconds); + return milliseconds; +} +#endif diff --git a/lib/transport.c b/lib/transport.c new file mode 100644 index 0000000..b2efd40 --- /dev/null +++ b/lib/transport.c @@ -0,0 +1,197 @@ +#include +#include +#include "esp_log.h" +#include "transport.h" + +// static const char *TAG = "TRANSPORT"; +/** + * Transport layer structure, which will provide functions, basic properties for transport types + */ +struct transport_item_t { + int port; + int socket; /*!< Socket to use in this transport */ + char *tag; /*!< Tag name */ + void *context; /*!< Context data */ + void *data; /*!< Additional transport data */ + connect_func _connect; /*!< Connect function of this transport */ + io_func _read; /*!< Read */ + io_func _write; /*!< Write */ + trans_func _close; /*!< Close */ + poll_func _poll_read; /*!< Poll and read */ + poll_func _poll_write; /*!< Poll and write */ + trans_func _destroy; /*!< Destroy and free transport */ + STAILQ_ENTRY(transport_item_t) next; +}; + + +/** + * This list will hold all transport available + */ +STAILQ_HEAD(transport_list_t, transport_item_t); + + +transport_list_handle_t transport_list_init() +{ + transport_list_handle_t head = calloc(1, sizeof(struct transport_list_t)); + assert(head); + STAILQ_INIT(head); + return head; +} + +esp_err_t transport_list_add(transport_list_handle_t head, transport_handle_t t, const char *scheme) +{ + if (head == NULL || t == NULL) { + return ESP_ERR_INVALID_ARG; + } + t->tag = calloc(1, strlen(scheme) + 1); + assert(t->tag); + strcpy(t->tag, scheme); + STAILQ_INSERT_TAIL(head, t, next); + return ESP_OK; +} + +transport_handle_t transport_list_get_transport(transport_list_handle_t head, const char *tag) +{ + if (!head) { + return NULL; + } + if (tag == NULL) { + return STAILQ_FIRST(head); + } + transport_handle_t item; + STAILQ_FOREACH(item, head, next) { + if (strcasecmp(item->tag, tag) == 0) { + return item; + } + } + return NULL; +} + + +esp_err_t transport_list_destroy(transport_list_handle_t head) +{ + transport_list_clean(head); + free(head); + return ESP_OK; +} + +esp_err_t transport_list_clean(transport_list_handle_t head) +{ + transport_handle_t item = STAILQ_FIRST(head); + transport_handle_t tmp; + while (item != NULL) { + tmp = STAILQ_NEXT(item, next); + if (item->_destroy) { + item->_destroy(item); + } + transport_destroy(item); + item = tmp; + } + STAILQ_INIT(head); + return ESP_OK; +} + +transport_handle_t transport_init() +{ + transport_handle_t t = calloc(1, sizeof(struct transport_item_t)); + assert(t); + return t; +} + +int transport_destroy(transport_handle_t t) +{ + if (t->tag) { + free(t->tag); + } + free(t); + return 0; +} + +int transport_connect(transport_handle_t t, const char *host, int port, int timeout_ms) +{ + int ret = -1; + if (t->_connect) { + return t->_connect(t, host, port, timeout_ms); + } + return ret; +} + +int transport_read(transport_handle_t t, char *buffer, int len, int timeout_ms) +{ + if (t->_read) { + return t->_read(t, buffer, len, timeout_ms); + } + return -1; +} + +int transport_write(transport_handle_t t, char *buffer, int len, int timeout_ms) +{ + if (t->_write) { + return t->_write(t, buffer, len, timeout_ms); + } + return -1; +} + +int transport_poll_read(transport_handle_t t, int timeout_ms) +{ + if (t->_poll_read) { + return t->_poll_read(t, timeout_ms); + } + return -1; +} + +int transport_poll_write(transport_handle_t t, int timeout_ms) +{ + if (t->_poll_write) { + return t->_poll_write(t, timeout_ms); + } + return -1; +} + +int transport_close(transport_handle_t t) +{ + if (t->_close) { + return t->_close(t); + } + return 0; +} + +void *transport_get_data(transport_handle_t t) +{ + return t->data; +} + +esp_err_t transport_set_data(transport_handle_t t, void *data) +{ + t->data = data; + return ESP_OK; +} + +esp_err_t transport_set_func(transport_handle_t t, + connect_func _connect, + io_func _read, + io_func _write, + trans_func _close, + poll_func _poll_read, + poll_func _poll_write, + trans_func _destroy) +{ + t->_connect = _connect; + t->_read = _read; + t->_write = _write; + t->_close = _close; + t->_poll_read = _poll_read; + t->_poll_write = _poll_write; + t->_destroy = _destroy; + return ESP_OK; +} +int transport_get_default_port(transport_handle_t t) +{ + return t->port; +} +esp_err_t transport_set_default_port(transport_handle_t t, int port) +{ + t->port = port; + return ESP_OK; +} + diff --git a/lib/transport_ssl.c b/lib/transport_ssl.c new file mode 100644 index 0000000..4959eea --- /dev/null +++ b/lib/transport_ssl.c @@ -0,0 +1,242 @@ +#include +#include + +#include "mbedtls/platform.h" +#include "mbedtls/net_sockets.h" +#include "mbedtls/esp_debug.h" +#include "mbedtls/ssl.h" +#include "mbedtls/entropy.h" +#include "mbedtls/ctr_drbg.h" +#include "mbedtls/error.h" +#include "mbedtls/certs.h" + + +#include "esp_log.h" +#include "esp_system.h" + +#include "platform.h" +#include "transport.h" +#include "transport_ssl.h" + +static const char *TAG = "TRANSPORT_SSL"; +/** + * mbedtls specific transport data + */ +typedef struct { + mbedtls_entropy_context entropy; + mbedtls_ctr_drbg_context ctr_drbg; + mbedtls_ssl_context ctx; + mbedtls_x509_crt cacert; + mbedtls_ssl_config conf; + mbedtls_net_context client_fd; + void *cert_pem_data; + int cert_pem_len; +} transport_ssl_t; + +static int ssl_connect(transport_handle_t t, const char *host, int port, int timeout_ms) +{ + int ret = -1, flags; + struct timeval tv; + transport_ssl_t *ssl = transport_get_data(t); + + if (!ssl) { + return -1; + } + mbedtls_ssl_init(&ssl->ctx); + mbedtls_ctr_drbg_init(&ssl->ctr_drbg); + mbedtls_ssl_config_init(&ssl->conf); + mbedtls_entropy_init(&ssl->entropy); + + if ((ret = mbedtls_ssl_config_defaults(&ssl->conf, + MBEDTLS_SSL_IS_CLIENT, + MBEDTLS_SSL_TRANSPORT_STREAM, + MBEDTLS_SSL_PRESET_DEFAULT)) != 0) { + ESP_LOGE(TAG, "mbedtls_ssl_config_defaults returned %d", ret); + goto exit; + } + + if ((ret = mbedtls_ctr_drbg_seed(&ssl->ctr_drbg, mbedtls_entropy_func, &ssl->entropy, NULL, 0)) != 0) { + ESP_LOGE(TAG, "mbedtls_ctr_drbg_seed returned %d", ret); + goto exit; + } + + if (ssl->cert_pem_data) { + mbedtls_x509_crt_init(&ssl->cacert); + if ((ret = mbedtls_x509_crt_parse(&ssl->cacert, ssl->cert_pem_data, ssl->cert_pem_len + 1)) < 0) { + ESP_LOGE(TAG, "mbedtls_x509_crt_parse returned -0x%x\n\nDATA=%s,len=%d", -ret, (char*)ssl->cert_pem_data, ssl->cert_pem_len); + goto exit; + } + mbedtls_ssl_conf_ca_chain(&ssl->conf, &ssl->cacert, NULL); + mbedtls_ssl_conf_authmode(&ssl->conf, MBEDTLS_SSL_VERIFY_REQUIRED); + + if ((ret = mbedtls_ssl_set_hostname(&ssl->ctx, host)) != 0) { + ESP_LOGE(TAG, "mbedtls_ssl_set_hostname returned -0x%x", -ret); + goto exit; + } + } else { + mbedtls_ssl_conf_authmode(&ssl->conf, MBEDTLS_SSL_VERIFY_NONE); + } + + + mbedtls_ssl_conf_rng(&ssl->conf, mbedtls_ctr_drbg_random, &ssl->ctr_drbg); + +#ifdef CONFIG_MBEDTLS_DEBUG + mbedtls_esp_enable_debug_log(&ssl->conf, 4); +#endif + + if ((ret = mbedtls_ssl_setup(&ssl->ctx, &ssl->conf)) != 0) { + ESP_LOGE(TAG, "mbedtls_ssl_setup returned -0x%x\n\n", -ret); + goto exit; + } + + mbedtls_net_init(&ssl->client_fd); + + tv.tv_sec = 10; //default timeout is 10 seconds + + if (timeout_ms) { + tv.tv_sec = timeout_ms; + } + tv.tv_usec = 0; + setsockopt(ssl->client_fd.fd, SOL_SOCKET, SO_RCVTIMEO, &tv, sizeof(tv)); + ESP_LOGD(TAG, "Connect to %s:%d", host, port); + char port_str[8] = {0}; + sprintf(port_str, "%d", port); + if ((ret = mbedtls_net_connect(&ssl->client_fd, host, port_str, MBEDTLS_NET_PROTO_TCP)) != 0) { + ESP_LOGE(TAG, "mbedtls_net_connect returned -%x", -ret); + goto exit; + } + + mbedtls_ssl_set_bio(&ssl->ctx, &ssl->client_fd, mbedtls_net_send, mbedtls_net_recv, NULL); + + ESP_LOGD(TAG, "Performing the SSL/TLS handshake..."); + + while ((ret = mbedtls_ssl_handshake(&ssl->ctx)) != 0) { + if (ret != MBEDTLS_ERR_SSL_WANT_READ && ret != MBEDTLS_ERR_SSL_WANT_WRITE) { + ESP_LOGE(TAG, "mbedtls_ssl_handshake returned -0x%x", -ret); + goto exit; + } + } + + ESP_LOGD(TAG, "Verifying peer X.509 certificate..."); + + if ((flags = mbedtls_ssl_get_verify_result(&ssl->ctx)) != 0) { + /* In real life, we probably want to close connection if ret != 0 */ + ESP_LOGW(TAG, "Failed to verify peer certificate!"); + if (ssl->cert_pem_data) { + return -1; + } + // bzero(buf, sizeof(buf)); + // mbedtls_x509_crt_verify_info(buf, sizeof(buf), " ! ", flags); + // ESP_LOGW(TAG, "verification info: %s", buf); + } else { + ESP_LOGD(TAG, "Certificate verified."); + } + + ESP_LOGD(TAG, "Cipher suite is %s", mbedtls_ssl_get_ciphersuite(&ssl->ctx)); +exit: + + return ret; +} + +static int ssl_poll_read(transport_handle_t t, int timeout_ms) +{ + transport_ssl_t *ssl = transport_get_data(t); + fd_set readset; + FD_ZERO(&readset); + FD_SET(ssl->client_fd.fd, &readset); + struct timeval timeout; + + timeout.tv_sec = timeout_ms / 1000; + timeout.tv_usec = (timeout_ms % 1000) * 1000; + + return select(ssl->client_fd.fd + 1, &readset, NULL, NULL, &timeout); +} + +static int ssl_poll_write(transport_handle_t t, int timeout_ms) +{ + transport_ssl_t *ssl = transport_get_data(t); + fd_set writeset; + FD_ZERO(&writeset); + FD_SET(ssl->client_fd.fd, &writeset); + struct timeval timeout; + + timeout.tv_sec = timeout_ms / 1000; + timeout.tv_usec = (timeout_ms % 1000) * 1000; + return select(ssl->client_fd.fd + 1, NULL, &writeset, NULL, &timeout); +} + +static int ssl_write(transport_handle_t t, char *buffer, int len, int timeout_ms) +{ + int poll, ret; + transport_ssl_t *ssl = transport_get_data(t); + + if ((poll = transport_poll_write(t, timeout_ms)) <= 0) { + return poll; + } + ret = mbedtls_ssl_write(&ssl->ctx, (const unsigned char *) buffer, len); + //TODO: Debug here + return ret; +} + +static int ssl_read(transport_handle_t t, char *buffer, int len, int timeout_ms) +{ + int poll = -1, ret; + transport_ssl_t *ssl = transport_get_data(t); + if ((poll = transport_poll_read(t, timeout_ms)) <= 0) { + return poll; + } + ret = mbedtls_ssl_read(&ssl->ctx, (unsigned char *)buffer, len); + if (ret == 0) { + return -1; + } + return ret; +} + +static int ssl_close(transport_handle_t t) +{ + int ret = -1; + transport_ssl_t *ssl = transport_get_data(t); + if (ssl->client_fd.fd >= 0) { + + mbedtls_ssl_close_notify(&ssl->ctx); + mbedtls_ssl_session_reset(&ssl->ctx); + mbedtls_net_free(&ssl->client_fd); + mbedtls_ssl_config_free(&ssl->conf); + mbedtls_x509_crt_free(&ssl->cacert); + mbedtls_ctr_drbg_free(&ssl->ctr_drbg); + mbedtls_entropy_free(&ssl->entropy); + mbedtls_ssl_free(&ssl->ctx); + } + return ret; +} + + +static int ssl_destroy(transport_handle_t t) +{ + transport_ssl_t *ssl = transport_get_data(t); + transport_close(t); + free(ssl); + return 0; +} + +void transport_ssl_set_cert_data(transport_handle_t t, const char *data, int len) +{ + transport_ssl_t *ssl = transport_get_data(t); + if (t) { + if (t && ssl) { + ssl->cert_pem_data = (void *)data; + ssl->cert_pem_len = len; + } + } +} + +transport_handle_t transport_ssl_init() +{ + transport_handle_t t = transport_init(); + transport_ssl_t *ssl = calloc(1, sizeof(transport_ssl_t)); + assert(ssl); + mbedtls_net_init(&ssl->client_fd); + transport_set_data(t, ssl); + transport_set_func(t, ssl_connect, ssl_read, ssl_write, ssl_close, ssl_poll_read, ssl_poll_write, ssl_destroy); + return t; +} diff --git a/lib/transport_tcp.c b/lib/transport_tcp.c new file mode 100644 index 0000000..d9abc8d --- /dev/null +++ b/lib/transport_tcp.c @@ -0,0 +1,150 @@ +#include +#include + +#include "platform.h" +#include "transport.h" + +static const char *TAG = "TRANSPORT_TCP"; + +typedef struct { + int sock; +} transport_tcp_t; + +static int resolve_dns(const char *host, struct sockaddr_in *ip) { + struct hostent *he; + struct in_addr **addr_list; + he = gethostbyname(host); + if (he == NULL) { + return ESP_FAIL; + } + addr_list = (struct in_addr **)he->h_addr_list; + if (addr_list[0] == NULL) { + return ESP_FAIL; + } + ip->sin_family = AF_INET; + memcpy(&ip->sin_addr, addr_list[0], sizeof(ip->sin_addr)); + return ESP_OK; +} + +static int tcp_connect(transport_handle_t t, const char *host, int port, int timeout_ms) +{ + struct sockaddr_in remote_ip; + struct timeval tv; + transport_tcp_t *tcp = transport_get_data(t); + + bzero(&remote_ip, sizeof(struct sockaddr_in)); + + //if stream_host is not ip address, resolve it AF_INET,servername,&serveraddr.sin_addr + if (inet_pton(AF_INET, host, &remote_ip.sin_addr) != 1) { + if (resolve_dns(host, &remote_ip) < 0) { + return -1; + } + } + + tcp->sock = socket(PF_INET, SOCK_STREAM, 0); + + if (tcp->sock < 0) { + ESP_LOGE(TAG, "Error create socket"); + return -1; + } + + remote_ip.sin_family = AF_INET; + remote_ip.sin_port = htons(port); + + tv.tv_sec = 10; //default timeout is 10 seconds + + if (timeout_ms) { + tv.tv_sec = timeout_ms; + } + tv.tv_usec = 0; + setsockopt(tcp->sock, SOL_SOCKET, SO_RCVTIMEO, &tv, sizeof(tv)); + + ESP_LOGD(TAG, "[sock=%d],connecting to server IP:%s,Port:%d...", + tcp->sock, ipaddr_ntoa((const ip_addr_t*)&remote_ip.sin_addr.s_addr), port); + if (connect(tcp->sock, (struct sockaddr *)(&remote_ip), sizeof(struct sockaddr)) != 0) { + close(tcp->sock); + tcp->sock = -1; + return -1; + } + return tcp->sock; +} + +static int tcp_write(transport_handle_t t, char *buffer, int len, int timeout_ms) +{ + int poll; + transport_tcp_t *tcp = transport_get_data(t); + if ((poll = transport_poll_write(t, timeout_ms)) <= 0) { + return poll; + } + return write(tcp->sock, buffer, len); +} + +static int tcp_read(transport_handle_t t, char *buffer, int len, int timeout_ms) +{ + transport_tcp_t *tcp = transport_get_data(t); + int poll = -1; + if ((poll = transport_poll_read(t, timeout_ms)) <= 0) { + return poll; + } + int read_len = read(tcp->sock, buffer, len); + if (read_len == 0) { + return -1; + } + return read_len; +} + +static int tcp_poll_read(transport_handle_t t, int timeout_ms) +{ + transport_tcp_t *tcp = transport_get_data(t); + fd_set readset; + FD_ZERO(&readset); + FD_SET(tcp->sock, &readset); + struct timeval timeout; + timeout.tv_sec = timeout_ms / 1000; + timeout.tv_usec = (timeout_ms % 1000) * 1000; + return select(tcp->sock + 1, &readset, NULL, NULL, &timeout); +} + +static int tcp_poll_write(transport_handle_t t, int timeout_ms) +{ + transport_tcp_t *tcp = transport_get_data(t); + fd_set writeset; + FD_ZERO(&writeset); + FD_SET(tcp->sock, &writeset); + struct timeval timeout; + timeout.tv_sec = timeout_ms / 1000; + timeout.tv_usec = (timeout_ms % 1000) * 1000; + return select(tcp->sock + 1, NULL, &writeset, NULL, &timeout); +} + +static int tcp_close(transport_handle_t t) +{ + transport_tcp_t *tcp = transport_get_data(t); + int ret = -1; + if (tcp->sock >= 0) { + ret = close(tcp->sock); + tcp->sock = -1; + } + return ret; +} + +static esp_err_t tcp_destroy(transport_handle_t t) +{ + transport_tcp_t *tcp = transport_get_data(t); + free(tcp); + transport_close(t); + return 0; +} + +transport_handle_t transport_tcp_init() +{ + transport_handle_t t = transport_init(); + transport_tcp_t *tcp = calloc(1, sizeof(transport_tcp_t)); + assert(tcp); + tcp->sock = -1; + transport_set_func(t, tcp_connect, tcp_read, tcp_write, tcp_close, tcp_poll_read, tcp_poll_write, tcp_destroy); + transport_set_data(t, tcp); + + return t; +} + diff --git a/mqtt.c b/mqtt.c deleted file mode 100644 index 094927c..0000000 --- a/mqtt.c +++ /dev/null @@ -1,675 +0,0 @@ -/* -* @Author: Tuan PM -* @Date: 2016-09-10 09:33:06 -* @Last Modified by: Tuan PM -* @Last Modified time: 2017-02-15 13:11:53 -*/ -#include -#include "freertos/FreeRTOS.h" -#include "freertos/task.h" -#include "freertos/semphr.h" -#include "freertos/queue.h" - -#include "lwip/sockets.h" -#include "lwip/dns.h" -#include "lwip/netdb.h" -#include "ringbuf.h" -#include "mqtt.h" - -static TaskHandle_t xMqttTask = NULL; -static TaskHandle_t xMqttSendingTask = NULL; - -static bool terminate_mqtt = false; - -static int resolve_dns(const char *host, struct sockaddr_in *ip) { - struct hostent *he; - struct in_addr **addr_list; - he = gethostbyname(host); - if (he == NULL) return 0; - addr_list = (struct in_addr **)he->h_addr_list; - if (addr_list[0] == NULL) return 0; - ip->sin_family = AF_INET; - memcpy(&ip->sin_addr, addr_list[0], sizeof(ip->sin_addr)); - return 1; -} -static void mqtt_queue(mqtt_client *client) -{ - int msg_len; - while (rb_available(&client->send_rb) < client->mqtt_state.outbound_message->length) { - xQueueReceive(client->xSendingQueue, &msg_len, 1000 / portTICK_RATE_MS); - rb_read(&client->send_rb, client->mqtt_state.out_buffer, msg_len); - } - rb_write(&client->send_rb, - client->mqtt_state.outbound_message->data, - client->mqtt_state.outbound_message->length); - xQueueSend(client->xSendingQueue, &client->mqtt_state.outbound_message->length, 0); -} - -static bool client_connect(mqtt_client *client) -{ - struct sockaddr_in remote_ip; - - while (1) { - - bzero(&remote_ip, sizeof(struct sockaddr_in)); - remote_ip.sin_family = AF_INET; - remote_ip.sin_port = htons(client->settings->port); - - - //if host is not ip address, resolve it - if (inet_aton( client->settings->host, &(remote_ip.sin_addr)) == 0) { - mqtt_info("Resolve dns for domain: %s", client->settings->host); - - if (!resolve_dns(client->settings->host, &remote_ip)) { - vTaskDelay(1000 / portTICK_RATE_MS); - continue; - } - } - - -#if defined(CONFIG_MQTT_SECURITY_ON) // ENABLE MQTT OVER SSL - client->ctx = NULL; - client->ssl = NULL; - - client->ctx = SSL_CTX_new(TLSv1_2_client_method()); - if (!client->ctx) { - mqtt_error("Failed to create SSL CTX"); - goto failed1; - } -#endif - - client->socket = socket(PF_INET, SOCK_STREAM, 0); - if (client->socket == -1) { - mqtt_error("Failed to create socket"); - goto failed2; - } - - - - mqtt_info("Connecting to server %s:%d,%d", - inet_ntoa((remote_ip.sin_addr)), - client->settings->port, - remote_ip.sin_port); - - - if (connect(client->socket, (struct sockaddr *)(&remote_ip), sizeof(struct sockaddr)) != 00) { - mqtt_error("Connect failed"); - goto failed3; - } - -#if defined(CONFIG_MQTT_SECURITY_ON) // ENABLE MQTT OVER SSL - mqtt_info("Creating SSL object..."); - client->ssl = SSL_new(client->ctx); - if (!client->ssl) { - mqtt_error("Unable to creat new SSL"); - goto failed3; - } - - if (!SSL_set_fd(client->ssl, client->socket)) { - mqtt_error("SSL set_fd failed"); - goto failed3; - } - - mqtt_info("Start SSL connect.."); - if (!SSL_connect(client->ssl)) { - mqtt_error("SSL Connect FAILED"); - goto failed4; - } -#endif - mqtt_info("Connected!"); - - return true; - - //failed5: - // SSL_shutdown(client->ssl); - -#if defined(CONFIG_MQTT_SECURITY_ON) - failed4: - SSL_free(client->ssl); - client->ssl = NULL; -#endif - - failed3: - close(client->socket); - client->socket = -1; - - failed2: -#if defined(CONFIG_MQTT_SECURITY_ON) - SSL_CTX_free(client->ctx); - - failed1: - client->ctx = NULL; -#endif - vTaskDelay(1000 / portTICK_RATE_MS); - - } -} - - -// Close client socket -// including SSL objects if CNFIG_MQTT_SECURITY_ON is enabled -void closeclient(mqtt_client *client) -{ - mqtt_info("Closing client socket"); - - if (client->socket != -1) - { - close(client->socket); - client->socket = -1; - } - -#if defined(CONFIG_MQTT_SECURITY_ON) - if (client->ssl != NULL) - { - SSL_shutdown(client->ssl); - - SSL_free(client->ssl); - client->ssl = NULL; - } - - if (client->ctx != NULL) - { - SSL_CTX_free(client->ctx); - client->ctx = NULL; - } -#endif - -} - -int mqtt_read(mqtt_client *client, void *buffer, int len, int timeout_ms) -{ - int result; - struct timeval tv; - if (timeout_ms > 0) { - tv.tv_sec = 0; - tv.tv_usec = timeout_ms * 1000; - while (tv.tv_usec > 1000 * 1000) { - tv.tv_usec -= 1000 * 1000; - tv.tv_sec++; - } - setsockopt(client->socket, SOL_SOCKET, SO_RCVTIMEO, &tv, sizeof(tv)); - } - -#if defined(CONFIG_MQTT_SECURITY_ON) - result = SSL_read(client->ssl, buffer, len); -#else - result = read(client->socket, buffer, len); -#endif - - if (timeout_ms > 0) { - tv.tv_sec = 0; - tv.tv_usec = 0; - setsockopt(client->socket, SOL_SOCKET, SO_RCVTIMEO, &tv, sizeof(tv)); - } - - return result; -} - -int mqtt_write(mqtt_client *client, const void *buffer, int len, int timeout_ms) -{ - int result; - struct timeval tv; - if (timeout_ms > 0) { - tv.tv_sec = 0; - tv.tv_usec = timeout_ms * 1000; - while (tv.tv_usec > 1000 * 1000) { - tv.tv_usec -= 1000 * 1000; - tv.tv_sec++; - } - setsockopt(client->socket, SOL_SOCKET, SO_SNDTIMEO, &tv, sizeof(tv)); - } - -#if defined(CONFIG_MQTT_SECURITY_ON) - result = SSL_write(client->ssl, buffer, len); -#else - result = write(client->socket, buffer, len); -#endif - - if (timeout_ms > 0) { - tv.tv_sec = 0; - tv.tv_usec = 0; - setsockopt(client->socket, SOL_SOCKET, SO_SNDTIMEO, &tv, sizeof(tv)); - } - - return result; -} - -/* - * mqtt_connect - * input - client - * return 1: success, 0: fail - */ -static bool mqtt_connect(mqtt_client *client) -{ - int write_len, read_len, connect_rsp_code; - - - mqtt_msg_init(&client->mqtt_state.mqtt_connection, - client->mqtt_state.out_buffer, - client->mqtt_state.out_buffer_length); - client->mqtt_state.outbound_message = mqtt_msg_connect(&client->mqtt_state.mqtt_connection, - client->mqtt_state.connect_info); - client->mqtt_state.pending_msg_type = mqtt_get_type(client->mqtt_state.outbound_message->data); - client->mqtt_state.pending_msg_id = mqtt_get_id(client->mqtt_state.outbound_message->data, - client->mqtt_state.outbound_message->length); - mqtt_info("Sending MQTT CONNECT message, type: %d, id: %04X", - client->mqtt_state.pending_msg_type, - client->mqtt_state.pending_msg_id); - - write_len = client->settings->write_cb(client, - client->mqtt_state.outbound_message->data, - client->mqtt_state.outbound_message->length, 0); - if(write_len < 0) { - mqtt_error("Writing failed: %d", errno); - return false; - } - - mqtt_info("Reading MQTT CONNECT response message"); - - read_len = client->settings->read_cb(client, client->mqtt_state.in_buffer, CONFIG_MQTT_BUFFER_SIZE_BYTE, 10 * 1000); - - if (read_len < 0) { - mqtt_error("Error network response"); - return false; - } - if (mqtt_get_type(client->mqtt_state.in_buffer) != MQTT_MSG_TYPE_CONNACK) { - mqtt_error("Invalid MSG_TYPE response: %d, read_len: %d", mqtt_get_type(client->mqtt_state.in_buffer), read_len); - return false; - } - connect_rsp_code = mqtt_get_connect_return_code(client->mqtt_state.in_buffer); - switch (connect_rsp_code) { - case CONNECTION_ACCEPTED: - mqtt_info("Connected"); - return true; - case CONNECTION_REFUSE_PROTOCOL: - mqtt_warn("Connection refused, bad protocol"); - return false; - case CONNECTION_REFUSE_SERVER_UNAVAILABLE: - mqtt_warn("Connection refused, server unavailable"); - return false; - case CONNECTION_REFUSE_BAD_USERNAME: - mqtt_warn("Connection refused, bad username or password"); - return false; - case CONNECTION_REFUSE_NOT_AUTHORIZED: - mqtt_warn("Connection refused, not authorized"); - return false; - default: - mqtt_warn("Connection refused, Unknow reason"); - return false; - } - return false; -} - -void mqtt_sending_task(void *pvParameters) -{ - mqtt_client *client = (mqtt_client *)pvParameters; - uint32_t msg_len; - int send_len; - bool connected = true; - mqtt_info("mqtt_sending_task"); - - while (connected) { - if (xQueueReceive(client->xSendingQueue, &msg_len, 1000 / portTICK_RATE_MS)) { - //queue available - while (msg_len > 0) { - send_len = msg_len; - if (send_len > CONFIG_MQTT_BUFFER_SIZE_BYTE) - send_len = CONFIG_MQTT_BUFFER_SIZE_BYTE; - mqtt_info("Sending...%d bytes", send_len); - - rb_read(&client->send_rb, client->mqtt_state.out_buffer, send_len); - client->mqtt_state.pending_msg_type = mqtt_get_type(client->mqtt_state.out_buffer); - client->mqtt_state.pending_msg_id = mqtt_get_id(client->mqtt_state.out_buffer, send_len); - send_len = client->settings->write_cb(client, client->mqtt_state.out_buffer, send_len, 5 * 1000); - if(send_len <= 0) { - mqtt_info("Write error: %d", errno); - connected = false; - break; - } - - //TODO: Check sending type, to callback publish message - msg_len -= send_len; - } - //invalidate keepalive timer - client->keepalive_tick = client->settings->keepalive / 2; - } - else { - if (client->keepalive_tick > 0) client->keepalive_tick --; - else { - client->keepalive_tick = client->settings->keepalive / 2; - client->mqtt_state.outbound_message = mqtt_msg_pingreq(&client->mqtt_state.mqtt_connection); - client->mqtt_state.pending_msg_type = mqtt_get_type(client->mqtt_state.outbound_message->data); - client->mqtt_state.pending_msg_id = mqtt_get_id(client->mqtt_state.outbound_message->data, - client->mqtt_state.outbound_message->length); - mqtt_info("Sending pingreq"); - send_len = client->settings->write_cb(client, - client->mqtt_state.outbound_message->data, - client->mqtt_state.outbound_message->length, 0); - if(send_len <= 0) { - mqtt_info("Write error: %d", errno); - connected = false; - break; - } - } - } - } - closeclient(client); - xMqttSendingTask = NULL; - vTaskDelete(NULL); -} - -void deliver_publish(mqtt_client *client, uint8_t *message, int length) -{ - mqtt_event_data_t event_data; - int len_read, total_mqtt_len = 0, mqtt_len = 0, mqtt_offset = 0; - - do - { - event_data.topic_length = length; - event_data.topic = mqtt_get_publish_topic(message, &event_data.topic_length); - event_data.data_length = length; - event_data.data = mqtt_get_publish_data(message, &event_data.data_length); - - if(total_mqtt_len == 0){ - total_mqtt_len = client->mqtt_state.message_length - client->mqtt_state.message_length_read + event_data.data_length; - mqtt_len = event_data.data_length; - } else { - mqtt_len = len_read; - } - - event_data.data_total_length = total_mqtt_len; - event_data.data_offset = mqtt_offset; - event_data.data_length = mqtt_len; - - mqtt_info("Data received: %d/%d bytes ", mqtt_len, total_mqtt_len); - if(client->settings->data_cb) { - client->settings->data_cb(client, &event_data); - } - mqtt_offset += mqtt_len; - if (client->mqtt_state.message_length_read >= client->mqtt_state.message_length) - break; - - len_read = client->settings->read_cb(client, client->mqtt_state.in_buffer, CONFIG_MQTT_BUFFER_SIZE_BYTE, 0); - if(len_read < 0) { - mqtt_info("Read error: %d", errno); - break; - } - client->mqtt_state.message_length_read += len_read; - } while (1); - -} -void mqtt_start_receive_schedule(mqtt_client *client) -{ - int read_len; - uint8_t msg_type; - uint8_t msg_qos; - uint16_t msg_id; - - while (1) { - - if (terminate_mqtt) break; - if (xMqttSendingTask == NULL) break; - - read_len = client->settings->read_cb(client, client->mqtt_state.in_buffer, CONFIG_MQTT_BUFFER_SIZE_BYTE, 0); - - mqtt_info("Read len %d", read_len); - if (read_len <= 0) { - // ECONNRESET for example - mqtt_info("Read error %d", errno); - break; - } - - msg_type = mqtt_get_type(client->mqtt_state.in_buffer); - msg_qos = mqtt_get_qos(client->mqtt_state.in_buffer); - msg_id = mqtt_get_id(client->mqtt_state.in_buffer, client->mqtt_state.in_buffer_length); - // mqtt_info("msg_type %d, msg_id: %d, pending_id: %d", msg_type, msg_id, client->mqtt_state.pending_msg_type); - switch (msg_type) - { - case MQTT_MSG_TYPE_SUBACK: - if (client->mqtt_state.pending_msg_type == MQTT_MSG_TYPE_SUBSCRIBE && client->mqtt_state.pending_msg_id == msg_id) { - mqtt_info("Subscribe successful"); - if (client->settings->subscribe_cb) { - client->settings->subscribe_cb(client, NULL); - } - } - break; - case MQTT_MSG_TYPE_UNSUBACK: - if (client->mqtt_state.pending_msg_type == MQTT_MSG_TYPE_UNSUBSCRIBE && client->mqtt_state.pending_msg_id == msg_id) - mqtt_info("UnSubscribe successful"); - break; - case MQTT_MSG_TYPE_PUBLISH: - if (msg_qos == 1) - client->mqtt_state.outbound_message = mqtt_msg_puback(&client->mqtt_state.mqtt_connection, msg_id); - else if (msg_qos == 2) - client->mqtt_state.outbound_message = mqtt_msg_pubrec(&client->mqtt_state.mqtt_connection, msg_id); - - if (msg_qos == 1 || msg_qos == 2) { - mqtt_info("Queue response QoS: %d", msg_qos); - mqtt_queue(client); - // if (QUEUE_Puts(&client->msgQueue, client->mqtt_state.outbound_message->data, client->mqtt_state.outbound_message->length) == -1) { - // mqtt_info("MQTT: Queue full"); - // } - } - client->mqtt_state.message_length_read = read_len; - client->mqtt_state.message_length = mqtt_get_total_length(client->mqtt_state.in_buffer, client->mqtt_state.message_length_read); - mqtt_info("deliver_publish"); - - deliver_publish(client, client->mqtt_state.in_buffer, client->mqtt_state.message_length_read); - // deliver_publish(client, client->mqtt_state.in_buffer, client->mqtt_state.message_length_read); - break; - case MQTT_MSG_TYPE_PUBACK: - if (client->mqtt_state.pending_msg_type == MQTT_MSG_TYPE_PUBLISH && client->mqtt_state.pending_msg_id == msg_id) { - mqtt_info("received MQTT_MSG_TYPE_PUBACK, finish QoS1 publish"); - } - - break; - case MQTT_MSG_TYPE_PUBREC: - client->mqtt_state.outbound_message = mqtt_msg_pubrel(&client->mqtt_state.mqtt_connection, msg_id); - mqtt_queue(client); - break; - case MQTT_MSG_TYPE_PUBREL: - client->mqtt_state.outbound_message = mqtt_msg_pubcomp(&client->mqtt_state.mqtt_connection, msg_id); - mqtt_queue(client); - - break; - case MQTT_MSG_TYPE_PUBCOMP: - if (client->mqtt_state.pending_msg_type == MQTT_MSG_TYPE_PUBREL && client->mqtt_state.pending_msg_id == msg_id) { - mqtt_info("Receive MQTT_MSG_TYPE_PUBCOMP, finish QoS2 publish"); - } - break; - case MQTT_MSG_TYPE_PINGREQ: - client->mqtt_state.outbound_message = mqtt_msg_pingresp(&client->mqtt_state.mqtt_connection); - mqtt_queue(client); - break; - case MQTT_MSG_TYPE_PINGRESP: - mqtt_info("MQTT_MSG_TYPE_PINGRESP"); - // Ignore - break; - } - } -} - -void mqtt_destroy(mqtt_client *client) -{ - if (client == NULL) return; - - vQueueDelete(client->xSendingQueue); - - free(client->mqtt_state.in_buffer); - free(client->mqtt_state.out_buffer); - free(client->send_rb.p_o); - free(client); - - mqtt_info("Client destroyed"); -} - -void mqtt_task(void *pvParameters) -{ - mqtt_info("Starting mqtt task"); - - mqtt_client *client = (mqtt_client *)pvParameters; - - while (1) { - if (terminate_mqtt) break; - - client->settings->connect_cb(client); - - mqtt_info("Connected to server %s:%d", client->settings->host, client->settings->port); - if (!mqtt_connect(client)) { - client->settings->disconnect_cb(client); - - if (client->settings->disconnected_cb) { - client->settings->disconnected_cb(client, NULL); - } - - if (!client->settings->auto_reconnect) { - break; - } else { - continue; - } - } - mqtt_info("Connected to MQTT broker, create sending thread before call connected callback"); - xTaskCreate(&mqtt_sending_task, "mqtt_sending_task", 2048, client, CONFIG_MQTT_PRIORITY + 1, &xMqttSendingTask); - if (client->settings->connected_cb) { - client->settings->connected_cb(client, NULL); - } - - mqtt_info("mqtt_start_receive_schedule"); - mqtt_start_receive_schedule(client); - - client->settings->disconnect_cb(client); - if (client->settings->disconnected_cb) { - client->settings->disconnected_cb(client, NULL); - } - - if (xMqttSendingTask != NULL) { - vTaskDelete(xMqttSendingTask); - } - if (!client->settings->auto_reconnect) { - break; - } - vTaskDelay(1000 / portTICK_RATE_MS); - - } - - mqtt_destroy(client); - xMqttTask = NULL; - vTaskDelete(NULL); -} - -mqtt_client *mqtt_start(mqtt_settings *settings) -{ - terminate_mqtt = false; - - int stackSize = 2048; - - uint8_t *rb_buf; - if (xMqttTask != NULL) - return NULL; - mqtt_client *client = malloc(sizeof(mqtt_client)); - - if (client == NULL) { - mqtt_error("Memory not enough"); - return NULL; - } - memset(client, 0, sizeof(mqtt_client)); - - if (settings->lwt_msg_len > CONFIG_MQTT_MAX_LWT_MSG) { - mqtt_error("Last will message longer than CONFIG_MQTT_MAX_LWT_MSG!"); - } - - client->settings = settings; - client->connect_info.client_id = settings->client_id; - client->connect_info.username = settings->username; - client->connect_info.password = settings->password; - client->connect_info.will_topic = settings->lwt_topic; - client->connect_info.will_message = settings->lwt_msg; - client->connect_info.will_qos = settings->lwt_qos; - client->connect_info.will_retain = settings->lwt_retain; - client->connect_info.will_length = settings->lwt_msg_len; - - client->keepalive_tick = settings->keepalive / 2; - - client->connect_info.keepalive = settings->keepalive; - client->connect_info.clean_session = settings->clean_session; - - client->mqtt_state.in_buffer = (uint8_t *)malloc(CONFIG_MQTT_BUFFER_SIZE_BYTE); - client->mqtt_state.in_buffer_length = CONFIG_MQTT_BUFFER_SIZE_BYTE; - client->mqtt_state.out_buffer = (uint8_t *)malloc(CONFIG_MQTT_BUFFER_SIZE_BYTE); - client->mqtt_state.out_buffer_length = CONFIG_MQTT_BUFFER_SIZE_BYTE; - client->mqtt_state.connect_info = &client->connect_info; - - client->socket = -1; - - if (!client->settings->connect_cb) - client->settings->connect_cb = client_connect; - if (!client->settings->disconnect_cb) - client->settings->disconnect_cb = closeclient; - if (!client->settings->read_cb) - client->settings->read_cb = mqtt_read; - if (!client->settings->write_cb) - client->settings->write_cb = mqtt_write; - -#if defined(CONFIG_MQTT_SECURITY_ON) // ENABLE MQTT OVER SSL - client->ctx = NULL; - client->ssl = NULL; - stackSize = 10240; // Need more stack to handle SSL handshake -#endif - - /* Create a queue capable of containing 64 unsigned long values. */ - client->xSendingQueue = xQueueCreate(64, sizeof( uint32_t )); - rb_buf = (uint8_t*) malloc(CONFIG_MQTT_QUEUE_BUFFER_SIZE_WORD * 4); - - if (rb_buf == NULL) { - mqtt_error("Memory not enough"); - return NULL; - } - - rb_init(&client->send_rb, rb_buf, CONFIG_MQTT_QUEUE_BUFFER_SIZE_WORD * 4, 1); - - mqtt_msg_init(&client->mqtt_state.mqtt_connection, - client->mqtt_state.out_buffer, - client->mqtt_state.out_buffer_length); - - xTaskCreate(&mqtt_task, "mqtt_task", stackSize, client, CONFIG_MQTT_PRIORITY, &xMqttTask); - return client; -} - -void mqtt_subscribe(mqtt_client *client, const char *topic, uint8_t qos) -{ - client->mqtt_state.outbound_message = mqtt_msg_subscribe(&client->mqtt_state.mqtt_connection, - topic, qos, - &client->mqtt_state.pending_msg_id); - mqtt_info("Queue subscribe, topic\"%s\", id: %d", topic, client->mqtt_state.pending_msg_id); - mqtt_queue(client); -} - - -void mqtt_unsubscribe(mqtt_client *client, const char *topic) -{ - client->mqtt_state.outbound_message = mqtt_msg_unsubscribe(&client->mqtt_state.mqtt_connection, - topic, - &client->mqtt_state.pending_msg_id); - mqtt_info("Queue unsubscribe, topic\"%s\", id: %d", topic, client->mqtt_state.pending_msg_id); - mqtt_queue(client); -} - -void mqtt_publish(mqtt_client* client, const char *topic, const char *data, int len, int qos, int retain) -{ - - client->mqtt_state.outbound_message = mqtt_msg_publish(&client->mqtt_state.mqtt_connection, - topic, data, len, - qos, retain, - &client->mqtt_state.pending_msg_id); - mqtt_queue(client); - mqtt_info("Queuing publish, length: %d, queue size(%d/%d)", - client->mqtt_state.outbound_message->length, - client->send_rb.fill_cnt, - client->send_rb.size); -} - -void mqtt_stop() -{ - terminate_mqtt = true; -} - diff --git a/mqtt_client.c b/mqtt_client.c new file mode 100644 index 0000000..1a9f6af --- /dev/null +++ b/mqtt_client.c @@ -0,0 +1,749 @@ +#include +#include "platform.h" + +#include "mqtt_client.h" +#include "mqtt_msg.h" +#include "transport.h" +#include "transport_tcp.h" +#include "transport_ssl.h" +#include "platform.h" +#include "mqtt_outbox.h" + +/* using uri parser */ +#include "http_parser.h" + +static const char *TAG = "MQTT_CLIENT"; + +typedef struct mqtt_state +{ + mqtt_connect_info_t *connect_info; + uint8_t *in_buffer; + uint8_t *out_buffer; + int in_buffer_length; + int out_buffer_length; + uint16_t message_length; + uint16_t message_length_read; + mqtt_message_t *outbound_message; + mqtt_connection_t mqtt_connection; + uint16_t pending_msg_id; + int pending_msg_type; + int pending_publish_qos; + int pending_msg_count; +} mqtt_state_t; + +typedef struct { + mqtt_event_callback_t event_handle; + int task_stack; + int task_prio; + char *uri; + char *host; + char *path; + char *scheme; + int port; + bool auto_reconnect; + void *user_context; + int network_timeout_ms; +} mqtt_config_storage_t; + +typedef enum { + MQTT_STATE_ERROR = -1, + MQTT_STATE_UNKNOW = 0, + MQTT_STATE_INIT, + MQTT_STATE_CONNECTED, + MQTT_STATE_WAIT_TIMEOUT, +} mqtt_client_state_t; + +struct esp_mqtt_client { + transport_list_handle_t transport_list; + transport_handle_t transport; + mqtt_config_storage_t *config; + mqtt_state_t mqtt_state; + mqtt_connect_info_t connect_info; + mqtt_client_state_t state; + int keepalive_tick; + int reconnect_tick; + int wait_timeout_ms; + int auto_reconnect; + esp_mqtt_event_t event; + bool run; + outbox_handle_t outbox; +}; + + +static esp_err_t esp_mqtt_dispatch_event(esp_mqtt_client_handle_t client); +static esp_err_t esp_mqtt_set_config(esp_mqtt_client_handle_t client, const esp_mqtt_client_config_t *config); +static esp_err_t esp_mqtt_destroy_config(esp_mqtt_client_handle_t client); +static esp_err_t esp_mqtt_connect(esp_mqtt_client_handle_t client, int timeout_ms); +static esp_err_t esp_mqtt_abort_connection(esp_mqtt_client_handle_t client); +static int esp_mqtt_client_ping(esp_mqtt_client_handle_t client); + +static esp_err_t esp_mqtt_set_config(esp_mqtt_client_handle_t client, const esp_mqtt_client_config_t *config) +{ + //Copy user configurations to client context + mqtt_config_storage_t *cfg = calloc(1, sizeof(mqtt_config_storage_t)); + mem_assert(cfg); + + cfg->task_prio = config->task_prio; + if (cfg->task_prio <= 0) { + cfg->task_prio = MQTT_TASK_PRIORITY; + } + + cfg->task_stack = config->task_stack; + if (cfg->task_stack == 0) { + cfg->task_stack = MQTT_TASK_STACK; + } + + if (config->host[0]) { + cfg->host = strdup(config->host); + } + cfg->port = config->port; + + if (config->username[0]) { + client->connect_info.username = strdup(config->username); + } + + if (config->password[0]) { + client->connect_info.password = strdup(config->password); + } + + if (config->client_id[0]) { + client->connect_info.client_id = strdup(config->client_id); + } else { + client->connect_info.client_id = platform_create_id_string(); + } + ESP_LOGD(TAG, "MQTT client_id=%s", client->connect_info.client_id); + + if (config->uri[0]) { + cfg->uri = strdup(config->uri); + } + + if (config->lwt_topic[0]) { + client->connect_info.will_topic = strdup(config->lwt_topic); + } + + if (config->lwt_msg[0]) { + client->connect_info.will_message = strdup(config->lwt_msg); + client->connect_info.will_length = strlen(config->lwt_msg); + } + + client->connect_info.will_qos = config->lwt_qos; + client->connect_info.will_retain = config->lwt_retain; + client->connect_info.clean_session = config->clean_session; //TODO: default is CLEAN + + client->connect_info.keepalive = config->keepalive; + if (client->connect_info.keepalive == 0) { + client->connect_info.keepalive = MQTT_KEEPALIVE_TICK; + } + cfg->network_timeout_ms = MQTT_NETWORK_TIMEOUT_MS; + cfg->user_context = config->user_context; + cfg->event_handle = config->event_handle; + client->config = cfg; + return ESP_OK; +} + +static esp_err_t esp_mqtt_destroy_config(esp_mqtt_client_handle_t client) +{ + mqtt_config_storage_t *cfg = client->config; + if (cfg->host) { + free(cfg->host); + } + if (cfg->uri) { + free(cfg->uri); + } + if (cfg->path) { + free(cfg->path); + } + if (cfg->scheme) { + free(cfg->scheme); + } + if (client->connect_info.will_topic) { + free(client->connect_info.will_topic); + } + if (client->connect_info.will_message) { + free(client->connect_info.will_message); + } + if (client->connect_info.client_id) { + free(client->connect_info.client_id); + } + if (client->connect_info.username) { + free(client->connect_info.username); + } + if (client->connect_info.password) { + free(client->connect_info.password); + } + free(client->config); + return ESP_OK; +} + +static esp_err_t esp_mqtt_connect(esp_mqtt_client_handle_t client, int timeout_ms) +{ + int write_len, read_len, connect_rsp_code; + mqtt_msg_init(&client->mqtt_state.mqtt_connection, + client->mqtt_state.out_buffer, + client->mqtt_state.out_buffer_length); + client->mqtt_state.outbound_message = mqtt_msg_connect(&client->mqtt_state.mqtt_connection, + client->mqtt_state.connect_info); + client->mqtt_state.pending_msg_type = mqtt_get_type(client->mqtt_state.outbound_message->data); + client->mqtt_state.pending_msg_id = mqtt_get_id(client->mqtt_state.outbound_message->data, + client->mqtt_state.outbound_message->length); + ESP_LOGI(TAG, "Sending MQTT CONNECT message, type: %d, id: %04X", + client->mqtt_state.pending_msg_type, + client->mqtt_state.pending_msg_id); + + write_len = transport_write(client->transport, + (char *)client->mqtt_state.outbound_message->data, + client->mqtt_state.outbound_message->length, + client->config->network_timeout_ms); + if (write_len < 0) { + ESP_LOGE(TAG, "Writing failed, errno= %d", errno); + return ESP_FAIL; + } + read_len = transport_read(client->transport, + (char *)client->mqtt_state.in_buffer, + client->mqtt_state.outbound_message->length, + client->config->network_timeout_ms); + if (read_len < 0) { + ESP_LOGE(TAG, "Error network response"); + return ESP_FAIL; + } + + if (mqtt_get_type(client->mqtt_state.in_buffer) != MQTT_MSG_TYPE_CONNACK) { + ESP_LOGE(TAG, "Invalid MSG_TYPE response: %d, read_len: %d", mqtt_get_type(client->mqtt_state.in_buffer), read_len); + return ESP_FAIL; + } + connect_rsp_code = mqtt_get_connect_return_code(client->mqtt_state.in_buffer); + switch (connect_rsp_code) { + case CONNECTION_ACCEPTED: + ESP_LOGD(TAG, "Connected"); + return ESP_OK; + case CONNECTION_REFUSE_PROTOCOL: + ESP_LOGW(TAG, "Connection refused, bad protocol"); + return ESP_FAIL; + case CONNECTION_REFUSE_SERVER_UNAVAILABLE: + ESP_LOGW(TAG, "Connection refused, server unavailable"); + return ESP_FAIL; + case CONNECTION_REFUSE_BAD_USERNAME: + ESP_LOGW(TAG, "Connection refused, bad username or password"); + return ESP_FAIL; + case CONNECTION_REFUSE_NOT_AUTHORIZED: + ESP_LOGW(TAG, "Connection refused, not authorized"); + return ESP_FAIL; + default: + ESP_LOGW(TAG, "Connection refused, Unknow reason"); + return ESP_FAIL; + } + return ESP_OK; +} + +static esp_err_t esp_mqtt_abort_connection(esp_mqtt_client_handle_t client) +{ + client->wait_timeout_ms = MQTT_RECONNECT_TIMEOUT_MS; + client->state = MQTT_STATE_WAIT_TIMEOUT; + ESP_LOGI(TAG, "Reconnect after %d ms", client->wait_timeout_ms); + client->event.event_id = MQTT_EVENT_DISCONNECTED; + esp_mqtt_dispatch_event(client); + return ESP_OK; +} + +esp_mqtt_client_handle_t esp_mqtt_client_init(const esp_mqtt_client_config_t *config) +{ + esp_mqtt_client_handle_t client = calloc(1, sizeof(struct esp_mqtt_client)); + mem_assert(client); + + client->transport_list = transport_list_init(); + transport_handle_t tcp = transport_tcp_init(); + transport_set_default_port(tcp, MQTT_TCP_DEFAULT_PORT); + transport_list_add(client->transport_list, tcp, "mqtt"); + + //#if define SSL + transport_handle_t ssl = transport_ssl_init(); + transport_set_default_port(ssl, MQTT_SSL_DEFAULT_PORT); + if (config->cert_pem) { + transport_ssl_set_cert_data(ssl, config->cert_pem, strlen(config->cert_pem) - 1); + } + transport_list_add(client->transport_list, ssl, "mqtts"); + // #endif + + // transport_list_add(client->transport_list, transport_ws_init(), "mqtt+ws"); + // transport_list_add(client->transport_list, transport_wss_init(), "mqtt+wss"); + + esp_mqtt_set_config(client, config); + + if (client->config->uri) { + if (esp_mqtt_client_set_uri(client, client->config->uri) != ESP_OK) { + return NULL; + } + } + + + //TODO: reduce connection information storage + + client->keepalive_tick = 0; + client->reconnect_tick = 0; + + int buffer_size = config->buffer_size; + if (buffer_size <= 0) { + buffer_size = MQTT_BUFFER_SIZE_BYTE; + } + + client->mqtt_state.in_buffer = (uint8_t *)malloc(buffer_size); + mem_assert(client->mqtt_state.in_buffer); + client->mqtt_state.in_buffer_length = buffer_size; + client->mqtt_state.out_buffer = (uint8_t *)malloc(buffer_size); + mem_assert(client->mqtt_state.out_buffer); + client->mqtt_state.out_buffer_length = buffer_size; + client->mqtt_state.connect_info = &client->connect_info; + client->outbox = outbox_init(); + return client; +} + +esp_err_t esp_mqtt_client_destroy(esp_mqtt_client_handle_t client) +{ + esp_mqtt_destroy_config(client); + transport_list_destroy(client->transport_list); + outbox_destroy(client->outbox); + free(client->mqtt_state.in_buffer); + free(client->mqtt_state.out_buffer); + free(client); + return ESP_OK; +} + +static char *create_string(const char *ptr, int len) +{ + char *ret; + if (len <= 0) { + return NULL; + } + ret = calloc(1, len + 1); + mem_assert(ret); + memcpy(ret, ptr, len); + return ret; +} + +esp_err_t esp_mqtt_client_set_uri(esp_mqtt_client_handle_t client, const char *uri) +{ + struct http_parser_url puri; + http_parser_url_init(&puri); + int parser_status = http_parser_parse_url(uri, strlen(uri), 0, &puri); + if (parser_status != 0) { + ESP_LOGE(TAG, "Error parse uri = %s", uri); + return ESP_FAIL; + } + + if (client->config->scheme == NULL) { + client->config->scheme = create_string(uri + puri.field_data[UF_SCHEMA].off, puri.field_data[UF_SCHEMA].len); + } + + if (client->config->host == NULL) { + client->config->host = create_string(uri + puri.field_data[UF_HOST].off, puri.field_data[UF_HOST].len); + } + + if (client->config->path == NULL) { + client->config->path = create_string(uri + puri.field_data[UF_PATH].off, puri.field_data[UF_PATH].len); + } + + char *port = create_string(uri + puri.field_data[UF_PORT].off, puri.field_data[UF_PORT].len); + if (port) { + client->config->port = atoi(port); + free(port); + } + + char *user_info = create_string(uri + puri.field_data[UF_USERINFO].off, puri.field_data[UF_USERINFO].len); + if (user_info) { + char *pass = strchr(user_info, ':'); + if (pass) { + pass[0] = 0; //terminal username + pass ++; + client->connect_info.password = strdup(pass); + } + client->connect_info.username = strdup(user_info); + + free(user_info); + } + + return ESP_OK; +} + +static esp_err_t mqtt_write_data(esp_mqtt_client_handle_t client) +{ + int write_len = transport_write(client->transport, + (char *)client->mqtt_state.outbound_message->data, + client->mqtt_state.outbound_message->length, + client->config->network_timeout_ms); + client->mqtt_state.pending_msg_type = mqtt_get_type(client->mqtt_state.outbound_message->data); + if (write_len <= 0) { + ESP_LOGE(TAG, "Error write data or timeout, written len = %d", write_len); + return ESP_FAIL; + } + return ESP_OK; +} + +static esp_err_t esp_mqtt_dispatch_event(esp_mqtt_client_handle_t client) +{ + client->event.msg_id = mqtt_get_id(client->mqtt_state.in_buffer, client->mqtt_state.in_buffer_length); + client->event.user_context = client->config->user_context; + client->event.client = client; + + if (client->config->event_handle) { + return client->config->event_handle(&client->event); + } + return ESP_FAIL; +} + +static void deliver_publish(esp_mqtt_client_handle_t client, uint8_t *message, int length) +{ + const char *mqtt_topic, *mqtt_data; + uint16_t mqtt_topic_length, mqtt_data_length, mqtt_data_total_length, mqtt_data_offset; + + do + { + mqtt_topic_length = length; + mqtt_topic = mqtt_get_publish_topic(message, &mqtt_topic_length); + mqtt_data_length = length; + mqtt_data = mqtt_get_publish_data(message, &mqtt_data_length); + + if (client->config->event_handle) { + // client->config->event_handle(client, &event_data); + } + mqtt_data_offset += mqtt_data_length; + + ESP_LOGI(TAG, "Get data len= %d, topic len=%d", mqtt_data_length, mqtt_topic_length); + client->event.event_id = MQTT_EVENT_DATA; + esp_mqtt_dispatch_event(client); + + if (client->mqtt_state.message_length_read >= client->mqtt_state.message_length) { + break; + } + + int len_read = transport_read(client->transport, + (char *)client->mqtt_state.in_buffer, + client->mqtt_state.in_buffer_length, + client->config->network_timeout_ms); + if (len_read <= 0) { + ESP_LOGE(TAG, "Read error or timeout: %d", errno); + break; + } + // client->mqtt_state.message_length_read += len_read; + } while (1); + +} + +static bool is_valid_mqtt_msg(esp_mqtt_client_handle_t client, int msg_type, int msg_id) +{ + ESP_LOGD(TAG, "pending_id=%d, pending_msg_count = %d", client->mqtt_state.pending_msg_id, client->mqtt_state.pending_msg_count); + if (client->mqtt_state.pending_msg_count == 0) { + return false; + } + if (outbox_delete(client->outbox, msg_id, msg_type) == ESP_OK) { + client->mqtt_state.pending_msg_count --; + return true; + } + if (client->mqtt_state.pending_msg_type == msg_type && client->mqtt_state.pending_msg_id == msg_id) { + client->mqtt_state.pending_msg_count --; + return true; + } + + return false; +} + +static void mqtt_enqueue(esp_mqtt_client_handle_t client) +{ + //lock mutex + if (client->mqtt_state.pending_msg_count > 0) { + //Copy to queue buffer + outbox_enqueue(client->outbox, + client->mqtt_state.outbound_message->data, + client->mqtt_state.outbound_message->length, + client->mqtt_state.pending_msg_id, + client->mqtt_state.pending_msg_type, + platform_tick_get_ms()); + } + //unlock +} + +static esp_err_t mqtt_process_receive(esp_mqtt_client_handle_t client) +{ + int read_len; + uint8_t msg_type; + uint8_t msg_qos; + uint16_t msg_id; + + read_len = transport_read(client->transport, (char *)client->mqtt_state.in_buffer, client->mqtt_state.in_buffer_length, 1000); + + if (read_len < 0) { + ESP_LOGE(TAG, "Read error or end of stream"); + return ESP_FAIL; + } + + if (read_len == 0) { + ESP_LOGW(TAG, "Read Timeout %d", platform_tick_get_ms()); + return ESP_OK; + } + + msg_type = mqtt_get_type(client->mqtt_state.in_buffer); + msg_qos = mqtt_get_qos(client->mqtt_state.in_buffer); + msg_id = mqtt_get_id(client->mqtt_state.in_buffer, client->mqtt_state.in_buffer_length); + + ESP_LOGD(TAG, "msg_type=%d, msg_id=%d", msg_type, msg_id); + switch (msg_type) + { + case MQTT_MSG_TYPE_SUBACK: + if (is_valid_mqtt_msg(client, MQTT_MSG_TYPE_SUBSCRIBE, msg_id)) { + ESP_LOGD(TAG, "Subscribe successful"); + client->event.event_id = MQTT_EVENT_SUBSCRIBED; + esp_mqtt_dispatch_event(client); + } + break; + case MQTT_MSG_TYPE_UNSUBACK: + if (is_valid_mqtt_msg(client, MQTT_MSG_TYPE_UNSUBSCRIBE, msg_id)) { + ESP_LOGD(TAG, "UnSubscribe successful"); + client->event.event_id = MQTT_EVENT_UNSUBSCRIBED; + esp_mqtt_dispatch_event(client); + } + break; + case MQTT_MSG_TYPE_PUBLISH: + if (msg_qos == 1) { + client->mqtt_state.outbound_message = mqtt_msg_puback(&client->mqtt_state.mqtt_connection, msg_id); + } + else if (msg_qos == 2) { + client->mqtt_state.outbound_message = mqtt_msg_pubrec(&client->mqtt_state.mqtt_connection, msg_id); + } + + if (msg_qos == 1 || msg_qos == 2) { + ESP_LOGD(TAG, "Queue response QoS: %d", msg_qos); + + if (mqtt_write_data(client) != ESP_OK) { + ESP_LOGE(TAG, "Error write qos msg repsonse, qos = %d", msg_qos); + // TODO: Shoule reconnect? + // return ESP_FAIL; + } + } + client->mqtt_state.message_length_read = read_len; + client->mqtt_state.message_length = mqtt_get_total_length(client->mqtt_state.in_buffer, client->mqtt_state.message_length_read); + ESP_LOGI(TAG, "deliver_publish, message_length_read=%d, message_length=%d", read_len, client->mqtt_state.message_length); + + deliver_publish(client, client->mqtt_state.in_buffer, client->mqtt_state.message_length_read); + // deliver_publish(client, client->mqtt_state.in_buffer, client->mqtt_state.message_length_read); + break; + case MQTT_MSG_TYPE_PUBACK: + if (is_valid_mqtt_msg(client, MQTT_MSG_TYPE_PUBLISH, msg_id)) { + ESP_LOGD(TAG, "received MQTT_MSG_TYPE_PUBACK, finish QoS1 publish"); + } + + break; + case MQTT_MSG_TYPE_PUBREC: + ESP_LOGD(TAG, "received MQTT_MSG_TYPE_PUBREC"); + client->mqtt_state.outbound_message = mqtt_msg_pubrel(&client->mqtt_state.mqtt_connection, msg_id); + mqtt_write_data(client); + break; + case MQTT_MSG_TYPE_PUBREL: + ESP_LOGD(TAG, "received MQTT_MSG_TYPE_PUBREL"); + client->mqtt_state.outbound_message = mqtt_msg_pubcomp(&client->mqtt_state.mqtt_connection, msg_id); + mqtt_write_data(client); + + break; + case MQTT_MSG_TYPE_PUBCOMP: + ESP_LOGD(TAG, "received MQTT_MSG_TYPE_PUBCOMP"); + if (is_valid_mqtt_msg(client, MQTT_MSG_TYPE_PUBREL, msg_id)) { + ESP_LOGD(TAG, "Receive MQTT_MSG_TYPE_PUBCOMP, finish QoS2 publish"); + } + break; + case MQTT_MSG_TYPE_PINGREQ: + client->mqtt_state.outbound_message = mqtt_msg_pingresp(&client->mqtt_state.mqtt_connection); + mqtt_write_data(client); + break; + case MQTT_MSG_TYPE_PINGRESP: + ESP_LOGD(TAG, "MQTT_MSG_TYPE_PINGRESP"); + // Ignore + break; + } + + return ESP_OK; +} + +static void esp_mqtt_task(void *pv) +{ + esp_mqtt_client_handle_t client = (esp_mqtt_client_handle_t) pv; + client->run = true; + + //get transport by scheme + client->transport = transport_list_get_transport(client->transport_list, client->config->scheme); + + if (client->transport == NULL) { + ESP_LOGE(TAG, "There are no transports valid, stop mqtt client"); + client->run = false; + } + //default port + if (client->config->port == 0) { + client->config->port = transport_get_default_port(client->transport); + } + + client->state = MQTT_STATE_INIT; + while (client->run) { + + switch ((int)client->state) { + case MQTT_STATE_INIT: + if (client->transport == NULL) { + ESP_LOGE(TAG, "There are no transport"); + client->run = false; + } + + if (transport_connect(client->transport, + client->config->host, + client->config->port, + client->config->network_timeout_ms) < 0) { + ESP_LOGE(TAG, "Error transport connect"); + esp_mqtt_abort_connection(client); + break; + } + ESP_LOGD(TAG, "Transport connected to %s://%s:%d", client->config->scheme, client->config->host, client->config->port); + if (esp_mqtt_connect(client, client->config->network_timeout_ms) != ESP_OK) { + ESP_LOGI(TAG, "Error MQTT Connected"); + esp_mqtt_abort_connection(client); + break; + } + client->event.event_id = MQTT_EVENT_CONNECTED; + client->state = MQTT_STATE_CONNECTED; + esp_mqtt_dispatch_event(client); + + break; + case MQTT_STATE_CONNECTED: + // receive and process data + if (mqtt_process_receive(client) == ESP_FAIL) { + esp_mqtt_abort_connection(client); + break; + } + + if (platform_tick_get_ms() - client->keepalive_tick > client->connect_info.keepalive * 1000 / 2) { + esp_mqtt_client_ping(client); + client->keepalive_tick = platform_tick_get_ms(); + } + // check need to write keepalive + break; + case MQTT_STATE_WAIT_TIMEOUT: + + if (!client->config->auto_reconnect) { + client->run = false; + break; + } + if (platform_tick_get_ms() - client->reconnect_tick > client->wait_timeout_ms) { + client->state = MQTT_STATE_INIT; + client->reconnect_tick = platform_tick_get_ms(); + ESP_LOGD(TAG, "Reconnecting..."); + } + // wait for timeout then change state to INIT + break; + } + } + + vTaskDelete(NULL); +} + +esp_err_t esp_mqtt_client_start(esp_mqtt_client_handle_t client) +{ + if (client->state >= MQTT_STATE_INIT) { + ESP_LOGE(TAG, "Client has started"); + return ESP_FAIL; + } + if (xTaskCreate(esp_mqtt_task, "mqtt_task", client->config->task_stack, client, client->config->task_prio, NULL) != pdTRUE) { + ESP_LOGE(TAG, "Error create mqtt task"); + return ESP_FAIL; + } + return ESP_OK; +} + + +esp_err_t esp_mqtt_client_stop(esp_mqtt_client_handle_t client) +{ + client->run = false; + return ESP_OK; +} + +static int esp_mqtt_client_ping(esp_mqtt_client_handle_t client) +{ + if (client->state != MQTT_STATE_CONNECTED) { + ESP_LOGE(TAG, "Client has not connected"); + return -1; + } + + client->mqtt_state.outbound_message = mqtt_msg_pingreq(&client->mqtt_state.mqtt_connection); + + if (mqtt_write_data(client) != ESP_OK) { + ESP_LOGE(TAG, "Error sending ping"); + return -1; + } + ESP_LOGD(TAG, "Sent PING successful"); + return 0; +} + +int esp_mqtt_client_subscribe(esp_mqtt_client_handle_t client, const char *topic, int qos) +{ + if (client->state != MQTT_STATE_CONNECTED) { + ESP_LOGE(TAG, "Client has not connected"); + return -1; + } + mqtt_enqueue(client); //move pending msg to outbox (if have) + client->mqtt_state.outbound_message = mqtt_msg_subscribe(&client->mqtt_state.mqtt_connection, + topic, qos, + &client->mqtt_state.pending_msg_id); + + client->mqtt_state.pending_msg_type = mqtt_get_type(client->mqtt_state.outbound_message->data); + client->mqtt_state.pending_msg_count ++; + + if (mqtt_write_data(client) != ESP_OK) { + ESP_LOGE(TAG, "Error to subscribe topic=%s, qos=%d", topic, qos); + return -1; + } + + ESP_LOGD(TAG, "Sent subscribe topic=%s, id: %d successful", topic, client->mqtt_state.pending_msg_id); + return client->mqtt_state.pending_msg_id; +} + +int esp_mqtt_client_unsubscribe(esp_mqtt_client_handle_t client, const char *topic) +{ + if (client->state != MQTT_STATE_CONNECTED) { + ESP_LOGE(TAG, "Client has not connected"); + return -1; + } + mqtt_enqueue(client); + client->mqtt_state.outbound_message = mqtt_msg_unsubscribe(&client->mqtt_state.mqtt_connection, + topic, + &client->mqtt_state.pending_msg_id); + ESP_LOGD(TAG, "unsubscribe, topic\"%s\", id: %d", topic, client->mqtt_state.pending_msg_id); + + client->mqtt_state.pending_msg_type = mqtt_get_type(client->mqtt_state.outbound_message->data); + client->mqtt_state.pending_msg_count ++; + + if (mqtt_write_data(client) != ESP_OK) { + ESP_LOGE(TAG, "Error to unsubscribe topic=%s", topic); + return -1; + } + + ESP_LOGD(TAG, "Sent Unsubscribe topic=%s, id: %d, successful", topic, client->mqtt_state.pending_msg_id); + return client->mqtt_state.pending_msg_id; +} + +int esp_mqtt_client_publish(esp_mqtt_client_handle_t client, const char *topic, const char *data, int len, int qos, int retain) +{ + if (client->state != MQTT_STATE_CONNECTED) { + ESP_LOGE(TAG, "Client has not connected"); + return -1; + } + if (len <= 0) { + len = strlen(data); + } + mqtt_enqueue(client); + client->mqtt_state.outbound_message = mqtt_msg_publish(&client->mqtt_state.mqtt_connection, + topic, data, len, + qos, retain, + &client->mqtt_state.pending_msg_id); + client->mqtt_state.pending_msg_type = mqtt_get_type(client->mqtt_state.outbound_message->data); + client->mqtt_state.pending_msg_count ++; + if (mqtt_write_data(client) != ESP_OK) { + ESP_LOGE(TAG, "Error to public data to topic=%s, qos=%d", topic, qos); + return -1; + } + return client->mqtt_state.pending_msg_id; +} + + diff --git a/ringbuf.c b/ringbuf.c deleted file mode 100644 index 5bb4adb..0000000 --- a/ringbuf.c +++ /dev/null @@ -1,106 +0,0 @@ -/** -* \file -* Ring Buffer library -*/ -#include -#include -#include "ringbuf.h" - -/** -* \brief init a RINGBUF object -* \param r pointer to a RINGBUF object -* \param buf pointer to a byte array -* \param size size of buf -* \param block_size is size of data as block -* \return 0 if successfull, otherwise failed -*/ -int32_t rb_init(RINGBUF *r, uint8_t* buf, int32_t size, int32_t block_size) -{ - if (r == 0 || buf == 0 || size < 2) return -1; - - if (size % block_size != 0) return -1; - - r->p_o = r->p_r = r->p_w = buf; - r->fill_cnt = 0; - r->size = size; - r->block_size = block_size; - return 0; -} -/** -* \brief put a character into ring buffer -* \param r pointer to a ringbuf object -* \param c character to be put -* \return 0 if successfull, otherwise failed -*/ -int32_t rb_put(RINGBUF *r, uint8_t *c) -{ - int32_t i; - uint8_t *data = c; - if (r->fill_cnt >= r->size) - return -1; // ring buffer is full, this should be atomic operation - - - r->fill_cnt += r->block_size; // increase filled slots count, this should be atomic operation - - for (i = 0; i < r->block_size; i++) { - *r->p_w = *data; // put character into buffer - - r->p_w ++; - data ++; - } - - if (r->p_w >= r->p_o + r->size) // rollback if write pointer go pass - r->p_w = r->p_o; // the physical boundary - - return 0; -} -/** -* \brief get a character from ring buffer -* \param r pointer to a ringbuf object -* \param c read character -* \return 0 if successfull, otherwise failed -*/ -int32_t rb_get(RINGBUF *r, uint8_t *c) -{ - int32_t i; - uint8_t *data = c; - if (r->fill_cnt <= 0)return -1; // ring buffer is empty, this should be atomic operation - - r->fill_cnt -= r->block_size; // decrease filled slots count - - for (i = 0; i < r->block_size; i++) - *data++ = *r->p_r++; // get the character out - - if (r->p_r >= r->p_o + r->size) // rollback if write pointer go pass - r->p_r = r->p_o; // the physical boundary - - return 0; -} - -int32_t rb_available(RINGBUF *r) -{ - return (r->size - r->fill_cnt); -} - -uint32_t rb_read(RINGBUF *r, uint8_t *buf, int len) -{ - int n = 0; - uint8_t data; - while (len > 0) { - while (rb_get(r, &data) != 0); - *buf++ = data; - n ++; - len --; - } - - return n; -} - -uint32_t rb_write(RINGBUF *r, uint8_t *buf, int len) -{ - uint32_t wi; - for (wi = 0; wi < len; wi++) { - while (rb_put(r, &buf[wi]) != 0); - } - return 0; -}